<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="52">
  <CheatEntries>
    <CheatEntry>
      <ID>114982</ID>
      <Description>"&lt;=== Attach to process"</Description>
      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
      <Color>0000FF</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end
  if(getCEVersion() &lt; 7.4) then
    ShowMessage('Warning! CE version should be 7.4 or above')
  end

OpenProcess("Avowed-Win64-Shipping.exe")
  if(process == nil) then
    ShowMessage('The process is NOT found!')
  end

{$asm}

[DISABLE]
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>114996</ID>
          <Description>"Set Money to 999.999 when pressing I"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(money,Avowed-Win64-Shipping.exe,8B 94 87 00 02 00 00) // should be unique
alloc(newmem,$1000,money)

label(code)
label(return)

newmem:
  mov edx, #999999
  mov [rdi+rax*4+00000200],edx
code:
  mov edx,[rdi+rax*4+00000200]
  jmp return

money:
  jmp newmem
  nop 2
return:
registersymbol(money)

[DISABLE]

money:
  db CC 94 87 00 02 00 00

unregistersymbol(money)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Avowed-Win64-Shipping.exe"+62D7AB9

"Avowed-Win64-Shipping.exe"+62D7A86: 48 8B 15 1B 69 2E 05  - mov rdx,["Avowed-Win64-Shipping.exe"+B5BE3A8]
"Avowed-Win64-Shipping.exe"+62D7A8D: 41 89 C8              - mov r8d,ecx
"Avowed-Win64-Shipping.exe"+62D7A90: 41 C1 E8 10           - shr r8d,10
"Avowed-Win64-Shipping.exe"+62D7A94: 4A 8B 14 C2           - mov rdx,[rdx+r8*8]
"Avowed-Win64-Shipping.exe"+62D7A98: 48 85 D2              - test rdx,rdx
"Avowed-Win64-Shipping.exe"+62D7A9B: 0F 85 A0 00 00 00     - jne "Avowed-Win64-Shipping.exe"+62D7B41
"Avowed-Win64-Shipping.exe"+62D7AA1: 48 8D 8F 30 01 00 00  - lea rcx,[rdi+00000130]
"Avowed-Win64-Shipping.exe"+62D7AA8: 48 8D 54 24 20        - lea rdx,[rsp+20]
"Avowed-Win64-Shipping.exe"+62D7AAD: E8 0E 3E E7 01        - call "Avowed-Win64-Shipping.exe"+814B8C0
"Avowed-Win64-Shipping.exe"+62D7AB2: 0F B6 86 65 04 00 00  - movzx eax,byte ptr [rsi+00000465]
// ---------- INJECTING HERE ----------
"Avowed-Win64-Shipping.exe"+62D7AB9: 8B 94 87 00 02 00 00  - mov edx,[rdi+rax*4+00000200]
// ---------- DONE INJECTING  ----------
"Avowed-Win64-Shipping.exe"+62D7AC0: 48 89 F1              - mov rcx,rsi
"Avowed-Win64-Shipping.exe"+62D7AC3: E8 18 1A 7D FA        - call "Avowed-Win64-Shipping.exe"+AA94E0
"Avowed-Win64-Shipping.exe"+62D7AC8: 90                    - nop 
"Avowed-Win64-Shipping.exe"+62D7AC9: 48 83 C4 50           - add rsp,50
"Avowed-Win64-Shipping.exe"+62D7ACD: 5B                    - pop rbx
"Avowed-Win64-Shipping.exe"+62D7ACE: 5F                    - pop rdi
"Avowed-Win64-Shipping.exe"+62D7ACF: 5E                    - pop rsi
"Avowed-Win64-Shipping.exe"+62D7AD0: C3                    - ret 
"Avowed-Win64-Shipping.exe"+62D7AD1: 48 8D 0D C0 E3 4D 05  - lea rcx,["Avowed-Win64-Shipping.exe"+B7B5E98]
"Avowed-Win64-Shipping.exe"+62D7AD8: E8 DF 7F 03 02        - call "Avowed-Win64-Shipping.exe"+830FABC
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>116002</ID>
          <Description>"Stackable Items do not decrease - unlimited looting, too..."</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(itemuse,Avowed-Win64-Shipping.exe,29 06 48 8B 07 48 89 F9 4C 89 E2 45 89 F8) // should be unique
alloc(newmem,$1000,itemuse)

label(code)
label(return)

newmem:

code:
  // sub [rsi],eax
  mov rax,[rdi]
  jmp return

itemuse:
  jmp newmem
return:
registersymbol(itemuse)

[DISABLE]

itemuse:
  db 29 06 48 8B 07

unregistersymbol(itemuse)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Avowed-Win64-Shipping.exe"+5578FCF

"Avowed-Win64-Shipping.exe"+5578F9A: 66 0F D6 84 24 C8 00 00 00           - movq [rsp+000000C8],xmm0
"Avowed-Win64-Shipping.exe"+5578FA3: 4A 8B 54 33 40                       - mov rdx,[rbx+r14+40]
"Avowed-Win64-Shipping.exe"+5578FA8: 48 8B 0D 01 29 20 06                 - mov rcx,["Avowed-Win64-Shipping.exe"+B77B8B0]
"Avowed-Win64-Shipping.exe"+5578FAF: 48 85 C9                             - test rcx,rcx
"Avowed-Win64-Shipping.exe"+5578FB2: 0F 84 1D 05 00 00                    - je "Avowed-Win64-Shipping.exe"+55794D5
"Avowed-Win64-Shipping.exe"+5578FB8: 49 89 F8                             - mov r8,rdi
"Avowed-Win64-Shipping.exe"+5578FBB: 45 31 C9                             - xor r9d,r9d
"Avowed-Win64-Shipping.exe"+5578FBE: E8 8D 67 DF FA                       - call "Avowed-Win64-Shipping.exe"+36F750
"Avowed-Win64-Shipping.exe"+5578FC3: 48 89 84 24 C0 00 00 00              - mov [rsp+000000C0],rax
"Avowed-Win64-Shipping.exe"+5578FCB: 8B 44 24 78                          - mov eax,[rsp+78]
// ---------- INJECTING HERE ----------
"Avowed-Win64-Shipping.exe"+5578FCF: 29 06                                - sub [rsi],eax
// ---------- DONE INJECTING  ----------
"Avowed-Win64-Shipping.exe"+5578FD1: 48 8B 07                             - mov rax,[rdi]
"Avowed-Win64-Shipping.exe"+5578FD4: 48 89 F9                             - mov rcx,rdi
"Avowed-Win64-Shipping.exe"+5578FD7: 4C 89 E2                             - mov rdx,r12
"Avowed-Win64-Shipping.exe"+5578FDA: 45 89 F8                             - mov r8d,r15d
"Avowed-Win64-Shipping.exe"+5578FDD: FF 90 98 05 00 00                    - call qword ptr [rax+00000598]
"Avowed-Win64-Shipping.exe"+5578FE3: 83 3E 00                             - cmp dword ptr [rsi],00
"Avowed-Win64-Shipping.exe"+5578FE6: 48 8D 9C 24 B0 00 00 00              - lea rbx,[rsp+000000B0]
"Avowed-Win64-Shipping.exe"+5578FEE: 0F 8E B7 01 00 00                    - jng "Avowed-Win64-Shipping.exe"+55791AB
"Avowed-Win64-Shipping.exe"+5578FF4: 4C 8D BF C0 00 00 00                 - lea r15,[rdi+000000C0]
"Avowed-Win64-Shipping.exe"+5578FFB: 48 C7 84 24 D0 00 00 00 00 00 00 00  - mov qword ptr [rsp+000000D0],00000000
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>115981</ID>
          <Description>"Change amount of Items to 99 on mouseover in inventory. Re-Opten Inventory to see results"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(itemcount,Avowed-Win64-Shipping.exe,41 8B 45 08 89 44 24 38 49 8B 45 00 48 89 44 24 30) // should be unique
