<?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("G1R-Win64-Shipping.exe")
  if(process == nil) then
    ShowMessage('The process is NOT found!')
  end

{$asm}

[DISABLE]
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>114984</ID>
          <Description>"Get 100 additional Ore when buying something"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
aobscanmodule(money,G1R-Win64-Shipping.exe,2B C7 41 8B FE 89 46 08 85 C0 0F 8F ** ** ** ** 33 C0) // should be unique
alloc(newmem,$100,money)

label(code)
label(return)

newmem:
  add eax,#100
code:
  //sub eax,edi
  mov edi,r14d
  jmp return

money:
  jmp newmem
return:
registersymbol(money)

[DISABLE]

money:
  db 2B C7 41 8B FE

unregistersymbol(money)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "G1R-Win64-Shipping.exe"+59C4635

"G1R-Win64-Shipping.exe"+59C460B: 0F 8F 23 01 00 00  - jg "G1R-Win64-Shipping.exe"+59C4734
"G1R-Win64-Shipping.exe"+59C4611: 48 8B 40 30        - mov rax,[rax+30]
"G1R-Win64-Shipping.exe"+59C4615: 48 39 1C C8        - cmp [rax+rcx*8],rbx
"G1R-Win64-Shipping.exe"+59C4619: 0F 85 15 01 00 00  - jne "G1R-Win64-Shipping.exe"+59C4734
"G1R-Win64-Shipping.exe"+59C461F: 48 8D 56 F8        - lea rdx,[rsi-08]
"G1R-Win64-Shipping.exe"+59C4623: 44 8B C7           - mov r8d,edi
"G1R-Win64-Shipping.exe"+59C4626: 49 8D 4F 10        - lea rcx,[r15+10]
"G1R-Win64-Shipping.exe"+59C462A: E8 21 3F B8 FF     - call "G1R-Win64-Shipping.exe"+5548550
"G1R-Win64-Shipping.exe"+59C462F: 8B 46 08           - mov eax,[rsi+08]
"G1R-Win64-Shipping.exe"+59C4632: 45 33 F6           - xor r14d,r14d
// ---------- INJECTING HERE ----------
"G1R-Win64-Shipping.exe"+59C4635: 2B C7              - sub eax,edi
// ---------- DONE INJECTING  ----------
"G1R-Win64-Shipping.exe"+59C4637: 41 8B FE           - mov edi,r14d
"G1R-Win64-Shipping.exe"+59C463A: 89 46 08           - mov [rsi+08],eax
"G1R-Win64-Shipping.exe"+59C463D: 85 C0              - test eax,eax
"G1R-Win64-Shipping.exe"+59C463F: 0F 8F E6 00 00 00  - jg "G1R-Win64-Shipping.exe"+59C472B
"G1R-Win64-Shipping.exe"+59C4645: 33 C0              - xor eax,eax
"G1R-Win64-Shipping.exe"+59C4647: 4C 89 36           - mov [rsi],r14
"G1R-Win64-Shipping.exe"+59C464A: 0F 57 C0           - xorps xmm0,xmm0
"G1R-Win64-Shipping.exe"+59C464D: 48 89 45 9F        - mov [rbp-61],rax
"G1R-Win64-Shipping.exe"+59C4651: 48 8D 4E 10        - lea rcx,[rsi+10]
"G1R-Win64-Shipping.exe"+59C4655: 4C 89 74 24 28     - mov [rsp+28],r14
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>115202</ID>
          <Description>"Inventory-Items increase insteas of decrease when used"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
aobscanmodule(itemamount,G1R-Win64-Shipping.exe,44 29 73 10 44 39 7B 10 0F 8F)
alloc(newmem,$100,itemamount)

label(code)
label(return)

newmem:
  add [rbx+10],r14d
code:
  // sub [rbx+10],r14d
  cmp [rbx+10],r15d
  jmp return

itemamount:
  jmp newmem
  nop 3
return:
registersymbol(itemamount)

[DISABLE]

itemamount:
  db 44 29 73 10 44 39 7B 10

unregistersymbol(itemamount)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "G1R-Win64-Shipping.exe"+59C487C

"G1R-Win64-Shipping.exe"+59C484F: 48 39 14 C8        - cmp [rax+rcx*8],rdx
"G1R-Win64-Shipping.exe"+59C4853: 0F 85 1B 01 00 00  - jne "G1R-Win64-Shipping.exe"+59C4974
"G1R-Win64-Shipping.exe"+59C4859: 4C 39 7B 08        - cmp [rbx+08],r15
"G1R-Win64-Shipping.exe"+59C485D: 0F 84 11 01 00 00  - je "G1R-Win64-Shipping.exe"+59C4974
"G1R-Win64-Shipping.exe"+59C4863: 44 39 7B 10        - cmp [rbx+10],r15d
"G1R-Win64-Shipping.exe"+59C4867: 0F 8E 07 01 00 00  - jng "G1R-Win64-Shipping.exe"+59C4974
"G1R-Win64-Shipping.exe"+59C486D: 48 8D 4E 10        - lea rcx,[rsi+10]
"G1R-Win64-Shipping.exe"+59C4871: 45 8B C6           - mov r8d,r14d
"G1R-Win64-Shipping.exe"+59C4874: 48 8B D3           - mov rdx,rbx
"G1R-Win64-Shipping.exe"+59C4877: E8 D4 3C B8 FF     - call "G1R-Win64-Shipping.exe"+5548550
// ---------- INJECTING HERE ----------
"G1R-Win64-Shipping.exe"+59C487C: 44 29 73 10        - sub [rbx+10],r14d
// ---------- DONE INJECTING  ----------
"G1R-Win64-Shipping.exe"+59C4880: 44 39 7B 10        - cmp [rbx+10],r15d
"G1R-Win64-Shipping.exe"+59C4884: 0F 8F E1 00 00 00  - jg "G1R-Win64-Shipping.exe"+59C496B
"G1R-Win64-Shipping.exe"+59C488A: 33 C0              - xor eax,eax
"G1R-Win64-Shipping.exe"+59C488C: 4C 89 7B 08        - mov [rbx+08],r15
"G1R-Win64-Shipping.exe"+59C4890: 0F 57 C0           - xorps xmm0,xmm0
"G1R-Win64-Shipping.exe"+59C4893: 48 89 45 A7        - mov [rbp-59],rax
"G1R-Win64-Shipping.exe"+59C4897: 48 8D 4B 18        - lea rcx,[rbx+18]
"G1R-Win64-Shipping.exe"+59C489B: 44 89 7B 10        - mov [rbx+10],r15d
"G1R-Win64-Shipping.exe"+59C489F: 48 8D 55 87        - lea rdx,[rbp-79]
"G1R-Win64-Shipping.exe"+59C48A3: 4C 89 7D 87        - mov [rbp-79],r15
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>115200</ID>
          <Description>"Get Time of the Day"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(time,G1R-Win64-Shipping.exe,F3 0F 5A C6 F2 0F 58 43 10 F2 0F 11 43 10) // should be unique
alloc(newmem,$100,time)

label(code)
label(return)
label(gametime)

newmem:
  mov [gametime],rbx
code:
  movsd [rbx+10],xmm0
  jmp return

gametime:
  dq 0

time+09:
  jmp newmem
return:
registersymbol(time gametime)

[DISABLE]

time+09:
  db F2 0F 11 43 10

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "G1R-Win64-Shipping.exe"+59AB2C6

"G1R-Win64-Shipping.exe"+59AB298: 0F 84 DB 00 00 00        - je "G1R-Win64-Shipping.exe"+59AB379
"G1R-Win64-Shipping.exe"+59AB29E: 80 BB D0 01 00 00 00     - cmp byte ptr [rbx+000001D0],00
"G1R-Win64-Shipping.exe"+59AB2A5: 48 89 7C 24 58           - mov [rsp+58],rdi
"G1R-Win64-Shipping.exe"+59AB2AA: 75 1F                    - jne "G1R-Win64-Shipping.exe"+59AB2CB
"G1R-Win64-Shipping.exe"+59AB2AC: 80 3D A9 62 3B 04 00     - cmp byte ptr ["G1R-Win64-Shipping.exe"+9D6155C],00
"G1R-Win64-Shipping.exe"+59AB2B3: 75 16                    - jne "G1R-Win64-Shipping.exe"+59AB2CB
"G1R-Win64-Shipping.exe"+59AB2B5: F3 0F 59 73 18           - mulss xmm6,[rbx+18]
"G1R-Win64-Shipping.exe"+59AB2BA: 0F 57 C0                 - xorps xmm0,xmm0
"G1R-Win64-Shipping.exe"+59AB2BD: F3 0F 5A C6              - cvtss2sd xmm0,xmm6
"G1R-Win64-Shipping.exe"+59AB2C1: F2 0F 58 43 10           - addsd xmm0,[rbx+10]
// ---------- INJECTING HERE ----------
"G1R-Win64-Shipping.exe"+59AB2C6: F2 0F 11 43 10           - movsd [rbx+10],xmm0
// ---------- DONE INJECTING  ----------
"G1R-Win64-Shipping.exe"+59AB2CB: F2 0F 10 4B 10           - movsd xmm1,[rbx+10]
"G1R-Win64-Shipping.exe"+59AB2D0: 48 8D 4C 24 20           - lea rcx,[rsp+20]
"G1R-Win64-Shipping.exe"+59AB2D5: E8 B6 99 C5 FF           - call "G1R-Win64-Shipping.exe"+5604C90
"G1R-Win64-Shipping.exe"+59AB2DA: 8B 44 24 20              - mov eax,[rsp+20]
"G1R-Win64-Shipping.exe"+59AB2DE: F2 0F 10 35 3A C4 B8 01  - movsd xmm6,["G1R-Win64-Shipping.exe"+7537720]
"G1R-Win64-Shipping.exe"+59AB2E6: 39 83 B8 01 00 00        - cmp [rbx+000001B8],eax
"G1R-Win64-Shipping.exe"+59AB2EC: 75 27                    - jne "G1R-Win64-Shipping.exe"+59AB315
"G1R-Win64-Shipping.exe"+59AB2EE: 8B 44 24 24              - mov eax,[rsp+24]
"G1R-Win64-Shipping.exe"+59AB2F2: 39 83 BC 01 00 00        - cmp [rbx+000001BC],eax
"G1R-Win64-Shipping.exe"+59AB2F8: 75 1B                    - jne "G1R-Win64-Shipping.exe"+59AB315
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>115201</ID>
              <Description>"Time (220000 = 11:06)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Double</VariableType>
              <Address>gametime</Address>
              <Offsets>
                <Offset>10</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>1337321391</ID>
          <Description>"Get LocalPlayer"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(LocalPlayers,G1R-Win64-Shipping.exe,48 8B 01 48 85 C0 74 09 48 8B) // should be unique