alloc(newmem,$1000,itemcount)

label(code)
label(return)

newmem:
  mov eax, #99
  mov [r13+08], eax
code:
  mov eax,[r13+08]
  mov [rsp+38],eax
  jmp return

itemcount:
  jmp newmem
  nop 3
return:
registersymbol(itemcount)

[DISABLE]

itemcount:
  db 41 8B 45 08 89 44 24 38

unregistersymbol(itemcount)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Avowed-Win64-Shipping.exe"+63417E8

"Avowed-Win64-Shipping.exe"+63417C5: 78 D9                 - js "Avowed-Win64-Shipping.exe"+63417A0
"Avowed-Win64-Shipping.exe"+63417C7: 39 AB 10 01 00 00     - cmp [rbx+00000110],ebp
"Avowed-Win64-Shipping.exe"+63417CD: 7E D1                 - jle "Avowed-Win64-Shipping.exe"+63417A0
"Avowed-Win64-Shipping.exe"+63417CF: 4C 8B AB 08 01 00 00  - mov r13,[rbx+00000108]
"Avowed-Win64-Shipping.exe"+63417D6: 4D 85 ED              - test r13,r13
"Avowed-Win64-Shipping.exe"+63417D9: 74 C5                 - je "Avowed-Win64-Shipping.exe"+63417A0
"Avowed-Win64-Shipping.exe"+63417DB: 89 E8                 - mov eax,ebp
"Avowed-Win64-Shipping.exe"+63417DD: 48 8D 04 80           - lea rax,[rax+rax*4]
"Avowed-Win64-Shipping.exe"+63417E1: 48 C1 E0 04           - shl rax,04
"Avowed-Win64-Shipping.exe"+63417E5: 49 01 C5              - add r13,rax
// ---------- INJECTING HERE ----------
"Avowed-Win64-Shipping.exe"+63417E8: 41 8B 45 08           - mov eax,[r13+08]
// ---------- DONE INJECTING  ----------
"Avowed-Win64-Shipping.exe"+63417EC: 89 44 24 38           - mov [rsp+38],eax
"Avowed-Win64-Shipping.exe"+63417F0: 49 8B 45 00           - mov rax,[r13+00]
"Avowed-Win64-Shipping.exe"+63417F4: 48 89 44 24 30        - mov [rsp+30],rax
"Avowed-Win64-Shipping.exe"+63417F9: 4C 8D 7C 24 40        - lea r15,[rsp+40]
"Avowed-Win64-Shipping.exe"+63417FE: 4D 8D 75 10           - lea r14,[r13+10]
"Avowed-Win64-Shipping.exe"+6341802: 0F 57 C0              - xorps xmm0,xmm0
"Avowed-Win64-Shipping.exe"+6341805: 0F 11 44 24 40        - movups [rsp+40],xmm0
"Avowed-Win64-Shipping.exe"+634180A: 0F 11 44 24 50        - movups [rsp+50],xmm0
"Avowed-Win64-Shipping.exe"+634180F: 4C 89 F9              - mov rcx,r15
"Avowed-Win64-Shipping.exe"+6341812: 4C 89 F2              - mov rdx,r14
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>115376</ID>
          <Description>"Taking the way over GEngine provided by Cheat Engine 7.7"</Description>
          <Options moHideChildren="1"/>
          <ShowAsSigned>0</ShowAsSigned>
          <GroupHeader>1</GroupHeader>
          <Address>GEngine</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
          <CheatEntries>
            <CheatEntry>
              <ID>115377</ID>
              <Description>"GameInstance"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>8 Bytes</VariableType>
              <Address>+10F8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>115378</ID>
              <Description>"LocalPlayers"</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>8 Bytes</VariableType>
              <Address>+10F8</Address>
              <Offsets>
                <Offset>38</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>115379</ID>
              <Description>"Pawn"</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>8 Bytes</VariableType>
              <Address>+10F8</Address>
              <Offsets>
                <Offset>0</Offset>
                <Offset>2D8</Offset>
                <Offset>30</Offset>
                <Offset>0</Offset>
                <Offset>38</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>116005</ID>
                  <Description>"CharacterMovement"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+328</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>116006</ID>
                      <Description>"GravityScale"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>+170</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>116007</ID>
                      <Description>"MaxStepHeight"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>+174</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>116008</ID>
                      <Description>"Jump Velocity"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>+178</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>115380</ID>
              <Description>"AbilitySystemComponent"</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>8 Bytes</VariableType>
              <Address>+10F8</Address>
              <Offsets>
                <Offset>0</Offset>
                <Offset>1B50</Offset>
                <Offset>2D8</Offset>
                <Offset>30</Offset>
                <Offset>0</Offset>
                <Offset>38</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>115382</ID>
                  <Description>"Health"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>0000FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>+10a0</Address>
                  <Offsets>
                    <Offset>58</Offset>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115383</ID>
                  <Description>"Stamina Current"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+10a0</Address>
                  <Offsets>
                    <Offset>88</Offset>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115384</ID>
                  <Description>"Stamina"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+10a0</Address>
                  <Offsets>
                    <Offset>8c</Offset>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115385</ID>
                  <Description>"Essence"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+10a0</Address>
                  <Offsets>
                    <Offset>b8</Offset>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115386</ID>
                  <Description>"Might"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+10a0</Address>
                  <Offsets>
                    <Offset>ec</Offset>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115387</ID>
                  <Description>"Constitution"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+10a0</Address>
                  <Offsets>
                    <Offset>fc</Offset>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115388</ID>
                  <Description>"Dexterity"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+10a0</Address>
                  <Offsets>
                    <Offset>10c</Offset>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115389</ID>
                  <Description>"Current Breath (ingame: BaseValue...)"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+10a0</Address>
                  <Offsets>
                    <Offset>148</Offset>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115391</ID>
                  <Description>"Crit Chance"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+10a0</Address>
                  <Offsets>
                    <Offset>36c</Offset>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>115977</ID>
              <Description>"GameViewport"</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+AD0</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>115978</ID>
                  <Description>"World"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+78</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>115975</ID>
                      <Description>"PersistentLevel"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>8 Bytes</VariableType>
                      <Address>+30</Address>
                    </CheatEntry>
                    <CheatEntry ValueOnActivate="0" ValueOnDeactivate="1">
                      <ID>115381</ID>
                      <Description>"bCanBeDamaged (0 = godmode)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>0000FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>+1b8</Address>
                      <Offsets>
                        <Offset>5a</Offset>
                        <Offset>2d8</Offset>
                        <Offset>30</Offset>
                        <Offset>0</Offset>
                        <Offset>38</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115971</ID>
                      <Description>"PlayerSaveState"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+1B8</Address>
                      <Offsets>
                        <Offset>d00</Offset>
                        <Offset>30</Offset>
                        <Offset>0</Offset>
                        <Offset>38</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115972</ID>
                          <Description>"TotalExperience"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+2A4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115973</ID>
                          <Description>"Currency"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+2D0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115974</ID>
                          <Description>"PlayerName"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>String</VariableType>
                          <Length>256</Length>
                          <Unicode>1</Unicode>
                          <CodePage>0</CodePage>
                          <ZeroTerminate>1</ZeroTerminate>
                          <Address>+3E0</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>127</ID>
          <Description>"Get Addresses (may take 2-3 seconds ingame)"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(get_gworld,Avowed-Win64-Shipping.exe,48 8B 10 48 89 C1 FF 92 88 01 00 00 48 85 C0 0F 84 ** ** ** ** 45 0F 57 C0) // should be unique
alloc(newmem,$1000,get_gworld)

label(code)
label(return)
label(gworld)

newmem:
  mov [gworld],rax
code:
  mov rdx,[rax]
  mov rcx,rax
  jmp return

gworld:
  dq 0

get_gworld:
  jmp newmem
  nop
return:
registersymbol(get_gworld gworld)

[DISABLE]

get_gworld:
  db 48 8B 10 48 89 C1

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Avowed-Win64-Shipping.exe"+630414

"Avowed-Win64-Shipping.exe"+6303E3: 0F 28 F1                    - movaps xmm6,xmm1
"Avowed-Win64-Shipping.exe"+6303E6: 48 8D B1 E0 FD FF FF        - lea rsi,[rcx-00000220]
"Avowed-Win64-Shipping.exe"+6303ED: 48 8B 81 08 FE FF FF        - mov rax,[rcx-000001F8]
"Avowed-Win64-Shipping.exe"+6303F4: 48 81 C7 08 FE FF FF        - add rdi,FFFFFFFFFFFFFE08
"Avowed-Win64-Shipping.exe"+6303FB: 48 89 F9                    - mov rcx,rdi
"Avowed-Win64-Shipping.exe"+6303FE: FF 90 88 00 00 00           - call qword ptr [rax+00000088]
"Avowed-Win64-Shipping.exe"+630404: 40 B5 01                    - mov bpl,01
"Avowed-Win64-Shipping.exe"+630407: 45 0F 57 C0                 - xorps xmm8,xmm8
"Avowed-Win64-Shipping.exe"+63040B: 48 85 C0                    - test rax,rax
"Avowed-Win64-Shipping.exe"+63040E: 0F 84 DC 04 00 00           - je "Avowed-Win64-Shipping.exe"+6308F0
// ---------- INJECTING HERE ----------
"Avowed-Win64-Shipping.exe"+630414: 48 8B 10                    - mov rdx,[rax]
// ---------- DONE INJECTING  ----------
"Avowed-Win64-Shipping.exe"+630417: 48 89 C1                    - mov rcx,rax
"Avowed-Win64-Shipping.exe"+63041A: FF 92 88 01 00 00           - call qword ptr [rdx+00000188]
"Avowed-Win64-Shipping.exe"+630420: 48 85 C0                    - test rax,rax
"Avowed-Win64-Shipping.exe"+630423: 0F 84 C7 04 00 00           - je "Avowed-Win64-Shipping.exe"+6308F0
"Avowed-Win64-Shipping.exe"+630429: 45 0F 57 C0                 - xorps xmm8,xmm8
"Avowed-Win64-Shipping.exe"+63042D: F2 44 0F 5A 80 B8 06 00 00  - cvtsd2ss xmm8,[rax+000006B8]
"Avowed-Win64-Shipping.exe"+630436: 31 ED                       - xor ebp,ebp
"Avowed-Win64-Shipping.exe"+630438: 8B 8E 8C 02 00 00           - mov ecx,[rsi+0000028C]
"Avowed-Win64-Shipping.exe"+63043E: F6 C1 10                    - test cl,10
"Avowed-Win64-Shipping.exe"+630441: 0F 85 9E 01 00 00           - jne "Avowed-Win64-Shipping.exe"+6305E5
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>128</ID>
              <Description>"GWorld"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>gworld</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry ValueOnActivate="0" ValueOnDeactivate="1">
                  <ID>114997</ID>
                  <Description>"bCanBeDamaged (0 = godmode)"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>0000FF</Color>
                  <VariableType>Binary</VariableType>
                  <BitStart>3</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>+1b8</Address>
                  <Offsets>
                    <Offset>5a</Offset>
                    <Offset>2d8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>180</ID>
                  <Description>"Health"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>0000FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>5c</Offset>
                    <Offset>8</Offset>
                    <Offset>10A0</Offset>
                    <Offset>1B50</Offset>
                    <Offset>2D8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115359</ID>
                  <Description>"Stamina Current"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>88</Offset>
                    <Offset>8</Offset>
                    <Offset>10A0</Offset>
                    <Offset>1B50</Offset>
                    <Offset>2D8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115371</ID>
                  <Description>"Stamina"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>8c</Offset>
                    <Offset>8</Offset>
                    <Offset>10A0</Offset>
                    <Offset>1B50</Offset>
                    <Offset>2D8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115360</ID>
                  <Description>"Essence"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>bc</Offset>
                    <Offset>8</Offset>
                    <Offset>10A0</Offset>
                    <Offset>1B50</Offset>
                    <Offset>2D8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115361</ID>
                  <Description>"Might"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>ec</Offset>
                    <Offset>8</Offset>
                    <Offset>10A0</Offset>
                    <Offset>1B50</Offset>
                    <Offset>2D8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115362</ID>
                  <Description>"Constitution"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>fc</Offset>
                    <Offset>8</Offset>
                    <Offset>10A0</Offset>
                    <Offset>1B50</Offset>
                    <Offset>2D8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115363</ID>
                  <Description>"Dexterity"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>10c</Offset>
                    <Offset>8</Offset>
                    <Offset>10A0</Offset>
                    <Offset>1B50</Offset>
                    <Offset>2D8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115364</ID>
                  <Description>"Current Breath (ingame: BaseValue...)"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>148</Offset>
                    <Offset>8</Offset>
                    <Offset>10A0</Offset>
                    <Offset>1B50</Offset>
                    <Offset>2D8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115370</ID>
                  <Description>"Breath"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>14c</Offset>
                    <Offset>8</Offset>
                    <Offset>10A0</Offset>
                    <Offset>1B50</Offset>
                    <Offset>2D8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>115365</ID>
                  <Description>"Crit Chance"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>36c</Offset>
                    <Offset>8</Offset>
                    <Offset>10A0</Offset>
                    <Offset>1B50</Offset>
                    <Offset>2D8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>114998</ID>
                  <Description>"Character Stats"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>0</Offset>
                    <Offset>8</Offset>
                    <Offset>10A0</Offset>
                    <Offset>1B50</Offset>
                    <Offset>2D8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>114999</ID>
                      <Description>"CharacterLevel (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+30</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115000</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115001</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115002</ID>
                      <Description>"CharacterMaxLevel (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115003</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115004</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115005</ID>
                      <Description>"Health (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+50</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115006</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115007</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115008</ID>
                      <Description>"MaxHealth (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+60</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115009</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115010</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115011</ID>
                      <Description>"MinHealth (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+70</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115012</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115013</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115014</ID>
                      <Description>"Stamina (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+80</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115015</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115016</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115017</ID>
                      <Description>"MaxStamina (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+90</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115018</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115019</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115020</ID>
                      <Description>"MaxStaminaCap (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+A0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115021</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115022</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115023</ID>
                      <Description>"Essence (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+B0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115024</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115025</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115026</ID>
                      <Description>"MaxEssence (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+C0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115027</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115028</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115029</ID>
                      <Description>"MaxEssenceCap (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+D0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115030</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115031</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115032</ID>
                      <Description>"Might (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+E0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115033</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115034</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115035</ID>
                      <Description>"Constitution (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+F0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115036</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115037</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115038</ID>
                      <Description>"Dexterity (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+100</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115039</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115040</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115041</ID>
                      <Description>"Perception (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+110</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115042</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115043</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115044</ID>
                      <Description>"Intellect (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+120</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115045</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115046</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115047</ID>
                      <Description>"Resolve (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+130</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115048</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115049</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115050</ID>
                      <Description>"Breath (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+140</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115051</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115052</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115053</ID>
                      <Description>"MaxBreath (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+150</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115054</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115055</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115056</ID>
                      <Description>"DeathProgress (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+160</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115057</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115058</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115059</ID>
                      <Description>"ReviveProgress (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+170</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115060</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115061</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115062</ID>
                      <Description>"MovementSpeedMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+180</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115063</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115064</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115065</ID>
                      <Description>"MaxMovementSpeedMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+190</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115066</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115067</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115068</ID>
                      <Description>"CharacterAccelerationMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+1A0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115069</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115070</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115071</ID>
                      <Description>"AttackSpeedMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+1B0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115072</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115073</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115074</ID>
                      <Description>"WindupSpeedMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+1C0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115075</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115076</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115077</ID>
                      <Description>"ReleaseSpeedMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+1D0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115078</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115079</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115080</ID>
                      <Description>"MaxAttackSpeedMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+1E0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115081</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115082</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115083</ID>
                      <Description>"MaxWindupSpeedMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+1F0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115084</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115085</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115086</ID>
                      <Description>"MaxReleaseSpeedMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+200</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115087</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115088</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115089</ID>
                      <Description>"EquipSpeedMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+210</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115090</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115091</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115092</ID>
                      <Description>"MaxEquipSpeedMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+220</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115093</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115094</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115095</ID>
                      <Description>"ConsumableSpeedMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+230</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115096</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115097</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115098</ID>
                      <Description>"MaxConsumableSpeedMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+240</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115099</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115100</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115101</ID>
                      <Description>"CastSpeedMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+250</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115102</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115103</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115104</ID>
                      <Description>"MaxCastSpeedMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+260</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115105</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115106</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115107</ID>
                      <Description>"ParkourSpeedMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+270</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115108</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115109</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115110</ID>
                      <Description>"MaxParkourSpeedMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+280</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115111</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115112</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115113</ID>
                      <Description>"CombatActionCooldownMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+290</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115114</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115115</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115116</ID>
                      <Description>"DamageOutgoing (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+2A0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115117</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115118</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115119</ID>
                      <Description>"DamageOutgoingMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+2B0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115120</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115121</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115122</ID>
                      <Description>"DamageIncomingBonus (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+2C0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115123</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115124</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115125</ID>
                      <Description>"DamageIncomingMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+2D0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115126</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115127</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115128</ID>
                      <Description>"PowerAttackDamageOutgoingBonus (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+2E0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115129</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115130</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115131</ID>
                      <Description>"PowerAttackDamageOutgoingMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+2F0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115132</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115133</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115134</ID>
                      <Description>"PowerAttackDamageIncomingBonus (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+300</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115135</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115136</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115137</ID>
                      <Description>"PowerAttackDamageIncomingMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+310</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115138</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115139</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115140</ID>
                      <Description>"CriticalDamageOutgoingBonus (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+320</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115141</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115142</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115143</ID>
                      <Description>"CriticalDamageOutgoingMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+330</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115144</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115145</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115146</ID>
                      <Description>"CriticalDamageIncomingBonus (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+340</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115147</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115148</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115149</ID>
                      <Description>"CriticalDamageIncomingMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+350</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115150</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115151</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115152</ID>
                      <Description>"CriticalChance (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+360</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115153</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115154</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115155</ID>
                      <Description>"CriticalChanceOutgoingMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+370</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115156</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115157</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115158</ID>
                      <Description>"CriticalChanceIncomingMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+380</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115159</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115160</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115161</ID>
                      <Description>"WeakspotAdditionalDamageOutgoingMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+390</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115162</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115163</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115164</ID>
                      <Description>"UnawareDamageMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+3A0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115165</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115166</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115167</ID>
                      <Description>"FallDamageMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+3B0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115168</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115169</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115170</ID>
                      <Description>"TrapDamageMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+3C0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115171</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115172</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115173</ID>
                      <Description>"ImpactOutgoingMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+3D0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115174</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115175</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115176</ID>
                      <Description>"ImpactIncomingMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+3E0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115177</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115178</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115179</ID>
                      <Description>"TemporaryHitPoints (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+3F0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115180</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115181</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115182</ID>
                      <Description>"UsedTemporaryHitPoints (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+400</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115183</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115184</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115185</ID>
                      <Description>"TemporaryHitPointsIncomingMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+410</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115186</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115187</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115188</ID>
                      <Description>"Posture (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+420</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115189</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115190</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115191</ID>
                      <Description>"MaxPosture (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+430</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115192</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115193</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115194</ID>
                      <Description>"ParryPosturePercentBonus (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+440</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115195</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115196</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115197</ID>
                      <Description>"Stability (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+450</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115198</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115199</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115200</ID>
                      <Description>"PitchScale (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+460</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115201</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115202</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115203</ID>
                      <Description>"YawScale (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+470</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115204</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115205</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115206</ID>
                      <Description>"CarryCapacity (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+480</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115207</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115208</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115209</ID>
                      <Description>"TotalEquipWeightMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+490</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115210</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115211</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115212</ID>
                      <Description>"BlockStaminaCostMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+4A0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115213</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115214</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115215</ID>
                      <Description>"BlockPenetrationPercent (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+4B0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115216</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115217</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115218</ID>
                      <Description>"ArmorLevel (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+4C0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115219</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115220</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115221</ID>
                      <Description>"Armor (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+4D0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115222</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115223</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115224</ID>
                      <Description>"FlatDamageReduction (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+4E0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115225</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115226</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115227</ID>
                      <Description>"PercentDamageReduction (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+4F0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115228</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115229</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115230</ID>
                      <Description>"HealingOutgoingMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+500</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115231</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115232</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115233</ID>
                      <Description>"HealingIncomingMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+510</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115234</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115235</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115236</ID>
                      <Description>"DodgeDistanceMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+520</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115237</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115238</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115239</ID>
                      <Description>"AbilityDistanceMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+530</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115240</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115241</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115242</ID>
                      <Description>"StaminaRegenRateMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+540</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115243</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115244</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115245</ID>
                      <Description>"StaminaCostMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+550</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115246</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115247</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115248</ID>
                      <Description>"StaminaRegenDelayMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+560</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115249</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115250</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115251</ID>
                      <Description>"FootstepNoiseMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+570</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115252</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115253</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115254</ID>
                      <Description>"EnemyAwarenessLossRateMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+580</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115255</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115256</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115257</ID>
                      <Description>"EssenceGenerationMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+590</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115258</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115259</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115260</ID>
                      <Description>"EssenceFragmentGenerationCount (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+5A0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115261</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115262</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115263</ID>
                      <Description>"MaxHealthLossPercentLimit (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+5B0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115264</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115265</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115266</ID>
                      <Description>"StunOutgoingMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+5C0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115267</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115268</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115269</ID>
                      <Description>"StunIncomingMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+5D0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115270</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115271</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115272</ID>
                      <Description>"SpreadMovementMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+5E0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115273</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115274</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115275</ID>
                      <Description>"SpreadLookMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+5F0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115276</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115277</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115278</ID>
                      <Description>"WeaponSpreadMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+600</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115279</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115280</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115281</ID>
                      <Description>"MinimumSpread (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+610</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115282</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115283</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115284</ID>
                      <Description>"MaxRange (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+620</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115285</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115286</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115287</ID>
                      <Description>"OneHitKillPercent (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+630</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115288</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115289</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115290</ID>
                      <Description>"SecondWindHealthPercent (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+640</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115291</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115292</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115293</ID>
                      <Description>"SecondWindCooldown (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+650</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115294</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115295</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115296</ID>
                      <Description>"AbilityCooldownMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+660</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115297</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115298</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115299</ID>
                      <Description>"AbilityCostMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+670</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115300</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115301</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115302</ID>
                      <Description>"CompanionAbilityCooldownMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+680</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115303</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115304</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115305</ID>
                      <Description>"PersonalTimeDilation (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+690</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115306</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115307</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115308</ID>
                      <Description>"WindupSkipTimeMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+6A0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115309</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115310</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115311</ID>
                      <Description>"GravityMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+6B0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115312</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115313</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115314</ID>
                      <Description>"GrimoireEssenceCostMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+6C0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115315</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115316</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115317</ID>
                      <Description>"CurrencyMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+6D0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115318</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115319</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115320</ID>
                      <Description>"PotionRegenMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+6E0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115321</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115322</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115323</ID>
                      <Description>"FoodRegenMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+6F0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115324</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115325</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115326</ID>
                      <Description>"FoodRegenPool_Health (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+700</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115327</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115328</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115329</ID>
                      <Description>"FoodRegenPool_Essence (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+710</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115330</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115331</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115332</ID>
                      <Description>"FoodRegenPool_Stamina (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+720</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115333</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115334</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115335</ID>
                      <Description>"Scavenger_Breakdown (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+730</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115336</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115337</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115338</ID>
                      <Description>"Scavenger_Pickable (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+740</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115339</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115340</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115341</ID>
                      <Description>"FoodRegenSpeedMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+750</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115342</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115343</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115344</ID>
                      <Description>"FoodBuffDurationMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+760</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115345</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115346</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115347</ID>
                      <Description>"PhysicalBarrier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+770</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115348</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115349</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115350</ID>
                      <Description>"MaxPhysicalBarrier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+780</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115351</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115352</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115353</ID>
                      <Description>"MagicalBarrier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+790</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115354</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115355</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115356</ID>
                      <Description>"MaxMagicalBarrier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+7A0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115357</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115358</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>130</ID>
                  <Description>"Damage-Section"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>0</Offset>
                    <Offset>0</Offset>
                    <Offset>10A0</Offset>
                    <Offset>1B50</Offset>
                    <Offset>2D8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>131</ID>
                      <Description>"AttackLevel (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+30</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>132</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>133</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>134</ID>
                      <Description>"Damage (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>135</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>136</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>137</ID>
                      <Description>"Impact (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+50</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>138</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>139</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>140</ID>
                      <Description>"Stun (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+60</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>141</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>142</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>143</ID>
                      <Description>"FireAccumulation (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+70</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>144</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>145</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>146</ID>
                      <Description>"IceAccumulation (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+80</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>147</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>148</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>149</ID>
                      <Description>"ShockAccumulation (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+90</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>150</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>151</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>152</ID>
                      <Description>"SpiritAccumulation (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+A0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>153</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>154</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>155</ID>
                      <Description>"BleedAccumulation (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+B0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>156</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>157</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>158</ID>
                      <Description>"PoisonAccumulation (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+C0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>159</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>160</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>161</ID>
                      <Description>"ArmorPenetration (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+D0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>162</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>163</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>164</ID>
                      <Description>"CriticalChance (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+E0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>165</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>166</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>167</ID>
                      <Description>"UnawareDamageModifier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+F0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>168</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>169</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>170</ID>
                      <Description>"ImpulseMagnitudeMultipier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+100</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>171</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>172</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>173</ID>
                      <Description>"AttackSpeedMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+110</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>174</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>175</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>176</ID>
                      <Description>"MaxRangeMult (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+120</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>177</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>178</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>666</ID>
                  <Description>"Ammo"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>0</Offset>
                    <Offset>20</Offset>
                    <Offset>10A0</Offset>
                    <Offset>1B50</Offset>
                    <Offset>2D8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>667</ID>
                      <Description>"ArrowAmmunition (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+30</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>668</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>669</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>670</ID>
                      <Description>"MaxArrowAmmunition (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>671</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>672</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>673</ID>
                      <Description>"BulletAmmunition (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+50</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>674</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>675</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>676</ID>
                      <Description>"MaxBulletAmmunition (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+60</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>677</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>678</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>679</ID>
                      <Description>"ReagentAmmunition (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+70</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>680</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>681</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>682</ID>
                      <Description>"MaxReagentAmmunition (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+80</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>683</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>684</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>685</ID>
                      <Description>"ReloadPlayrate (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+90</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>686</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>687</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>688</ID>
                      <Description>"AmmoPerShotMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+A0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>689</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>690</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>542</ID>
                  <Description>"Heal- and other Charges"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>0</Offset>
                    <Offset>10</Offset>
                    <Offset>10A0</Offset>
                    <Offset>1B50</Offset>
                    <Offset>2D8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>543</ID>
                      <Description>"HealCharges (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+30</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>544</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>545</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>546</ID>
                      <Description>"HealMaxCharges (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>547</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>548</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>549</ID>
                      <Description>"EssenceCharges (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+50</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>550</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>551</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>552</ID>
                      <Description>"EssenceMaxCharges (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+60</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>553</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>554</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>555</ID>
                      <Description>"GrenadeCharges (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+70</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>556</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>557</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>558</ID>
                      <Description>"GrenadeMaxCharges (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+80</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>559</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>560</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>561</ID>
                      <Description>"TarPitchCharges (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+90</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>562</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>563</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>564</ID>
                      <Description>"TarPitchMaxCharges (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+A0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>565</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>566</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>567</ID>
                      <Description>"MagransFollyCharges (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+B0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>568</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>569</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>570</ID>
                      <Description>"MagransFollyMaxCharges (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+C0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>571</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>572</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>573</ID>
                      <Description>"EyeOfRymrgandCharges (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+D0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>574</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>575</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>576</ID>
                      <Description>"EyeOfRymrgandMaxCharges (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+E0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>577</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>578</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>579</ID>
                      <Description>"ElectricLilySeedCharges (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+F0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>580</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>581</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>582</ID>
                      <Description>"ElectricLilySeedMaxCharges (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+100</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>583</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>584</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>585</ID>
                      <Description>"ForgottenSoulPodCharges (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+110</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>586</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>587</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>588</ID>
                      <Description>"ForgottenSoulPodMaxCharges (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+120</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>589</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>590</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>592</ID>
                  <Description>"Fire, Ice, etc"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>0</Offset>
                    <Offset>18</Offset>
                    <Offset>10A0</Offset>
                    <Offset>1B50</Offset>
                    <Offset>2D8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>593</ID>
                      <Description>"FireAccumulated (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+30</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>594</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>595</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>596</ID>
                      <Description>"FireThreshold (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>597</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>598</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>599</ID>
                      <Description>"FireIncomingMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+50</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>600</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>601</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>602</ID>
                      <Description>"FireOutgoingMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+60</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>603</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>604</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>605</ID>
                      <Description>"IceAccumulated (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+70</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>606</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>607</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>608</ID>
                      <Description>"IceThreshold (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+80</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>609</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>610</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>611</ID>
                      <Description>"IceIncomingMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+90</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>612</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>613</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>614</ID>
                      <Description>"IceOutgoingMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+A0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>615</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>616</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>617</ID>
                      <Description>"ShockAccumulated (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+B0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>618</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>619</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>620</ID>
                      <Description>"ShockThreshold (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+C0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>621</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>622</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>623</ID>
                      <Description>"ShockIncomingMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+D0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>624</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>625</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>626</ID>
                      <Description>"ShockOutgoingMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+E0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>627</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>628</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>629</ID>
                      <Description>"SpiritAccumulated (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+F0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>630</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>631</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>632</ID>
                      <Description>"SpiritThreshold (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+100</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>633</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>634</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>635</ID>
                      <Description>"SpiritIncomingMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+110</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>636</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>637</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>638</ID>
                      <Description>"SpiritOutgoingMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+120</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>639</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>640</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>641</ID>
                      <Description>"BleedAccumulated (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+130</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>642</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>643</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>644</ID>
                      <Description>"BleedThreshold (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+140</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>645</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>646</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>647</ID>
                      <Description>"BleedIncomingMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+150</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>648</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>649</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>650</ID>
                      <Description>"BleedOutgoingMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+160</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>651</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>652</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>653</ID>
                      <Description>"PoisonAccumulated (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+170</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>654</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>655</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>656</ID>
                      <Description>"PoisonThreshold (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+180</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>657</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>658</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>659</ID>
                      <Description>"PoisonIncomingMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+190</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>660</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>661</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>662</ID>
                      <Description>"PoisonOutgoingMultiplier (GameplayAttributeData)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+1A0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>663</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>664</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>101</ID>
                  <Description>"Other Values"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>0</Offset>
                    <Offset>2D8</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1596</ID>
                      <Description>"AttributeMultipliers (AttributeMultipliers)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+3B88</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1597</ID>
                          <Description>"MaxHealth"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1598</ID>
                          <Description>"MaxStamina"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1599</ID>
                          <Description>"MaxEssence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1600</ID>
                          <Description>"Armor"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1601</ID>
                          <Description>"Stability"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1602</ID>
                          <Description>"MaxPosture"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1603</ID>
                          <Description>"FireThreshold"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1604</ID>
                          <Description>"IceThreshold"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1605</ID>
                          <Description>"ShockThreshold"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1606</ID>
                          <Description>"SpiritThreshold"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1607</ID>
                          <Description>"FireIncomingMultiplier"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1608</ID>
                          <Description>"IceIncomingMultiplier"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1609</ID>
                          <Description>"ShockIncomingMultiplier"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1610</ID>
                          <Description>"SpiritIncomingMultiplier"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+34</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1611</ID>
                          <Description>"Damage"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+38</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1612</ID>
                          <Description>"Impact"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+3C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1613</ID>
                          <Description>"FireAccumulation"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+40</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1614</ID>
                          <Description>"IceAccumulation"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+44</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1615</ID>
                          <Description>"ShockAccumulation"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+48</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1616</ID>
                          <Description>"SpiritAccumulation"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+4C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>2012</ID>
                  <Description>"PlayerSaveState"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+1B8</Address>
                  <Offsets>
                    <Offset>d00</Offset>
                    <Offset>30</Offset>
                    <Offset>0</Offset>
                    <Offset>38</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>102</ID>
                      <Description>"TotalExperience"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+2A4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>103</ID>
                      <Description>"Currency"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+2D0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>104</ID>
                      <Description>"PlayerName"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>String</VariableType>
                      <Length>256</Length>
                      <Unicode>1</Unicode>
                      <CodePage>0</CodePage>
                      <ZeroTerminate>1</ZeroTerminate>
                      <Address>+3E0</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>2007</ID>
      <Description>"Debug"</Description>
      <Options moHideChildren="1"/>
      <Color>C0C0C0</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>114</ID>
          <Description>"GWorld to Attributes"</Description>
          <Options moHideChildren="1"/>
          <ShowAsHex>1</ShowAsHex>
          <ShowAsSigned>0</ShowAsSigned>
          <GroupHeader>1</GroupHeader>
          <Address>167CEBCD260</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>115</ID>
              <Description>"OwningGameInstance"</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+1B8</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>116</ID>
                  <Description>"LocalPlayers [1 x ObjectProperty]"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+38</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>117</ID>
                      <Description>"[0]"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+0</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>118</ID>
                          <Description>"PlayerController"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+30</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>119</ID>
                              <Description>"Pawn"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+2D8</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>120</ID>
                                  <Description>"AbilitySystemComponent"</Description>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+1B50</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>121</ID>
                                      <Description>"SpawnedAttributes [5 x ObjectProperty (8B)]"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+10A0</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>122</ID>
                                          <Description>"[0] AttackAttributeSet (AttackAttributeSet)"</Description>
                                          <ShowAsHex>1</ShowAsHex>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>8 Bytes</VariableType>
                                          <Address>+0</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>123</ID>
                                          <Description>"[1] AttributeSetCore (AlabamaAttributeSetCore)"</Description>
                                          <ShowAsHex>1</ShowAsHex>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>8 Bytes</VariableType>
                                          <Address>+8</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>124</ID>
                                          <Description>"[2] ConsumableAttributeSet (ConsumablesAttributeSet)"</Description>
                                          <ShowAsHex>1</ShowAsHex>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>8 Bytes</VariableType>
                                          <Address>+10</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>125</ID>
                                          <Description>"[3] ElementalAttributeSet (ElementalAttributeSet)"</Description>
                                          <ShowAsHex>1</ShowAsHex>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>8 Bytes</VariableType>
                                          <Address>+18</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>126</ID>
                                          <Description>"[4] AmmunitionAttributeSet (AmmunitionAttributeSet)"</Description>
                                          <ShowAsHex>1</ShowAsHex>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>8 Bytes</VariableType>
                                          <Address>+20</Address>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>2020</ID>
                              <Description>"PlayerSaveState"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+D00</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>2021</ID>
                                  <Description>"TotalExperience"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+2A4</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>2022</ID>
                                  <Description>"Currency"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+2D0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>2023</ID>
                                  <Description>"PlayerName"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>String</VariableType>
                                  <Length>256</Length>
                                  <Unicode>1</Unicode>
                                  <CodePage>0</CodePage>
                                  <ZeroTerminate>1</ZeroTerminate>
                                  <Address>+3E0</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>115369</ID>
          <Description>"greift auf Leben der Gegner zu aber kann nicht schreiben bei der Adresse"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