alloc(newmem,$100,LocalPlayers)

label(code)
label(return)
label(LP)

newmem:
  mov [LP],rcx
code:
  mov rax,[rcx]
  test rax,rax
  jmp return

LP:
  dq 0

LocalPlayers:
  jmp newmem
  nop
return:
registersymbol(LocalPlayers LP)

[DISABLE]

LocalPlayers:
  db 48 8B 01 48 85 C0

unregistersymbol(LocalPlayers)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "G1R-Win64-Shipping.exe"+3779CC0

"G1R-Win64-Shipping.exe"+3779CA5: 48 8B C3     - mov rax,rbx
"G1R-Win64-Shipping.exe"+3779CA8: 48 83 C4 30  - add rsp,30
"G1R-Win64-Shipping.exe"+3779CAC: 5B           - pop rbx
"G1R-Win64-Shipping.exe"+3779CAD: C3           - ret 
"G1R-Win64-Shipping.exe"+3779CAE: 48 8B 4A 38  - mov rcx,[rdx+38]
"G1R-Win64-Shipping.exe"+3779CB2: 48 63 42 40  - movsxd  rax,dword ptr [rdx+40]
"G1R-Win64-Shipping.exe"+3779CB6: 48 8D 14 C1  - lea rdx,[rcx+rax*8]
"G1R-Win64-Shipping.exe"+3779CBA: 48 3B CA     - cmp rcx,rdx
"G1R-Win64-Shipping.exe"+3779CBD: 74 1B        - je "G1R-Win64-Shipping.exe"+3779CDA
"G1R-Win64-Shipping.exe"+3779CBF: 90           - nop 
// ---------- INJECTING HERE ----------
"G1R-Win64-Shipping.exe"+3779CC0: 48 8B 01     - mov rax,[rcx]
// ---------- DONE INJECTING  ----------
"G1R-Win64-Shipping.exe"+3779CC3: 48 85 C0     - test rax,rax
"G1R-Win64-Shipping.exe"+3779CC6: 74 09        - je "G1R-Win64-Shipping.exe"+3779CD1
"G1R-Win64-Shipping.exe"+3779CC8: 48 8B 40 30  - mov rax,[rax+30]
"G1R-Win64-Shipping.exe"+3779CCC: 48 85 C0     - test rax,rax
"G1R-Win64-Shipping.exe"+3779CCF: 75 0B        - jne "G1R-Win64-Shipping.exe"+3779CDC
"G1R-Win64-Shipping.exe"+3779CD1: 48 83 C1 08  - add rcx,08
"G1R-Win64-Shipping.exe"+3779CD5: 48 3B CA     - cmp rcx,rdx
"G1R-Win64-Shipping.exe"+3779CD8: 75 E6        - jne "G1R-Win64-Shipping.exe"+3779CC0
"G1R-Win64-Shipping.exe"+3779CDA: 33 C0        - xor eax,eax
"G1R-Win64-Shipping.exe"+3779CDC: 48 83 C4 30  - add rsp,30
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>1337321392</ID>
              <Description>"Path to Spawned Attributes"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>LP</Address>
              <Offsets>
                <Offset>0</Offset>
                <Offset>1090</Offset>
                <Offset>378</Offset>
                <Offset>2b0</Offset>
                <Offset>2d0</Offset>
                <Offset>30</Offset>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337321397</ID>
                  <Description>"Current Health"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>0000FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>+0</Address>
                  <Offsets>
                    <Offset>4c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321398</ID>
                  <Description>"Max Health"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>0000FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>+0</Address>
                  <Offsets>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321399</ID>
                  <Description>"Real Max Health"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>0000FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>+0</Address>
                  <Offsets>
                    <Offset>58</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321400</ID>
                  <Description>"Experience Points"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+10</Address>
                  <Offsets>
                    <Offset>58</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321401</ID>
                  <Description>"Level"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+10</Address>
                  <Offsets>
                    <Offset>4c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321402</ID>
                  <Description>"Skill Points"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+10</Address>
                  <Offsets>
                    <Offset>6c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321403</ID>
                  <Description>"Base Mana"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+18</Address>
                  <Offsets>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321404</ID>
                  <Description>"Current Mana"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+18</Address>
                  <Offsets>
                    <Offset>4c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321405</ID>
                  <Description>"Max Mana"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>+18</Address>
                  <Offsets>
                    <Offset>5c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321406</ID>
                  <Description>"Magician Level"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+18</Address>
                  <Offsets>
                    <Offset>6c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321407</ID>
                  <Description>"Mana Recovery per Hour of Sleep"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+18</Address>
                  <Offsets>
                    <Offset>7c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321408</ID>
                  <Description>"Walk Speed Modifier"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+20</Address>
                  <Offsets>
                    <Offset>4c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321409</ID>
                  <Description>"Dexterity"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+28</Address>
                  <Offsets>
                    <Offset>4c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321410</ID>
                  <Description>"Strength"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+30</Address>
                  <Offsets>
                    <Offset>4c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321411</ID>
                  <Description>"Oxygen"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+38</Address>
                  <Offsets>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321412</ID>
                  <Description>"Fatigue"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+48</Address>
                  <Offsets>
                    <Offset>4c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321413</ID>
                  <Description>"Lockpicking"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+50</Address>
                  <Offsets>
                    <Offset>4c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321414</ID>
                  <Description>"LockpickPrecision"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+50</Address>
                  <Offsets>
                    <Offset>5c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321415</ID>
                  <Description>"PickPocketing"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+58</Address>
                  <Offsets>
                    <Offset>4c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321416</ID>
                  <Description>"Alcohol"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+60</Address>
                  <Offsets>
                    <Offset>4c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337321417</ID>
                  <Description>"Swampweed"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+68</Address>
                  <Offsets>
                    <Offset>4c</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>142</ID>
      <Description>"Debug"</Description>
      <Options moHideChildren="1"/>
      <Color>C0C0C0</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>143</ID>
          <Description>"Get PlayerData"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
aobscanmodule(get_gworld,G1R-Win64-Shipping.exe,C3 CC CC CC CC CC CC CC CC CC CC 40 53 48 83 EC 20 48 8B 01 48 8B D9 FF 90 88 01 00 00 48 85 C0 75 ** 48 83 C4 20 5B C3) // should be unique
alloc(newmem,$1000,get_gworld)

label(code)
label(return)
label(gworld)

newmem:
  mov [gworld],rcx
code:
  mov rax,[rcx]
  mov rbx,rcx
  jmp return

gworld:
  dq 0

get_gworld+11:
  jmp newmem
  nop
return:
registersymbol(get_gworld gworld)

[DISABLE]

get_gworld+11:
  db 48 8B 01 48 8B D9

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "G1R-Win64-Shipping.exe"+57B7016

"G1R-Win64-Shipping.exe"+57B7008: CC                 - int 3
"G1R-Win64-Shipping.exe"+57B7009: CC                 - int 3
"G1R-Win64-Shipping.exe"+57B700A: CC                 - int 3
"G1R-Win64-Shipping.exe"+57B700B: CC                 - int 3
"G1R-Win64-Shipping.exe"+57B700C: CC                 - int 3
"G1R-Win64-Shipping.exe"+57B700D: CC                 - int 3
"G1R-Win64-Shipping.exe"+57B700E: CC                 - int 3
"G1R-Win64-Shipping.exe"+57B700F: CC                 - int 3
"G1R-Win64-Shipping.exe"+57B7010: 40 53              - push rbx
"G1R-Win64-Shipping.exe"+57B7012: 48 83 EC 20        - sub rsp,20
// ---------- INJECTING HERE ----------
"G1R-Win64-Shipping.exe"+57B7016: 48 8B 01           - mov rax,[rcx]
// ---------- DONE INJECTING  ----------
"G1R-Win64-Shipping.exe"+57B7019: 48 8B D9           - mov rbx,rcx
"G1R-Win64-Shipping.exe"+57B701C: FF 90 88 01 00 00  - call qword ptr [rax+00000188]
"G1R-Win64-Shipping.exe"+57B7022: 48 85 C0           - test rax,rax
"G1R-Win64-Shipping.exe"+57B7025: 75 06              - jne "G1R-Win64-Shipping.exe"+57B702D
"G1R-Win64-Shipping.exe"+57B7027: 48 83 C4 20        - add rsp,20
"G1R-Win64-Shipping.exe"+57B702B: 5B                 - pop rbx
"G1R-Win64-Shipping.exe"+57B702C: C3                 - ret
"G1R-Win64-Shipping.exe"+57B702D: 48 8B CB           - mov rcx,rbx
"G1R-Win64-Shipping.exe"+57B7030: 48 83 C4 20        - add rsp,20
"G1R-Win64-Shipping.exe"+57B7034: 5B                 - pop rbx
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>145</ID>
              <Description>"GWorld"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>gworld</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>146</ID>
                  <Description>"OwningGameInstance"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C0C0C0</Color>
                  <GroupHeader>1</GroupHeader>
                  <Address>+1D8</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>147</ID>
                  <Description>"PersistentLevel"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+30</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>148</ID>
                      <Description>"OwningWorld"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+c0</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>149</ID>
                          <Description>"OwningGameInstance"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+1d8</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>150</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>151</ID>
                                  <Description>"[0]"</Description>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+0</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>152</ID>
                                      <Description>"PlayerController"</Description>
                                      <ShowAsHex>1</ShowAsHex>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+30</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>153</ID>
                                          <Description>"Pawn"</Description>
                                          <ShowAsHex>1</ShowAsHex>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+2D0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>154</ID>
                                              <Description>"IsDriver"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Byte</VariableType>
                                              <Address>+B90</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>155</ID>
                                              <Description>"PlayerState"</Description>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+2B0</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>156</ID>
                                                  <Description>"AbilitySystemComponent"</Description>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+378</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>157</ID>
                                                      <Description>"SpawnedAttributes [14 x ObjectProperty]"</Description>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+1090</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>158</ID>
                                                          <Description>"[0]"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+0</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>159</ID>
                                                              <Description>"Health"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <GroupHeader>1</GroupHeader>
                                                              <Address>+40</Address>
                                                              <CheatEntries>
                                                                <CheatEntry>
                                                                  <ID>160</ID>
                                                                  <Description>"BaseValue"</Description>
                                                                  <ShowAsSigned>0</ShowAsSigned>
                                                                  <VariableType>Float</VariableType>
                                                                  <Address>+8</Address>
                                                                </CheatEntry>
                                                                <CheatEntry>
                                                                  <ID>161</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>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>114985</ID>
          <Description>"Get PlayerData (Version with ALL Stats)"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