aobscanmodule(enemies,Avowed-Win64-Shipping.exe,F3 0F 10 40 5C F3 0F 5E C1 F3 0F 5D 05 * * * * 0F 57 C9 F3 0F 5F C1 83) // should be unique
alloc(newmem,$1000,enemies)

label(code)
label(return)

newmem:

code:
  movss xmm0,[rax+5C]  // liest die Gesundheit des Gegners aus
  jmp return

enemies:
  jmp newmem
return:
registersymbol(enemies)

[DISABLE]

enemies:
  db F3 0F 10 40 5C

unregistersymbol(enemies)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Avowed-Win64-Shipping.exe"+10A3F44

"Avowed-Win64-Shipping.exe"+10A3F21: C3                       - ret 
"Avowed-Win64-Shipping.exe"+10A3F22: 48 8B BF D8 02 00 00     - mov rdi,[rdi+000002D8]
"Avowed-Win64-Shipping.exe"+10A3F29: 48 85 FF                 - test rdi,rdi
"Avowed-Win64-Shipping.exe"+10A3F2C: 74 E0                    - je "Avowed-Win64-Shipping.exe"+10A3F0E
"Avowed-Win64-Shipping.exe"+10A3F2E: EB BB                    - jmp "Avowed-Win64-Shipping.exe"+10A3EEB
"Avowed-Win64-Shipping.exe"+10A3F30: 48 8B 87 60 1B 00 00     - mov rax,[rdi+00001B60]
"Avowed-Win64-Shipping.exe"+10A3F37: F3 0F 10 48 6C           - movss xmm1,[rax+6C]
"Avowed-Win64-Shipping.exe"+10A3F3C: 0F 57 C0                 - xorps xmm0,xmm0
"Avowed-Win64-Shipping.exe"+10A3F3F: 0F 2E C8                 - ucomiss xmm1,xmm0
"Avowed-Win64-Shipping.exe"+10A3F42: 76 18                    - jna "Avowed-Win64-Shipping.exe"+10A3F5C
// ---------- INJECTING HERE ----------
"Avowed-Win64-Shipping.exe"+10A3F44: F3 0F 10 40 5C           - movss xmm0,[rax+5C]
// ---------- DONE INJECTING  ----------
"Avowed-Win64-Shipping.exe"+10A3F49: F3 0F 5E C1              - divss xmm0,xmm1
"Avowed-Win64-Shipping.exe"+10A3F4D: F3 0F 5D 05 CB 61 A8 07  - minss xmm0,["Avowed-Win64-Shipping.exe"+8B2A120]
"Avowed-Win64-Shipping.exe"+10A3F55: 0F 57 C9                 - xorps xmm1,xmm1
"Avowed-Win64-Shipping.exe"+10A3F58: F3 0F 5F C1              - maxss xmm0,xmm1
"Avowed-Win64-Shipping.exe"+10A3F5C: 83 FE 03                 - cmp esi,03
"Avowed-Win64-Shipping.exe"+10A3F5F: 75 08                    - jne "Avowed-Win64-Shipping.exe"+10A3F69
"Avowed-Win64-Shipping.exe"+10A3F61: 0F 2E F0                 - ucomiss xmm6,xmm0
"Avowed-Win64-Shipping.exe"+10A3F64: 0F 97 C0                 - seta al
"Avowed-Win64-Shipping.exe"+10A3F67: EB A7                    - jmp "Avowed-Win64-Shipping.exe"+10A3F10
"Avowed-Win64-Shipping.exe"+10A3F69: 83 FE 05                 - cmp esi,05
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>115374</ID>
          <Description>"writes enemies life - and 107 other addresses :("</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : Avowed-Win64-Shipping.exe
  Version: 
  Date   : 2026-06-18
  Author : Ich
  Description : 

  Dieser Code schreibt auf das Leben der Gegner - und weitere 107 Adressen :(
}

[ENABLE]

aobscanmodule(dmg,Avowed-Win64-Shipping.exe,F3 41 0F 11 4E 0C E9 ** ** ** **) // should be unique
alloc(newmem,$1000,dmg)

label(code)
label(return)

newmem:

code:
  movss [r14+0C],xmm1
  jmp return

dmg:
  jmp newmem
  nop
return:
registersymbol(dmg)

[DISABLE]

dmg:
  db F3 41 0F 11 4E 0C

unregistersymbol(dmg)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Avowed-Win64-Shipping.exe"+7D1631B

"Avowed-Win64-Shipping.exe"+7D162F2: 48 89 F9              - mov rcx,rdi
"Avowed-Win64-Shipping.exe"+7D162F5: 48 89 F2              - mov rdx,rsi
"Avowed-Win64-Shipping.exe"+7D162F8: 49 89 D8              - mov r8,rbx
"Avowed-Win64-Shipping.exe"+7D162FB: E8 40 0A 00 00        - call "Avowed-Win64-Shipping.exe"+7D16D40
"Avowed-Win64-Shipping.exe"+7D16300: F3 0F 10 0B           - movss xmm1,[rbx]
"Avowed-Win64-Shipping.exe"+7D16304: 49 8B 06              - mov rax,[r14]
"Avowed-Win64-Shipping.exe"+7D16307: 48 8B 40 08           - mov rax,[rax+08]
"Avowed-Win64-Shipping.exe"+7D1630B: 48 8D 0D 1E 50 5F 00  - lea rcx,["Avowed-Win64-Shipping.exe"+830B330]
"Avowed-Win64-Shipping.exe"+7D16312: 48 39 C8              - cmp rax,rcx
"Avowed-Win64-Shipping.exe"+7D16315: 0F 85 A0 02 00 00     - jne "Avowed-Win64-Shipping.exe"+7D165BB
// ---------- INJECTING HERE ----------
"Avowed-Win64-Shipping.exe"+7D1631B: F3 41 0F 11 4E 0C     - movss [r14+0C],xmm1
// ---------- DONE INJECTING  ----------
"Avowed-Win64-Shipping.exe"+7D16321: E9 E4 FE FF FF        - jmp "Avowed-Win64-Shipping.exe"+7D1620A
"Avowed-Win64-Shipping.exe"+7D16326: 48 89 F9              - mov rcx,rdi
"Avowed-Win64-Shipping.exe"+7D16329: 48 89 F2              - mov rdx,rsi
"Avowed-Win64-Shipping.exe"+7D1632C: 49 89 D8              - mov r8,rbx
"Avowed-Win64-Shipping.exe"+7D1632F: FF D0                 - call rax
"Avowed-Win64-Shipping.exe"+7D16331: EB CD                 - jmp "Avowed-Win64-Shipping.exe"+7D16300
"Avowed-Win64-Shipping.exe"+7D16333: 48 8D 15 5E 56 8A 03  - lea rdx,["Avowed-Win64-Shipping.exe"+B5BB998]
"Avowed-Win64-Shipping.exe"+7D1633A: 48 39 D1              - cmp rcx,rdx
"Avowed-Win64-Shipping.exe"+7D1633D: 0F 84 87 FD FF FF     - je "Avowed-Win64-Shipping.exe"+7D160CA
"Avowed-Win64-Shipping.exe"+7D16343: 48 8B 49 20           - mov rcx,[rcx+20]
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>100</ID>
          <Description>"path from gworld to one's enemy health"</Description>
          <ShowAsHex>1</ShowAsHex>
          <ShowAsSigned>0</ShowAsSigned>
          <GroupHeader>1</GroupHeader>
          <Address>21A0E1A8960</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>115983</ID>
              <Description>"PersistentLevel"</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+30</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>115984</ID>
                  <Description>"WorldSettings"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+290</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>115985</ID>
                      <Description>"DefaultRegionLevelVolume"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+500</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115986</ID>
                          <Description>"LeveledGameObjects"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+360</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>105</ID>
                              <Description>"[161]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+A10</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>106</ID>
                                  <Description>"AttributeSetCore"</Description>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+1B60</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>113</ID>
                                      <Description>"Health (GameplayAttributeData)"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <Color>0000FF</Color>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+50</Address>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>115987</ID>
                                          <Description>"BaseValue"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <Color>0000FF</Color>
                                          <VariableType>Float</VariableType>
                                          <Address>+8</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>115988</ID>
                                          <Description>"CurrentValue"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <Color>0000FF</Color>
                                          <VariableType>Float</VariableType>
                                          <Address>+C</Address>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>115989</ID>
                                      <Description>"MaxHealth (GameplayAttributeData)"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+60</Address>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>115990</ID>
                                          <Description>"BaseValue"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Float</VariableType>
                                          <Address>+8</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>115991</ID>
                                          <Description>"CurrentValue"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Float</VariableType>
                                          <Address>+C</Address>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>115995</ID>
                                      <Description>"Stamina (GameplayAttributeData)"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+80</Address>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>115996</ID>
                                          <Description>"BaseValue"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Float</VariableType>
                                          <Address>+8</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>115997</ID>
                                          <Description>"CurrentValue"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Float</VariableType>
                                          <Address>+C</Address>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>108260</ID>
      <Description>"Created with the UE5 Dumper by bbfox - Check this Box for more Info!"</Description>
      <Color>FF0080</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{$LUA}
if syntaxcheck then return end
[ENABLE]
ShellExecute('https://opencheattables.com/viewtopic.php?p=4722')
{$asm}
nop

[DISABLE]
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
</CheatTable>