aobscanmodule(get_gworld,G1R-Win64-Shipping.exe,C3 CC CC CC CC CC CC CC CC CC CC 40 53 48 83 EC 20 48 8B 01 48 8B D9 FF 90 88 01 00 00 48 85 C0 75 ** 48 83 C4 20 5B C3) // should be unique
alloc(newmem,$1000,get_gworld)

label(code)
label(return)
label(gworld)

newmem:
  mov [gworld],rcx
code:
  mov rax,[rcx]
  mov rbx,rcx
  jmp return

gworld:
  dq 0

get_gworld+11:
  jmp newmem
  nop
return:
registersymbol(get_gworld gworld)

[DISABLE]

get_gworld+11:
  db 48 8B 01 48 8B D9

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "G1R-Win64-Shipping.exe"+57B7016

"G1R-Win64-Shipping.exe"+57B7008: CC                 - int 3
"G1R-Win64-Shipping.exe"+57B7009: CC                 - int 3
"G1R-Win64-Shipping.exe"+57B700A: CC                 - int 3
"G1R-Win64-Shipping.exe"+57B700B: CC                 - int 3
"G1R-Win64-Shipping.exe"+57B700C: CC                 - int 3
"G1R-Win64-Shipping.exe"+57B700D: CC                 - int 3
"G1R-Win64-Shipping.exe"+57B700E: CC                 - int 3
"G1R-Win64-Shipping.exe"+57B700F: CC                 - int 3
"G1R-Win64-Shipping.exe"+57B7010: 40 53              - push rbx
"G1R-Win64-Shipping.exe"+57B7012: 48 83 EC 20        - sub rsp,20
// ---------- INJECTING HERE ----------
"G1R-Win64-Shipping.exe"+57B7016: 48 8B 01           - mov rax,[rcx]
// ---------- DONE INJECTING  ----------
"G1R-Win64-Shipping.exe"+57B7019: 48 8B D9           - mov rbx,rcx
"G1R-Win64-Shipping.exe"+57B701C: FF 90 88 01 00 00  - call qword ptr [rax+00000188]
"G1R-Win64-Shipping.exe"+57B7022: 48 85 C0           - test rax,rax
"G1R-Win64-Shipping.exe"+57B7025: 75 06              - jne "G1R-Win64-Shipping.exe"+57B702D
"G1R-Win64-Shipping.exe"+57B7027: 48 83 C4 20        - add rsp,20
"G1R-Win64-Shipping.exe"+57B702B: 5B                 - pop rbx
"G1R-Win64-Shipping.exe"+57B702C: C3                 - ret
"G1R-Win64-Shipping.exe"+57B702D: 48 8B CB           - mov rcx,rbx
"G1R-Win64-Shipping.exe"+57B7030: 48 83 C4 20        - add rsp,20
"G1R-Win64-Shipping.exe"+57B7034: 5B                 - pop rbx
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>114986</ID>
              <Description>"Path to SpawnedAttributes"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>gworld</Address>
              <Offsets>
                <Offset>0</Offset>
                <Offset>1090</Offset>
                <Offset>378</Offset>
                <Offset>2b0</Offset>
                <Offset>2d0</Offset>
                <Offset>30</Offset>
                <Offset>0</Offset>
                <Offset>38</Offset>
                <Offset>1d8</Offset>
                <Offset>c0</Offset>
                <Offset>30</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>114987</ID>
                  <Description>"Health"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+0</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>114988</ID>
                      <Description>"Maximum Health"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>000000</Color>
                      <VariableType>Float</VariableType>
                      <Address>+48</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>114989</ID>
                      <Description>"Current Health"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>+4c</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>114990</ID>
                  <Description>"Armor"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+8</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>114991</ID>
                      <Description>"SuperArmor"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>114992</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>114993</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>114994</ID>
                      <Description>"MaxSuperArmor"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+50</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>114995</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>114996</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>114997</ID>
                      <Description>"Resist Blunt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+60</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>114998</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>114999</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115000</ID>
                      <Description>"Resist Edge"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+70</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115001</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115002</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115003</ID>
                      <Description>"Resist Point"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+80</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115004</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115005</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115006</ID>
                      <Description>"Resist Fire"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+90</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115007</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115008</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115009</ID>
                      <Description>"Resist Energy"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+a0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115010</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115011</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115012</ID>
                      <Description>"Resist Ice"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+b0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115013</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115014</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115015</ID>
                      <Description>"Resist Wind"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+c0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115016</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115017</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115018</ID>
                      <Description>"Resist Falling"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+d0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115019</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115020</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>115021</ID>
                  <Description>"LevelProgression"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+10</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>115022</ID>
                      <Description>"Level"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115023</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115024</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115025</ID>
                      <Description>"Experience"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+50</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115026</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115027</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF0000</Color>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115028</ID>
                      <Description>"SkillPoints"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+60</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115029</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115030</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115031</ID>
                      <Description>"XPExecutedBounty"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+70</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115032</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115033</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115034</ID>
                      <Description>"XPKillorDefeatBounty"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+80</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115035</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115036</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115037</ID>
                      <Description>"Toughness"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+90</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115038</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115039</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115040</ID>
                      <Description>"ToughnessA"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+a0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115041</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115042</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115043</ID>
                      <Description>"ToughnessB"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+b0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115044</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115045</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115046</ID>
                      <Description>"ToughnessC"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+c0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115047</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115048</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>115049</ID>
                  <Description>"Mana"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+18</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>115050</ID>
                      <Description>"Mana"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</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>
                          <Color>FF0000</Color>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115053</ID>
                      <Description>"MaxMana"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+50</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>
                          <Color>FF0000</Color>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115056</ID>
                      <Description>"MagicianLevel"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+60</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>"RecoveryRatePerHourOfSleep"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+70</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>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>115062</ID>
                  <Description>"Movement"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+20</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>115063</ID>
                      <Description>"Speed Modifier"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115064</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115065</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF0000</Color>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>115066</ID>
                  <Description>"Dexterity"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+28</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>115067</ID>
                      <Description>"Dexterity..."</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115068</ID>
                          <Description>"BaseValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>115069</ID>
                          <Description>"CurrentValue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF0000</Color>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>115070</ID>
                  <Description>"Strength"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+30</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>115071</ID>
                      <Description>"Strength..."</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</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>
                          <Color>FF0000</Color>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>115074</ID>
                  <Description>"Oygen"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+38</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>115075</ID>
                      <Description>"Oxygen..."</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115076</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115077</ID>
                      <Description>"MaxOxygen..."</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+50</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115078</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115079</ID>
                      <Description>"OxygenDepletionRate"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+60</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115080</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115081</ID>
                      <Description>"OxygenRecoveryRate"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+70</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115082</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115083</ID>
                      <Description>"CriticalLevelPercent"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+80</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115084</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>115085</ID>
                  <Description>"Sleep"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+40</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>115086</ID>
                      <Description>"Sleeptime"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115087</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115088</ID>
                      <Description>"MaxSleepTime"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+50</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115089</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115090</ID>
                      <Description>"SleepTimeRecoveryAmount"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+60</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115091</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115092</ID>
                      <Description>"SleepTimeRecoveryPeriod"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+70</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115093</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115094</ID>
                      <Description>"MaxRestTime"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+80</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115095</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>115096</ID>
                  <Description>"Fatigue"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+48</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>115097</ID>
                      <Description>"Fatigue"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115098</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115099</ID>
                      <Description>"MaxFatigue"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+50</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115100</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115101</ID>
                      <Description>"FillRatio"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+60</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115102</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115103</ID>
                      <Description>"FillRatioPeriod"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+70</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115104</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115105</ID>
                      <Description>"MaxThresholdIndex"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+80</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115106</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115107</ID>
                      <Description>"RecoveryRatePerHourOfSleep"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+90</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115108</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>115109</ID>
                  <Description>"Lockpicking"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+50</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>115110</ID>
                      <Description>"LockPickDurability"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115111</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115112</ID>
                      <Description>"LockPickPrecision"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+50</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115113</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>115114</ID>
                  <Description>"PickPocketing"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+58</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>115115</ID>
                      <Description>"LockPickDurability"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115116</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>115117</ID>
                  <Description>"Alcohol"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+60</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>115118</ID>
                      <Description>"Alcohol"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115119</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115120</ID>
                      <Description>"MaxAlcohol"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+50</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115121</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115122</ID>
                      <Description>"AlcoholDepletionRate"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+60</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115123</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>115124</ID>
                  <Description>"SwampWeed"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+68</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>115125</ID>
                      <Description>"MaxSwampweed"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+50</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115126</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115127</ID>
                      <Description>"Swampweed"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115128</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115129</ID>
                      <Description>"SwampweedDepletionRate"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+60</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>115130</ID>
                          <Description>"Current Value"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+c</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <Comments>Amulets:
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Brotherhood_World.BP_ItAt_Amulet_Brotherhood_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Dexterity_01_World.BP_ItAt_Amulet_Dexterity_01_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Dexterity_02_World.BP_ItAt_Amulet_Dexterity_02_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Enlight_World.BP_ItAt_Amulet_Enlight_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Fire_World.BP_ItAt_Amulet_Fire_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Innos_World.BP_ItAt_Amulet_Innos_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Life_World.BP_ItAt_Amulet_Life_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Magic_01_World.BP_ItAt_Amulet_Magic_01_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Magic_02_World.BP_ItAt_Amulet_Magic_02_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Magicfire_World.BP_ItAt_Amulet_Magicfire_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Neks_World.BP_ItAt_Amulet_Neks_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Orc_World.BP_ItAt_Amulet_Orc_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_OrcMummy_World.BP_ItAt_Amulet_OrcMummy_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Power_World.BP_ItAt_Amulet_Power_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Projectile_World.BP_ItAt_Amulet_Projectile_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Protection_World.BP_ItAt_Amulet_Protection_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Ranged_World.BP_ItAt_Amulet_Ranged_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Strong_01_World.BP_ItAt_Amulet_Strong_01_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Strong_02_World.BP_ItAt_Amulet_Strong_02_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Ulu_Talisman_World.BP_ItAt_Amulet_Ulu_Talisman_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Water_World.BP_ItAt_Amulet_Water_World_C
Summon /Game/Items/Amulet/BP_ItAt_Amulet_Weapon_World.BP_ItAt_Amulet_Weapon_World_C
Armor(seems to not work correctly):
Summon /Game/Items/Armor/BP_Crw_Armor_H_World.BP_Crw_Armor_H_World_C
Summon /Game/Items/Armor/BP_Dmb_Armor_M_World.BP_Dmb_Armor_M_World_C
Summon /Game/Items/Armor/BP_Ebr_Armor_H_01_World.BP_Ebr_Armor_H_01_World_C
Summon /Game/Items/Armor/BP_Ebr_Armor_H_02_World.BP_Ebr_Armor_H_02_World_C
Summon /Game/Items/Armor/BP_Ebr_Armor_M_World.BP_Ebr_Armor_M_World_C
Summon /Game/Items/Armor/BP_Gur_Armor_H_World.BP_Gur_Armor_H_World_C
Summon /Game/Items/Armor/BP_Gur_Armor_M_World.BP_Gur_Armor_M_World_C
Summon /Game/Items/Armor/BP_Kdf_Armor_H_World.BP_Kdf_Armor_H_World_C
Summon /Game/Items/Armor/BP_Kdf_Armor_L_World.BP_Kdf_Armor_L_World_C
Summon /Game/Items/Armor/BP_Kdw_Armor_H_World.BP_Kdw_Armor_H_World_C
Summon /Game/Items/Armor/BP_Kdw_Armor_L_World.BP_Kdw_Armor_L_World_C
Summon /Game/Items/Armor/BP_Law_Armor_World.BP_Law_Armor_World_C
Summon /Game/Items/Armor/BP_Ore_Armor_H_World.BP_Ore_Armor_H_World_C
Summon /Game/Items/Armor/BP_Ore_Armor_M_World.BP_Ore_Armor_M_World_C
Summon /Game/Items/Armor/BP_Sfb_Armor_L_World.BP_Sfb_Armor_L_World_C
Summon /Game/Items/Armor/BP_Vlk_Armor_L_World.BP_Vlk_Armor_L_World_C
Summon /Game/Items/Armor/BP_Vlk_Armor_M_World.BP_Vlk_Armor_M_World_C
Food:
Summon /Game/Items/Food/BP_ItFo_SeaforestBrew_World.BP_ItFo_SeaforestBrew_World_C
Summon /Game/Items/Food/BP_ItAt_Meatbug_01_World.BP_ItAt_Meatbug_01_World_C
Summon /Game/Items/Food/BP_ItFo_Apple_World.BP_ItFo_Apple_World_C
Summon /Game/Items/Food/BP_ItFo_Cabbage_World.BP_ItFo_Cabbage_World_C
Summon /Game/Items/Food/BP_ItFo_Carrot_World.BP_ItFo_Carrot_World_C
Summon /Game/Items/Food/BP_ItFo_Cheese_World.BP_ItFo_Cheese_World_C
Summon /Game/Items/Food/BP_ItFo_Crawlersoup_World.BP_ItFo_Crawlersoup_World_C
Summon /Game/Items/Food/BP_ItFo_DragonsbreathStew_World.BP_ItFo_DragonsbreathStew_World_C
Summon /Game/Items/Food/BP_ItFo_Grilledscavenger_World.BP_ItFo_Grilledscavenger_World_C
Summon /Game/Items/Food/BP_ItFo_Lemon_World.BP_ItFo_Lemon_World_C
Summon /Game/Items/Food/BP_ItFo_Loaf_World.BP_ItFo_Loaf_World_C
Summon /Game/Items/Food/BP_ItFo_Meatbugragout_World.BP_ItFo_Meatbugragout_World_C
Summon /Game/Items/Food/BP_ItFo_Meatbugsauteed_World.BP_ItFo_Meatbugsauteed_World_C
Summon /Game/Items/Food/BP_ItFo_MushroomStew_World.BP_ItFo_MushroomStew_World_C
Summon /Game/Items/Food/BP_ItFo_Mutton_01_World.BP_ItFo_Mutton_01_World_C
Summon /Game/Items/Food/BP_ItFo_Mutton_02_World.BP_ItFo_Mutton_02_World_C
Summon /Game/Items/Food/BP_ItFo_Muttonraw_World.BP_ItFo_Muttonraw_World_C
Summon /Game/Items/Food/BP_ItFo_Onion_World.BP_ItFo_Onion_World_C
Summon /Game/Items/Food/BP_ItFo_Ottostew_World.BP_ItFo_Ottostew_World_C
Summon /Game/Items/Food/BP_ItFo_Pear_World.BP_ItFo_Pear_World_C
Summon /Game/Items/Food/BP_ItFo_Potato_World.BP_ItFo_Potato_World_C
Summon /Game/Items/Food/BP_ItFo_Potion_Beer_World.BP_ItFo_Potion_Beer_World_C
Summon /Game/Items/Food/BP_ItFo_Potion_Booze_World.BP_ItFo_Potion_Booze_World_C
Summon /Game/Items/Food/BP_ItFo_Potion_Strongbeer_World.BP_ItFo_Potion_Strongbeer_World_C
Summon /Game/Items/Food/BP_ItFo_Potion_Water_01_World.BP_ItFo_Potion_Water_01_World_C
Summon /Game/Items/Food/BP_ItFo_Potion_Wine_World.BP_ItFo_Potion_Wine_World_C
Summon /Game/Items/Food/BP_ItFo_Rice_World.BP_ItFo_Rice_World_C
Summon /Game/Items/Food/BP_ItFo_Sausage_World.BP_ItFo_Sausage_World_C
Summon /Game/Items/Food/BP_ItFo_Soup_World.BP_ItFo_Soup_World_C
Summon /Game/Items/Food/BP_ItFo_SyraRecipe_World.BP_ItFo_SyraRecipe_World_C
Summon /Game/Items/Food/BP_ItFo_Whitemeat_World.BP_ItFo_Whitemeat_World_C
Summon /Game/Items/Food/BP_ItFo_Wineberrys_01_World.BP_ItFo_Wineberrys_01_World_C
Herb:
Summon /Game/Items/Herb/BP_ItFo_Plants_Berrys_01_Empty_World.BP_ItFo_Plants_Berrys_01_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Berrys_01_World_Drop.BP_ItFo_Plants_Berrys_01_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Berrys_01_World.BP_ItFo_Plants_Berrys_01_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Bloodwood_01_Empty_World.BP_ItFo_Plants_Bloodwood_01_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Bloodwood_01_World_Drop.BP_ItFo_Plants_Bloodwood_01_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Bloodwood_01_World.BP_ItFo_Plants_Bloodwood_01_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Coral_Empty_World.BP_ItFo_Plants_Coral_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Coral_World_Drop.BP_ItFo_Plants_Coral_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Coral_World.BP_ItFo_Plants_Coral_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Darkshade_Empty_World.BP_ItFo_Plants_Darkshade_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Darkshade_World_Drop.BP_ItFo_Plants_Darkshade_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Darkshade_World.BP_ItFo_Plants_Darkshade_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Darshade_Empty_World.BP_ItFo_Plants_Darshade_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Dewleaf_Empty_World.BP_ItFo_Plants_Dewleaf_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Dewleaf_World_Drop.BP_ItFo_Plants_Dewleaf_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Dewleaf_World.BP_ItFo_Plants_Dewleaf_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Duskbell_Empty_World.BP_ItFo_Plants_Duskbell_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Duskbell_World_Drop.BP_ItFo_Plants_Duskbell_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Duskbell_World.BP_ItFo_Plants_Duskbell_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Flameberry_01_Empty_World.BP_ItFo_Plants_Flameberry_01_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Flameberry_01_World_Drop.BP_ItFo_Plants_Flameberry_01_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Flameberry_01_World.BP_ItFo_Plants_Flameberry_01_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Herb_01_Empty_World.BP_ItFo_Plants_Herb_01_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Herb_01_World_Drop.BP_ItFo_Plants_Herb_01_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Herb_01_World.BP_ItFo_Plants_Herb_01_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Herb_02_Empty_World.BP_ItFo_Plants_Herb_02_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Herb_02_World_Drop.BP_ItFo_Plants_Herb_02_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Herb_02_World.BP_ItFo_Plants_Herb_02_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Herb_03_Empty_World.BP_ItFo_Plants_Herb_03_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Herb_03_World_Drop.BP_ItFo_Plants_Herb_03_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Herb_03_World.BP_ItFo_Plants_Herb_03_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Lobelia_Empty_World.BP_ItFo_Plants_Lobelia_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Lobelia_World_Drop.BP_ItFo_Plants_Lobelia_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Lobelia_World.BP_ItFo_Plants_Lobelia_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Mistcap_Empty_World.BP_ItFo_Plants_Mistcap_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Mistcap_World_Drop.BP_ItFo_Plants_Mistcap_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Mistcap_World.BP_ItFo_Plants_Mistcap_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Mountainmoss_01_Empty_World.BP_ItFo_Plants_Mountainmoss_01_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Mountainmoss_01_World_Drop.BP_ItFo_Plants_Mountainmoss_01_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Mountainmoss_01_World.BP_ItFo_Plants_Mountainmoss_01_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Mountainmoss_02_Empty_World.BP_ItFo_Plants_Mountainmoss_02_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Mountainmoss_02_World_Drop.BP_ItFo_Plants_Mountainmoss_02_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Mountainmoss_02_World.BP_ItFo_Plants_Mountainmoss_02_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Mushroom_01_Empty_World.BP_ItFo_Plants_Mushroom_01_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Mushroom_01_World_Drop.BP_ItFo_Plants_Mushroom_01_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Mushroom_01_World.BP_ItFo_Plants_Mushroom_01_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Mushroom_02_Empty_World.BP_ItFo_Plants_Mushroom_02_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Mushroom_02_World_Drop.BP_ItFo_Plants_Mushroom_02_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Mushroom_02_World.BP_ItFo_Plants_Mushroom_02_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Nightshadow_01_Empty_World.BP_ItFo_Plants_Nightshadow_01_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Nightshadow_01_World_Drop.BP_ItFo_Plants_Nightshadow_01_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Nightshadow_01_World.BP_ItFo_Plants_Nightshadow_01_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Nightshadow_02_Empty_World.BP_ItFo_Plants_Nightshadow_02_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Nightshadow_02_World_Drop.BP_ItFo_Plants_Nightshadow_02_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Nightshadow_02_World.BP_ItFo_Plants_Nightshadow_02_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Orcherb_01_Empty_World.BP_ItFo_Plants_Orcherb_01_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Orcherb_01_World_Drop.BP_ItFo_Plants_Orcherb_01_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Orcherb_01_World.BP_ItFo_Plants_Orcherb_01_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Orcherb_02_Empty_World.BP_ItFo_Plants_Orcherb_02_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Orcherb_02_World_Drop.BP_ItFo_Plants_Orcherb_02_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Orcherb_02_World.BP_ItFo_Plants_Orcherb_02_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_OrcSpore_Empty_World.BP_ItFo_Plants_OrcSpore_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_OrcSpore_World_Drop.BP_ItFo_Plants_OrcSpore_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_OrcSpore_World.BP_ItFo_Plants_OrcSpore_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Ravenherb_01_Empty_World.BP_ItFo_Plants_Ravenherb_01_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Ravenherb_01_World_Drop.BP_ItFo_Plants_Ravenherb_01_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Ravenherb_01_World.BP_ItFo_Plants_Ravenherb_01_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Ravenherb_02_Empty_World.BP_ItFo_Plants_Ravenherb_02_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Ravenherb_02_World_Drop.BP_ItFo_Plants_Ravenherb_02_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Ravenherb_02_World.BP_ItFo_Plants_Ravenherb_02_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Seraphis_01_Empty_World.BP_ItFo_Plants_Seraphis_01_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Seraphis_01_World_Drop.BP_ItFo_Plants_Seraphis_01_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Seraphis_01_World.BP_ItFo_Plants_Seraphis_01_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Siren_Empty_World.BP_ItFo_Plants_Siren_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Siren_World_Drop.BP_ItFo_Plants_Siren_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Siren_World.BP_ItFo_Plants_Siren_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Stoneroot_01_Empty_World.BP_ItFo_Plants_Stoneroot_01_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Stoneroot_01_World_Drop.BP_ItFo_Plants_Stoneroot_01_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Stoneroot_01_World.BP_ItFo_Plants_Stoneroot_01_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Stoneroot_02_Empty_World.BP_ItFo_Plants_Stoneroot_02_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Stoneroot_02_World_Drop.BP_ItFo_Plants_Stoneroot_02_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Stoneroot_02_World.BP_ItFo_Plants_Stoneroot_02_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Trollbane_Empty_World.BP_ItFo_Plants_Trollbane_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Trollbane_World_Drop.BP_ItFo_Plants_Trollbane_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Trollbane_World.BP_ItFo_Plants_Trollbane_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Velayis_01_Empty_World.BP_ItFo_Plants_Velayis_01_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Velayis_01_World_Drop.BP_ItFo_Plants_Velayis_01_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Velayis_01_World.BP_ItFo_Plants_Velayis_01_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Widow_Empty_World.BP_ItFo_Plants_Widow_Empty_World_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Widow_World_Drop.BP_ItFo_Plants_Widow_World_Drop_C
Summon /Game/Items/Herb/BP_ItFo_Plants_Widow_World.BP_ItFo_Plants_Widow_World_C
Summon /Game/Items/Herb/BP_ItMi_Joint_01_World.BP_ItMi_Joint_01_World_C
Summon /Game/Items/Herb/BP_ItMi_Joint_02_World.BP_ItMi_Joint_02_World_C
Summon /Game/Items/Herb/BP_ItMi_Joint_03_World.BP_ItMi_Joint_03_World_C
Summon /Game/Items/Herb/BP_ItMi_Plants_Swampherb_01_Empty_World.BP_ItMi_Plants_Swampherb_01_Empty_World_C
Summon /Game/Items/Herb/BP_ItMi_Plants_Swampherb_01_World_Drop.BP_ItMi_Plants_Swampherb_01_World_Drop_C
Summon /Game/Items/Herb/BP_ItMi_Plants_Swampherb_01_World.BP_ItMi_Plants_Swampherb_01_World_C
Key:
Summon /Game/Items/Key/BP_ItKe_AbandonedGallery_01_World.BP_ItKe_AbandonedGallery_01_World_C
Summon /Game/Items/Key/BP_ItKe_AbandonedMine_01_World.BP_ItKe_AbandonedMine_01_World_C
Summon /Game/Items/Key/BP_ItKe_BanditCell_World.BP_ItKe_BanditCell_World_C
Summon /Game/Items/Key/BP_ItKe_Berg_01_World.BP_ItKe_Berg_01_World_C
Summon /Game/Items/Key/BP_ItKe_CaptainShip_World.BP_ItKe_CaptainShip_World_C
Summon /Game/Items/Key/BP_ItKe_Cavalorn_01_World.BP_ItKe_Cavalorn_01_World_C
Summon /Game/Items/Key/BP_ItKe_CellarCages_01_World.BP_ItKe_CellarCages_01_World_C
Summon /Game/Items/Key/BP_ItKe_Dungeonkey_World.BP_ItKe_Dungeonkey_World_C
Summon /Game/Items/Key/BP_ItKe_FireMagesRoom_World.BP_ItKe_FireMagesRoom_World_C
Summon /Game/Items/Key/BP_ItKe_FiskStorage_World.BP_ItKe_FiskStorage_World_C
Summon /Game/Items/Key/BP_ItKe_Focus_04_World.BP_ItKe_Focus_04_World_C
Summon /Game/Items/Key/BP_ItKe_Focus_05_World.BP_ItKe_Focus_05_World_C
Summon /Game/Items/Key/BP_ItKe_FocusStone_World.BP_ItKe_FocusStone_World_C
Summon /Game/Items/Key/BP_ItKe_Freemine_World.BP_ItKe_Freemine_World_C
Summon /Game/Items/Key/BP_ItKe_Gomez_01_World.BP_ItKe_Gomez_01_World_C
Summon /Game/Items/Key/BP_ItKe_GomezCastleMaster_World.BP_ItKe_GomezCastleMaster_World_C
Summon /Game/Items/Key/BP_ItKe_GraveyardLever_World.BP_ItKe_GraveyardLever_World_C
Summon /Game/Items/Key/BP_ItKe_Kalom_01_World.BP_ItKe_Kalom_01_World_C
Summon /Game/Items/Key/BP_ItKe_LeeDoor_World.BP_ItKe_LeeDoor_World_C
Summon /Game/Items/Key/BP_ItKe_LootCage_01_World.BP_ItKe_LootCage_01_World_C
Summon /Game/Items/Key/BP_ItKe_MerchantCellarDoor_World.BP_ItKe_MerchantCellarDoor_World_C
Summon /Game/Items/Key/BP_ItKe_Om_02_World.BP_ItKe_Om_02_World_C
Summon /Game/Items/Key/BP_ItKe_Om_03_World.BP_ItKe_Om_03_World_C
Summon /Game/Items/Key/BP_ItKe_OrcGraveyard_World.BP_ItKe_OrcGraveyard_World_C
Summon /Game/Items/Key/BP_ItKe_OrcGraveyardPiece_01_World.BP_ItKe_OrcGraveyardPiece_01_World_C
Summon /Game/Items/Key/BP_ItKe_OrcGraveyardPiece_02_World.BP_ItKe_OrcGraveyardPiece_02_World_C
Summon /Game/Items/Key/BP_ItKe_Quentin_01_World.BP_ItKe_Quentin_01_World_C
Summon /Game/Items/Key/BP_ItKe_RavenTower_World.BP_ItKe_RavenTower_World_C
Summon /Game/Items/Key/BP_ItKe_Ricelord_01_World.BP_ItKe_Ricelord_01_World_C
Summon /Game/Items/Key/BP_ItKe_Smith_01_World.BP_ItKe_Smith_01_World_C
Summon /Game/Items/Key/BP_ItKe_Storage_01_World.BP_ItKe_Storage_01_World_C
Summon /Game/Items/Key/BP_ItKe_Sunkentower_World.BP_ItKe_Sunkentower_World_C
Summon /Game/Items/Key/BP_ItKe_TavernDoor_World.BP_ItKe_TavernDoor_World_C
Summon /Game/Items/Key/BP_ItKe_Tower_01_World.BP_ItKe_Tower_01_World_C
Misc:
Summon /Game/Items/Misc/BP_ItAm_Arrow_World.BP_ItAm_Arrow_World_C
Summon /Game/Items/Misc/BP_ItAm_Bolt_World.BP_ItAm_Bolt_World_C
Summon /Game/Items/Misc/BP_ItKe_Lockpick_World.BP_ItKe_Lockpick_World_C
Summon /Game/Items/Misc/BP_ItLs_Torch_World.BP_ItLs_Torch_World_C
Summon /Game/Items/Misc/BP_ItLs_Torchburned_World.BP_ItLs_Torchburned_World_C
Summon /Game/Items/Misc/BP_ItMi_Alchemy_Moleratlubric_01_World.BP_ItMi_Alchemy_Moleratlubric_01_World_C
Summon /Game/Items/Misc/BP_ItMi_Alchemy_Syranoil_01_World.BP_ItMi_Alchemy_Syranoil_01_World_C
Summon /Game/Items/Misc/BP_ItMi_Candle_01_World.BP_ItMi_Candle_01_World_C
Summon /Game/Items/Misc/BP_ItMi_Coop_World.BP_ItMi_Coop_World_C
Summon /Game/Items/Misc/BP_ItMi_Hammer_World.BP_ItMi_Hammer_World_C
Summon /Game/Items/Misc/BP_ItMi_Inscription_Parchment_World.BP_ItMi_Inscription_Parchment_World_C
Summon /Game/Items/Misc/BP_ItMi_JudgeHat_World.BP_ItMi_JudgeHat_World_C
Summon /Game/Items/Misc/BP_ItMi_Lute_World.BP_ItMi_Lute_World_C
Summon /Game/Items/Misc/BP_ItMi_Oldcoin_01_World.BP_ItMi_Oldcoin_01_World_C
Summon /Game/Items/Misc/BP_ItMi_Specialjoint_World.BP_ItMi_Specialjoint_World_C
Summon /Game/Items/Misc/BP_ItMi_Stomper_World.BP_ItMi_Stomper_World_C
Summon /Game/Items/Misc/BP_ItMi_Stuff_Alarmhorn_World.BP_ItMi_Stuff_Alarmhorn_World_C
Summon /Game/Items/Misc/BP_ItMi_Stuff_Amphore_01_World.BP_ItMi_Stuff_Amphore_01_World_C
Summon /Game/Items/Misc/BP_ItMi_Stuff_Barbknife_01_World.BP_ItMi_Stuff_Barbknife_01_World_C
Summon /Game/Items/Misc/BP_ItMi_Stuff_Brush_World.BP_ItMi_Stuff_Brush_World_C
Summon /Game/Items/Misc/BP_ItMi_Stuff_Candlestick_01_World.BP_ItMi_Stuff_Candlestick_01_World_C
Summon /Game/Items/Misc/BP_ItMi_Stuff_Cup_01_World.BP_ItMi_Stuff_Cup_01_World_C
Summon /Game/Items/Misc/BP_ItMi_Stuff_Cup_02_World.BP_ItMi_Stuff_Cup_02_World_C
Summon /Game/Items/Misc/BP_ItMi_Stuff_Gearwheel_01_World.BP_ItMi_Stuff_Gearwheel_01_World_C
Summon /Game/Items/Misc/BP_ItMi_Stuff_Idologront_01_World.BP_ItMi_Stuff_Idologront_01_World_C
Summon /Game/Items/Misc/BP_ItMi_Stuff_Idolsleeper_01_World.BP_ItMi_Stuff_Idolsleeper_01_World_C
Summon /Game/Items/Misc/BP_ItMi_Stuff_Mug_01_World.BP_ItMi_Stuff_Mug_01_World_C
Summon /Game/Items/Misc/BP_ItMi_Stuff_Pan_01_World.BP_ItMi_Stuff_Pan_01_World_C
Summon /Game/Items/Misc/BP_ItMi_Stuff_Pipe_01_World.BP_ItMi_Stuff_Pipe_01_World_C
Summon /Game/Items/Misc/BP_ItMi_Stuff_Plate_01_World.BP_ItMi_Stuff_Plate_01_World_C
Summon /Game/Items/Misc/BP_ItMi_Stuff_Silverware_01_World.BP_ItMi_Stuff_Silverware_01_World_C
Summon /Game/Items/Misc/BP_ItMi_UrizielGem_01_World.BP_ItMi_UrizielGem_01_World_C
Summon /Game/Items/Misc/BP_ItMi_UrizielGem_02_World.BP_ItMi_UrizielGem_02_World_C
Summon /Game/Items/Misc/BP_ItMi_UrizielGem_03_World.BP_ItMi_UrizielGem_03_World_C
Summon /Game/Items/Misc/BP_ItMi_UrizielGem_04_World.BP_ItMi_UrizielGem_04_World_C
Summon /Game/Items/Misc/BP_ItMi_UrizielGem_05_World.BP_ItMi_UrizielGem_05_World_C
Summon /Game/Items/Misc/BP_ItMi_Wedel_World.BP_ItMi_Wedel_World_C
Summon /Game/Items/Misc/BP_ItMi_whistle_World.BP_ItMi_whistle_World_C
Summon /Game/Items/Misc/BP_ItMs_Ashes_World.BP_ItMs_Ashes_World_C
Summon /Game/Items/Misc/BP_ItMs_Axe_Bran_World.BP_ItMs_Axe_Bran_World_C
Summon /Game/Items/Misc/BP_ItMs_Demonprank_World.BP_ItMs_Demonprank_World_C
Summon /Game/Items/Misc/BP_ItMs_DraxHunterKnife_World.BP_ItMs_DraxHunterKnife_World_C
Summon /Game/Items/Misc/BP_ItMs_ExplosionBarrel_World.BP_ItMs_ExplosionBarrel_World_C
Summon /Game/Items/Misc/BP_ItMs_ExplosionScroll_World.BP_ItMs_ExplosionScroll_World_C
Summon /Game/Items/Misc/BP_ItMs_FakeDiggerClothes_World.BP_ItMs_FakeDiggerClothes_World_C
Summon /Game/Items/Misc/BP_ItMs_Focus_01_World.BP_ItMs_Focus_01_World_C
Summon /Game/Items/Misc/BP_ItMs_Focus_02_World.BP_ItMs_Focus_02_World_C
Summon /Game/Items/Misc/BP_ItMs_Focus_03_World.BP_ItMs_Focus_03_World_C
Summon /Game/Items/Misc/BP_ItMs_Focus_04_World.BP_ItMs_Focus_04_World_C
Summon /Game/Items/Misc/BP_ItMs_Focus_05_FocusMachine_World.BP_ItMs_Focus_05_FocusMachine_World_C
Summon /Game/Items/Misc/BP_ItMs_Focus_05_World.BP_ItMs_Focus_05_World_C
Summon /Game/Items/Misc/BP_ItMs_Glossary_World.BP_ItMs_Glossary_World_C
Summon /Game/Items/Misc/BP_ItMs_Lightbringer_World.BP_ItMs_Lightbringer_World_C
Summon /Game/Items/Misc/BP_ItMs_Remedy_World.BP_ItMs_Remedy_World_C
Summon /Game/Items/Misc/BP_ItMs_ScavengerWhistle_World.BP_ItMs_ScavengerWhistle_World_C
Summon /Game/Items/Misc/BP_ItMs_Spellblade_World.BP_ItMs_Spellblade_World_C
Summon /Game/Items/Misc/BP_ItMS_SunkenTowerStone_01_World.BP_ItMS_SunkenTowerStone_01_World_C
Summon /Game/Items/Misc/BP_ItMS_SunkenTowerStone_02_World.BP_ItMS_SunkenTowerStone_02_World_C
Summon /Game/Items/Misc/BP_ItMs_Timeblade_World.BP_ItMs_Timeblade_World_C
Summon /Game/Items/Misc/BP_ItMs_ToyMaker_000_World.BP_ItMs_ToyMaker_000_World_C
Summon /Game/Items/Misc/BP_ItMs_ToyMaker_001_World.BP_ItMs_ToyMaker_001_World_C
Summon /Game/Items/Misc/BP_ItMs_ToyMaker_005_World.BP_ItMs_ToyMaker_005_World_C
Summon /Game/Items/Misc/BP_ItMs_ToyMaker_007_World.BP_ItMs_ToyMaker_007_World_C
Summon /Game/Items/Misc/BP_ItMs_ToyMaker_009_World.BP_ItMs_ToyMaker_009_World_C
Summon /Game/Items/Misc/BP_ItMs_ToyMaker_013_World.BP_ItMs_ToyMaker_013_World_C
Summon /Game/Items/Misc/BP_ItMs_Uriziel_World.BP_ItMs_Uriziel_World_C
Summon /Game/Items/Misc/BP_ItMs_Winch_World.BP_ItMs_Winch_World_C
Summon /Game/Items/Misc/BP_ItMs_Worldsplitter_World.BP_ItMs_Worldsplitter_World_C
Potion:
Summon /Game/Items/Potion/BP_ItFo_Potion_Dex_01_World.BP_ItFo_Potion_Dex_01_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Dex_02_World.BP_ItFo_Potion_Dex_02_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Dex_03_World.BP_ItFo_Potion_Dex_03_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Haste_01_World.BP_ItFo_Potion_Haste_01_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Haste_02_World.BP_ItFo_Potion_Haste_02_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Haste_03_World.BP_ItFo_Potion_Haste_03_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Health_01_World.BP_ItFo_Potion_Health_01_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Health_02_World.BP_ItFo_Potion_Health_02_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Health_03_World.BP_ItFo_Potion_Health_03_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Health_Perma_01_World.BP_ItFo_Potion_Health_Perma_01_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Health_Perma_02_World.BP_ItFo_Potion_Health_Perma_02_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Health_Perma_03_World.BP_ItFo_Potion_Health_Perma_03_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Health_Quick_World.BP_ItFo_Potion_Health_Quick_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Mana_01_World.BP_ItFo_Potion_Mana_01_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Mana_02_World.BP_ItFo_Potion_Mana_02_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Mana_03_World.BP_ItFo_Potion_Mana_03_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Mana_Perma_01_World.BP_ItFo_Potion_Mana_Perma_01_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Mana_Perma_02_World.BP_ItFo_Potion_Mana_Perma_02_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Mana_Perma_03_World.BP_ItFo_Potion_Mana_Perma_03_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Master_01_World.BP_ItFo_Potion_Master_01_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Master_02_World.BP_ItFo_Potion_Master_02_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Orcmedicine_World.BP_ItFo_Potion_Orcmedicine_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Strength_01_World.BP_ItFo_Potion_Strength_01_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Strength_02_World.BP_ItFo_Potion_Strength_02_World_C
Summon /Game/Items/Potion/BP_ItFo_Potion_Strength_03_World.BP_ItFo_Potion_Strength_03_World_C
Ring:
Summon /Game/Items/Ring/BP_ItAt_Ring_Enlight_World.BP_ItAt_Ring_Enlight_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Fire_01_World.BP_ItAt_Ring_Fire_01_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Fire_02_World.BP_ItAt_Ring_Fire_02_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Life_01_World.BP_ItAt_Ring_Life_01_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Life_02_World.BP_ItAt_Ring_Life_02_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Magic_01_World.BP_ItAt_Ring_Magic_01_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Magic_02_World.BP_ItAt_Ring_Magic_02_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Magic_03_World.BP_ItAt_Ring_Magic_03_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Magicfire_01_World.BP_ItAt_Ring_Magicfire_01_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Magicfire_02_World.BP_ItAt_Ring_Magicfire_02_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Mordrag_World.BP_ItAt_Ring_Mordrag_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Power_World.BP_ItAt_Ring_Power_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Projectile_01_World.BP_ItAt_Ring_Projectile_01_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Projectile_02_World.BP_ItAt_Ring_Projectile_02_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Ranged_01_World.BP_ItAt_Ring_Ranged_01_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Ranged_02_World.BP_ItAt_Ring_Ranged_02_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Scatty_World.BP_ItAt_Ring_Scatty_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Skill_01_World.BP_ItAt_Ring_Skill_01_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Skill_02_World.BP_ItAt_Ring_Skill_02_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Strong_01_World.BP_ItAt_Ring_Strong_01_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Strong_02_World.BP_ItAt_Ring_Strong_02_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Total_01_World.BP_ItAt_Ring_Total_01_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Total_02_World.BP_ItAt_Ring_Total_02_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Weapon_01_World.BP_ItAt_Ring_Weapon_01_World_C
Summon /Game/Items/Ring/BP_ItAt_Ring_Weapon_02_World.BP_ItAt_Ring_Weapon_02_World_C
Rune:
Summon /Game/Items/Rune/BP_ItAr_Rune_BallLightning_World.BP_ItAr_Rune_BallLightning_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_BreathOfDeath_World.BP_ItAr_Rune_BreathOfDeath_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_ChainLightning_World.BP_ItAr_Rune_ChainLightning_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_Charm_World.BP_ItAr_Rune_Charm_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_Control_World.BP_ItAr_Rune_Control_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_DeathToTheUndead_World.BP_ItAr_Rune_DeathToTheUndead_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_FireBall_World.BP_ItAr_Rune_FireBall_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_FireBolt_World.BP_ItAr_Rune_FireBolt_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_FireRain_World.BP_ItAr_Rune_FireRain_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_FistOfWind_World.BP_ItAr_Rune_FistOfWind_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_Heal_World.BP_ItAr_Rune_Heal_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_IceBlock_World.BP_ItAr_Rune_IceBlock_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_IceBolt_World.BP_ItAr_Rune_IceBolt_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_IceWave_World.BP_ItAr_Rune_IceWave_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_Light_World.BP_ItAr_Rune_Light_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_Pyrokinesis_World.BP_ItAr_Rune_Pyrokinesis_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_Sleep_World.BP_ItAr_Rune_Sleep_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_StormFist_World.BP_ItAr_Rune_StormFist_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_StormOfFire_World.BP_ItAr_Rune_StormOfFire_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_Telekinesis_World.BP_ItAr_Rune_Telekinesis_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_TeleportToMagiciansOfFire_World.BP_ItAr_Rune_TeleportToMagiciansOfFire_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_TeleportToMagiciansOfWater_World.BP_ItAr_Rune_TeleportToMagiciansOfWater_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_TeleportToNecromancer_World.BP_ItAr_Rune_TeleportToNecromancer_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_TeleportToSunkenTower_World.BP_ItAr_Rune_TeleportToSunkenTower_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_TeleportToSwampCamp_World.BP_ItAr_Rune_TeleportToSwampCamp_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_Uriziel_World.BP_ItAr_Rune_Uriziel_World_C
Summon /Game/Items/Rune/BP_ItAr_Rune_UrizielWaveOfDeath_World.BP_ItAr_Rune_UrizielWaveOfDeath_World_C
Scroll:
Summon /Game/Items/Scroll/BP_ItAr_Scroll_BallLightning_World.BP_ItAr_Scroll_BallLightning_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_ChainLightning_World.BP_ItAr_Scroll_ChainLightning_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_Charm_World.BP_ItAr_Scroll_Charm_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_Control_World.BP_ItAr_Scroll_Control_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_DeathToTheUndead_World.BP_ItAr_Scroll_DeathToTheUndead_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_Fear_World.BP_ItAr_Scroll_Fear_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_FireBall_World.BP_ItAr_Scroll_FireBall_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_FireBolt_World.BP_ItAr_Scroll_FireBolt_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_FireRain_World.BP_ItAr_Scroll_FireRain_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_FistOfWind_World.BP_ItAr_Scroll_FistOfWind_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_Heal_World.BP_ItAr_Scroll_Heal_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_IceBlock_World.BP_ItAr_Scroll_IceBlock_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_IceBolt_World.BP_ItAr_Scroll_IceBolt_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_IceWave_World.BP_ItAr_Scroll_IceWave_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_InnosPray_World.BP_ItAr_Scroll_InnosPray_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_Light_World.BP_ItAr_Scroll_Light_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_Pyrokinesis_World.BP_ItAr_Scroll_Pyrokinesis_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_Shrink_World.BP_ItAr_Scroll_Shrink_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_Sleep_World.BP_ItAr_Scroll_Sleep_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_StormFist_World.BP_ItAr_Scroll_StormFist_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_StormOfFire_World.BP_ItAr_Scroll_StormOfFire_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_SummonArmyOfDarkness_World.BP_ItAr_Scroll_SummonArmyOfDarkness_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_SummonDemon_World.BP_ItAr_Scroll_SummonDemon_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_SummonGolem_World.BP_ItAr_Scroll_SummonGolem_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_SummonSkeletons_World.BP_ItAr_Scroll_SummonSkeletons_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_Telekinesis_World.BP_ItAr_Scroll_Telekinesis_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformBiter_World.BP_ItAr_Scroll_TransformBiter_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformBloodfly_World.BP_ItAr_Scroll_TransformBloodfly_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformBloodhound_World.BP_ItAr_Scroll_TransformBloodhound_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformFireLizard_World.BP_ItAr_Scroll_TransformFireLizard_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformHarpy_World.BP_ItAr_Scroll_TransformHarpy_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformLizard_World.BP_ItAr_Scroll_TransformLizard_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformLurker_World.BP_ItAr_Scroll_TransformLurker_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformMeatbug_World.BP_ItAr_Scroll_TransformMeatbug_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformMinecrawler_World.BP_ItAr_Scroll_TransformMinecrawler_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformMolerat_World.BP_ItAr_Scroll_TransformMolerat_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformOrcDog_World.BP_ItAr_Scroll_TransformOrcDog_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformRazor_World.BP_ItAr_Scroll_TransformRazor_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformScavenger_World.BP_ItAr_Scroll_TransformScavenger_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformShadowbeast_World.BP_ItAr_Scroll_TransformShadowbeast_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformSnapper_World.BP_ItAr_Scroll_TransformSnapper_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformSwampshark_World.BP_ItAr_Scroll_TransformSwampshark_World_C
Summon /Game/Items/Scroll/BP_ItAr_Scroll_TransformWolf_World.BP_ItAr_Scroll_TransformWolf_World_C
1Handed:
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Axe_01_World.BP_ItMw_1H_Axe_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Axe_02_World.BP_ItMw_1H_Axe_02_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Axe_03_World.BP_ItMw_1H_Axe_03_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Axe_Bran_World.BP_ItMw_1H_Axe_Bran_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Axe_Cord_World.BP_ItMw_1H_Axe_Cord_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Axe_Hatchet_01_World.BP_ItMw_1H_Axe_Hatchet_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Axe_Lares_World.BP_ItMw_1H_Axe_Lares_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Axe_Old_01_World.BP_ItMw_1H_Axe_Old_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Axe_Sickle_01_World.BP_ItMw_1H_Axe_Sickle_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Axe_Silas_World.BP_ItMw_1H_Axe_Silas_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_01_World.BP_ItMw_1H_Mace_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_02_World.BP_ItMw_1H_Mace_02_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_03_World.BP_ItMw_1H_Mace_03_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_04_World.BP_ItMw_1H_Mace_04_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_Club_01_World.BP_ItMw_1H_Mace_Club_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_Fortuno_World.BP_ItMw_1H_Mace_Fortuno_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_Lester_World.BP_ItMw_1H_Mace_Lester_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_Light_01_World.BP_ItMw_1H_Mace_Light_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_Nailmace_01_World.BP_ItMw_1H_Mace_Nailmace_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_Namib_World.BP_ItMw_1H_Mace_Namib_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_Orun_World.BP_ItMw_1H_Mace_Orun_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_Poker_01_World.BP_ItMw_1H_Mace_Poker_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_Sledgehammer_01_World.BP_ItMw_1H_Mace_Sledgehammer_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_War_01_World.BP_ItMw_1H_Mace_War_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_War_02_World.BP_ItMw_1H_Mace_War_02_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_War_03_World.BP_ItMw_1H_Mace_War_03_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_Warhammer_01_World.BP_ItMw_1H_Mace_Warhammer_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_Warhammer_02_World.BP_ItMw_1H_Mace_Warhammer_02_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Mace_Warhammer_03_World.BP_ItMw_1H_Mace_Warhammer_03_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_01_World.BP_ItMw_1H_Sword_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_02_World.BP_ItMw_1H_Sword_02_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_03_World.BP_ItMw_1H_Sword_03_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_04_World.BP_ItMw_1H_Sword_04_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_05_World.BP_ItMw_1H_Sword_05_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Arto_World.BP_ItMw_1H_Sword_Arto_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Bastard_01_World.BP_ItMw_1H_Sword_Bastard_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Bastard_02_World.BP_ItMw_1H_Sword_Bastard_02_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Bastard_03_World.BP_ItMw_1H_Sword_Bastard_03_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Bastard_04_World.BP_ItMw_1H_Sword_Bastard_04_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Broad_01_World.BP_ItMw_1H_Sword_Broad_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Broad_02_World.BP_ItMw_1H_Sword_Broad_02_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Broad_03_World.BP_ItMw_1H_Sword_Broad_03_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Broad_04_World.BP_ItMw_1H_Sword_Broad_04_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Kalom_World.BP_ItMw_1H_Sword_Kalom_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Lightguard_01_World.BP_ItMw_1H_Sword_Lightguard_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Long_01_World.BP_ItMw_1H_Sword_Long_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Long_02_World.BP_ItMw_1H_Sword_Long_02_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Long_03_World.BP_ItMw_1H_Sword_Long_03_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Long_04_World.BP_ItMw_1H_Sword_Long_04_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Long_05_World.BP_ItMw_1H_Sword_Long_05_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Old_01_World.BP_ItMw_1H_Sword_Old_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Old_02_World.BP_ItMw_1H_Sword_Old_02_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Paw_World.BP_ItMw_1H_Sword_Paw_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Raven_World.BP_ItMw_1H_Sword_Raven_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Scar_World.BP_ItMw_1H_Sword_Scar_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Scythe_01_World.BP_ItMw_1H_Sword_Scythe_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Short_01_World.BP_ItMw_1H_Sword_Short_01_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Short_02_World.BP_ItMw_1H_Sword_Short_02_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Short_03_World.BP_ItMw_1H_Sword_Short_03_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Short_04_World.BP_ItMw_1H_Sword_Short_04_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Short_05_World.BP_ItMw_1H_Sword_Short_05_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Sword_Whistler_World.BP_ItMw_1H_Sword_Whistler_World_C
Summon /Game/Items/Weapon/1Handed/BP_ItMw_1H_Torch_World.BP_ItMw_1H_Torch_World_C
2Handed:
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Gorn_World.BP_ItMw_2H_Axe_Gorn_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Heavy_01_World.BP_ItMw_2H_Axe_Heavy_01_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Heavy_02_World.BP_ItMw_2H_Axe_Heavy_02_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Heavy_03_World.BP_ItMw_2H_Axe_Heavy_03_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Heavy_04_World.BP_ItMw_2H_Axe_Heavy_04_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Lee_World.BP_ItMw_2H_Axe_Lee_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Light_01_World.BP_ItMw_2H_Axe_Light_01_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Light_02_World.BP_ItMw_2H_Axe_Light_02_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Light_03_World.BP_ItMw_2H_Axe_Light_03_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Old_01_World.BP_ItMw_2H_Axe_Old_01_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Old_02_World.BP_ItMw_2H_Axe_Old_02_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Old_03_World.BP_ItMw_2H_Axe_Old_03_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Orc_01_vOrc_World.BP_ItMw_2H_Axe_Orc_01_vOrc_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Orc_01_World.BP_ItMw_2H_Axe_Orc_01_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Orc_02_vOrc_World.BP_ItMw_2H_Axe_Orc_02_vOrc_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Orc_02_World.BP_ItMw_2H_Axe_Orc_02_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Orc_03_vOrc_World.BP_ItMw_2H_Axe_Orc_03_vOrc_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Orc_03_World.BP_ItMw_2H_Axe_Orc_03_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Orc_04_vOrc_World.BP_ItMw_2H_Axe_Orc_04_vOrc_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Orc_04_World.BP_ItMw_2H_Axe_Orc_04_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Orik_World.BP_ItMw_2H_Axe_Orik_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Pickaxe_World.BP_ItMw_2H_Axe_Pickaxe_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Axe_Torlof_World.BP_ItMw_2H_Axe_Torlof_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Mace_Orc_01_vOrc_World.BP_ItMw_2H_Mace_Orc_01_vOrc_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Mace_Orc_01_World.BP_ItMw_2H_Mace_Orc_01_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Scepter_Skeletonmage_World.BP_ItMw_2H_Scepter_Skeletonmage_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Staff_02_World.BP_ItMw_2H_Staff_02_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Staff_Orc_vOrc_World.BP_ItMw_2H_Staff_Orc_vOrc_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Staff_Orc_World.BP_ItMw_2H_Staff_Orc_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Staff_Scepter_World.BP_ItMw_2H_Staff_Scepter_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Staff_Ulumulu_World.BP_ItMw_2H_Staff_Ulumulu_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Staff_Unorc_GVArushat_vOrc_World.BP_ItMw_2H_Staff_Unorc_GVArushat_vOrc_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Staff_Unorc_VHashor_vOrc_World.BP_ItMw_2H_Staff_Unorc_VHashor_vOrc_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Staff_Unorc_VKasorg_vOrc_World.BP_ItMw_2H_Staff_Unorc_VKasorg_vOrc_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Staff_Unorc_vOrc_World.BP_ItMw_2H_Staff_Unorc_vOrc_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Staff_Unorc_VRuuushk_vOrc_World.BP_ItMw_2H_Staff_Unorc_VRuuushk_vOrc_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Staff_Unorc_VUnhilqt_vOrc_World.BP_ItMw_2H_Staff_Unorc_VUnhilqt_vOrc_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Staff_Unorc_World.BP_ItMw_2H_Staff_Unorc_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_01_World.BP_ItMw_2H_Sword_01_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_02_World.BP_ItMw_2H_Sword_02_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_03_World.BP_ItMw_2H_Sword_03_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Beliar_World.BP_ItMw_2H_Sword_Beliar_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Heavy_01_World.BP_ItMw_2H_Sword_Heavy_01_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Heavy_02_World.BP_ItMw_2H_Sword_Heavy_02_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Heavy_03_World.BP_ItMw_2H_Sword_Heavy_03_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Heavy_04_World.BP_ItMw_2H_Sword_Heavy_04_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Innos_World.BP_ItMw_2H_Sword_Innos_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Light_01_World.BP_ItMw_2H_Sword_Light_01_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Light_02_World.BP_ItMw_2H_Sword_Light_02_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Light_03_World.BP_ItMw_2H_Sword_Light_03_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Light_04_World.BP_ItMw_2H_Sword_Light_04_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Light_05_World.BP_ItMw_2H_Sword_Light_05_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Old_01_World.BP_ItMw_2H_Sword_Old_01_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Orc_01_vOrc_World.BP_ItMw_2H_Sword_Orc_01_vOrc_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Orc_01_World.BP_ItMw_2H_Sword_Orc_01_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Thorus_World.BP_ItMw_2H_Sword_Thorus_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Uriziel_01_World.BP_ItMw_2H_Sword_Uriziel_01_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Uriziel_02_World.BP_ItMw_2H_Sword_Uriziel_02_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Uriziel_03_World.BP_ItMw_2H_Sword_Uriziel_03_World_C
Summon /Game/Items/Weapon/2Handed/BP_ItMw_2H_Sword_Wind_World.BP_ItMw_2H_Sword_Wind_World_C
Ranged:
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Diego_World.BP_ItRw_Bow_Diego_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Long_01_World.BP_ItRw_Bow_Long_01_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Long_02_World.BP_ItRw_Bow_Long_02_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Long_03_World.BP_ItRw_Bow_Long_03_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Long_04_World.BP_ItRw_Bow_Long_04_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Long_05_World.BP_ItRw_Bow_Long_05_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Long_06_World.BP_ItRw_Bow_Long_06_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Long_07_World.BP_ItRw_Bow_Long_07_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Long_08_World.BP_ItRw_Bow_Long_08_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Long_09_World.BP_ItRw_Bow_Long_09_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Long_10_World.BP_ItRw_Bow_Long_10_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Long_11_World.BP_ItRw_Bow_Long_11_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Long_12_World.BP_ItRw_Bow_Long_12_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Small_01_World.BP_ItRw_Bow_Small_01_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Small_02_World.BP_ItRw_Bow_Small_02_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Small_03_World.BP_ItRw_Bow_Small_03_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Small_04_World.BP_ItRw_Bow_Small_04_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Small_05_World.BP_ItRw_Bow_Small_05_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_War_01_World.BP_ItRw_Bow_War_01_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_War_02_World.BP_ItRw_Bow_War_02_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_War_03_World.BP_ItRw_Bow_War_03_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_War_04_World.BP_ItRw_Bow_War_04_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_War_05_World.BP_ItRw_Bow_War_05_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Bow_Wolf_World.BP_ItRw_Bow_Wolf_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Crossbow_01_World.BP_ItRw_Crossbow_01_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Crossbow_02_World.BP_ItRw_Crossbow_02_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Crossbow_03_World.BP_ItRw_Crossbow_03_World_C
Summon /Game/Items/Weapon/Ranged/BP_ItRw_Crossbow_04_World.BP_ItRw_Crossbow_04_World_C
</Comments>
  <DisassemblerComments>
    <DisassemblerComment>
      <Address>"G1R-Win64-Shipping.exe"+11AEB70</Address>
      <Comment>fnane
</Comment>
    </DisassemblerComment>
  </DisassemblerComments>
</CheatTable>
