Sie sind auf Seite 1von 168

<?xml version="1.0" encoding="utf-8"?

>
<CheatTable CheatEngineTableVersion="24">
<CheatEntries>
<CheatEntry>
<ID>65</ID>
<Description>"[ENABLE]"</Description>
<Options moHideChildren="1"/>
<LastState/>
<Color>808000</Color>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan( playerHook,FF 83 40 03 00 00 )
alloc( newmem,$1000 )
globalalloc( playerBase, 4 )
label( code )
label( return )

newmem:

code:
mov [playerBase],ebx
inc [ebx+340]
jmp return

playerHook:
jmp newmem
nop
return:
registersymbol( playerHook )

[DISABLE]

playerHook:
db FF 83 40 03 00 00

unregistersymbol(playerHook)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 1ADC1204

""+1ADC11CD: 8D 78 28 - lea edi,[eax+28]


""+1ADC11D0: 8D B5 40 FF FF FF - lea esi,[ebp-000000C0]
""+1ADC11D6: F3 0F 7E 06 - movq xmm0,[esi]
""+1ADC11DA: 66 0F D6 07 - movq [edi],xmm0
""+1ADC11DE: 83 BB 54 03 00 00 78 - cmp dword ptr [ebx+00000354],78
""+1ADC11E5: 0F 8C 59 02 00 00 - jl 1ADC1444
""+1ADC11EB: 83 83 54 03 00 00 88 - add dword ptr [ebx+00000354],-78
""+1ADC11F2: 8B 83 40 03 00 00 - mov eax,[ebx+00000340]
""+1ADC11F8: 3B 83 3C 03 00 00 - cmp eax,[ebx+0000033C]
""+1ADC11FE: 0F 8D 19 02 00 00 - jnl 1ADC141D
// ---------- INJECTING HERE ----------
""+1ADC1204: FF 83 40 03 00 00 - inc [ebx+00000340]
// ---------- DONE INJECTING ----------
""+1ADC120A: 80 BB 1F 05 00 00 00 - cmp byte ptr [ebx+0000051F],00
""+1ADC1211: 0F 84 06 02 00 00 - je 1ADC141D
""+1ADC1217: 33 D2 - xor edx,edx
""+1ADC1219: 89 55 E4 - mov [ebp-1C],edx
""+1ADC121C: B9 D8 76 FB 01 - mov ecx,01FB76D8
""+1ADC1221: 8D 52 30 - lea edx,[edx+30]
""+1ADC1224: E8 17 08 7E 49 - call clr.dll+11A40
""+1ADC1229: 89 85 18 FF FF FF - mov [ebp-000000E8],eax
""+1ADC122F: 8D 7D D8 - lea edi,[ebp-28]
""+1ADC1232: 8D 73 20 - lea esi,[ebx+20]
}
</AssemblerScript>
<CheatEntries>
<CheatEntry>
<ID>66</ID>
<Description>"Address = playerBase"</Description>
<ShowAsHex>1</ShowAsHex>
<VariableType>4 Bytes</VariableType>
<Address>[playerBase]</Address>
</CheatEntry>
<CheatEntry>
<ID>67</ID>
<Description>"Scripts"</Description>
<LastState Value="" RealAddress="00000000"/>
<Color>808000</Color>
<GroupHeader>1</GroupHeader>
<CheatEntries>
<CheatEntry>
<ID>70</ID>
<Description>"Multiplayer mods [host/non-host]"</Description>
<Options moHideChildren="1"/>
<LastState Value="" RealAddress="00000000"/>
<Color>FF0000</Color>
<GroupHeader>1</GroupHeader>
<CheatEntries>
<CheatEntry>
<ID>78</ID>
<Description>"!If you're the host the cheats will affect
everybody"</Description>
<LastState Value="" RealAddress="00000000"/>
<Color>0000FF</Color>
<GroupHeader>1</GroupHeader>
</CheatEntry>
<CheatEntry>
<ID>77</ID>
<Description>"Change gravity"</Description>
<Options moHideChildren="1"/>
<LastState Value="" RealAddress="00000000"/>
<Color>4080FF</Color>
<GroupHeader>1</GroupHeader>
<CheatEntries>
<CheatEntry>
<ID>72</ID>
<Description>"!Only one can be activated at a
time"</Description>
<LastState Value="" RealAddress="00000000"/>
<Color>0000FF</Color>
<GroupHeader>1</GroupHeader>
</CheatEntry>
<CheatEntry>
<ID>71</ID>
<Description>"Too much gravity"</Description>
<LastState/>
<Color>000000</Color>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(lowGravity,D9 98 DC 03 00 00 C7)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
mov [eax+3DC],(float)3
jmp return

lowGravity:
jmp newmem
nop
return:
registersymbol(lowGravity)

[DISABLE]

lowGravity:
db D9 98 DC 03 00 00

unregistersymbol(lowGravity)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 4FBD00C0

""+4FBD0083: FF 15 3C A1 69 10 - call dword ptr [1069A13C]


""+4FBD0089: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD008F: 83 B8 E0 01 00 00 00 - cmp dword ptr [eax+000001E0],00
""+4FBD0096: 7E 0C - jle 4FBD00A4
""+4FBD0098: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD009E: FF 88 E0 01 00 00 - dec [eax+000001E0]
""+4FBD00A4: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00AA: C7 80 E0 03 00 00 00 00 20 41 - mov [eax+000003E0],41200000
""+4FBD00B4: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00BA: D9 05 B8 7C AF 01 - fld dword ptr [01AF7CB8]
// ---------- INJECTING HERE ----------
""+4FBD00C0: D9 98 DC 03 00 00 - fstp dword ptr [eax+000003DC]
// ---------- DONE INJECTING ----------
""+4FBD00C6: C7 05 BC 7C AF 01 0F 00 00 00 - mov [01AF7CBC],0000000F
""+4FBD00D0: C7 05 C0 7C AF 01 EC 51 A0 40 - mov [01AF7CC0],40A051EC
""+4FBD00DA: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00E0: C7 80 E4 03 00 00 00 00 40 40 - mov [eax+000003E4],40400000
""+4FBD00EA: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00F0: C7 80 E8 03 00 00 0A D7 A3 3D - mov [eax+000003E8],3DA3D70A
""+4FBD00FA: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD0100: C7 80 EC 03 00 00 CD CC 4C 3E - mov [eax+000003EC],3E4CCCCD
""+4FBD010A: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD0110: D9 80 E4 03 00 00 - fld dword ptr [eax+000003E4]
}
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>76</ID>
<Description>"High gravity"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(lowGravity,D9 98 DC 03 00 00 C7)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
mov [eax+3DC],(float)3
jmp return

lowGravity:
jmp newmem
nop
return:
registersymbol(lowGravity)

[DISABLE]

lowGravity:
db D9 98 DC 03 00 00

unregistersymbol(lowGravity)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 4FBD00C0

""+4FBD0083: FF 15 3C A1 69 10 - call dword ptr [1069A13C]


""+4FBD0089: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD008F: 83 B8 E0 01 00 00 00 - cmp dword ptr [eax+000001E0],00
""+4FBD0096: 7E 0C - jle 4FBD00A4
""+4FBD0098: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD009E: FF 88 E0 01 00 00 - dec [eax+000001E0]
""+4FBD00A4: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00AA: C7 80 E0 03 00 00 00 00 20 41 - mov [eax+000003E0],41200000
""+4FBD00B4: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00BA: D9 05 B8 7C AF 01 - fld dword ptr [01AF7CB8]
// ---------- INJECTING HERE ----------
""+4FBD00C0: D9 98 DC 03 00 00 - fstp dword ptr [eax+000003DC]
// ---------- DONE INJECTING ----------
""+4FBD00C6: C7 05 BC 7C AF 01 0F 00 00 00 - mov [01AF7CBC],0000000F
""+4FBD00D0: C7 05 C0 7C AF 01 EC 51 A0 40 - mov [01AF7CC0],40A051EC
""+4FBD00DA: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00E0: C7 80 E4 03 00 00 00 00 40 40 - mov [eax+000003E4],40400000
""+4FBD00EA: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00F0: C7 80 E8 03 00 00 0A D7 A3 3D - mov [eax+000003E8],3DA3D70A
""+4FBD00FA: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD0100: C7 80 EC 03 00 00 CD CC 4C 3E - mov [eax+000003EC],3E4CCCCD
""+4FBD010A: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD0110: D9 80 E4 03 00 00 - fld dword ptr [eax+000003E4]
}
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>75</ID>
<Description>"Medium gravity"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(lowGravity,D9 98 DC 03 00 00 C7)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
mov [eax+3DC],(float)2
jmp return

lowGravity:
jmp newmem
nop
return:
registersymbol(lowGravity)

[DISABLE]

lowGravity:
db D9 98 DC 03 00 00

unregistersymbol(lowGravity)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 4FBD00C0

""+4FBD0083: FF 15 3C A1 69 10 - call dword ptr [1069A13C]


""+4FBD0089: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD008F: 83 B8 E0 01 00 00 00 - cmp dword ptr [eax+000001E0],00
""+4FBD0096: 7E 0C - jle 4FBD00A4
""+4FBD0098: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD009E: FF 88 E0 01 00 00 - dec [eax+000001E0]
""+4FBD00A4: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00AA: C7 80 E0 03 00 00 00 00 20 41 - mov [eax+000003E0],41200000
""+4FBD00B4: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00BA: D9 05 B8 7C AF 01 - fld dword ptr [01AF7CB8]
// ---------- INJECTING HERE ----------
""+4FBD00C0: D9 98 DC 03 00 00 - fstp dword ptr [eax+000003DC]
// ---------- DONE INJECTING ----------
""+4FBD00C6: C7 05 BC 7C AF 01 0F 00 00 00 - mov [01AF7CBC],0000000F
""+4FBD00D0: C7 05 C0 7C AF 01 EC 51 A0 40 - mov [01AF7CC0],40A051EC
""+4FBD00DA: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00E0: C7 80 E4 03 00 00 00 00 40 40 - mov [eax+000003E4],40400000
""+4FBD00EA: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00F0: C7 80 E8 03 00 00 0A D7 A3 3D - mov [eax+000003E8],3DA3D70A
""+4FBD00FA: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD0100: C7 80 EC 03 00 00 CD CC 4C 3E - mov [eax+000003EC],3E4CCCCD
""+4FBD010A: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD0110: D9 80 E4 03 00 00 - fld dword ptr [eax+000003E4]
}
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>73</ID>
<Description>"Low gravity"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(lowGravity,D9 98 DC 03 00 00 C7)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
mov [eax+3DC],(float)0.1
jmp return

lowGravity:
jmp newmem
nop
return:
registersymbol(lowGravity)

[DISABLE]

lowGravity:
db D9 98 DC 03 00 00

unregistersymbol(lowGravity)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 4FBD00C0

""+4FBD0083: FF 15 3C A1 69 10 - call dword ptr [1069A13C]


""+4FBD0089: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD008F: 83 B8 E0 01 00 00 00 - cmp dword ptr [eax+000001E0],00
""+4FBD0096: 7E 0C - jle 4FBD00A4
""+4FBD0098: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD009E: FF 88 E0 01 00 00 - dec [eax+000001E0]
""+4FBD00A4: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00AA: C7 80 E0 03 00 00 00 00 20 41 - mov [eax+000003E0],41200000
""+4FBD00B4: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00BA: D9 05 B8 7C AF 01 - fld dword ptr [01AF7CB8]
// ---------- INJECTING HERE ----------
""+4FBD00C0: D9 98 DC 03 00 00 - fstp dword ptr [eax+000003DC]
// ---------- DONE INJECTING ----------
""+4FBD00C6: C7 05 BC 7C AF 01 0F 00 00 00 - mov [01AF7CBC],0000000F
""+4FBD00D0: C7 05 C0 7C AF 01 EC 51 A0 40 - mov [01AF7CC0],40A051EC
""+4FBD00DA: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00E0: C7 80 E4 03 00 00 00 00 40 40 - mov [eax+000003E4],40400000
""+4FBD00EA: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00F0: C7 80 E8 03 00 00 0A D7 A3 3D - mov [eax+000003E8],3DA3D70A
""+4FBD00FA: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD0100: C7 80 EC 03 00 00 CD CC 4C 3E - mov [eax+000003EC],3E4CCCCD
""+4FBD010A: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD0110: D9 80 E4 03 00 00 - fld dword ptr [eax+000003E4]
}
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>74</ID>
<Description>"0 gravity"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(lowGravity,D9 98 DC 03 00 00 C7)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
mov [eax+3DC],(float)0
jmp return

lowGravity:
jmp newmem
nop
return:
registersymbol(lowGravity)

[DISABLE]

lowGravity:
db D9 98 DC 03 00 00

unregistersymbol(lowGravity)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 4FBD00C0

""+4FBD0083: FF 15 3C A1 69 10 - call dword ptr [1069A13C]


""+4FBD0089: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD008F: 83 B8 E0 01 00 00 00 - cmp dword ptr [eax+000001E0],00
""+4FBD0096: 7E 0C - jle 4FBD00A4
""+4FBD0098: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD009E: FF 88 E0 01 00 00 - dec [eax+000001E0]
""+4FBD00A4: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00AA: C7 80 E0 03 00 00 00 00 20 41 - mov [eax+000003E0],41200000
""+4FBD00B4: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00BA: D9 05 B8 7C AF 01 - fld dword ptr [01AF7CB8]
// ---------- INJECTING HERE ----------
""+4FBD00C0: D9 98 DC 03 00 00 - fstp dword ptr [eax+000003DC]
// ---------- DONE INJECTING ----------
""+4FBD00C6: C7 05 BC 7C AF 01 0F 00 00 00 - mov [01AF7CBC],0000000F
""+4FBD00D0: C7 05 C0 7C AF 01 EC 51 A0 40 - mov [01AF7CC0],40A051EC
""+4FBD00DA: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00E0: C7 80 E4 03 00 00 00 00 40 40 - mov [eax+000003E4],40400000
""+4FBD00EA: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD00F0: C7 80 E8 03 00 00 0A D7 A3 3D - mov [eax+000003E8],3DA3D70A
""+4FBD00FA: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD0100: C7 80 EC 03 00 00 CD CC 4C 3E - mov [eax+000003EC],3E4CCCCD
""+4FBD010A: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD0110: D9 80 E4 03 00 00 - fld dword ptr [eax+000003E4]
}
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatEntry>
<CheatEntry>
<ID>83</ID>
<Description>"Slow-mo"</Description>
<LastState/>
<Color>4080FF</Color>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(movSpHa,D8 80 BC 03 00 00 D9 98 BC 03 00 00 80 B9 47 01 00 00 4C)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
mov [eax+3BC],(float)1000
jmp return

movSpHa:
jmp newmem
nop
return:
registersymbol(movSpHa)

[DISABLE]

movSpHa:
db D8 80 BC 03 00 00

unregistersymbol(movSpHa)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 4F932E7E

""+4F932E48: 80 B9 47 01 00 00 4A - cmp byte ptr [ecx+00000147],4A


""+4F932E4F: 75 18 - jne 4F932E69
""+4F932E51: 8B 85 30 FF FF FF - mov eax,[ebp-000000D0]
""+4F932E57: D9 05 1C 65 93 4F - fld dword ptr [4F93651C]
""+4F932E5D: D8 80 BC 03 00 00 - fadd dword ptr [eax+000003BC]
""+4F932E63: D9 98 BC 03 00 00 - fstp dword ptr [eax+000003BC]
""+4F932E69: 80 B9 47 01 00 00 4B - cmp byte ptr [ecx+00000147],4B
""+4F932E70: 75 18 - jne 4F932E8A
""+4F932E72: 8B 85 30 FF FF FF - mov eax,[ebp-000000D0]
""+4F932E78: D9 05 20 65 93 4F - fld dword ptr [4F936520]
// ---------- INJECTING HERE ----------
""+4F932E7E: D8 80 BC 03 00 00 - fadd dword ptr [eax+000003BC]
// ---------- DONE INJECTING ----------
""+4F932E84: D9 98 BC 03 00 00 - fstp dword ptr [eax+000003BC]
""+4F932E8A: 80 B9 47 01 00 00 4C - cmp byte ptr [ecx+00000147],4C
""+4F932E91: 75 18 - jne 4F932EAB
""+4F932E93: 8B 85 30 FF FF FF - mov eax,[ebp-000000D0]
""+4F932E99: D9 05 24 65 93 4F - fld dword ptr [4F936524]
""+4F932E9F: D8 80 BC 03 00 00 - fadd dword ptr [eax+000003BC]
""+4F932EA5: D9 98 BC 03 00 00 - fstp dword ptr [eax+000003BC]
""+4F932EAB: 80 B9 47 01 00 00 4D - cmp byte ptr [ecx+00000147],4D
""+4F932EB2: 75 18 - jne 4F932ECC
""+4F932EB4: 8B 85 30 FF FF FF - mov eax,[ebp-000000D0]
}
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>85</ID>
<Description>"Insta-sprint"</Description>
<LastState/>
<Color>4080FF</Color>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(runAccHa,FF D8 88 E8 03 00 00)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
mov [eax+3E8],(float)1000
jmp return

runAccHa+01:
jmp newmem
nop
return:
registersymbol(runAccHa)

[DISABLE]

runAccHa+01:
db D8 88 E8 03 00 00

unregistersymbol(runAccHa)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 4FBD55D1

""+4FBD5599: 8B 95 18 F1 FF FF - mov edx,[ebp-00000EE8]


""+4FBD559F: 3B 82 4C 03 00 00 - cmp eax,[edx+0000034C]
""+4FBD55A5: 7E 18 - jle 4FBD55BF
""+4FBD55A7: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD55AD: 8B 80 4C 03 00 00 - mov eax,[eax+0000034C]
""+4FBD55B3: 8B 95 18 F1 FF FF - mov edx,[ebp-00000EE8]
""+4FBD55B9: 89 82 44 03 00 00 - mov [edx+00000344],eax
""+4FBD55BF: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD55C5: D9 80 BC 03 00 00 - fld dword ptr [eax+000003BC]
""+4FBD55CB: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
// ---------- INJECTING HERE ----------
""+4FBD55D1: D8 88 E8 03 00 00 - fmul dword ptr [eax+000003E8]
// ---------- DONE INJECTING ----------
""+4FBD55D7: D9 98 E8 03 00 00 - fstp dword ptr [eax+000003E8]
""+4FBD55DD: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD55E3: D9 80 BC 03 00 00 - fld dword ptr [eax+000003BC]
""+4FBD55E9: 8B 85 18 F1 FF FF - mov eax,[ebp-00000EE8]
""+4FBD55EF: D8 88 E4 03 00 00 - fmul dword ptr [eax+000003E4]
""+4FBD55F5: D9 98 E4 03 00 00 - fstp dword ptr [eax+000003E4]
""+4FBD55FB: 8B 8D 18 F1 FF FF - mov ecx,[ebp-00000EE8]
""+4FBD5601: E8 AA C7 AB FF - call 4F691DB0
""+4FBD5606: 33 D2 - xor edx,edx
""+4FBD5608: 89 95 A0 FE FF FF - mov [ebp-00000160],edx
}
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatEntry>
<CheatEntry>
<ID>23</ID>
<Description>"Noclip"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(noclip,80 B8 49 05 00 00 00 0F 84 B2)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
mov [eax+549],1
jmp return

noclip:
jmp newmem
nop
nop
return:
registersymbol(noclip)

[DISABLE]

noclip:
db 80 B8 49 05 00 00 00

unregistersymbol(noclip)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 5483ABB6

""+5483AB88: 66 0F D6 44 24 38 - movq [esp+38],xmm0


""+5483AB8E: 8B CB - mov ecx,ebx
""+5483AB90: BA 01 00 00 00 - mov edx,00000001
""+5483AB95: 39 09 - cmp [ecx],ecx
""+5483AB97: E8 04 EA D9 BB - call 105D95A0
""+5483AB9C: 80 3D 78 83 B5 01 00 - cmp byte ptr [01B58378],00
""+5483ABA3: 74 0B - je 5483ABB0
""+5483ABA5: 8B 8D 78 FF FF FF - mov ecx,[ebp-00000088]
""+5483ABAB: E8 F0 DE E7 CD - call 226B8AA0
""+5483ABB0: 8B 85 78 FF FF FF - mov eax,[ebp-00000088]
// ---------- INJECTING HERE ----------
""+5483ABB6: 80 B8 49 05 00 00 00 - cmp byte ptr [eax+00000549],00
// ---------- DONE INJECTING ----------
""+5483ABBD: 0F 84 B2 00 00 00 - je 5483AC75
""+5483ABC3: 33 F6 - xor esi,esi
""+5483ABC5: 8B 85 78 FF FF FF - mov eax,[ebp-00000088]
""+5483ABCB: 8B 80 DC 00 00 00 - mov eax,[eax+000000DC]
""+5483ABD1: 8B 85 78 FF FF FF - mov eax,[ebp-00000088]
""+5483ABD7: 8B 80 DC 00 00 00 - mov eax,[eax+000000DC]
""+5483ABDD: 3B 70 04 - cmp esi,[eax+04]
""+5483ABE0: 0F 83 46 0E 00 00 - jae 5483BA2C
""+5483ABE6: 8D 44 F0 08 - lea eax,[eax+esi*8+08]
""+5483ABEA: 83 EC 08 - sub esp,08
}
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>68</ID>
<Description>"Disable Noclip"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(noclip,80 B8 49 05 00 00 00 0F 84 B2)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
mov [eax+549],0
jmp return

noclip:
jmp newmem
nop
nop
return:
registersymbol(noclip)

[DISABLE]

noclip:
db 80 B8 49 05 00 00 00
unregistersymbol(noclip)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 5483ABB6

""+5483AB88: 66 0F D6 44 24 38 - movq [esp+38],xmm0


""+5483AB8E: 8B CB - mov ecx,ebx
""+5483AB90: BA 01 00 00 00 - mov edx,00000001
""+5483AB95: 39 09 - cmp [ecx],ecx
""+5483AB97: E8 04 EA D9 BB - call 105D95A0
""+5483AB9C: 80 3D 78 83 B5 01 00 - cmp byte ptr [01B58378],00
""+5483ABA3: 74 0B - je 5483ABB0
""+5483ABA5: 8B 8D 78 FF FF FF - mov ecx,[ebp-00000088]
""+5483ABAB: E8 F0 DE E7 CD - call 226B8AA0
""+5483ABB0: 8B 85 78 FF FF FF - mov eax,[ebp-00000088]
// ---------- INJECTING HERE ----------
""+5483ABB6: 80 B8 49 05 00 00 00 - cmp byte ptr [eax+00000549],00
// ---------- DONE INJECTING ----------
""+5483ABBD: 0F 84 B2 00 00 00 - je 5483AC75
""+5483ABC3: 33 F6 - xor esi,esi
""+5483ABC5: 8B 85 78 FF FF FF - mov eax,[ebp-00000088]
""+5483ABCB: 8B 80 DC 00 00 00 - mov eax,[eax+000000DC]
""+5483ABD1: 8B 85 78 FF FF FF - mov eax,[ebp-00000088]
""+5483ABD7: 8B 80 DC 00 00 00 - mov eax,[eax+000000DC]
""+5483ABDD: 3B 70 04 - cmp esi,[eax+04]
""+5483ABE0: 0F 83 46 0E 00 00 - jae 5483BA2C
""+5483ABE6: 8D 44 F0 08 - lea eax,[eax+esi*8+08]
""+5483ABEA: 83 EC 08 - sub esp,08
}
</AssemblerScript>
<Hotkeys>
<Hotkey>
<Action>Toggle Activation</Action>
<Keys>
<Key>119</Key>
</Keys>
<Description>Disable Noclip</Description>
<ID>0</ID>
<ActivateSound TTS="EN">{MRDescription} Activated</ActivateSound>
<DeactivateSound TTS="EN">{MRDescription}
Deactivated</DeactivateSound>
</Hotkey>
</Hotkeys>
</CheatEntry>
<CheatEntry>
<ID>20</ID>
<Description>"Stick to the ground"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(test65,3A 40 28 8D 40 28 8B 85 7C)
alloc(newmem,$1000)

label(code)
label(return)

newmem:
code:
mov [eax+2C],(float)10
jmp return

test65:
jmp newmem
nop
return:
registersymbol(test65)

[DISABLE]

test65:
db 3A 40 28 8D 40 28

unregistersymbol(test65)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 50F70FE8

""+50F70FC4: 8B F1 - mov esi,ecx


""+50F70FC6: 8D BD 88 FE FF FF - lea edi,[ebp-00000178]
""+50F70FCC: B9 5B 00 00 00 - mov ecx,0000005B
""+50F70FD1: 33 C0 - xor eax,eax
""+50F70FD3: F3 AB - repe stosd
""+50F70FD5: 8B CE - mov ecx,esi
""+50F70FD7: 89 8D 7C FE FF FF - mov [ebp-00000184],ecx
""+50F70FDD: D9 EE - fldz
""+50F70FDF: D9 5D E0 - fstp dword ptr [ebp-20]
""+50F70FE2: 8B 85 7C FE FF FF - mov eax,[ebp-00000184]
// ---------- INJECTING HERE ----------
""+50F70FE8: 3A 40 28 - cmp al,[eax+28]
""+50F70FEB: 8D 40 28 - lea eax,[eax+28]
// ---------- DONE INJECTING ----------
""+50F70FEE: 8B 85 7C FE FF FF - mov eax,[ebp-00000184]
""+50F70FF4: 8B 40 10 - mov eax,[eax+10]
""+50F70FF7: 89 45 DC - mov [ebp-24],eax
""+50F70FFA: 8B 85 7C FE FF FF - mov eax,[ebp-00000184]
""+50F71000: 8B 40 14 - mov eax,[eax+14]
""+50F71003: 89 45 D8 - mov [ebp-28],eax
""+50F71006: C7 45 D4 01 00 00 00 - mov [ebp-2C],00000001
""+50F7100D: 8B 95 7C FE FF FF - mov edx,[ebp-00000184]
""+50F71013: B9 DC BB 7E 05 - mov ecx,057EBBDC
""+50F71018: E8 43 5D 84 22 - call clr.dll+16D60
}
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>19</ID>
<Description>"Auto run right"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(test65,3A 40 28 8D 40 28 8B 85 7C)
alloc(newmem,$1000)
label(code)
label(return)

newmem:

code:
mov [eax+28],(float)10
jmp return

test65:
jmp newmem
nop
return:
registersymbol(test65)

[DISABLE]

test65:
db 3A 40 28 8D 40 28

unregistersymbol(test65)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 50F70FE8

""+50F70FC4: 8B F1 - mov esi,ecx


""+50F70FC6: 8D BD 88 FE FF FF - lea edi,[ebp-00000178]
""+50F70FCC: B9 5B 00 00 00 - mov ecx,0000005B
""+50F70FD1: 33 C0 - xor eax,eax
""+50F70FD3: F3 AB - repe stosd
""+50F70FD5: 8B CE - mov ecx,esi
""+50F70FD7: 89 8D 7C FE FF FF - mov [ebp-00000184],ecx
""+50F70FDD: D9 EE - fldz
""+50F70FDF: D9 5D E0 - fstp dword ptr [ebp-20]
""+50F70FE2: 8B 85 7C FE FF FF - mov eax,[ebp-00000184]
// ---------- INJECTING HERE ----------
""+50F70FE8: 3A 40 28 - cmp al,[eax+28]
""+50F70FEB: 8D 40 28 - lea eax,[eax+28]
// ---------- DONE INJECTING ----------
""+50F70FEE: 8B 85 7C FE FF FF - mov eax,[ebp-00000184]
""+50F70FF4: 8B 40 10 - mov eax,[eax+10]
""+50F70FF7: 89 45 DC - mov [ebp-24],eax
""+50F70FFA: 8B 85 7C FE FF FF - mov eax,[ebp-00000184]
""+50F71000: 8B 40 14 - mov eax,[eax+14]
""+50F71003: 89 45 D8 - mov [ebp-28],eax
""+50F71006: C7 45 D4 01 00 00 00 - mov [ebp-2C],00000001
""+50F7100D: 8B 95 7C FE FF FF - mov edx,[ebp-00000184]
""+50F71013: B9 DC BB 7E 05 - mov ecx,057EBBDC
""+50F71018: E8 43 5D 84 22 - call clr.dll+16D60
}
</AssemblerScript>
<Hotkeys>
<Hotkey>
<Action>Toggle Activation</Action>
<Keys>
<Key>117</Key>
</Keys>
<Description>Automatically run right</Description>
<ID>0</ID>
<ActivateSound TTS="EN">{MRDescription} Activated</ActivateSound>
<DeactivateSound TTS="EN">{MRDescription}
Deactivated</DeactivateSound>
</Hotkey>
</Hotkeys>
</CheatEntry>
<CheatEntry>
<ID>14</ID>
<Description>"Place queen bees"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(queenbees,FF 88 80 00 00 00 8B 45 08 8B 74)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
mov [eax+80],#999
mov [eax+98],#231
mov [eax+94],#1023
jmp return

queenbees:
jmp newmem
nop
return:
registersymbol(queenbees)

[DISABLE]

queenbees:
db FF 88 80 00 00 00

unregistersymbol(queenbees)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 5447C3BF

""+5447C391: A1 8C 62 C4 04 - mov eax,[04C4628C]


""+5447C396: C6 80 29 01 00 00 01 - mov byte ptr [eax+00000129],01
""+5447C39D: EB 0C - jmp 5447C3AB
""+5447C39F: A1 8C 62 C4 04 - mov eax,[04C4628C]
""+5447C3A4: C6 80 29 01 00 00 00 - mov byte ptr [eax+00000129],00
""+5447C3AB: A1 8C 62 C4 04 - mov eax,[04C4628C]
""+5447C3B0: FF 80 80 00 00 00 - inc [eax+00000080]
""+5447C3B6: 8B 45 08 - mov eax,[ebp+08]
""+5447C3B9: 8B 74 87 08 - mov esi,[edi+eax*4+08]
""+5447C3BD: 8B C6 - mov eax,esi
// ---------- INJECTING HERE ----------
""+5447C3BF: FF 88 80 00 00 00 - dec [eax+00000080]
// ---------- DONE INJECTING ----------
""+5447C3C5: 8B 45 08 - mov eax,[ebp+08]
""+5447C3C8: 8B 74 87 08 - mov esi,[edi+eax*4+08]
""+5447C3CC: 83 BE 80 00 00 00 00 - cmp dword ptr [esi+00000080],00
""+5447C3D3: 7F 1E - jg 5447C3F3
""+5447C3D5: B9 BC 4A 31 06 - mov ecx,06314ABC
""+5447C3DA: E8 E9 6C 9B AD - call 01E330C8
""+5447C3DF: 8B F0 - mov esi,eax
""+5447C3E1: 8B CE - mov ecx,esi
""+5447C3E3: E8 D0 D8 E4 B1 - call 062C9CB8
""+5447C3E8: 56 - push esi
}
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>13</ID>
<Description>"God mode"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(godmode,89 96 50 03 00 00 D9)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
mov [esi+350],#1023
jmp return

godmode:
jmp newmem
nop
return:
registersymbol(godmode)

[DISABLE]

godmode:
db 89 96 50 03 00 00

unregistersymbol(godmode)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 128800C0

""+12880086: C6 86 14 05 00 00 00 - mov byte ptr [esi+00000514],00


""+1288008D: C6 86 AA 05 00 00 00 - mov byte ptr [esi+000005AA],00
""+12880094: 33 D2 - xor edx,edx
""+12880096: 89 96 30 03 00 00 - mov [esi+00000330],edx
""+1288009C: 88 96 62 05 00 00 - mov [esi+00000562],dl
""+128800A2: 89 96 34 03 00 00 - mov [esi+00000334],edx
""+128800A8: 89 96 FC 03 00 00 - mov [esi+000003FC],edx
""+128800AE: 89 96 F8 03 00 00 - mov [esi+000003F8],edx
""+128800B4: 89 96 00 04 00 00 - mov [esi+00000400],edx
""+128800BA: 88 96 2F 06 00 00 - mov [esi+0000062F],dl
// ---------- INJECTING HERE ----------
""+128800C0: 89 96 50 03 00 00 - mov [esi+00000350],edx
// ---------- DONE INJECTING ----------
""+128800C6: D9 E8 - fld1
""+128800C8: D9 9E 20 03 00 00 - fstp dword ptr [esi+00000320]
""+128800CE: D9 E8 - fld1
""+128800D0: D9 9E B4 03 00 00 - fstp dword ptr [esi+000003B4]
""+128800D6: D9 E8 - fld1
""+128800D8: D9 9E 90 03 00 00 - fstp dword ptr [esi+00000390]
""+128800DE: D9 E8 - fld1
""+128800E0: D9 9E 94 03 00 00 - fstp dword ptr [esi+00000394]
""+128800E6: D9 E8 - fld1
""+128800E8: D9 9E 98 03 00 00 - fstp dword ptr [esi+00000398]
}
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>11</ID>
<Description>"Everything does 1 damage"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(1dmg,89 96 34 03 00 00)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
mov [esi+334],#102332
jmp return

1dmg:
jmp newmem
nop
return:
registersymbol(1dmg)

[DISABLE]

1dmg:
db 89 96 34 03 00 00

unregistersymbol(1dmg)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 128800A2

""+1288006B: C7 86 40 01 00 00 01 00 00 00 - mov [esi+00000140],00000001


""+12880075: EB 08 - jmp 1288007F
""+12880077: 33 D2 - xor edx,edx
""+12880079: 89 96 40 01 00 00 - mov [esi+00000140],edx
""+1288007F: C6 86 C0 05 00 00 00 - mov byte ptr [esi+000005C0],00
""+12880086: C6 86 14 05 00 00 00 - mov byte ptr [esi+00000514],00
""+1288008D: C6 86 AA 05 00 00 00 - mov byte ptr [esi+000005AA],00
""+12880094: 33 D2 - xor edx,edx
""+12880096: 89 96 30 03 00 00 - mov [esi+00000330],edx
""+1288009C: 88 96 62 05 00 00 - mov [esi+00000562],dl
// ---------- INJECTING HERE ----------
""+128800A2: 89 96 34 03 00 00 - mov [esi+00000334],edx
// ---------- DONE INJECTING ----------
""+128800A8: 89 96 FC 03 00 00 - mov [esi+000003FC],edx
""+128800AE: 89 96 F8 03 00 00 - mov [esi+000003F8],edx
""+128800B4: 89 96 00 04 00 00 - mov [esi+00000400],edx
""+128800BA: 88 96 2F 06 00 00 - mov [esi+0000062F],dl
""+128800C0: 89 96 50 03 00 00 - mov [esi+00000350],edx
""+128800C6: D9 E8 - fld1
""+128800C8: D9 9E 20 03 00 00 - fstp dword ptr [esi+00000320]
""+128800CE: D9 E8 - fld1
""+128800D0: D9 9E B4 03 00 00 - fstp dword ptr [esi+000003B4]
""+128800D6: D9 E8 - fld1
}
</AssemblerScript>
<Hotkeys>
<Hotkey>
<Action>Toggle Activation</Action>
<Keys>
<Key>114</Key>
</Keys>
<Description>Insane Defense</Description>
<ID>0</ID>
<ActivateSound TTS="EN">{MRDescription} Activated</ActivateSound>
<DeactivateSound TTS="EN">{MRDescription}
Deactivated</DeactivateSound>
</Hotkey>
</Hotkeys>
</CheatEntry>
<CheatEntry>
<ID>9</ID>
<Description>"Insantly respawn"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(instantrespawn,FF 8E E8 02 00 00 83)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
mov [esi+2E8],0
jmp return

instantrespawn:
jmp newmem
nop
return:
registersymbol(instantrespawn)

[DISABLE]

instantrespawn:
db FF 8E E8 02 00 00

unregistersymbol(instantrespawn)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 12B0A996

""+12B0A979: 3B 05 D0 7C 1A 02 - cmp eax,[021A7CD0]


""+12B0A97F: 74 09 - je 12B0A98A
""+12B0A981: 83 3D 50 7D 1A 02 02 - cmp dword ptr [021A7D50],02
""+12B0A988: 75 3E - jne 12B0A9C8
""+12B0A98A: C6 86 49 05 00 00 01 - mov byte ptr [esi+00000549],01
""+12B0A991: 5B - pop ebx
""+12B0A992: 5E - pop esi
""+12B0A993: 5F - pop edi
""+12B0A994: 5D - pop ebp
""+12B0A995: C3 - ret
// ---------- INJECTING HERE ----------
""+12B0A996: FF 8E E8 02 00 00 - dec [esi+000002E8]
// ---------- DONE INJECTING ----------
""+12B0A99C: 83 BE E8 02 00 00 00 - cmp dword ptr [esi+000002E8],00
""+12B0A9A3: 7F 23 - jg 12B0A9C8
""+12B0A9A5: A1 D0 7C 1A 02 - mov eax,[021A7CD0]
""+12B0A9AA: 3B 46 04 - cmp eax,[esi+04]
""+12B0A9AD: 75 19 - jne 12B0A9C8
""+12B0A9AF: A1 8C 62 E0 04 - mov eax,[04E0628C]
""+12B0A9B4: 83 78 6C 00 - cmp dword ptr [eax+6C],00
""+12B0A9B8: 7E 07 - jle 12B0A9C1
""+12B0A9BA: C6 05 E4 7E 1A 02 01 - mov byte ptr [021A7EE4],01
""+12B0A9C1: 8B CE - mov ecx,esi
}
</AssemblerScript>
<Hotkeys>
<Hotkey>
<Action>Toggle Activation</Action>
<Keys>
<Key>113</Key>
</Keys>
<Description>Instantly respawn</Description>
<ID>0</ID>
<ActivateSound TTS="EN">{MRDescription} Activated</ActivateSound>
<DeactivateSound TTS="EN">{MRDescription}
Deactivated</DeactivateSound>
</Hotkey>
</Hotkeys>
</CheatEntry>
<CheatEntry>
<ID>8</ID>
<Description>"Fly"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(fly,83 B8 F4 02 00 00 00 7F 4A)
alloc(newmem,$1000)

label(code)
label(return)
newmem:

code:
mov [eax+2F4],1
jmp return

fly:
jmp newmem
nop
nop
return:
registersymbol(fly)

[DISABLE]

fly:
db 83 B8 F4 02 00 00 00

unregistersymbol(fly)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 58993145

""+5899310D: E8 AE 37 D9 FF - call 587268C0


""+58993112: 8B 85 38 F1 FF FF - mov eax,[ebp-00000EC8]
""+58993118: D9 40 24 - fld dword ptr [eax+24]
""+5899311B: D8 35 48 4A 9A 58 - fdiv dword ptr [589A4A48]
""+58993121: DD 9D F0 F0 FF FF - fstp qword ptr [ebp-00000F10]
""+58993127: F2 0F 10 85 F0 F0 FF FF - movsd xmm0,[ebp-00000F10]
""+5899312F: F2 0F 2C C0 - cvttsd2si eax,xmm0
""+58993133: 8B 95 38 F1 FF FF - mov edx,[ebp-00000EC8]
""+58993139: 89 82 64 04 00 00 - mov [edx+00000464],eax
""+5899313F: 8B 85 38 F1 FF FF - mov eax,[ebp-00000EC8]
// ---------- INJECTING HERE ----------
""+58993145: 83 B8 F4 02 00 00 00 - cmp dword ptr [eax+000002F4],00
// ---------- DONE INJECTING ----------
""+5899314C: 7F 4A - jg 58993198
""+5899314E: 8B 85 38 F1 FF FF - mov eax,[ebp-00000EC8]
""+58993154: 83 B8 28 04 00 00 00 - cmp dword ptr [eax+00000428],00
""+5899315B: 7F 3B - jg 58993198
""+5899315D: 8B 85 38 F1 FF FF - mov eax,[ebp-00000EC8]
""+58993163: 80 78 19 00 - cmp byte ptr [eax+19],00
""+58993167: 75 2F - jne 58993198
""+58993169: 8B 85 38 F1 FF FF - mov eax,[ebp-00000EC8]
""+5899316F: 80 B8 4F 06 00 00 00 - cmp byte ptr [eax+0000064F],00
""+58993176: 75 20 - jne 58993198
}
</AssemblerScript>
<Hotkeys>
<Hotkey>
<Action>Toggle Activation</Action>
<Keys>
<Key>112</Key>
</Keys>
<Description>Fly</Description>
<ID>0</ID>
<ActivateSound TTS="EN">{MRDescription} Activated, hold or tap
jump when falling down from any height.</ActivateSound>
<DeactivateSound TTS="EN">{MRDescription}
Deactivated</DeactivateSound>
</Hotkey>
</Hotkeys>
</CheatEntry>
<CheatEntry>
<ID>2</ID>
<Description>"Item Spawner"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]

aobscan(itemspawner,89 72 6C 5E 5F)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
mov [edx+6C],#3929
pop esi
pop edi
jmp return

itemspawner:
jmp newmem
return:
registersymbol(itemspawner)

[DISABLE]

itemspawner:
db 89 72 6C 5E 5F

unregistersymbol(itemspawner)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 066AEFCF

""+66AEF8B: C6 82 33 01 00 00 FF - mov byte ptr [edx+00000133],-01


""+66AEF92: C6 82 34 01 00 00 FF - mov byte ptr [edx+00000134],-01
""+66AEF99: C6 82 35 01 00 00 FF - mov byte ptr [edx+00000135],-01
""+66AEFA0: C6 82 36 01 00 00 FF - mov byte ptr [edx+00000136],-01
""+66AEFA7: C6 82 37 01 00 00 FF - mov byte ptr [edx+00000137],-01
""+66AEFAE: C6 82 38 01 00 00 FF - mov byte ptr [edx+00000138],-01
""+66AEFB5: C6 82 39 01 00 00 FF - mov byte ptr [edx+00000139],-01
""+66AEFBC: C6 82 3A 01 00 00 FF - mov byte ptr [edx+0000013A],-01
""+66AEFC3: 88 8A 45 01 00 00 - mov [edx+00000145],cl
""+66AEFC9: 88 8A 29 01 00 00 - mov [edx+00000129],cl
// ---------- INJECTING HERE ----------
""+66AEFCF: 89 72 6C - mov [edx+6C],esi
""+66AEFD2: 5E - pop esi
""+66AEFD3: 5F - pop edi
// ---------- DONE INJECTING ----------
""+66AEFD4: 5D - pop ebp
""+66AEFD5: C3 - ret
""+66AEFD6: 00 00 - add [eax],al
""+66AEFD8: E8 0A 2C 02 00 - call 066D1BE7
""+66AEFDD: 00 00 - add [eax],al
""+66AEFDF: 00 BC 0A 2C 02 58 60 - add [edx+ecx+6058022C],bh
""+66AEFE6: 2C 02 - sub al,02
""+66AEFE8: 55 - push ebp
""+66AEFE9: 8B EC - mov ebp,esp
""+66AEFEB: 57 - push edi
}
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatEntry>
</CheatEntries>
</CheatEntry>
</CheatEntries>
<UserdefinedSymbols>
<SymbolEntry>
<Name>itemID</Name>
<Address>05230000</Address>
</SymbolEntry>
<SymbolEntry>
<Name>buff</Name>
<Address>58195750</Address>
</SymbolEntry>
<SymbolEntry>
<Name>playerBase</Name>
<Address>01A80000</Address>
</SymbolEntry>
<SymbolEntry>
<Name>test423</Name>
<Address>737CFB9E</Address>
</SymbolEntry>
<SymbolEntry>
<Name>daw</Name>
<Address>27FFC3BF</Address>
</SymbolEntry>
<SymbolEntry>
<Name>t_BaseAddress</Name>
<Address>00BC0000</Address>
</SymbolEntry>
<SymbolEntry>
<Name>BaseAddress</Name>
<Address>4ED008CD</Address>
</SymbolEntry>
<SymbolEntry>
<Name>noclip</Name>
<Address>4F84A995</Address>
</SymbolEntry>
<SymbolEntry>
<Name>itemBase</Name>
<Address>01A80010</Address>
</SymbolEntry>
</UserdefinedSymbols>
<Structures StructVersion="2">
<Structure Name="Terraria.Player" AutoFill="0" AutoCreate="1" DefaultHex="0"
AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4" Description="Vtable"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4" Description="whoAmI"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="8" Vartype="4 Bytes" Bytesize="4"
Description="oldDirection" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="12" Vartype="4 Bytes" Bytesize="4" Description="direction"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="16" Vartype="4 Bytes" Bytesize="4" Description="width"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="20" Vartype="4 Bytes" Bytesize="4" Description="height"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="24" Vartype="Byte" Bytesize="1" Description="active"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="25" Vartype="Byte" Bytesize="1" Description="wet"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="26" Vartype="Byte" Bytesize="1" Description="honeyWet"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="27" Vartype="Byte" Bytesize="1" Description="wetCount"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="28" Vartype="Byte" Bytesize="1" Description="lavaWet"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="32" Vartype="Pointer" Bytesize="4" Description="position"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"
ChildStructStart="356227">
<Structure Name="Array" AutoFill="0" AutoCreate="1" DefaultHex="0"
AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
Description="Vtable" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4"
Description="Number of Elements" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="8" Vartype="Pointer" Bytesize="4"
Description="Array[0]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="68" Vartype="Pointer" Bytesize="4"
Description="Array[1]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="128" Vartype="Pointer" Bytesize="4"
Description="Array[2]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="188" Vartype="Pointer" Bytesize="4"
Description="Array[3]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="248" Vartype="Pointer" Bytesize="4"
Description="Array[4]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="308" Vartype="Pointer" Bytesize="4"
Description="Array[5]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="368" Vartype="Pointer" Bytesize="4"
Description="Array[6]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="428" Vartype="Pointer" Bytesize="4"
Description="Array[7]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="488" Vartype="Pointer" Bytesize="4"
Description="Array[8]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="548" Vartype="Pointer" Bytesize="4"
Description="Array[9]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="608" Vartype="Pointer" Bytesize="4"
Description="Array[10]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="668" Vartype="Pointer" Bytesize="4"
Description="Array[11]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="728" Vartype="Pointer" Bytesize="4"
Description="Array[12]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="788" Vartype="Pointer" Bytesize="4"
Description="Array[13]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="848" Vartype="Pointer" Bytesize="4"
Description="Array[14]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="908" Vartype="Pointer" Bytesize="4"
Description="Array[15]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="968" Vartype="Pointer" Bytesize="4"
Description="Array[16]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1028" Vartype="Pointer" Bytesize="4"
Description="Array[17]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1088" Vartype="Pointer" Bytesize="4"
Description="Array[18]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1148" Vartype="Pointer" Bytesize="4"
Description="Array[19]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1208" Vartype="Pointer" Bytesize="4"
Description="Array[20]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1268" Vartype="Pointer" Bytesize="4"
Description="Array[21]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1328" Vartype="Pointer" Bytesize="4"
Description="Array[22]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1388" Vartype="Pointer" Bytesize="4"
Description="Array[23]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1448" Vartype="Pointer" Bytesize="4"
Description="Array[24]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1508" Vartype="Pointer" Bytesize="4"
Description="Array[25]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1568" Vartype="Pointer" Bytesize="4"
Description="Array[26]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1628" Vartype="Pointer" Bytesize="4"
Description="Array[27]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1688" Vartype="Pointer" Bytesize="4"
Description="Array[28]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1748" Vartype="Pointer" Bytesize="4"
Description="Array[29]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1808" Vartype="Pointer" Bytesize="4"
Description="Array[30]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1868" Vartype="Pointer" Bytesize="4"
Description="Array[31]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1928" Vartype="Pointer" Bytesize="4"
Description="Array[32]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1988" Vartype="Pointer" Bytesize="4"
Description="Array[33]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="2048" Vartype="Pointer" Bytesize="4"
Description="Array[34]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="2108" Vartype="Pointer" Bytesize="4"
Description="Array[35]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="2168" Vartype="Pointer" Bytesize="4"
Description="Array[36]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="2228" Vartype="Pointer" Bytesize="4"
Description="Array[37]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="2288" Vartype="Pointer" Bytesize="4"
Description="Array[38]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="2348" Vartype="Pointer" Bytesize="4"
Description="Array[39]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="2408" Vartype="Pointer" Bytesize="4"
Description="Array[40]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="2468" Vartype="Pointer" Bytesize="4"
Description="Array[41]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="2528" Vartype="Pointer" Bytesize="4"
Description="Array[42]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="2588" Vartype="Pointer" Bytesize="4"
Description="Array[43]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="2648" Vartype="Pointer" Bytesize="4"
Description="Array[44]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="2708" Vartype="Pointer" Bytesize="4"
Description="Array[45]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="2768" Vartype="Pointer" Bytesize="4"
Description="Array[46]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="2828" Vartype="Pointer" Bytesize="4"
Description="Array[47]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="2888" Vartype="Pointer" Bytesize="4"
Description="Array[48]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="2948" Vartype="Pointer" Bytesize="4"
Description="Array[49]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3008" Vartype="Pointer" Bytesize="4"
Description="Array[50]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3068" Vartype="Pointer" Bytesize="4"
Description="Array[51]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3128" Vartype="Pointer" Bytesize="4"
Description="Array[52]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3188" Vartype="Pointer" Bytesize="4"
Description="Array[53]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3248" Vartype="Pointer" Bytesize="4"
Description="Array[54]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3308" Vartype="Pointer" Bytesize="4"
Description="Array[55]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3368" Vartype="Pointer" Bytesize="4"
Description="Array[56]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3428" Vartype="Pointer" Bytesize="4"
Description="Array[57]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3488" Vartype="Pointer" Bytesize="4"
Description="Array[58]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3548" Vartype="Pointer" Bytesize="4"
Description="Array[59]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3608" Vartype="Pointer" Bytesize="4"
Description="Array[60]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3668" Vartype="Pointer" Bytesize="4"
Description="Array[61]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3728" Vartype="Pointer" Bytesize="4"
Description="Array[62]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3788" Vartype="Pointer" Bytesize="4"
Description="Array[63]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3848" Vartype="Pointer" Bytesize="4"
Description="Array[64]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3908" Vartype="Pointer" Bytesize="4"
Description="Array[65]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="3968" Vartype="Pointer" Bytesize="4"
Description="Array[66]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4028" Vartype="Pointer" Bytesize="4"
Description="Array[67]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4088" Vartype="Pointer" Bytesize="4"
Description="Array[68]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4148" Vartype="Pointer" Bytesize="4"
Description="Array[69]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4208" Vartype="Pointer" Bytesize="4"
Description="Array[70]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4268" Vartype="Pointer" Bytesize="4"
Description="Array[71]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4328" Vartype="Pointer" Bytesize="4"
Description="Array[72]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4388" Vartype="Pointer" Bytesize="4"
Description="Array[73]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4448" Vartype="Pointer" Bytesize="4"
Description="Array[74]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4508" Vartype="Pointer" Bytesize="4"
Description="Array[75]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4568" Vartype="Pointer" Bytesize="4"
Description="Array[76]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4628" Vartype="Pointer" Bytesize="4"
Description="Array[77]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4688" Vartype="Pointer" Bytesize="4"
Description="Array[78]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4748" Vartype="Pointer" Bytesize="4"
Description="Array[79]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4808" Vartype="Pointer" Bytesize="4"
Description="Array[80]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4868" Vartype="Pointer" Bytesize="4"
Description="Array[81]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4928" Vartype="Pointer" Bytesize="4"
Description="Array[82]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="4988" Vartype="Pointer" Bytesize="4"
Description="Array[83]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="5048" Vartype="Pointer" Bytesize="4"
Description="Array[84]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="5108" Vartype="Pointer" Bytesize="4"
Description="Array[85]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="5168" Vartype="Pointer" Bytesize="4"
Description="Array[86]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="5228" Vartype="Pointer" Bytesize="4"
Description="Array[87]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="5288" Vartype="Pointer" Bytesize="4"
Description="Array[88]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="5348" Vartype="Pointer" Bytesize="4"
Description="Array[89]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="5408" Vartype="Pointer" Bytesize="4"
Description="Array[90]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="5468" Vartype="Pointer" Bytesize="4"
Description="Array[91]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="5528" Vartype="Pointer" Bytesize="4"
Description="Array[92]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="5588" Vartype="Pointer" Bytesize="4"
Description="Array[93]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="5648" Vartype="Pointer" Bytesize="4"
Description="Array[94]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="5708" Vartype="Pointer" Bytesize="4"
Description="Array[95]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="5768" Vartype="Pointer" Bytesize="4"
Description="Array[96]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="5828" Vartype="Pointer" Bytesize="4"
Description="Array[97]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="5888" Vartype="Pointer" Bytesize="4"
Description="Array[98]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="5948" Vartype="Pointer" Bytesize="4"
Description="Array[99]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="36" Vartype="Pointer" Bytesize="4"
Description="position_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="40" Vartype="Float" Bytesize="4" Description="velocity"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="44" Vartype="Float" Bytesize="4" Description="velocity_2"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="48" Vartype="Pointer" Bytesize="4"
Description="oldPosition" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="52" Vartype="Pointer" Bytesize="4"
Description="oldPosition_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="56" Vartype="4 Bytes" Bytesize="4"
Description="oldVelocity" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="60" Vartype="4 Bytes" Bytesize="4"
Description="oldVelocity_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="64" Vartype="Double" Bytesize="8"
Description="headFrameCounter" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="72" Vartype="Double" Bytesize="8"
Description="bodyFrameCounter" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="80" Vartype="Double" Bytesize="8"
Description="legFrameCounter" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="88" Vartype="Pointer" Bytesize="4"
Description="DpadRadial" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="92" Vartype="Pointer" Bytesize="4"
Description="CircularRadial" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="96" Vartype="Pointer" Bytesize="4"
Description="QuicksRadial" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="100" Vartype="Pointer" Bytesize="4" Description="hideInfo"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="104" Vartype="Pointer" Bytesize="4"
Description="builderAccStatus" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="108" Vartype="Pointer" Bytesize="4"
Description="lostCoinString" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="112" Vartype="Pointer" Bytesize="4" Description="name"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="116" Vartype="Pointer" Bytesize="4"
Description="NPCBannerBuff" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="120" Vartype="Pointer" Bytesize="4"
Description="solarShieldPos" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="124" Vartype="Pointer" Bytesize="4"
Description="solarShieldVel" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="128" Vartype="Pointer" Bytesize="4"
Description="beetlePos" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="132" Vartype="Pointer" Bytesize="4"
Description="beetleVel" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="136" Vartype="Pointer" Bytesize="4"
Description="itemFlamePos" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="140" Vartype="Pointer" Bytesize="4"
Description="doubleTapCardinalTimer" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="144" Vartype="Pointer" Bytesize="4"
Description="holdDownCardinalTimer" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="148" Vartype="Pointer" Bytesize="4"
Description="speedSlice" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="152" Vartype="Pointer" Bytesize="4" Description="armor"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="156" Vartype="Pointer" Bytesize="4" Description="dye"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="160" Vartype="Pointer" Bytesize="4"
Description="miscEquips" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="164" Vartype="Pointer" Bytesize="4" Description="miscDyes"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="168" Vartype="Pointer" Bytesize="4"
Description="trashItem" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005">
<Structure Name="Terraria.Item" AutoFill="0" AutoCreate="1"
DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
Description="Vtable" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4"
Description="whoAmI" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="8" Vartype="4 Bytes" Bytesize="4"
Description="oldDirection" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="12" Vartype="4 Bytes" Bytesize="4"
Description="direction" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="16" Vartype="4 Bytes" Bytesize="4"
Description="width" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="20" Vartype="4 Bytes" Bytesize="4"
Description="height" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="24" Vartype="Byte" Bytesize="1" Description="active"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="25" Vartype="Byte" Bytesize="1" Description="wet"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="26" Vartype="Byte" Bytesize="1"
Description="honeyWet" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="27" Vartype="Byte" Bytesize="1"
Description="wetCount" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="28" Vartype="Byte" Bytesize="1"
Description="lavaWet" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="32" Vartype="4 Bytes" Bytesize="4"
Description="position" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="36" Vartype="4 Bytes" Bytesize="4"
Description="position_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="40" Vartype="4 Bytes" Bytesize="4"
Description="velocity" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="44" Vartype="4 Bytes" Bytesize="4"
Description="velocity_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="48" Vartype="4 Bytes" Bytesize="4"
Description="oldPosition" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="52" Vartype="4 Bytes" Bytesize="4"
Description="oldPosition_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="56" Vartype="4 Bytes" Bytesize="4"
Description="oldVelocity" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="60" Vartype="4 Bytes" Bytesize="4"
Description="oldVelocity_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="64" Vartype="Pointer" Bytesize="4"
Description="_nameOverride" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="68" Vartype="Pointer" Bytesize="4"
Description="UseSound" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="72" Vartype="Pointer" Bytesize="4"
Description="ToolTip" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="76" Vartype="4 Bytes" Bytesize="4"
Description="noGrabDelay" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="80" Vartype="4 Bytes" Bytesize="4"
Description="spawnTime" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="84" Vartype="4 Bytes" Bytesize="4"
Description="tileWand" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="88" Vartype="4 Bytes" Bytesize="4"
Description="fishingPole" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="92" Vartype="4 Bytes" Bytesize="4"
Description="bait" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="96" Vartype="4 Bytes" Bytesize="4"
Description="ownIgnore" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="100" Vartype="4 Bytes" Bytesize="4"
Description="ownTime" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="104" Vartype="4 Bytes" Bytesize="4"
Description="keepTime" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="108" Vartype="4 Bytes" Bytesize="4"
Description="type" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="112" Vartype="4 Bytes" Bytesize="4"
Description="holdStyle" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="116" Vartype="4 Bytes" Bytesize="4"
Description="useStyle" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="120" Vartype="4 Bytes" Bytesize="4"
Description="useAnimation" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="124" Vartype="4 Bytes" Bytesize="4"
Description="useTime" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="128" Vartype="4 Bytes" Bytesize="4"
Description="stack" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="132" Vartype="4 Bytes" Bytesize="4"
Description="maxStack" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="136" Vartype="4 Bytes" Bytesize="4"
Description="pick" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="140" Vartype="4 Bytes" Bytesize="4"
Description="axe" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="144" Vartype="4 Bytes" Bytesize="4"
Description="hammer" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="148" Vartype="4 Bytes" Bytesize="4"
Description="tileBoost" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="152" Vartype="4 Bytes" Bytesize="4"
Description="createTile" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="156" Vartype="4 Bytes" Bytesize="4"
Description="createWall" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="160" Vartype="4 Bytes" Bytesize="4"
Description="placeStyle" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="164" Vartype="4 Bytes" Bytesize="4"
Description="damage" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="168" Vartype="Float" Bytesize="4"
Description="knockBack" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="172" Vartype="4 Bytes" Bytesize="4"
Description="healLife" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="176" Vartype="4 Bytes" Bytesize="4"
Description="healMana" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="180" Vartype="4 Bytes" Bytesize="4"
Description="alpha" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="184" Vartype="Float" Bytesize="4"
Description="scale" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="188" Vartype="4 Bytes" Bytesize="4"
Description="defense" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="192" Vartype="4 Bytes" Bytesize="4"
Description="headSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="196" Vartype="4 Bytes" Bytesize="4"
Description="bodySlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="200" Vartype="4 Bytes" Bytesize="4"
Description="legSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="204" Vartype="4 Bytes" Bytesize="4"
Description="stringColor" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="208" Vartype="4 Bytes" Bytesize="4"
Description="owner" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="212" Vartype="4 Bytes" Bytesize="4"
Description="rare" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="216" Vartype="4 Bytes" Bytesize="4"
Description="shoot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="220" Vartype="Float" Bytesize="4"
Description="shootSpeed" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="224" Vartype="4 Bytes" Bytesize="4"
Description="ammo" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="228" Vartype="4 Bytes" Bytesize="4"
Description="useAmmo" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="232" Vartype="4 Bytes" Bytesize="4"
Description="lifeRegen" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="236" Vartype="4 Bytes" Bytesize="4"
Description="manaIncrease" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="240" Vartype="4 Bytes" Bytesize="4"
Description="mana" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="244" Vartype="4 Bytes" Bytesize="4"
Description="release" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="248" Vartype="4 Bytes" Bytesize="4"
Description="value" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="252" Vartype="4 Bytes" Bytesize="4"
Description="buffType" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="256" Vartype="4 Bytes" Bytesize="4"
Description="buffTime" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="260" Vartype="4 Bytes" Bytesize="4"
Description="mountType" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="264" Vartype="4 Bytes" Bytesize="4"
Description="shopSpecialCurrency" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="268" Vartype="4 Bytes" Bytesize="4"
Description="netID" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="272" Vartype="4 Bytes" Bytesize="4"
Description="crit" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="276" Vartype="4 Bytes" Bytesize="4"
Description="reuseDelay" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="280" Vartype="2 Bytes" Bytesize="2"
Description="makeNPC" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="282" Vartype="2 Bytes" Bytesize="2"
Description="hairDye" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="284" Vartype="2 Bytes" Bytesize="2"
Description="glowMask" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="286" Vartype="Byte" Bytesize="1"
Description="questItem" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="287" Vartype="Byte" Bytesize="1" Description="flame"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="288" Vartype="Byte" Bytesize="1" Description="mech"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="289" Vartype="Byte" Bytesize="1"
Description="beingGrabbed" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="290" Vartype="Byte" Bytesize="1"
Description="isBeingGrabbed" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="291" Vartype="Byte" Bytesize="1"
Description="wornArmor" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="292" Vartype="Byte" Bytesize="1" Description="dye"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="293" Vartype="Byte" Bytesize="1"
Description="expertOnly" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="294" Vartype="Byte" Bytesize="1"
Description="expert" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="295" Vartype="Byte" Bytesize="1" Description="paint"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="296" Vartype="Byte" Bytesize="1"
Description="instanced" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="297" Vartype="Byte" Bytesize="1"
Description="favorited" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="298" Vartype="Byte" Bytesize="1"
Description="channel" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="299" Vartype="Byte" Bytesize="1"
Description="accessory" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="300" Vartype="Byte" Bytesize="1"
Description="potion" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="301" Vartype="Byte" Bytesize="1"
Description="consumable" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="302" Vartype="Byte" Bytesize="1"
Description="autoReuse" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="303" Vartype="Byte" Bytesize="1"
Description="useTurn" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="304" Vartype="Byte" Bytesize="1"
Description="handOnSlot" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="305" Vartype="Byte" Bytesize="1"
Description="handOffSlot" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="306" Vartype="Byte" Bytesize="1"
Description="backSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="307" Vartype="Byte" Bytesize="1"
Description="frontSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="308" Vartype="Byte" Bytesize="1"
Description="shoeSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="309" Vartype="Byte" Bytesize="1"
Description="waistSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="310" Vartype="Byte" Bytesize="1"
Description="wingSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="311" Vartype="Byte" Bytesize="1"
Description="shieldSlot" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="312" Vartype="Byte" Bytesize="1"
Description="neckSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="313" Vartype="Byte" Bytesize="1"
Description="faceSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="314" Vartype="Byte" Bytesize="1"
Description="balloonSlot" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="315" Vartype="Byte" Bytesize="1"
Description="notAmmo" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="316" Vartype="Byte" Bytesize="1"
Description="buyOnce" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="317" Vartype="Byte" Bytesize="1"
Description="noUseGraphic" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="318" Vartype="Byte" Bytesize="1"
Description="noMelee" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="319" Vartype="Byte" Bytesize="1" Description="buy"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="320" Vartype="Byte" Bytesize="1"
Description="social" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="321" Vartype="Byte" Bytesize="1"
Description="vanity" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="322" Vartype="Byte" Bytesize="1"
Description="material" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="323" Vartype="Byte" Bytesize="1" Description="noWet"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="324" Vartype="Byte" Bytesize="1"
Description="cartTrack" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="325" Vartype="Byte" Bytesize="1"
Description="uniqueStack" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="326" Vartype="Byte" Bytesize="1"
Description="DD2Summon" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="327" Vartype="Byte" Bytesize="1"
Description="prefix" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="328" Vartype="Byte" Bytesize="1" Description="melee"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="329" Vartype="Byte" Bytesize="1" Description="magic"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="330" Vartype="Byte" Bytesize="1"
Description="ranged" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="331" Vartype="Byte" Bytesize="1"
Description="thrown" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="332" Vartype="Byte" Bytesize="1"
Description="summon" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="333" Vartype="Byte" Bytesize="1"
Description="sentry" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="334" Vartype="Byte" Bytesize="1"
Description="newAndShiny" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="336" Vartype="4 Bytes" Bytesize="4"
Description="color" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="340" Vartype="4 Bytes" Bytesize="4"
Description="shopCustomPrice" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="344" Vartype="4 Bytes" Bytesize="4"
Description="shopCustomPrice_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="348" Vartype="4 Bytes" Bytesize="4"
Description="shopCustomPrice_3" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="352" Vartype="4 Bytes" Bytesize="4"
Description="shopCustomPrice_4" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="172" Vartype="Pointer" Bytesize="4" Description="buffType"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005">
<Structure Name="Array" AutoFill="0" AutoCreate="1" DefaultHex="0"
AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
Description="Vtable" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4"
Description="Number of Elements" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="8" Vartype="4 Bytes" Bytesize="4"
Description="Array[0]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="12" Vartype="4 Bytes" Bytesize="4"
Description="Array[1]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="16" Vartype="4 Bytes" Bytesize="4"
Description="Array[2]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="20" Vartype="4 Bytes" Bytesize="4"
Description="Array[3]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="24" Vartype="4 Bytes" Bytesize="4"
Description="Array[4]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="28" Vartype="4 Bytes" Bytesize="4"
Description="Array[5]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="32" Vartype="4 Bytes" Bytesize="4"
Description="Array[6]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="36" Vartype="4 Bytes" Bytesize="4"
Description="Array[7]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="40" Vartype="4 Bytes" Bytesize="4"
Description="Array[8]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="44" Vartype="4 Bytes" Bytesize="4"
Description="Array[9]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="48" Vartype="4 Bytes" Bytesize="4"
Description="Array[10]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="52" Vartype="4 Bytes" Bytesize="4"
Description="Array[11]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="56" Vartype="4 Bytes" Bytesize="4"
Description="Array[12]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="60" Vartype="4 Bytes" Bytesize="4"
Description="Array[13]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="64" Vartype="4 Bytes" Bytesize="4"
Description="Array[14]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="68" Vartype="4 Bytes" Bytesize="4"
Description="Array[15]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="72" Vartype="4 Bytes" Bytesize="4"
Description="Array[16]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="76" Vartype="4 Bytes" Bytesize="4"
Description="Array[17]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="80" Vartype="4 Bytes" Bytesize="4"
Description="Array[18]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="84" Vartype="4 Bytes" Bytesize="4"
Description="Array[19]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="88" Vartype="4 Bytes" Bytesize="4"
Description="Array[20]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="92" Vartype="4 Bytes" Bytesize="4"
Description="Array[21]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="176" Vartype="Pointer" Bytesize="4" Description="buffTime"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005">
<Structure Name="Array" AutoFill="0" AutoCreate="1" DefaultHex="0"
AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
Description="Vtable" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4"
Description="Number of Elements" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="8" Vartype="4 Bytes" Bytesize="4"
Description="Array[0]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="12" Vartype="4 Bytes" Bytesize="4"
Description="Array[1]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="16" Vartype="4 Bytes" Bytesize="4"
Description="Array[2]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="20" Vartype="4 Bytes" Bytesize="4"
Description="Array[3]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="24" Vartype="4 Bytes" Bytesize="4"
Description="Array[4]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="28" Vartype="4 Bytes" Bytesize="4"
Description="Array[5]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="32" Vartype="4 Bytes" Bytesize="4"
Description="Array[6]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="36" Vartype="4 Bytes" Bytesize="4"
Description="Array[7]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="40" Vartype="4 Bytes" Bytesize="4"
Description="Array[8]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="44" Vartype="4 Bytes" Bytesize="4"
Description="Array[9]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="48" Vartype="4 Bytes" Bytesize="4"
Description="Array[10]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="52" Vartype="4 Bytes" Bytesize="4"
Description="Array[11]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="56" Vartype="4 Bytes" Bytesize="4"
Description="Array[12]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="60" Vartype="4 Bytes" Bytesize="4"
Description="Array[13]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="64" Vartype="4 Bytes" Bytesize="4"
Description="Array[14]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="68" Vartype="4 Bytes" Bytesize="4"
Description="Array[15]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="72" Vartype="4 Bytes" Bytesize="4"
Description="Array[16]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="76" Vartype="4 Bytes" Bytesize="4"
Description="Array[17]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="80" Vartype="4 Bytes" Bytesize="4"
Description="Array[18]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="84" Vartype="4 Bytes" Bytesize="4"
Description="Array[19]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="88" Vartype="4 Bytes" Bytesize="4"
Description="Array[20]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="92" Vartype="4 Bytes" Bytesize="4"
Description="Array[21]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="180" Vartype="Pointer" Bytesize="4"
Description="buffImmune" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="184" Vartype="Pointer" Bytesize="4" Description="setBonus"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005">
<Structure Name="System.String" AutoFill="0" AutoCreate="1"
DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
Description="Vtable" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4"
Description="m_stringLength" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="8" Vartype="Unicode String" Bytesize="256"
Description="m_firstChar" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="188" Vartype="Pointer" Bytesize="4"
Description="inventory" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005">
<Structure Name="Array" AutoFill="0" AutoCreate="1" DefaultHex="0"
AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
Description="Vtable" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4"
Description="Number of Elements" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="8" Vartype="Pointer" Bytesize="4"
Description="Array[0]" DisplayMethod="Unsigned Integer" BackgroundColor="80000005">
<Structure Name="Terraria.Item" AutoFill="0" AutoCreate="1"
DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
Description="Vtable" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4"
Description="whoAmI" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="8" Vartype="4 Bytes" Bytesize="4"
Description="oldDirection" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="12" Vartype="4 Bytes" Bytesize="4"
Description="direction" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="16" Vartype="4 Bytes" Bytesize="4"
Description="width" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="20" Vartype="4 Bytes" Bytesize="4"
Description="height" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="24" Vartype="Byte" Bytesize="1"
Description="active" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="25" Vartype="Byte" Bytesize="1"
Description="wet" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="26" Vartype="Byte" Bytesize="1"
Description="honeyWet" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="27" Vartype="Byte" Bytesize="1"
Description="wetCount" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="28" Vartype="Byte" Bytesize="1"
Description="lavaWet" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="32" Vartype="4 Bytes" Bytesize="4"
Description="position" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="36" Vartype="4 Bytes" Bytesize="4"
Description="position_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="40" Vartype="4 Bytes" Bytesize="4"
Description="velocity" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="44" Vartype="4 Bytes" Bytesize="4"
Description="velocity_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="48" Vartype="4 Bytes" Bytesize="4"
Description="oldPosition" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="52" Vartype="4 Bytes" Bytesize="4"
Description="oldPosition_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="56" Vartype="4 Bytes" Bytesize="4"
Description="oldVelocity" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="60" Vartype="4 Bytes" Bytesize="4"
Description="oldVelocity_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="64" Vartype="Pointer" Bytesize="4"
Description="_nameOverride" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="68" Vartype="Pointer" Bytesize="4"
Description="UseSound" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="72" Vartype="Pointer" Bytesize="4"
Description="ToolTip" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="76" Vartype="4 Bytes" Bytesize="4"
Description="noGrabDelay" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="80" Vartype="4 Bytes" Bytesize="4"
Description="spawnTime" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="84" Vartype="4 Bytes" Bytesize="4"
Description="tileWand" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="88" Vartype="4 Bytes" Bytesize="4"
Description="fishingPole" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="92" Vartype="4 Bytes" Bytesize="4"
Description="bait" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="96" Vartype="4 Bytes" Bytesize="4"
Description="ownIgnore" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="100" Vartype="4 Bytes" Bytesize="4"
Description="ownTime" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="104" Vartype="4 Bytes" Bytesize="4"
Description="keepTime" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="108" Vartype="4 Bytes" Bytesize="4"
Description="type" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="112" Vartype="4 Bytes" Bytesize="4"
Description="holdStyle" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="116" Vartype="4 Bytes" Bytesize="4"
Description="useStyle" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="120" Vartype="4 Bytes" Bytesize="4"
Description="useAnimation" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="124" Vartype="4 Bytes" Bytesize="4"
Description="useTime" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="128" Vartype="4 Bytes" Bytesize="4"
Description="stack" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="132" Vartype="4 Bytes" Bytesize="4"
Description="maxStack" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="136" Vartype="4 Bytes" Bytesize="4"
Description="pick" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="140" Vartype="4 Bytes" Bytesize="4"
Description="axe" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="144" Vartype="4 Bytes" Bytesize="4"
Description="hammer" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="148" Vartype="4 Bytes" Bytesize="4"
Description="tileBoost" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="152" Vartype="4 Bytes" Bytesize="4"
Description="createTile" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="156" Vartype="4 Bytes" Bytesize="4"
Description="createWall" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="160" Vartype="4 Bytes" Bytesize="4"
Description="placeStyle" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="164" Vartype="4 Bytes" Bytesize="4"
Description="damage" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="168" Vartype="Float" Bytesize="4"
Description="knockBack" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="172" Vartype="4 Bytes" Bytesize="4"
Description="healLife" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="176" Vartype="4 Bytes" Bytesize="4"
Description="healMana" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="180" Vartype="4 Bytes" Bytesize="4"
Description="alpha" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="184" Vartype="Float" Bytesize="4"
Description="scale" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="188" Vartype="4 Bytes" Bytesize="4"
Description="defense" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="192" Vartype="4 Bytes" Bytesize="4"
Description="headSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="196" Vartype="4 Bytes" Bytesize="4"
Description="bodySlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="200" Vartype="4 Bytes" Bytesize="4"
Description="legSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="204" Vartype="4 Bytes" Bytesize="4"
Description="stringColor" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="208" Vartype="4 Bytes" Bytesize="4"
Description="owner" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="212" Vartype="4 Bytes" Bytesize="4"
Description="rare" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="216" Vartype="4 Bytes" Bytesize="4"
Description="shoot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="220" Vartype="Float" Bytesize="4"
Description="shootSpeed" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="224" Vartype="4 Bytes" Bytesize="4"
Description="ammo" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="228" Vartype="4 Bytes" Bytesize="4"
Description="useAmmo" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="232" Vartype="4 Bytes" Bytesize="4"
Description="lifeRegen" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="236" Vartype="4 Bytes" Bytesize="4"
Description="manaIncrease" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="240" Vartype="4 Bytes" Bytesize="4"
Description="mana" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="244" Vartype="4 Bytes" Bytesize="4"
Description="release" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="248" Vartype="4 Bytes" Bytesize="4"
Description="value" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="252" Vartype="4 Bytes" Bytesize="4"
Description="buffType" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="256" Vartype="4 Bytes" Bytesize="4"
Description="buffTime" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="260" Vartype="4 Bytes" Bytesize="4"
Description="mountType" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="264" Vartype="4 Bytes" Bytesize="4"
Description="shopSpecialCurrency" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="268" Vartype="4 Bytes" Bytesize="4"
Description="netID" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="272" Vartype="4 Bytes" Bytesize="4"
Description="crit" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="276" Vartype="4 Bytes" Bytesize="4"
Description="reuseDelay" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="280" Vartype="2 Bytes" Bytesize="2"
Description="makeNPC" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="282" Vartype="2 Bytes" Bytesize="2"
Description="hairDye" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="284" Vartype="2 Bytes" Bytesize="2"
Description="glowMask" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="286" Vartype="Byte" Bytesize="1"
Description="questItem" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="287" Vartype="Byte" Bytesize="1"
Description="flame" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="288" Vartype="Byte" Bytesize="1"
Description="mech" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="289" Vartype="Byte" Bytesize="1"
Description="beingGrabbed" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="290" Vartype="Byte" Bytesize="1"
Description="isBeingGrabbed" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="291" Vartype="Byte" Bytesize="1"
Description="wornArmor" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="292" Vartype="Byte" Bytesize="1"
Description="dye" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="293" Vartype="Byte" Bytesize="1"
Description="expertOnly" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="294" Vartype="Byte" Bytesize="1"
Description="expert" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="295" Vartype="Byte" Bytesize="1"
Description="paint" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="296" Vartype="Byte" Bytesize="1"
Description="instanced" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="297" Vartype="Byte" Bytesize="1"
Description="favorited" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="298" Vartype="Byte" Bytesize="1"
Description="channel" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="299" Vartype="Byte" Bytesize="1"
Description="accessory" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="300" Vartype="Byte" Bytesize="1"
Description="potion" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="301" Vartype="Byte" Bytesize="1"
Description="consumable" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="302" Vartype="Byte" Bytesize="1"
Description="autoReuse" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="303" Vartype="Byte" Bytesize="1"
Description="useTurn" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="304" Vartype="Byte" Bytesize="1"
Description="handOnSlot" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="305" Vartype="Byte" Bytesize="1"
Description="handOffSlot" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="306" Vartype="Byte" Bytesize="1"
Description="backSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="307" Vartype="Byte" Bytesize="1"
Description="frontSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="308" Vartype="Byte" Bytesize="1"
Description="shoeSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="309" Vartype="Byte" Bytesize="1"
Description="waistSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="310" Vartype="Byte" Bytesize="1"
Description="wingSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="311" Vartype="Byte" Bytesize="1"
Description="shieldSlot" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="312" Vartype="Byte" Bytesize="1"
Description="neckSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="313" Vartype="Byte" Bytesize="1"
Description="faceSlot" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="314" Vartype="Byte" Bytesize="1"
Description="balloonSlot" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="315" Vartype="Byte" Bytesize="1"
Description="notAmmo" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="316" Vartype="Byte" Bytesize="1"
Description="buyOnce" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="317" Vartype="Byte" Bytesize="1"
Description="noUseGraphic" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="318" Vartype="Byte" Bytesize="1"
Description="noMelee" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="319" Vartype="Byte" Bytesize="1"
Description="buy" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="320" Vartype="Byte" Bytesize="1"
Description="social" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="321" Vartype="Byte" Bytesize="1"
Description="vanity" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="322" Vartype="Byte" Bytesize="1"
Description="material" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="323" Vartype="Byte" Bytesize="1"
Description="noWet" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="324" Vartype="Byte" Bytesize="1"
Description="cartTrack" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="325" Vartype="Byte" Bytesize="1"
Description="uniqueStack" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="326" Vartype="Byte" Bytesize="1"
Description="DD2Summon" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="327" Vartype="Byte" Bytesize="1"
Description="prefix" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="328" Vartype="Byte" Bytesize="1"
Description="melee" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="329" Vartype="Byte" Bytesize="1"
Description="magic" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="330" Vartype="Byte" Bytesize="1"
Description="ranged" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="331" Vartype="Byte" Bytesize="1"
Description="thrown" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="332" Vartype="Byte" Bytesize="1"
Description="summon" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="333" Vartype="Byte" Bytesize="1"
Description="sentry" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="334" Vartype="Byte" Bytesize="1"
Description="newAndShiny" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="336" Vartype="4 Bytes" Bytesize="4"
Description="color" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="340" Vartype="4 Bytes" Bytesize="4"
Description="shopCustomPrice" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="344" Vartype="4 Bytes" Bytesize="4"
Description="shopCustomPrice_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="348" Vartype="4 Bytes" Bytesize="4"
Description="shopCustomPrice_3" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="352" Vartype="4 Bytes" Bytesize="4"
Description="shopCustomPrice_4" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="12" Vartype="Pointer" Bytesize="4"
Description="Array[1]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="16" Vartype="Pointer" Bytesize="4"
Description="Array[2]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="20" Vartype="Pointer" Bytesize="4"
Description="Array[3]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="24" Vartype="Pointer" Bytesize="4"
Description="Array[4]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="28" Vartype="Pointer" Bytesize="4"
Description="Array[5]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="32" Vartype="Pointer" Bytesize="4"
Description="Array[6]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="36" Vartype="Pointer" Bytesize="4"
Description="Array[7]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="40" Vartype="Pointer" Bytesize="4"
Description="Array[8]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="44" Vartype="Pointer" Bytesize="4"
Description="Array[9]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="48" Vartype="Pointer" Bytesize="4"
Description="Array[10]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="52" Vartype="Pointer" Bytesize="4"
Description="Array[11]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="56" Vartype="Pointer" Bytesize="4"
Description="Array[12]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="60" Vartype="Pointer" Bytesize="4"
Description="Array[13]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="64" Vartype="Pointer" Bytesize="4"
Description="Array[14]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="68" Vartype="Pointer" Bytesize="4"
Description="Array[15]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="72" Vartype="Pointer" Bytesize="4"
Description="Array[16]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="76" Vartype="Pointer" Bytesize="4"
Description="Array[17]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="80" Vartype="Pointer" Bytesize="4"
Description="Array[18]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="84" Vartype="Pointer" Bytesize="4"
Description="Array[19]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="88" Vartype="Pointer" Bytesize="4"
Description="Array[20]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="92" Vartype="Pointer" Bytesize="4"
Description="Array[21]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="96" Vartype="Pointer" Bytesize="4"
Description="Array[22]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="100" Vartype="Pointer" Bytesize="4"
Description="Array[23]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="104" Vartype="Pointer" Bytesize="4"
Description="Array[24]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="108" Vartype="Pointer" Bytesize="4"
Description="Array[25]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="112" Vartype="Pointer" Bytesize="4"
Description="Array[26]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="116" Vartype="Pointer" Bytesize="4"
Description="Array[27]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="120" Vartype="Pointer" Bytesize="4"
Description="Array[28]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="124" Vartype="Pointer" Bytesize="4"
Description="Array[29]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="128" Vartype="Pointer" Bytesize="4"
Description="Array[30]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="132" Vartype="Pointer" Bytesize="4"
Description="Array[31]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="136" Vartype="Pointer" Bytesize="4"
Description="Array[32]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="140" Vartype="Pointer" Bytesize="4"
Description="Array[33]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="144" Vartype="Pointer" Bytesize="4"
Description="Array[34]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="148" Vartype="Pointer" Bytesize="4"
Description="Array[35]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="152" Vartype="Pointer" Bytesize="4"
Description="Array[36]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="156" Vartype="Pointer" Bytesize="4"
Description="Array[37]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="160" Vartype="Pointer" Bytesize="4"
Description="Array[38]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="164" Vartype="Pointer" Bytesize="4"
Description="Array[39]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="168" Vartype="Pointer" Bytesize="4"
Description="Array[40]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="172" Vartype="Pointer" Bytesize="4"
Description="Array[41]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="176" Vartype="Pointer" Bytesize="4"
Description="Array[42]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="180" Vartype="Pointer" Bytesize="4"
Description="Array[43]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="184" Vartype="Pointer" Bytesize="4"
Description="Array[44]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="188" Vartype="Pointer" Bytesize="4"
Description="Array[45]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="192" Vartype="Pointer" Bytesize="4"
Description="Array[46]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="196" Vartype="Pointer" Bytesize="4"
Description="Array[47]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="200" Vartype="Pointer" Bytesize="4"
Description="Array[48]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="204" Vartype="Pointer" Bytesize="4"
Description="Array[49]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="208" Vartype="Pointer" Bytesize="4"
Description="Array[50]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="212" Vartype="Pointer" Bytesize="4"
Description="Array[51]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="216" Vartype="Pointer" Bytesize="4"
Description="Array[52]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="220" Vartype="Pointer" Bytesize="4"
Description="Array[53]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="224" Vartype="Pointer" Bytesize="4"
Description="Array[54]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="228" Vartype="Pointer" Bytesize="4"
Description="Array[55]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="232" Vartype="Pointer" Bytesize="4"
Description="Array[56]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="236" Vartype="Pointer" Bytesize="4"
Description="Array[57]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="240" Vartype="Pointer" Bytesize="4"
Description="Array[58]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="192" Vartype="Pointer" Bytesize="4"
Description="inventoryChestStack" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005">
<Structure Name="Array" AutoFill="0" AutoCreate="1" DefaultHex="0"
AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
Description="Vtable" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4"
Description="Number of Elements" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="8" Vartype="Byte" Bytesize="1"
Description="Array[0]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="9" Vartype="Byte" Bytesize="1"
Description="Array[1]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="10" Vartype="Byte" Bytesize="1"
Description="Array[2]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="11" Vartype="Byte" Bytesize="1"
Description="Array[3]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="12" Vartype="Byte" Bytesize="1"
Description="Array[4]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="13" Vartype="Byte" Bytesize="1"
Description="Array[5]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="14" Vartype="Byte" Bytesize="1"
Description="Array[6]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="15" Vartype="Byte" Bytesize="1"
Description="Array[7]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="16" Vartype="Byte" Bytesize="1"
Description="Array[8]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="17" Vartype="Byte" Bytesize="1"
Description="Array[9]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="18" Vartype="Byte" Bytesize="1"
Description="Array[10]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="19" Vartype="Byte" Bytesize="1"
Description="Array[11]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="20" Vartype="Byte" Bytesize="1"
Description="Array[12]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="21" Vartype="Byte" Bytesize="1"
Description="Array[13]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="22" Vartype="Byte" Bytesize="1"
Description="Array[14]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="23" Vartype="Byte" Bytesize="1"
Description="Array[15]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="24" Vartype="Byte" Bytesize="1"
Description="Array[16]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="25" Vartype="Byte" Bytesize="1"
Description="Array[17]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="26" Vartype="Byte" Bytesize="1"
Description="Array[18]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="27" Vartype="Byte" Bytesize="1"
Description="Array[19]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="28" Vartype="Byte" Bytesize="1"
Description="Array[20]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="29" Vartype="Byte" Bytesize="1"
Description="Array[21]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="30" Vartype="Byte" Bytesize="1"
Description="Array[22]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="31" Vartype="Byte" Bytesize="1"
Description="Array[23]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="32" Vartype="Byte" Bytesize="1"
Description="Array[24]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="33" Vartype="Byte" Bytesize="1"
Description="Array[25]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="34" Vartype="Byte" Bytesize="1"
Description="Array[26]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="35" Vartype="Byte" Bytesize="1"
Description="Array[27]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="36" Vartype="Byte" Bytesize="1"
Description="Array[28]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="37" Vartype="Byte" Bytesize="1"
Description="Array[29]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="38" Vartype="Byte" Bytesize="1"
Description="Array[30]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="39" Vartype="Byte" Bytesize="1"
Description="Array[31]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="40" Vartype="Byte" Bytesize="1"
Description="Array[32]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="41" Vartype="Byte" Bytesize="1"
Description="Array[33]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="42" Vartype="Byte" Bytesize="1"
Description="Array[34]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="43" Vartype="Byte" Bytesize="1"
Description="Array[35]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="44" Vartype="Byte" Bytesize="1"
Description="Array[36]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="45" Vartype="Byte" Bytesize="1"
Description="Array[37]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="46" Vartype="Byte" Bytesize="1"
Description="Array[38]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="47" Vartype="Byte" Bytesize="1"
Description="Array[39]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="48" Vartype="Byte" Bytesize="1"
Description="Array[40]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="49" Vartype="Byte" Bytesize="1"
Description="Array[41]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="50" Vartype="Byte" Bytesize="1"
Description="Array[42]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="51" Vartype="Byte" Bytesize="1"
Description="Array[43]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="52" Vartype="Byte" Bytesize="1"
Description="Array[44]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="53" Vartype="Byte" Bytesize="1"
Description="Array[45]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="54" Vartype="Byte" Bytesize="1"
Description="Array[46]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="55" Vartype="Byte" Bytesize="1"
Description="Array[47]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="56" Vartype="Byte" Bytesize="1"
Description="Array[48]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="57" Vartype="Byte" Bytesize="1"
Description="Array[49]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="58" Vartype="Byte" Bytesize="1"
Description="Array[50]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="59" Vartype="Byte" Bytesize="1"
Description="Array[51]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="60" Vartype="Byte" Bytesize="1"
Description="Array[52]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="61" Vartype="Byte" Bytesize="1"
Description="Array[53]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="62" Vartype="Byte" Bytesize="1"
Description="Array[54]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="63" Vartype="Byte" Bytesize="1"
Description="Array[55]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="64" Vartype="Byte" Bytesize="1"
Description="Array[56]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="65" Vartype="Byte" Bytesize="1"
Description="Array[57]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="66" Vartype="Byte" Bytesize="1"
Description="Array[58]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="196" Vartype="Pointer" Bytesize="4" Description="bank"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="200" Vartype="Pointer" Bytesize="4" Description="bank2"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="204" Vartype="Pointer" Bytesize="4" Description="bank3"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="208" Vartype="Pointer" Bytesize="4" Description="hitTile"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005">
<Structure Name="Terraria.HitTile" AutoFill="0" AutoCreate="1"
DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
Description="Vtable" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="Pointer" Bytesize="4" Description="data"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005">
<Structure Name="Array" AutoFill="0" AutoCreate="1" DefaultHex="0"
AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
Description="Vtable" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4"
Description="Number of Elements" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="8" Vartype="Pointer" Bytesize="4"
Description="Array[0]" DisplayMethod="Unsigned Integer" BackgroundColor="80000005">
<Structure Name="HitTileObject" AutoFill="0" AutoCreate="1"
DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
Description="Vtable" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4"
Description="X" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="8" Vartype="4 Bytes" Bytesize="4"
Description="Y" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="12" Vartype="4 Bytes" Bytesize="4"
Description="damage" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="16" Vartype="4 Bytes" Bytesize="4"
Description="type" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="20" Vartype="4 Bytes" Bytesize="4"
Description="timeToLive" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="24" Vartype="4 Bytes" Bytesize="4"
Description="crackStyle" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="28" Vartype="4 Bytes" Bytesize="4"
Description="animationTimeElapsed" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="32" Vartype="4 Bytes" Bytesize="4"
Description="animationDirection" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="36" Vartype="4 Bytes" Bytesize="4"
Description="animationDirection_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="40" Vartype="4 Bytes" Bytesize="4"
Description="animationDirection_3" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="44" Vartype="4 Bytes" Bytesize="4"
Description="animationDirection_4" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="12" Vartype="Pointer" Bytesize="4"
Description="Array[1]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="16" Vartype="Pointer" Bytesize="4"
Description="Array[2]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="20" Vartype="Pointer" Bytesize="4"
Description="Array[3]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="24" Vartype="Pointer" Bytesize="4"
Description="Array[4]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="28" Vartype="Pointer" Bytesize="4"
Description="Array[5]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="32" Vartype="Pointer" Bytesize="4"
Description="Array[6]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="36" Vartype="Pointer" Bytesize="4"
Description="Array[7]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="40" Vartype="Pointer" Bytesize="4"
Description="Array[8]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="44" Vartype="Pointer" Bytesize="4"
Description="Array[9]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="48" Vartype="Pointer" Bytesize="4"
Description="Array[10]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="52" Vartype="Pointer" Bytesize="4"
Description="Array[11]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="56" Vartype="Pointer" Bytesize="4"
Description="Array[12]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="60" Vartype="Pointer" Bytesize="4"
Description="Array[13]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="64" Vartype="Pointer" Bytesize="4"
Description="Array[14]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="68" Vartype="Pointer" Bytesize="4"
Description="Array[15]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="72" Vartype="Pointer" Bytesize="4"
Description="Array[16]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="76" Vartype="Pointer" Bytesize="4"
Description="Array[17]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="80" Vartype="Pointer" Bytesize="4"
Description="Array[18]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="84" Vartype="Pointer" Bytesize="4"
Description="Array[19]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="88" Vartype="Pointer" Bytesize="4"
Description="Array[20]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="8" Vartype="Pointer" Bytesize="4"
Description="order" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="12" Vartype="4 Bytes" Bytesize="4"
Description="bufferLocation" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="212" Vartype="Pointer" Bytesize="4"
Description="hideVisual" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="216" Vartype="Pointer" Bytesize="4"
Description="showItemIconText" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="220" Vartype="Pointer" Bytesize="4"
Description="shadowPos" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="224" Vartype="Pointer" Bytesize="4"
Description="shadowRotation" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="228" Vartype="Pointer" Bytesize="4"
Description="shadowOrigin" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="232" Vartype="Pointer" Bytesize="4"
Description="shadowDirection" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="236" Vartype="Pointer" Bytesize="4" Description="mount"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="240" Vartype="Pointer" Bytesize="4" Description="spX"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="244" Vartype="Pointer" Bytesize="4" Description="spY"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="248" Vartype="Pointer" Bytesize="4" Description="spN"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="252" Vartype="Pointer" Bytesize="4" Description="spI"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="256" Vartype="Pointer" Bytesize="4" Description="adjTile"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005">
<Structure Name="Array" AutoFill="0" AutoCreate="1" DefaultHex="0"
AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
Description="Vtable" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4"
Description="Number of Elements" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="8" Vartype="Byte" Bytesize="1"
Description="Array[0]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="9" Vartype="Byte" Bytesize="1"
Description="Array[1]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="10" Vartype="Byte" Bytesize="1"
Description="Array[2]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="11" Vartype="Byte" Bytesize="1"
Description="Array[3]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="12" Vartype="Byte" Bytesize="1"
Description="Array[4]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="13" Vartype="Byte" Bytesize="1"
Description="Array[5]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="14" Vartype="Byte" Bytesize="1"
Description="Array[6]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="15" Vartype="Byte" Bytesize="1"
Description="Array[7]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="16" Vartype="Byte" Bytesize="1"
Description="Array[8]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="17" Vartype="Byte" Bytesize="1"
Description="Array[9]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="18" Vartype="Byte" Bytesize="1"
Description="Array[10]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="19" Vartype="Byte" Bytesize="1"
Description="Array[11]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="20" Vartype="Byte" Bytesize="1"
Description="Array[12]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="21" Vartype="Byte" Bytesize="1"
Description="Array[13]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="22" Vartype="Byte" Bytesize="1"
Description="Array[14]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="23" Vartype="Byte" Bytesize="1"
Description="Array[15]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="24" Vartype="Byte" Bytesize="1"
Description="Array[16]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="25" Vartype="Byte" Bytesize="1"
Description="Array[17]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="26" Vartype="Byte" Bytesize="1"
Description="Array[18]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="27" Vartype="Byte" Bytesize="1"
Description="Array[19]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="28" Vartype="Byte" Bytesize="1"
Description="Array[20]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="29" Vartype="Byte" Bytesize="1"
Description="Array[21]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="30" Vartype="Byte" Bytesize="1"
Description="Array[22]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="31" Vartype="Byte" Bytesize="1"
Description="Array[23]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="32" Vartype="Byte" Bytesize="1"
Description="Array[24]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="33" Vartype="Byte" Bytesize="1"
Description="Array[25]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="34" Vartype="Byte" Bytesize="1"
Description="Array[26]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="35" Vartype="Byte" Bytesize="1"
Description="Array[27]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="36" Vartype="Byte" Bytesize="1"
Description="Array[28]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="37" Vartype="Byte" Bytesize="1"
Description="Array[29]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="38" Vartype="Byte" Bytesize="1"
Description="Array[30]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="39" Vartype="Byte" Bytesize="1"
Description="Array[31]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="40" Vartype="Byte" Bytesize="1"
Description="Array[32]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="41" Vartype="Byte" Bytesize="1"
Description="Array[33]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="42" Vartype="Byte" Bytesize="1"
Description="Array[34]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="43" Vartype="Byte" Bytesize="1"
Description="Array[35]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="44" Vartype="Byte" Bytesize="1"
Description="Array[36]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="45" Vartype="Byte" Bytesize="1"
Description="Array[37]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="46" Vartype="Byte" Bytesize="1"
Description="Array[38]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="47" Vartype="Byte" Bytesize="1"
Description="Array[39]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="48" Vartype="Byte" Bytesize="1"
Description="Array[40]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="49" Vartype="Byte" Bytesize="1"
Description="Array[41]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="50" Vartype="Byte" Bytesize="1"
Description="Array[42]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="51" Vartype="Byte" Bytesize="1"
Description="Array[43]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="52" Vartype="Byte" Bytesize="1"
Description="Array[44]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="53" Vartype="Byte" Bytesize="1"
Description="Array[45]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="54" Vartype="Byte" Bytesize="1"
Description="Array[46]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="55" Vartype="Byte" Bytesize="1"
Description="Array[47]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="56" Vartype="Byte" Bytesize="1"
Description="Array[48]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="57" Vartype="Byte" Bytesize="1"
Description="Array[49]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="58" Vartype="Byte" Bytesize="1"
Description="Array[50]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="59" Vartype="Byte" Bytesize="1"
Description="Array[51]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="60" Vartype="Byte" Bytesize="1"
Description="Array[52]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="61" Vartype="Byte" Bytesize="1"
Description="Array[53]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="62" Vartype="Byte" Bytesize="1"
Description="Array[54]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="63" Vartype="Byte" Bytesize="1"
Description="Array[55]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="64" Vartype="Byte" Bytesize="1"
Description="Array[56]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="65" Vartype="Byte" Bytesize="1"
Description="Array[57]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="66" Vartype="Byte" Bytesize="1"
Description="Array[58]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="67" Vartype="Byte" Bytesize="1"
Description="Array[59]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="68" Vartype="Byte" Bytesize="1"
Description="Array[60]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="69" Vartype="Byte" Bytesize="1"
Description="Array[61]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="70" Vartype="Byte" Bytesize="1"
Description="Array[62]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="71" Vartype="Byte" Bytesize="1"
Description="Array[63]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="72" Vartype="Byte" Bytesize="1"
Description="Array[64]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="73" Vartype="Byte" Bytesize="1"
Description="Array[65]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="74" Vartype="Byte" Bytesize="1"
Description="Array[66]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="75" Vartype="Byte" Bytesize="1"
Description="Array[67]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="76" Vartype="Byte" Bytesize="1"
Description="Array[68]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="77" Vartype="Byte" Bytesize="1"
Description="Array[69]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="78" Vartype="Byte" Bytesize="1"
Description="Array[70]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="79" Vartype="Byte" Bytesize="1"
Description="Array[71]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="80" Vartype="Byte" Bytesize="1"
Description="Array[72]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="81" Vartype="Byte" Bytesize="1"
Description="Array[73]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="82" Vartype="Byte" Bytesize="1"
Description="Array[74]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="83" Vartype="Byte" Bytesize="1"
Description="Array[75]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="84" Vartype="Byte" Bytesize="1"
Description="Array[76]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="85" Vartype="Byte" Bytesize="1"
Description="Array[77]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="86" Vartype="Byte" Bytesize="1"
Description="Array[78]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="87" Vartype="Byte" Bytesize="1"
Description="Array[79]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="88" Vartype="Byte" Bytesize="1"
Description="Array[80]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="89" Vartype="Byte" Bytesize="1"
Description="Array[81]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="90" Vartype="Byte" Bytesize="1"
Description="Array[82]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="91" Vartype="Byte" Bytesize="1"
Description="Array[83]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="92" Vartype="Byte" Bytesize="1"
Description="Array[84]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="93" Vartype="Byte" Bytesize="1"
Description="Array[85]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="94" Vartype="Byte" Bytesize="1"
Description="Array[86]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="95" Vartype="Byte" Bytesize="1"
Description="Array[87]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="96" Vartype="Byte" Bytesize="1"
Description="Array[88]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="97" Vartype="Byte" Bytesize="1"
Description="Array[89]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="98" Vartype="Byte" Bytesize="1"
Description="Array[90]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="99" Vartype="Byte" Bytesize="1"
Description="Array[91]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="100" Vartype="Byte" Bytesize="1"
Description="Array[92]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="101" Vartype="Byte" Bytesize="1"
Description="Array[93]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="102" Vartype="Byte" Bytesize="1"
Description="Array[94]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="103" Vartype="Byte" Bytesize="1"
Description="Array[95]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="104" Vartype="Byte" Bytesize="1"
Description="Array[96]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="105" Vartype="Byte" Bytesize="1"
Description="Array[97]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="106" Vartype="Byte" Bytesize="1"
Description="Array[98]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="107" Vartype="Byte" Bytesize="1"
Description="Array[99]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="260" Vartype="Pointer" Bytesize="4"
Description="oldAdjTile" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="264" Vartype="Pointer" Bytesize="4"
Description="hermesStepSound" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005">
<Structure Name="Terraria.DataStructures.SoundPlaySet" AutoFill="0"
AutoCreate="1" DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0"
AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
Description="Vtable" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4"
Description="IntendedCooldown" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="8" Vartype="4 Bytes" Bytesize="4"
Description="SoundType" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="12" Vartype="4 Bytes" Bytesize="4"
Description="SoundStyle" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="268" Vartype="Pointer" Bytesize="4"
Description="displayedFishingInfo" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="272" Vartype="Pointer" Bytesize="4"
Description="grappling" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005">
<Structure Name="Array" AutoFill="0" AutoCreate="1" DefaultHex="0"
AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
Description="Vtable" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4"
Description="Number of Elements" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="8" Vartype="4 Bytes" Bytesize="4"
Description="Array[0]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="12" Vartype="4 Bytes" Bytesize="4"
Description="Array[1]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="16" Vartype="4 Bytes" Bytesize="4"
Description="Array[2]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="20" Vartype="4 Bytes" Bytesize="4"
Description="Array[3]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="24" Vartype="4 Bytes" Bytesize="4"
Description="Array[4]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="28" Vartype="4 Bytes" Bytesize="4"
Description="Array[5]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="32" Vartype="4 Bytes" Bytesize="4"
Description="Array[6]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="36" Vartype="4 Bytes" Bytesize="4"
Description="Array[7]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="40" Vartype="4 Bytes" Bytesize="4"
Description="Array[8]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="44" Vartype="4 Bytes" Bytesize="4"
Description="Array[9]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="48" Vartype="4 Bytes" Bytesize="4"
Description="Array[10]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="52" Vartype="4 Bytes" Bytesize="4"
Description="Array[11]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="56" Vartype="4 Bytes" Bytesize="4"
Description="Array[12]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="60" Vartype="4 Bytes" Bytesize="4"
Description="Array[13]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="64" Vartype="4 Bytes" Bytesize="4"
Description="Array[14]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="68" Vartype="4 Bytes" Bytesize="4"
Description="Array[15]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="72" Vartype="4 Bytes" Bytesize="4"
Description="Array[16]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="76" Vartype="4 Bytes" Bytesize="4"
Description="Array[17]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="80" Vartype="4 Bytes" Bytesize="4"
Description="Array[18]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="84" Vartype="4 Bytes" Bytesize="4"
Description="Array[19]" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="276" Vartype="Pointer" Bytesize="4"
Description="ownedProjectileCounts" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005">
<Structure Name="Autocreated from 1CDDDE94" AutoFill="0" AutoCreate="1"
DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="8" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="12" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="16" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="20" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="24" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="28" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="32" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="36" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="40" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="44" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="48" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="52" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="56" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="60" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="64" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="68" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="72" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="76" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="80" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="84" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="88" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="92" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="96" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="100" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="104" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="108" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="112" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="116" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="120" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="124" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="128" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="132" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="136" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="140" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="144" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="148" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="152" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="156" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="160" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="164" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="168" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="172" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="176" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="180" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="184" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="188" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="192" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="196" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="200" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="204" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="208" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="212" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="216" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="220" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="224" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="228" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="232" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="236" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="240" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="244" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="248" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="252" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="256" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="260" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="264" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="268" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="272" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="276" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="280" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="284" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="288" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="292" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="296" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="300" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="304" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="308" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="312" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="316" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="320" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="324" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="328" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="332" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="336" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="340" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="344" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="348" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="352" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="356" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="360" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="364" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="368" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="372" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="376" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="380" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="384" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="388" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="392" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="396" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="400" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="404" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="408" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="412" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="416" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="420" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="424" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="428" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="432" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="436" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="440" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="444" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="448" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="452" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="456" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="460" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="464" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="468" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="472" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="476" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="480" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="484" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="488" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="492" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="496" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="500" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="504" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="508" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="512" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="516" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="520" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="524" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="528" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="532" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="536" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="540" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="544" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="548" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="552" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="556" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="560" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="564" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="568" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="572" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="576" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="580" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="584" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="588" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="592" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="596" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="600" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="604" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="608" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="612" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="616" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="620" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="624" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="628" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="632" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="636" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="640" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="644" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="648" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="652" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="656" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="660" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="664" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="668" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="672" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="676" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="680" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="684" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="688" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="692" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="696" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="700" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="704" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="708" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="712" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="716" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="720" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="724" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="728" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="732" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="736" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="740" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="744" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="748" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="752" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="756" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="760" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="764" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="768" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="772" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="776" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="780" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="784" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="788" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="792" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="796" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="800" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="804" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="808" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="812" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="816" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="820" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="824" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="828" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="832" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="836" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="840" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="844" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="848" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="852" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="856" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="860" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="864" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="868" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="872" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="876" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="880" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="884" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="888" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="892" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="896" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="900" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="904" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="908" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="912" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="916" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="920" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="924" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="928" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="932" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="936" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="940" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="944" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="948" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="952" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="956" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="960" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="964" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="968" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="972" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="976" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="980" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="984" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="988" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="992" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="996" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1000" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1004" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1008" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1012" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1016" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1020" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1024" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1028" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1032" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1036" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1040" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1044" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1048" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1052" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1056" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1060" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1064" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1068" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1072" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1076" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1080" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1084" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1088" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1092" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1096" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1100" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1104" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1108" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1112" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1116" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1120" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1124" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1128" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1132" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1136" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1140" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1144" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1148" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1152" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1156" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1160" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1164" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1168" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1172" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1176" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1180" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1184" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1188" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1192" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1196" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1200" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1204" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1208" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1212" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1216" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1220" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1224" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1228" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1232" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1236" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1240" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1244" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1248" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1252" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1256" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1260" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1264" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1268" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1272" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1276" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1280" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1284" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1288" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1292" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1296" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1300" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1304" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1308" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1312" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1316" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1320" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1324" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1328" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1332" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1336" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1340" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1344" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1348" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1352" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1356" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1360" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1364" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1368" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1372" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1376" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1380" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1384" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1388" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1392" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1396" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1400" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1404" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1408" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1412" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1416" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1420" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1424" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1428" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1432" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1436" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1440" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1444" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1448" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1452" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1456" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1460" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1464" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1468" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1472" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1476" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1480" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1484" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1488" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1492" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1496" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1500" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1504" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1508" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1512" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1516" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1520" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1524" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1528" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1532" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1536" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1540" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1544" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1548" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1552" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1556" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1560" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1564" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1568" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1572" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1576" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1580" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1584" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1588" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1592" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1596" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1600" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1604" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1608" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1612" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1616" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1620" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1624" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1628" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1632" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1636" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1640" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1644" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1648" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1652" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1656" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1660" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1664" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1668" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1672" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1676" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1680" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1684" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1688" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1692" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1696" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1700" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1704" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1708" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1712" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1716" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1720" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1724" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1728" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1732" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1736" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1740" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1744" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1748" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1752" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1756" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1760" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1764" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1768" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1772" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1776" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1780" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1784" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1788" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1792" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1796" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1800" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1804" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1808" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1812" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1816" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1820" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1824" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1828" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1832" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1836" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1840" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1844" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1848" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1852" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1856" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1860" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1864" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1868" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1872" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1876" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1880" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1884" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1888" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1892" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1896" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1900" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1904" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1908" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1912" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1916" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1920" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1924" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1928" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1932" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1936" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1940" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1944" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1948" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1952" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1956" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1960" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1964" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1968" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1972" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1976" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1980" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1984" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1988" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1992" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1996" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2000" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2004" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2008" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2012" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2016" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2020" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2024" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2028" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2032" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2036" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2040" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2044" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2048" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2052" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2056" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2060" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2064" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2068" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2072" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2076" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2080" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2084" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2088" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2092" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2096" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2100" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2104" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2108" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2112" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2116" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2120" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2124" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2128" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2132" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2136" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2140" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2144" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2148" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2152" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2156" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2160" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2164" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2168" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2172" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2176" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2180" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2184" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2188" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2192" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2196" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2200" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2204" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2208" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2212" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2216" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2220" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2224" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2228" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2232" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2236" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2240" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2244" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2248" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2252" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2256" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2260" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2264" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2268" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2272" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2276" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2280" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2284" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2288" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2292" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2296" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2300" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2304" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2308" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2312" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2316" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2320" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2324" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2328" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2332" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2336" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2340" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2344" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2348" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2352" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2356" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2360" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2364" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2368" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2372" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2376" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2380" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2384" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2388" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2392" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2396" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2400" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2404" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2408" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2412" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2416" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2420" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2424" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2428" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2432" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2436" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2440" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2444" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2448" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2452" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2456" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2460" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2464" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2468" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2472" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2476" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2480" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2484" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2488" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2492" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2496" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2500" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2504" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2508" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2512" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2516" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2520" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2524" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2528" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2532" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2536" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2540" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2544" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2548" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2552" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2556" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2560" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2564" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2568" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2572" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2576" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2580" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2584" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2588" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2592" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2596" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2600" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2604" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2608" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2612" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2616" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2620" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2624" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2628" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2632" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2636" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2640" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2644" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2648" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2652" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2656" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2660" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2664" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2668" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2672" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2676" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2680" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2684" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2688" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2692" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2696" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2700" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2704" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2708" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2712" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2716" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2720" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2724" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2728" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2732" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2736" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2740" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2744" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2748" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2752" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2756" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2760" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2764" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2768" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2772" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2776" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2780" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2784" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2788" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2792" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2796" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2800" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2804" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2808" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2812" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2816" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2820" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2824" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2828" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2832" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2836" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2840" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2844" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2848" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2852" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2856" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2860" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2864" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2868" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2872" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2876" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2880" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2884" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2888" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2892" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2896" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2900" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2904" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2908" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2912" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2916" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2920" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2924" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2928" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2932" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2936" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2940" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2944" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2948" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2952" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2956" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2960" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2964" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2968" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2972" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2976" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2980" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2984" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2988" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2992" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2996" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3000" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3004" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3008" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3012" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3016" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3020" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3024" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3028" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3032" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3036" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3040" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3044" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3048" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3052" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3056" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3060" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3064" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3068" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3072" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3076" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3080" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3084" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3088" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3092" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3096" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3100" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3104" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3108" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3112" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3116" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3120" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3124" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3128" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3132" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3136" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3140" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3144" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3148" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3152" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3156" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3160" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3164" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3168" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3172" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3176" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3180" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3184" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3188" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3192" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3196" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3200" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3204" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3208" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3212" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3216" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3220" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3224" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3228" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3232" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3236" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3240" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3244" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3248" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3252" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3256" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3260" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3264" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3268" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3272" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3276" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3280" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3284" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3288" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3292" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3296" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3300" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3304" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3308" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3312" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3316" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3320" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3324" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3328" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3332" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3336" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3340" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3344" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3348" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3352" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3356" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3360" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3364" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3368" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3372" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3376" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3380" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3384" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3388" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3392" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3396" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3400" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3404" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3408" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3412" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3416" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3420" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3424" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3428" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3432" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3436" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3440" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3444" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3448" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3452" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3456" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3460" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3464" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3468" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3472" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3476" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3480" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3484" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3488" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3492" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3496" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3500" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3504" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3508" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3512" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3516" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3520" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3524" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3528" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3532" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3536" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3540" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3544" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3548" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3552" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3556" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3560" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3564" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3568" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3572" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3576" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3580" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3584" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3588" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3592" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3596" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3600" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3604" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3608" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3612" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3616" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3620" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3624" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3628" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3632" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3636" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3640" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3644" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3648" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3652" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3656" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3660" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3664" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3668" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3672" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3676" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3680" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3684" Vartype="Double" Bytesize="8"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3692" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3696" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3700" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3704" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3708" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3712" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3716" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3720" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3724" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3728" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3732" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3736" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3740" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3744" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3748" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3752" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3756" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3760" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3764" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3768" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3772" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3776" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3780" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3784" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="3788" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="3792" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3796" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3800" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3804" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3808" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3812" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3816" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3820" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3824" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3828" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3832" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3836" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3840" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3844" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3848" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3852" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3856" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3860" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3864" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3868" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3872" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3876" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3880" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3884" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3888" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3892" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3896" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3900" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3904" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3908" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3912" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3916" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3920" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3924" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3928" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3932" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3936" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3940" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3944" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3948" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3952" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3956" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3960" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3964" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3968" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3972" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3976" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3980" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3984" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3988" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3992" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3996" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4000" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4004" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4008" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4012" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4016" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4020" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4024" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4028" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4032" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4036" Vartype="Double" Bytesize="8"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4044" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4048" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4052" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4056" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4060" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4064" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4068" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4072" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4076" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4080" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4084" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4088" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4092" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="280" Vartype="Pointer" Bytesize="4"
Description="npcTypeNoAggro" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005">
<Structure Name="Array" AutoFill="0" AutoCreate="1" DefaultHex="0"
AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
Description="Vtable" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4"
Description="Number of Elements" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="8" Vartype="Byte" Bytesize="1"
Description="Array[0]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="9" Vartype="Byte" Bytesize="1"
Description="Array[1]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="10" Vartype="Byte" Bytesize="1"
Description="Array[2]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="11" Vartype="Byte" Bytesize="1"
Description="Array[3]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="12" Vartype="Byte" Bytesize="1"
Description="Array[4]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="13" Vartype="Byte" Bytesize="1"
Description="Array[5]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="14" Vartype="Byte" Bytesize="1"
Description="Array[6]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="15" Vartype="Byte" Bytesize="1"
Description="Array[7]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="16" Vartype="Byte" Bytesize="1"
Description="Array[8]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="17" Vartype="Byte" Bytesize="1"
Description="Array[9]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="18" Vartype="Byte" Bytesize="1"
Description="Array[10]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="19" Vartype="Byte" Bytesize="1"
Description="Array[11]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="20" Vartype="Byte" Bytesize="1"
Description="Array[12]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="21" Vartype="Byte" Bytesize="1"
Description="Array[13]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="22" Vartype="Byte" Bytesize="1"
Description="Array[14]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="23" Vartype="Byte" Bytesize="1"
Description="Array[15]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="24" Vartype="Byte" Bytesize="1"
Description="Array[16]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="25" Vartype="Byte" Bytesize="1"
Description="Array[17]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="26" Vartype="Byte" Bytesize="1"
Description="Array[18]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="27" Vartype="Byte" Bytesize="1"
Description="Array[19]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="28" Vartype="Byte" Bytesize="1"
Description="Array[20]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="29" Vartype="Byte" Bytesize="1"
Description="Array[21]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="30" Vartype="Byte" Bytesize="1"
Description="Array[22]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="31" Vartype="Byte" Bytesize="1"
Description="Array[23]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="32" Vartype="Byte" Bytesize="1"
Description="Array[24]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="33" Vartype="Byte" Bytesize="1"
Description="Array[25]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="34" Vartype="Byte" Bytesize="1"
Description="Array[26]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="35" Vartype="Byte" Bytesize="1"
Description="Array[27]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="36" Vartype="Byte" Bytesize="1"
Description="Array[28]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="37" Vartype="Byte" Bytesize="1"
Description="Array[29]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="38" Vartype="Byte" Bytesize="1"
Description="Array[30]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="39" Vartype="Byte" Bytesize="1"
Description="Array[31]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="40" Vartype="Byte" Bytesize="1"
Description="Array[32]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="41" Vartype="Byte" Bytesize="1"
Description="Array[33]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="42" Vartype="Byte" Bytesize="1"
Description="Array[34]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="43" Vartype="Byte" Bytesize="1"
Description="Array[35]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="44" Vartype="Byte" Bytesize="1"
Description="Array[36]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="45" Vartype="Byte" Bytesize="1"
Description="Array[37]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="46" Vartype="Byte" Bytesize="1"
Description="Array[38]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="47" Vartype="Byte" Bytesize="1"
Description="Array[39]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="48" Vartype="Byte" Bytesize="1"
Description="Array[40]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="49" Vartype="Byte" Bytesize="1"
Description="Array[41]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="50" Vartype="Byte" Bytesize="1"
Description="Array[42]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="51" Vartype="Byte" Bytesize="1"
Description="Array[43]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="52" Vartype="Byte" Bytesize="1"
Description="Array[44]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="53" Vartype="Byte" Bytesize="1"
Description="Array[45]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="54" Vartype="Byte" Bytesize="1"
Description="Array[46]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="55" Vartype="Byte" Bytesize="1"
Description="Array[47]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="56" Vartype="Byte" Bytesize="1"
Description="Array[48]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="57" Vartype="Byte" Bytesize="1"
Description="Array[49]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="58" Vartype="Byte" Bytesize="1"
Description="Array[50]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="59" Vartype="Byte" Bytesize="1"
Description="Array[51]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="60" Vartype="Byte" Bytesize="1"
Description="Array[52]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="61" Vartype="Byte" Bytesize="1"
Description="Array[53]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="62" Vartype="Byte" Bytesize="1"
Description="Array[54]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="63" Vartype="Byte" Bytesize="1"
Description="Array[55]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="64" Vartype="Byte" Bytesize="1"
Description="Array[56]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="65" Vartype="Byte" Bytesize="1"
Description="Array[57]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="66" Vartype="Byte" Bytesize="1"
Description="Array[58]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="67" Vartype="Byte" Bytesize="1"
Description="Array[59]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="68" Vartype="Byte" Bytesize="1"
Description="Array[60]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="69" Vartype="Byte" Bytesize="1"
Description="Array[61]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="70" Vartype="Byte" Bytesize="1"
Description="Array[62]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="71" Vartype="Byte" Bytesize="1"
Description="Array[63]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="72" Vartype="Byte" Bytesize="1"
Description="Array[64]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="73" Vartype="Byte" Bytesize="1"
Description="Array[65]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="74" Vartype="Byte" Bytesize="1"
Description="Array[66]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="75" Vartype="Byte" Bytesize="1"
Description="Array[67]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="76" Vartype="Byte" Bytesize="1"
Description="Array[68]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="77" Vartype="Byte" Bytesize="1"
Description="Array[69]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="78" Vartype="Byte" Bytesize="1"
Description="Array[70]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="79" Vartype="Byte" Bytesize="1"
Description="Array[71]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="80" Vartype="Byte" Bytesize="1"
Description="Array[72]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="81" Vartype="Byte" Bytesize="1"
Description="Array[73]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="82" Vartype="Byte" Bytesize="1"
Description="Array[74]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="83" Vartype="Byte" Bytesize="1"
Description="Array[75]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="84" Vartype="Byte" Bytesize="1"
Description="Array[76]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="85" Vartype="Byte" Bytesize="1"
Description="Array[77]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="86" Vartype="Byte" Bytesize="1"
Description="Array[78]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="87" Vartype="Byte" Bytesize="1"
Description="Array[79]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="88" Vartype="Byte" Bytesize="1"
Description="Array[80]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="89" Vartype="Byte" Bytesize="1"
Description="Array[81]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="90" Vartype="Byte" Bytesize="1"
Description="Array[82]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="91" Vartype="Byte" Bytesize="1"
Description="Array[83]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="92" Vartype="Byte" Bytesize="1"
Description="Array[84]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="93" Vartype="Byte" Bytesize="1"
Description="Array[85]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="94" Vartype="Byte" Bytesize="1"
Description="Array[86]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="95" Vartype="Byte" Bytesize="1"
Description="Array[87]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="96" Vartype="Byte" Bytesize="1"
Description="Array[88]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="97" Vartype="Byte" Bytesize="1"
Description="Array[89]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="98" Vartype="Byte" Bytesize="1"
Description="Array[90]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="99" Vartype="Byte" Bytesize="1"
Description="Array[91]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="100" Vartype="Byte" Bytesize="1"
Description="Array[92]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="101" Vartype="Byte" Bytesize="1"
Description="Array[93]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="102" Vartype="Byte" Bytesize="1"
Description="Array[94]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="103" Vartype="Byte" Bytesize="1"
Description="Array[95]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="104" Vartype="Byte" Bytesize="1"
Description="Array[96]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="105" Vartype="Byte" Bytesize="1"
Description="Array[97]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="106" Vartype="Byte" Bytesize="1"
Description="Array[98]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="107" Vartype="Byte" Bytesize="1"
Description="Array[99]" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="284" Vartype="Pointer" Bytesize="4"
Description="TouchedTiles" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="288" Vartype="Pointer" Bytesize="4"
Description="hurtCooldowns" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005">
<Structure Name="Autocreated from 1CDDEC30" AutoFill="0" AutoCreate="1"
DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="8" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="12" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="16" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="20" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="24" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="28" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="32" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="36" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="40" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="44" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="48" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="52" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="56" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="60" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="64" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="68" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="72" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="76" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="80" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="84" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="88" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="92" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="96" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="100" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="104" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="108" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="112" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="116" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="120" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="124" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="128" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="132" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="136" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="140" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="144" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="148" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="152" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="156" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="160" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="164" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="168" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="172" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="176" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="180" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="184" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="188" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="192" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="196" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="200" Vartype="Double" Bytesize="8"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="208" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="212" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="216" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="220" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="224" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="228" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="232" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="236" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="240" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="244" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="248" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="252" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="256" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="260" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="264" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="268" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="272" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="276" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="280" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="284" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="288" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="292" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="296" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="300" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="304" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="308" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="312" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="316" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="320" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="324" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="328" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="332" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="336" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="340" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="344" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="348" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="352" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="356" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="360" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="364" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="368" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="372" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="376" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="380" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="384" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="388" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="392" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="396" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="400" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="404" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="408" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="412" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="416" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="420" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="424" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="428" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="432" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="436" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="440" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="444" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="448" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="452" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="456" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="460" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="464" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="468" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="472" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="476" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="480" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="484" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="488" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="492" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="496" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="500" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="504" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="508" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="512" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="516" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="520" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="524" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="528" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="532" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="536" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="540" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="544" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="548" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="552" Vartype="Double" Bytesize="8"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="560" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="564" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="568" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="572" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="576" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="580" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="584" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="588" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="592" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="596" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="600" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="604" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="608" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="612" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="616" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="620" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="624" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="628" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="632" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="636" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="640" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="644" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="648" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="652" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="656" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="660" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="664" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="668" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="672" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="676" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="680" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="684" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="688" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="692" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="696" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="700" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="704" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="708" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="712" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="716" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="720" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="724" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="728" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="732" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="736" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="740" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="744" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="748" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="752" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="756" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="760" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="764" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="768" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="772" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="776" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="780" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="784" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="788" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="792" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="796" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="800" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="804" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="808" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="812" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="816" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="820" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="824" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="828" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="832" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="836" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="840" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="844" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="848" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="852" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="856" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="860" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="864" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="868" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="872" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="876" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="880" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="884" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="888" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="892" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="896" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="900" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="904" Vartype="Double" Bytesize="8"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="912" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="916" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="920" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="924" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="928" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="932" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="936" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="940" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="944" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="948" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="952" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="956" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="960" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="964" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="968" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="972" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="976" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="980" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="984" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="988" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="992" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="996" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1000" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1004" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="1008" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="1012" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1016" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1020" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1024" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1028" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1032" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1036" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1040" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1044" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1048" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1052" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1056" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1060" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1064" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1068" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1072" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1076" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1080" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1084" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1088" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1092" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1096" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1100" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1104" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1108" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1112" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1116" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1120" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1124" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1128" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1132" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1136" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1140" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1144" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1148" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1152" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1156" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1160" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1164" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1168" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1172" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1176" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1180" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1184" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1188" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1192" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1196" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1200" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1204" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1208" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1212" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1216" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1220" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1224" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1228" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1232" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1236" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1240" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1244" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1248" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1252" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1256" Vartype="Double" Bytesize="8"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1264" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1268" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1272" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1276" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1280" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1284" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1288" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1292" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1296" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1300" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1304" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1308" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1312" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1316" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1320" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1324" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1328" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1332" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1336" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1340" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1344" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1348" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1352" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1356" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="1360" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="1364" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1368" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1372" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1376" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1380" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1384" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1388" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1392" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1396" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1400" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1404" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1408" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1412" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1416" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1420" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1424" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1428" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1432" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1436" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1440" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1444" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1448" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1452" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1456" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1460" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1464" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1468" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1472" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1476" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1480" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1484" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1488" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1492" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1496" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1500" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1504" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1508" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1512" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1516" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1520" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1524" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1528" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1532" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1536" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1540" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1544" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1548" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1552" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1556" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1560" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1564" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1568" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1572" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1576" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1580" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1584" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1588" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1592" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1596" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1600" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1604" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1608" Vartype="Double" Bytesize="8"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1616" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1620" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1624" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1628" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1632" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1636" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1640" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1644" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1648" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1652" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1656" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1660" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1664" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1668" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1672" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1676" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1680" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1684" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1688" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1692" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1696" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1700" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1704" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1708" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="1712" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="1716" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1720" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1724" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1728" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1732" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1736" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1740" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1744" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1748" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1752" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1756" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1760" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1764" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1768" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1772" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1776" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1780" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1784" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1788" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1792" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1796" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1800" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1804" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1808" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1812" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1816" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1820" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1824" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1828" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1832" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1836" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1840" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1844" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1848" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1852" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1856" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1860" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1864" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1868" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1872" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1876" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1880" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1884" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1888" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1892" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1896" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1900" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1904" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1908" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1912" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1916" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1920" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1924" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1928" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1932" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1936" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1940" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1944" Vartype="Double" Bytesize="8"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1952" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1956" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1960" Vartype="Double" Bytesize="8"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1968" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1972" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1976" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1980" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1984" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1988" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1992" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1996" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2000" Vartype="Float" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2004" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2008" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2012" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2016" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2020" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2024" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2028" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2032" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2036" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2040" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2044" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2048" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2052" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2056" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2060" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="2064" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="2068" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2072" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2076" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2080" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="2084" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2088" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2092" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2096" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2100" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2104" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2108" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2112" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2116" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2120" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2124" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2128" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2132" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2136" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2140" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2144" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2148" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2152" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2156" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2160" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2164" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2168" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2172" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2176" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2180" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2184" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2188" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2192" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2196" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2200" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2204" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2208" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2212" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2216" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2220" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2224" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2228" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2232" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2236" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2240" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2244" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2248" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2252" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2256" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2260" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2264" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2268" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2272" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2276" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2280" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2284" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2288" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2292" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2296" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2300" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2304" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2308" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2312" Vartype="Double" Bytesize="8"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2320" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2324" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2328" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2332" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2336" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2340" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2344" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2348" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2352" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2356" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2360" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2364" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2368" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2372" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2376" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2380" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2384" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2388" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2392" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2396" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2400" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2404" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2408" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2412" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="2416" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="2420" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2424" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2428" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2432" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2436" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2440" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="2444" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2448" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2452" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2456" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2460" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2464" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2468" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2472" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2476" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2480" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2484" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2488" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2492" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2496" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2500" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2504" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2508" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2512" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2516" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2520" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2524" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2528" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2532" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2536" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2540" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2544" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2548" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2552" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2556" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2560" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2564" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2568" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2572" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2576" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2580" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2584" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2588" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2592" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2596" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2600" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2604" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2608" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2612" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2616" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2620" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2624" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2628" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2632" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2636" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2640" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2644" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2648" Vartype="Double" Bytesize="8"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2656" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2660" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2664" Vartype="Double" Bytesize="8"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2672" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2676" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2680" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2684" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2688" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2692" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2696" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2700" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2704" Vartype="Float" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2708" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2712" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2716" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2720" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2724" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2728" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2732" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2736" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2740" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2744" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2748" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2752" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2756" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2760" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2764" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="2768" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="2772" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2776" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2780" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2784" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="2788" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2792" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2796" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2800" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="2804" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2808" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2812" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2816" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2820" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2824" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2828" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2832" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2836" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2840" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2844" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2848" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2852" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2856" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2860" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2864" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2868" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2872" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2876" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2880" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2884" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2888" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2892" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2896" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2900" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2904" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2908" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2912" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2916" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2920" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2924" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2928" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2932" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2936" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2940" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2944" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2948" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2952" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2956" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2960" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2964" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2968" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2972" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2976" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2980" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2984" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2988" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2992" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="2996" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3000" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3004" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3008" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3012" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3016" Vartype="Double" Bytesize="8"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3024" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3028" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3032" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3036" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3040" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3044" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3048" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3052" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3056" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3060" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3064" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3068" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3072" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3076" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3080" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3084" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3088" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3092" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3096" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3100" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3104" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3108" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3112" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3116" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="3120" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="3124" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3128" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3132" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3136" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3140" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3144" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3148" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3152" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3156" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3160" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3164" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3168" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3172" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3176" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3180" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3184" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3188" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3192" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3196" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3200" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3204" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3208" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3212" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3216" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3220" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3224" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3228" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3232" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3236" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3240" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3244" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3248" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3252" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3256" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3260" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3264" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3268" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3272" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3276" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3280" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3284" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3288" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3292" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3296" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3300" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3304" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3308" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3312" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3316" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3320" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3324" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3328" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3332" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3336" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3340" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3344" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3348" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3352" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3356" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3360" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3364" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3368" Vartype="Double" Bytesize="8"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3376" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3380" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3384" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3388" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3392" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3396" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3400" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3404" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3408" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3412" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3416" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3420" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3424" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3428" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3432" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3436" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3440" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3444" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3448" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3452" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3456" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3460" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3464" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3468" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="3472" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="3476" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3480" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3484" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3488" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3492" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3496" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3500" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3504" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3508" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3512" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3516" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3520" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3524" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3528" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3532" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3536" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3540" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3544" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3548" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3552" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3556" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3560" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3564" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3568" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3572" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3576" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3580" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3584" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3588" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3592" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3596" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3600" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3604" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3608" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3612" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3616" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3620" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3624" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3628" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3632" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3636" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3640" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3644" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3648" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3652" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3656" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3660" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3664" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3668" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3672" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3676" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3680" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3684" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3688" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3692" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3696" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3700" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3704" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3708" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3712" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3716" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3720" Vartype="Double" Bytesize="8"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3728" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3732" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3736" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3740" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3744" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3748" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3752" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3756" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3760" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3764" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3768" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3772" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3776" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3780" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3784" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3788" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3792" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3796" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3800" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3804" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3808" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3812" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3816" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3820" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="3824" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
<Element Offset="3828" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3832" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3836" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3840" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3844" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3848" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3852" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3856" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3860" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3864" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3868" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3872" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3876" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3880" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3884" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3888" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3892" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3896" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3900" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3904" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3908" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3912" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3916" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3920" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3924" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3928" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3932" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3936" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3940" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3944" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3948" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3952" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3956" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3960" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3964" Vartype="Pointer" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3968" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3972" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3976" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3980" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3984" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3988" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3992" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="3996" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4000" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4004" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4008" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4012" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4016" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4020" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4024" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4028" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4032" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4036" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4040" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4044" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4048" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4052" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4056" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4060" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4064" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4068" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4072" Vartype="Double" Bytesize="8"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4080" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4084" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4088" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4092" Vartype="4 Bytes" Bytesize="4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
</Elements>
</Structure>
</Element>
<Element Offset="292" Vartype="4 Bytes" Bytesize="4"
Description="HotbarOffset" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="296" Vartype="4 Bytes" Bytesize="4"
Description="lostCoins" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="300" Vartype="4 Bytes" Bytesize="4"
Description="soulDrain" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="304" Vartype="Float" Bytesize="4" Description="drainBoost"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="308" Vartype="4 Bytes" Bytesize="4" Description="taxMoney"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="312" Vartype="4 Bytes" Bytesize="4" Description="taxTimer"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="316" Vartype="Float" Bytesize="4"
Description="basiliskCharge" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="320" Vartype="4 Bytes" Bytesize="4"
Description="extraAccessorySlots" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="324" Vartype="4 Bytes" Bytesize="4" Description="tankPet"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="328" Vartype="4 Bytes" Bytesize="4"
Description="stringColor" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="332" Vartype="4 Bytes" Bytesize="4"
Description="counterWeight" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="336" Vartype="4 Bytes" Bytesize="4"
Description="beetleOrbs" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="340" Vartype="Float" Bytesize="4"
Description="beetleCounter" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="344" Vartype="4 Bytes" Bytesize="4"
Description="beetleCountdown" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="348" Vartype="4 Bytes" Bytesize="4"
Description="solarShields" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="352" Vartype="4 Bytes" Bytesize="4"
Description="solarCounter" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="356" Vartype="4 Bytes" Bytesize="4"
Description="nebulaLevelLife" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="360" Vartype="4 Bytes" Bytesize="4"
Description="nebulaLevelMana" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="364" Vartype="4 Bytes" Bytesize="4"
Description="nebulaManaCounter" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="368" Vartype="4 Bytes" Bytesize="4"
Description="nebulaLevelDamage" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="372" Vartype="Float" Bytesize="4"
Description="flameRingRot" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="376" Vartype="Float" Bytesize="4"
Description="flameRingScale" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="380" Vartype="4 Bytes" Bytesize="4"
Description="netManaTime" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="384" Vartype="4 Bytes" Bytesize="4"
Description="netLifeTime" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="388" Vartype="4 Bytes" Bytesize="4"
Description="beetleFrame" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="392" Vartype="4 Bytes" Bytesize="4"
Description="beetleFrameCounter" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="396" Vartype="Float" Bytesize="4"
Description="manaSickReduction" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="400" Vartype="4 Bytes" Bytesize="4"
Description="loadStatus" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="404" Vartype="4 Bytes" Bytesize="4"
Description="itemFlameCount" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="408" Vartype="Float" Bytesize="4" Description="lifeSteal"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="412" Vartype="Float" Bytesize="4" Description="ghostDmg"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="416" Vartype="Float" Bytesize="4"
Description="teleportTime" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="420" Vartype="4 Bytes" Bytesize="4"
Description="teleportStyle" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="424" Vartype="4 Bytes" Bytesize="4"
Description="ropeCount" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="428" Vartype="4 Bytes" Bytesize="4"
Description="manaRegenBonus" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="432" Vartype="4 Bytes" Bytesize="4"
Description="manaRegenDelayBonus" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="436" Vartype="4 Bytes" Bytesize="4" Description="dash"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="440" Vartype="4 Bytes" Bytesize="4" Description="dashTime"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="444" Vartype="4 Bytes" Bytesize="4"
Description="dashDelay" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="448" Vartype="4 Bytes" Bytesize="4" Description="eocDash"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="452" Vartype="4 Bytes" Bytesize="4" Description="eocHit"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="456" Vartype="Float" Bytesize="4"
Description="accRunSpeed" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="460" Vartype="4 Bytes" Bytesize="4" Description="gem"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="464" Vartype="4 Bytes" Bytesize="4" Description="gemCount"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="468" Vartype="4 Bytes" Bytesize="4"
Description="pulleyFrame" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="472" Vartype="Float" Bytesize="4"
Description="pulleyFrameCounter" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="476" Vartype="4 Bytes" Bytesize="4" Description="slideDir"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="480" Vartype="4 Bytes" Bytesize="4"
Description="launcherWait" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="484" Vartype="4 Bytes" Bytesize="4"
Description="spikedBoots" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="488" Vartype="4 Bytes" Bytesize="4"
Description="carpetFrame" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="492" Vartype="Float" Bytesize="4"
Description="carpetFrameCounter" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="496" Vartype="4 Bytes" Bytesize="4"
Description="carpetTime" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="500" Vartype="4 Bytes" Bytesize="4"
Description="miscCounter" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="504" Vartype="4 Bytes" Bytesize="4"
Description="infernoCounter" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="508" Vartype="Float" Bytesize="4" Description="endurance"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="512" Vartype="Float" Bytesize="4"
Description="shadowDodgeCount" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="516" Vartype="4 Bytes" Bytesize="4"
Description="petalTimer" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="520" Vartype="4 Bytes" Bytesize="4"
Description="shadowDodgeTimer" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="524" Vartype="4 Bytes" Bytesize="4"
Description="phantomPhoneixCounter" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="528" Vartype="4 Bytes" Bytesize="4"
Description="fishingSkill" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="532" Vartype="4 Bytes" Bytesize="4"
Description="maxMinions" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="536" Vartype="4 Bytes" Bytesize="4"
Description="numMinions" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="540" Vartype="Float" Bytesize="4"
Description="slotsMinions" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="544" Vartype="Float" Bytesize="4" Description="wingTime"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="548" Vartype="4 Bytes" Bytesize="4" Description="wings"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="552" Vartype="4 Bytes" Bytesize="4"
Description="wingsLogic" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="556" Vartype="4 Bytes" Bytesize="4"
Description="wingTimeMax" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="560" Vartype="4 Bytes" Bytesize="4"
Description="wingFrame" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="564" Vartype="4 Bytes" Bytesize="4"
Description="wingFrameCounter" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="568" Vartype="4 Bytes" Bytesize="4"
Description="skinVariant" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="572" Vartype="4 Bytes" Bytesize="4"
Description="ghostFrame" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="576" Vartype="4 Bytes" Bytesize="4"
Description="ghostFrameCounter" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="580" Vartype="4 Bytes" Bytesize="4"
Description="miscTimer" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="584" Vartype="Float" Bytesize="4" Description="townNPCs"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="588" Vartype="4 Bytes" Bytesize="4" Description="netSkip"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="592" Vartype="4 Bytes" Bytesize="4"
Description="oldSelectItem" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="596" Vartype="4 Bytes" Bytesize="4"
Description="immuneTime" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="600" Vartype="4 Bytes" Bytesize="4"
Description="immuneAlphaDirection" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="604" Vartype="4 Bytes" Bytesize="4"
Description="immuneAlpha" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="608" Vartype="4 Bytes" Bytesize="4" Description="team"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="612" Vartype="Float" Bytesize="4"
Description="maxRegenDelay" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="616" Vartype="4 Bytes" Bytesize="4" Description="sign"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="620" Vartype="4 Bytes" Bytesize="4"
Description="reuseDelay" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="624" Vartype="4 Bytes" Bytesize="4" Description="aggro"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="628" Vartype="Float" Bytesize="4" Description="activeNPCs"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="632" Vartype="4 Bytes" Bytesize="4" Description="noThrow"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="636" Vartype="4 Bytes" Bytesize="4"
Description="changeItem" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="640" Vartype="4 Bytes" Bytesize="4"
Description="selectedItem" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="644" Vartype="4 Bytes" Bytesize="4"
Description="itemAnimation" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="648" Vartype="4 Bytes" Bytesize="4"
Description="itemAnimationMax" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="652" Vartype="4 Bytes" Bytesize="4" Description="itemTime"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="656" Vartype="4 Bytes" Bytesize="4" Description="toolTime"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="660" Vartype="Float" Bytesize="4"
Description="itemRotation" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="664" Vartype="4 Bytes" Bytesize="4"
Description="itemWidth" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="668" Vartype="4 Bytes" Bytesize="4"
Description="itemHeight" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="672" Vartype="Float" Bytesize="4" Description="ghostFade"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="676" Vartype="Float" Bytesize="4" Description="ghostDir"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="680" Vartype="4 Bytes" Bytesize="4" Description="heldProj"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="684" Vartype="4 Bytes" Bytesize="4" Description="breathCD"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="688" Vartype="4 Bytes" Bytesize="4"
Description="breathMax" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="692" Vartype="4 Bytes" Bytesize="4" Description="breath"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="696" Vartype="4 Bytes" Bytesize="4" Description="lavaCD"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="700" Vartype="4 Bytes" Bytesize="4" Description="lavaMax"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="704" Vartype="4 Bytes" Bytesize="4" Description="lavaTime"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="708" Vartype="4 Bytes" Bytesize="4"
Description="stealthTimer" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="712" Vartype="Float" Bytesize="4" Description="stealth"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="716" Vartype="Float" Bytesize="4"
Description="headRotation" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="720" Vartype="Float" Bytesize="4"
Description="bodyRotation" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="724" Vartype="Float" Bytesize="4"
Description="legRotation" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="728" Vartype="Float" Bytesize="4"
Description="fullRotation" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="732" Vartype="4 Bytes" Bytesize="4" Description="nonTorch"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="736" Vartype="Float" Bytesize="4" Description="gfxOffY"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="740" Vartype="Float" Bytesize="4" Description="stepSpeed"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="744" Vartype="4 Bytes" Bytesize="4"
Description="respawnTimer" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="748" Vartype="4 Bytes" Bytesize="4" Description="attackCD"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="752" Vartype="4 Bytes" Bytesize="4"
Description="potionDelay" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="756" Vartype="4 Bytes" Bytesize="4" Description="jump"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="760" Vartype="4 Bytes" Bytesize="4" Description="head"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="764" Vartype="4 Bytes" Bytesize="4" Description="body"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="768" Vartype="4 Bytes" Bytesize="4" Description="legs"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="772" Vartype="4 Bytes" Bytesize="4"
Description="altFunctionUse" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="776" Vartype="4 Bytes" Bytesize="4"
Description="leftTimer" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="780" Vartype="4 Bytes" Bytesize="4"
Description="rightTimer" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="784" Vartype="4 Bytes" Bytesize="4"
Description="showItemIcon2" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="788" Vartype="4 Bytes" Bytesize="4"
Description="runSoundDelay" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="792" Vartype="Float" Bytesize="4" Description="shadow"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="796" Vartype="4 Bytes" Bytesize="4"
Description="shadowCount" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="800" Vartype="Float" Bytesize="4" Description="manaCost"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="804" Vartype="4 Bytes" Bytesize="4" Description="step"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="808" Vartype="4 Bytes" Bytesize="4"
Description="anglerQuestsFinished" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="812" Vartype="4 Bytes" Bytesize="4"
Description="bartenderQuestLog" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="816" Vartype="4 Bytes" Bytesize="4"
Description="armorPenetration" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="820" Vartype="4 Bytes" Bytesize="4"
Description="statDefense" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="824" Vartype="4 Bytes" Bytesize="4"
Description="statLifeMax" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="828" Vartype="4 Bytes" Bytesize="4"
Description="statLifeMax2" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="832" Vartype="4 Bytes" Bytesize="4" Description="statLife"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="836" Vartype="4 Bytes" Bytesize="4" Description="statMana"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="840" Vartype="4 Bytes" Bytesize="4"
Description="statManaMax" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="844" Vartype="4 Bytes" Bytesize="4"
Description="statManaMax2" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="848" Vartype="4 Bytes" Bytesize="4"
Description="lifeRegen" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="852" Vartype="4 Bytes" Bytesize="4"
Description="lifeRegenCount" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="856" Vartype="4 Bytes" Bytesize="4"
Description="lifeRegenTime" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="860" Vartype="4 Bytes" Bytesize="4"
Description="manaRegen" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="864" Vartype="4 Bytes" Bytesize="4"
Description="manaRegenCount" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="868" Vartype="4 Bytes" Bytesize="4"
Description="manaRegenDelay" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="872" Vartype="Float" Bytesize="4" Description="gravDir"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="876" Vartype="4 Bytes" Bytesize="4"
Description="stickyBreak" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="880" Vartype="4 Bytes" Bytesize="4"
Description="phantasmTime" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="884" Vartype="4 Bytes" Bytesize="4"
Description="yoraiz0rEye" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="888" Vartype="4 Bytes" Bytesize="4"
Description="cartRampTime" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="892" Vartype="Float" Bytesize="4" Description="trackBoost"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="896" Vartype="4 Bytes" Bytesize="4"
Description="meleeCrit" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="900" Vartype="4 Bytes" Bytesize="4"
Description="rangedCrit" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="904" Vartype="4 Bytes" Bytesize="4"
Description="magicCrit" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="908" Vartype="4 Bytes" Bytesize="4"
Description="thrownCrit" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="912" Vartype="Float" Bytesize="4"
Description="meleeDamage" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="916" Vartype="Float" Bytesize="4"
Description="rangedDamage" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="920" Vartype="Float" Bytesize="4"
Description="thrownDamage" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="924" Vartype="Float" Bytesize="4"
Description="bulletDamage" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="928" Vartype="Float" Bytesize="4"
Description="arrowDamage" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="932" Vartype="Float" Bytesize="4"
Description="rocketDamage" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="936" Vartype="Float" Bytesize="4"
Description="magicDamage" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="940" Vartype="Float" Bytesize="4"
Description="minionDamage" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="944" Vartype="Float" Bytesize="4" Description="minionKB"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="948" Vartype="Float" Bytesize="4" Description="meleeSpeed"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="952" Vartype="Float" Bytesize="4"
Description="thrownVelocity" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="956" Vartype="Float" Bytesize="4" Description="moveSpeed"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="960" Vartype="Float" Bytesize="4" Description="pickSpeed"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="964" Vartype="Float" Bytesize="4" Description="wallSpeed"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="968" Vartype="Float" Bytesize="4" Description="tileSpeed"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="972" Vartype="4 Bytes" Bytesize="4" Description="SpawnX"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="976" Vartype="4 Bytes" Bytesize="4" Description="SpawnY"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="980" Vartype="4 Bytes" Bytesize="4"
Description="lastTileRangeX" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="984" Vartype="4 Bytes" Bytesize="4"
Description="lastTileRangeY" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="988" Vartype="Float" Bytesize="4" Description="gravity"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="992" Vartype="Float" Bytesize="4"
Description="maxFallSpeed" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="996" Vartype="Float" Bytesize="4"
Description="maxRunSpeed" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1000" Vartype="Float" Bytesize="4"
Description="runAcceleration" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1004" Vartype="Float" Bytesize="4"
Description="runSlowdown" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1008" Vartype="Float" Bytesize="4"
Description="hairDyeVar" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1012" Vartype="4 Bytes" Bytesize="4" Description="hair"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1016" Vartype="4 Bytes" Bytesize="4"
Description="accCompass" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1020" Vartype="4 Bytes" Bytesize="4"
Description="accWatch" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1024" Vartype="4 Bytes" Bytesize="4"
Description="accDepthMeter" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1028" Vartype="4 Bytes" Bytesize="4"
Description="lastCreatureHit" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1032" Vartype="4 Bytes" Bytesize="4" Description="bestOre"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1036" Vartype="4 Bytes" Bytesize="4"
Description="dpsDamage" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1040" Vartype="Float" Bytesize="4"
Description="jumpSpeedBoost" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1044" Vartype="4 Bytes" Bytesize="4"
Description="extraFall" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1048" Vartype="4 Bytes" Bytesize="4"
Description="blockRange" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1052" Vartype="4 Bytes" Bytesize="4"
Description="grapCount" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1056" Vartype="4 Bytes" Bytesize="4"
Description="rocketTime" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1060" Vartype="4 Bytes" Bytesize="4"
Description="rocketTimeMax" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1064" Vartype="4 Bytes" Bytesize="4"
Description="rocketDelay" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1068" Vartype="4 Bytes" Bytesize="4"
Description="rocketDelay2" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1072" Vartype="4 Bytes" Bytesize="4"
Description="rocketBoots" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1076" Vartype="4 Bytes" Bytesize="4"
Description="swimTime" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1080" Vartype="Float" Bytesize="4" Description="thorns"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1084" Vartype="4 Bytes" Bytesize="4"
Description="nebulaCD" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1088" Vartype="4 Bytes" Bytesize="4"
Description="maxTurrets" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1092" Vartype="4 Bytes" Bytesize="4"
Description="maxTurretsOld" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1096" Vartype="4 Bytes" Bytesize="4"
Description="wireOperationsCooldown" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1100" Vartype="4 Bytes" Bytesize="4"
Description="lastChest" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1104" Vartype="4 Bytes" Bytesize="4"
Description="flyingPigChest" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1108" Vartype="4 Bytes" Bytesize="4" Description="chest"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1112" Vartype="4 Bytes" Bytesize="4" Description="chestX"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1116" Vartype="4 Bytes" Bytesize="4" Description="chestY"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1120" Vartype="4 Bytes" Bytesize="4" Description="talkNPC"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1124" Vartype="4 Bytes" Bytesize="4"
Description="fallStart" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1128" Vartype="4 Bytes" Bytesize="4"
Description="fallStart2" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1132" Vartype="4 Bytes" Bytesize="4"
Description="potionDelayTime" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1136" Vartype="4 Bytes" Bytesize="4"
Description="restorationDelayTime" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1140" Vartype="4 Bytes" Bytesize="4" Description="cHead"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1144" Vartype="4 Bytes" Bytesize="4" Description="cBody"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1148" Vartype="4 Bytes" Bytesize="4" Description="cLegs"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1152" Vartype="4 Bytes" Bytesize="4" Description="cHandOn"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1156" Vartype="4 Bytes" Bytesize="4"
Description="cHandOff" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1160" Vartype="4 Bytes" Bytesize="4" Description="cBack"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1164" Vartype="4 Bytes" Bytesize="4" Description="cFront"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1168" Vartype="4 Bytes" Bytesize="4" Description="cShoe"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1172" Vartype="4 Bytes" Bytesize="4" Description="cWaist"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1176" Vartype="4 Bytes" Bytesize="4" Description="cShield"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1180" Vartype="4 Bytes" Bytesize="4" Description="cNeck"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1184" Vartype="4 Bytes" Bytesize="4" Description="cFace"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1188" Vartype="4 Bytes" Bytesize="4"
Description="cBalloon" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1192" Vartype="4 Bytes" Bytesize="4" Description="cWings"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1196" Vartype="4 Bytes" Bytesize="4" Description="cCarpet"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1200" Vartype="4 Bytes" Bytesize="4"
Description="cGrapple" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1204" Vartype="4 Bytes" Bytesize="4" Description="cMount"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1208" Vartype="4 Bytes" Bytesize="4"
Description="cMinecart" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1212" Vartype="4 Bytes" Bytesize="4" Description="cPet"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1216" Vartype="4 Bytes" Bytesize="4" Description="cLight"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1220" Vartype="4 Bytes" Bytesize="4" Description="cYorai"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1224" Vartype="4 Bytes" Bytesize="4"
Description="lastPortalColorIndex" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1228" Vartype="4 Bytes" Bytesize="4"
Description="_portalPhysicsTime" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1232" Vartype="Float" Bytesize="4"
Description="MountFishronSpecialCounter" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1236" Vartype="4 Bytes" Bytesize="4"
Description="MinionAttackTargetNPC" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1240" Vartype="4 Bytes" Bytesize="4"
Description="_funkytownCheckCD" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1244" Vartype="Float" Bytesize="4"
Description="_stormShaderObstruction" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1248" Vartype="Float" Bytesize="4"
Description="_shaderObstructionInternalValue" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1252" Vartype="4 Bytes" Bytesize="4"
Description="_quickGrappleCooldown" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1256" Vartype="4 Bytes" Bytesize="4"
Description="shieldParryTimeLeft" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1260" Vartype="4 Bytes" Bytesize="4"
Description="shield_parry_cooldown" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="1264" Vartype="Byte" Bytesize="1"
Description="alchemyTable" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1265" Vartype="Byte" Bytesize="1"
Description="GoingDownWithGrapple" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1266" Vartype="Byte" Bytesize="1"
Description="spelunkerTimer" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1267" Vartype="Byte" Bytesize="1"
Description="dd2Accessory" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1268" Vartype="Byte" Bytesize="1" Description="hasBanner"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1269" Vartype="Byte" Bytesize="1"
Description="showLastDeath" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1270" Vartype="Byte" Bytesize="1"
Description="extraAccessory" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1271" Vartype="Byte" Bytesize="1"
Description="tankPetReset" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1272" Vartype="Byte" Bytesize="1" Description="yoyoString"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1273" Vartype="Byte" Bytesize="1" Description="yoyoGlove"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1274" Vartype="Byte" Bytesize="1"
Description="beetleDefense" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1275" Vartype="Byte" Bytesize="1"
Description="beetleOffense" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1276" Vartype="Byte" Bytesize="1" Description="beetleBuff"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1277" Vartype="Byte" Bytesize="1"
Description="solarDashing" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1278" Vartype="Byte" Bytesize="1"
Description="solarDashConsumedFlare" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1279" Vartype="Byte" Bytesize="1" Description="manaMagnet"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1280" Vartype="Byte" Bytesize="1" Description="lifeMagnet"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1281" Vartype="Byte" Bytesize="1" Description="lifeForce"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1282" Vartype="Byte" Bytesize="1" Description="calmed"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1283" Vartype="Byte" Bytesize="1" Description="inferno"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1284" Vartype="Byte" Bytesize="1"
Description="flameRingFrame" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1285" Vartype="Byte" Bytesize="1"
Description="flameRingAlpha" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1286" Vartype="Byte" Bytesize="1" Description="netMana"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1287" Vartype="Byte" Bytesize="1" Description="netLife"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1288" Vartype="Byte" Bytesize="1" Description="manaSick"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1289" Vartype="Byte" Bytesize="1" Description="stairFall"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1290" Vartype="Byte" Bytesize="1" Description="outOfRange"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1291" Vartype="Byte" Bytesize="1"
Description="teleporting" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1292" Vartype="Byte" Bytesize="1" Description="sloping"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1293" Vartype="Byte" Bytesize="1" Description="chilled"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1294" Vartype="Byte" Bytesize="1" Description="dazed"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1295" Vartype="Byte" Bytesize="1" Description="frozen"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1296" Vartype="Byte" Bytesize="1" Description="stoned"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1297" Vartype="Byte" Bytesize="1" Description="lastStoned"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1298" Vartype="Byte" Bytesize="1" Description="ichor"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1299" Vartype="Byte" Bytesize="1" Description="webbed"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1300" Vartype="Byte" Bytesize="1" Description="noBuilding"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1301" Vartype="Byte" Bytesize="1" Description="cordage"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1302" Vartype="Byte" Bytesize="1"
Description="meleeEnchant" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1303" Vartype="Byte" Bytesize="1" Description="pulleyDir"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1304" Vartype="Byte" Bytesize="1" Description="pulley"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1305" Vartype="Byte" Bytesize="1" Description="blackBelt"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1306" Vartype="Byte" Bytesize="1" Description="sliding"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1307" Vartype="Byte" Bytesize="1" Description="iceSkate"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1308" Vartype="Byte" Bytesize="1" Description="carpet"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1309" Vartype="Byte" Bytesize="1" Description="canCarpet"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1310" Vartype="Byte" Bytesize="1" Description="sandStorm"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1311" Vartype="Byte" Bytesize="1"
Description="crimsonRegen" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1312" Vartype="Byte" Bytesize="1" Description="ghostHeal"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1313" Vartype="Byte" Bytesize="1" Description="ghostHurt"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1314" Vartype="Byte" Bytesize="1" Description="sticky"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1315" Vartype="Byte" Bytesize="1" Description="slippy"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1316" Vartype="Byte" Bytesize="1" Description="slippy2"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1317" Vartype="Byte" Bytesize="1" Description="powerrun"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1318" Vartype="Byte" Bytesize="1" Description="flapSound"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1319" Vartype="Byte" Bytesize="1" Description="iceBarrier"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1320" Vartype="Byte" Bytesize="1"
Description="dangerSense" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1321" Vartype="Byte" Bytesize="1" Description="loveStruck"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1322" Vartype="Byte" Bytesize="1" Description="stinky"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1323" Vartype="Byte" Bytesize="1" Description="resistCold"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1324" Vartype="Byte" Bytesize="1"
Description="electrified" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1325" Vartype="Byte" Bytesize="1" Description="dryadWard"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1326" Vartype="Byte" Bytesize="1" Description="panic"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1327" Vartype="Byte" Bytesize="1"
Description="brainOfConfusion" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1328" Vartype="Byte" Bytesize="1"
Description="iceBarrierFrame" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1329" Vartype="Byte" Bytesize="1"
Description="iceBarrierFrameCounter" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1330" Vartype="Byte" Bytesize="1"
Description="shadowDodge" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1331" Vartype="Byte" Bytesize="1"
Description="palladiumRegen" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1332" Vartype="Byte" Bytesize="1" Description="onHitDodge"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1333" Vartype="Byte" Bytesize="1" Description="onHitRegen"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1334" Vartype="Byte" Bytesize="1" Description="onHitPetal"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1335" Vartype="Byte" Bytesize="1"
Description="cratePotion" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1336" Vartype="Byte" Bytesize="1"
Description="sonarPotion" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1337" Vartype="Byte" Bytesize="1"
Description="accFishingLine" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1338" Vartype="Byte" Bytesize="1"
Description="accTackleBox" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1339" Vartype="Byte" Bytesize="1" Description="pygmy"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1340" Vartype="Byte" Bytesize="1" Description="raven"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1341" Vartype="Byte" Bytesize="1" Description="slime"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1342" Vartype="Byte" Bytesize="1"
Description="hornetMinion" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1343" Vartype="Byte" Bytesize="1" Description="impMinion"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1344" Vartype="Byte" Bytesize="1"
Description="twinsMinion" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1345" Vartype="Byte" Bytesize="1"
Description="spiderMinion" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1346" Vartype="Byte" Bytesize="1"
Description="pirateMinion" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1347" Vartype="Byte" Bytesize="1"
Description="sharknadoMinion" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1348" Vartype="Byte" Bytesize="1" Description="UFOMinion"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1349" Vartype="Byte" Bytesize="1"
Description="DeadlySphereMinion" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1350" Vartype="Byte" Bytesize="1"
Description="stardustMinion" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1351" Vartype="Byte" Bytesize="1"
Description="stardustGuardian" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1352" Vartype="Byte" Bytesize="1"
Description="stardustDragon" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1353" Vartype="Byte" Bytesize="1" Description="ghost"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1354" Vartype="Byte" Bytesize="1" Description="pvpDeath"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1355" Vartype="Byte" Bytesize="1" Description="boneArmor"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1356" Vartype="Byte" Bytesize="1" Description="frostArmor"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1357" Vartype="Byte" Bytesize="1" Description="honey"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1358" Vartype="Byte" Bytesize="1"
Description="crystalLeaf" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1359" Vartype="Byte" Bytesize="1"
Description="defendedByPaladin" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1360" Vartype="Byte" Bytesize="1"
Description="hasPaladinShield" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1361" Vartype="Byte" Bytesize="1" Description="immune"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1362" Vartype="Byte" Bytesize="1"
Description="immuneNoBlink" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1363" Vartype="Byte" Bytesize="1" Description="hbLocked"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1364" Vartype="Byte" Bytesize="1"
Description="editedChestName" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1365" Vartype="Byte" Bytesize="1"
Description="mouseInterface" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1366" Vartype="Byte" Bytesize="1"
Description="lastMouseInterface" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1367" Vartype="Byte" Bytesize="1"
Description="poundRelease" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1368" Vartype="Byte" Bytesize="1"
Description="ignoreWater" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1369" Vartype="Byte" Bytesize="1"
Description="armorEffectDrawShadow" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1370" Vartype="Byte" Bytesize="1"
Description="armorEffectDrawShadowSubtle" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1371" Vartype="Byte" Bytesize="1"
Description="armorEffectDrawOutlines" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1372" Vartype="Byte" Bytesize="1"
Description="armorEffectDrawShadowLokis" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1373" Vartype="Byte" Bytesize="1"
Description="armorEffectDrawShadowBasilisk" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1374" Vartype="Byte" Bytesize="1"
Description="armorEffectDrawOutlinesForbidden" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1375" Vartype="Byte" Bytesize="1"
Description="armorEffectDrawShadowEOCShield" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1376" Vartype="Byte" Bytesize="1"
Description="socialShadowRocketBoots" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1377" Vartype="Byte" Bytesize="1"
Description="socialGhost" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1378" Vartype="Byte" Bytesize="1"
Description="shroomiteStealth" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1379" Vartype="Byte" Bytesize="1"
Description="socialIgnoreLight" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1380" Vartype="Byte" Bytesize="1" Description="dead"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1381" Vartype="Byte" Bytesize="1" Description="difficulty"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1382" Vartype="Byte" Bytesize="1" Description="wetSlime"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1383" Vartype="Byte" Bytesize="1" Description="handon"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1384" Vartype="Byte" Bytesize="1" Description="handoff"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1385" Vartype="Byte" Bytesize="1" Description="back"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1386" Vartype="Byte" Bytesize="1" Description="front"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1387" Vartype="Byte" Bytesize="1" Description="shoe"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1388" Vartype="Byte" Bytesize="1" Description="waist"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1389" Vartype="Byte" Bytesize="1" Description="shield"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1390" Vartype="Byte" Bytesize="1" Description="neck"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1391" Vartype="Byte" Bytesize="1" Description="face"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1392" Vartype="Byte" Bytesize="1" Description="balloon"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="1393" Vartype="Byte" Bytesize="1"
Description="controlLeft" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1394" Vartype="Byte" Bytesize="1"
Description="controlRight" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1395" Vartype="Byte" Bytesize="1" Description="controlUp"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1396" Vartype="Byte" Bytesize="1"
Description="controlDown" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1397" Vartype="Byte" Bytesize="1"
Description="controlJump" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1398" Vartype="Byte" Bytesize="1"
Description="controlUseItem" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1399" Vartype="Byte" Bytesize="1"
Description="controlUseTile" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1400" Vartype="Byte" Bytesize="1"
Description="controlThrow" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1401" Vartype="Byte" Bytesize="1" Description="controlInv"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1402" Vartype="Byte" Bytesize="1"
Description="controlHook" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1403" Vartype="Byte" Bytesize="1"
Description="controlTorch" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1404" Vartype="Byte" Bytesize="1" Description="controlMap"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1405" Vartype="Byte" Bytesize="1"
Description="controlSmart" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1406" Vartype="Byte" Bytesize="1"
Description="controlMount" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1407" Vartype="Byte" Bytesize="1"
Description="releaseJump" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1408" Vartype="Byte" Bytesize="1" Description="releaseUp"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1409" Vartype="Byte" Bytesize="1"
Description="releaseUseItem" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1410" Vartype="Byte" Bytesize="1"
Description="releaseUseTile" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1411" Vartype="Byte" Bytesize="1"
Description="releaseInventory" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1412" Vartype="Byte" Bytesize="1"
Description="releaseHook" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1413" Vartype="Byte" Bytesize="1"
Description="releaseThrow" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1414" Vartype="Byte" Bytesize="1"
Description="releaseQuickMana" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1415" Vartype="Byte" Bytesize="1"
Description="releaseQuickHeal" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1416" Vartype="Byte" Bytesize="1"
Description="releaseLeft" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1417" Vartype="Byte" Bytesize="1"
Description="releaseRight" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1418" Vartype="Byte" Bytesize="1"
Description="releaseSmart" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1419" Vartype="Byte" Bytesize="1"
Description="releaseMount" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1420" Vartype="Byte" Bytesize="1"
Description="releaseDown" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1421" Vartype="Byte" Bytesize="1"
Description="controlQuickMana" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1422" Vartype="Byte" Bytesize="1"
Description="controlQuickHeal" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1423" Vartype="Byte" Bytesize="1"
Description="tileInteractionHappened" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1424" Vartype="Byte" Bytesize="1"
Description="tileInteractAttempted" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1425" Vartype="Byte" Bytesize="1" Description="mapZoomIn"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1426" Vartype="Byte" Bytesize="1" Description="mapZoomOut"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1427" Vartype="Byte" Bytesize="1" Description="mapAlphaUp"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1428" Vartype="Byte" Bytesize="1"
Description="mapAlphaDown" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1429" Vartype="Byte" Bytesize="1"
Description="mapFullScreen" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1430" Vartype="Byte" Bytesize="1" Description="mapStyle"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1431" Vartype="Byte" Bytesize="1"
Description="releaseMapFullscreen" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1432" Vartype="Byte" Bytesize="1"
Description="releaseMapStyle" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1433" Vartype="Byte" Bytesize="1"
Description="delayUseItem" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1434" Vartype="Byte" Bytesize="1"
Description="showItemIcon" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1435" Vartype="Byte" Bytesize="1"
Description="showItemIconR" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1436" Vartype="Byte" Bytesize="1" Description="fireWalk"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1437" Vartype="Byte" Bytesize="1" Description="channel"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1438" Vartype="Byte" Bytesize="1"
Description="downedDD2EventAnyDifficulty" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1439" Vartype="Byte" Bytesize="1"
Description="manaRegenBuff" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1440" Vartype="Byte" Bytesize="1"
Description="noKnockback" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1441" Vartype="Byte" Bytesize="1" Description="spaceGun"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1442" Vartype="Byte" Bytesize="1" Description="ammoCost80"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1443" Vartype="Byte" Bytesize="1" Description="ammoCost75"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1444" Vartype="Byte" Bytesize="1"
Description="magicQuiver" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1445" Vartype="Byte" Bytesize="1" Description="magmaStone"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1446" Vartype="Byte" Bytesize="1" Description="lavaRose"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1447" Vartype="Byte" Bytesize="1" Description="ammoBox"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1448" Vartype="Byte" Bytesize="1" Description="ammoPotion"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1449" Vartype="Byte" Bytesize="1" Description="chaosState"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1450" Vartype="Byte" Bytesize="1" Description="strongBees"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1451" Vartype="Byte" Bytesize="1" Description="sporeSac"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1452" Vartype="Byte" Bytesize="1" Description="shinyStone"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1453" Vartype="Byte" Bytesize="1"
Description="yoraiz0rDarkness" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1454" Vartype="Byte" Bytesize="1"
Description="leinforsHair" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1455" Vartype="Byte" Bytesize="1"
Description="suspiciouslookingTentacle" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1456" Vartype="Byte" Bytesize="1"
Description="crimsonHeart" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1457" Vartype="Byte" Bytesize="1" Description="lightOrb"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1458" Vartype="Byte" Bytesize="1" Description="blueFairy"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1459" Vartype="Byte" Bytesize="1" Description="redFairy"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1460" Vartype="Byte" Bytesize="1" Description="greenFairy"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1461" Vartype="Byte" Bytesize="1" Description="bunny"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1462" Vartype="Byte" Bytesize="1" Description="turtle"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1463" Vartype="Byte" Bytesize="1" Description="eater"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1464" Vartype="Byte" Bytesize="1" Description="penguin"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1465" Vartype="Byte" Bytesize="1"
Description="magicLantern" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1466" Vartype="Byte" Bytesize="1" Description="rabid"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1467" Vartype="Byte" Bytesize="1" Description="sunflower"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1468" Vartype="Byte" Bytesize="1" Description="wellFed"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1469" Vartype="Byte" Bytesize="1" Description="puppy"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1470" Vartype="Byte" Bytesize="1" Description="grinch"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1471" Vartype="Byte" Bytesize="1"
Description="miniMinotaur" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1472" Vartype="Byte" Bytesize="1"
Description="arcticDivingGear" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1473" Vartype="Byte" Bytesize="1" Description="wearsRobe"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1474" Vartype="Byte" Bytesize="1"
Description="minecartLeft" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1475" Vartype="Byte" Bytesize="1"
Description="onWrongGround" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1476" Vartype="Byte" Bytesize="1" Description="onTrack"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1477" Vartype="Byte" Bytesize="1" Description="cartFlip"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1478" Vartype="Byte" Bytesize="1" Description="blackCat"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1479" Vartype="Byte" Bytesize="1" Description="spider"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1480" Vartype="Byte" Bytesize="1" Description="squashling"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1481" Vartype="Byte" Bytesize="1"
Description="petFlagDD2Gato" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1482" Vartype="Byte" Bytesize="1"
Description="petFlagDD2Ghost" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1483" Vartype="Byte" Bytesize="1"
Description="petFlagDD2Dragon" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1484" Vartype="Byte" Bytesize="1"
Description="companionCube" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1485" Vartype="Byte" Bytesize="1"
Description="babyFaceMonster" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1486" Vartype="Byte" Bytesize="1" Description="magicCuffs"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1487" Vartype="Byte" Bytesize="1" Description="coldDash"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1488" Vartype="Byte" Bytesize="1" Description="sailDash"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1489" Vartype="Byte" Bytesize="1" Description="eyeSpring"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1490" Vartype="Byte" Bytesize="1" Description="snowman"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1491" Vartype="Byte" Bytesize="1" Description="scope"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1492" Vartype="Byte" Bytesize="1" Description="dino"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1493" Vartype="Byte" Bytesize="1" Description="skeletron"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1494" Vartype="Byte" Bytesize="1" Description="hornet"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1495" Vartype="Byte" Bytesize="1" Description="zephyrfish"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1496" Vartype="Byte" Bytesize="1" Description="tiki"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1497" Vartype="Byte" Bytesize="1" Description="parrot"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1498" Vartype="Byte" Bytesize="1" Description="truffle"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1499" Vartype="Byte" Bytesize="1" Description="sapling"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1500" Vartype="Byte" Bytesize="1" Description="cSapling"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1501" Vartype="Byte" Bytesize="1" Description="wisp"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1502" Vartype="Byte" Bytesize="1" Description="lizard"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1503" Vartype="Byte" Bytesize="1" Description="archery"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1504" Vartype="Byte" Bytesize="1" Description="poisoned"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1505" Vartype="Byte" Bytesize="1" Description="venom"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1506" Vartype="Byte" Bytesize="1" Description="blind"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1507" Vartype="Byte" Bytesize="1" Description="blackout"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1508" Vartype="Byte" Bytesize="1"
Description="headcovered" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1509" Vartype="Byte" Bytesize="1" Description="frostBurn"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1510" Vartype="Byte" Bytesize="1"
Description="onFrostBurn" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1511" Vartype="Byte" Bytesize="1" Description="burned"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1512" Vartype="Byte" Bytesize="1"
Description="suffocating" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1513" Vartype="Byte" Bytesize="1"
Description="suffocateDelay" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1514" Vartype="Byte" Bytesize="1" Description="dripping"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1515" Vartype="Byte" Bytesize="1"
Description="drippingSlime" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1516" Vartype="Byte" Bytesize="1" Description="onFire"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1517" Vartype="Byte" Bytesize="1" Description="onFire2"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1518" Vartype="Byte" Bytesize="1" Description="noItems"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1519" Vartype="Byte" Bytesize="1" Description="windPushed"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1520" Vartype="Byte" Bytesize="1" Description="wereWolf"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1521" Vartype="Byte" Bytesize="1" Description="wolfAcc"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1522" Vartype="Byte" Bytesize="1" Description="hideMerman"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1523" Vartype="Byte" Bytesize="1" Description="hideWolf"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1524" Vartype="Byte" Bytesize="1"
Description="forceMerman" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1525" Vartype="Byte" Bytesize="1"
Description="forceWerewolf" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1526" Vartype="Byte" Bytesize="1" Description="rulerGrid"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1527" Vartype="Byte" Bytesize="1" Description="rulerLine"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1528" Vartype="Byte" Bytesize="1" Description="bleed"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1529" Vartype="Byte" Bytesize="1" Description="confused"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1530" Vartype="Byte" Bytesize="1" Description="accMerman"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1531" Vartype="Byte" Bytesize="1" Description="merman"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1532" Vartype="Byte" Bytesize="1"
Description="brokenArmor" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1533" Vartype="Byte" Bytesize="1" Description="silence"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1534" Vartype="Byte" Bytesize="1" Description="slow"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1535" Vartype="Byte" Bytesize="1" Description="gross"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1536" Vartype="Byte" Bytesize="1" Description="tongued"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1537" Vartype="Byte" Bytesize="1" Description="kbGlove"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1538" Vartype="Byte" Bytesize="1" Description="kbBuff"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1539" Vartype="Byte" Bytesize="1" Description="starCloak"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1540" Vartype="Byte" Bytesize="1"
Description="longInvince" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1541" Vartype="Byte" Bytesize="1" Description="pStone"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1542" Vartype="Byte" Bytesize="1" Description="manaFlower"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1543" Vartype="Byte" Bytesize="1" Description="moonLeech"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1544" Vartype="Byte" Bytesize="1"
Description="vortexDebuff" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1545" Vartype="Byte" Bytesize="1"
Description="trapDebuffSource" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1546" Vartype="Byte" Bytesize="1"
Description="witheredArmor" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1547" Vartype="Byte" Bytesize="1"
Description="witheredWeapon" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1548" Vartype="Byte" Bytesize="1"
Description="slowOgreSpit" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1549" Vartype="Byte" Bytesize="1"
Description="parryDamageBuff" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1550" Vartype="Byte" Bytesize="1"
Description="ballistaPanic" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1551" Vartype="Byte" Bytesize="1"
Description="thrownCost50" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1552" Vartype="Byte" Bytesize="1"
Description="thrownCost33" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1553" Vartype="Byte" Bytesize="1" Description="autoPaint"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1554" Vartype="Byte" Bytesize="1"
Description="autoActuator" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1555" Vartype="Byte" Bytesize="1" Description="adjWater"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1556" Vartype="Byte" Bytesize="1" Description="adjHoney"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1557" Vartype="Byte" Bytesize="1" Description="adjLava"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1558" Vartype="Byte" Bytesize="1"
Description="oldAdjWater" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1559" Vartype="Byte" Bytesize="1"
Description="oldAdjHoney" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1560" Vartype="Byte" Bytesize="1" Description="oldAdjLava"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1561" Vartype="Byte" Bytesize="1" Description="hairDye"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1562" Vartype="Byte" Bytesize="1" Description="hostile"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1563" Vartype="Byte" Bytesize="1"
Description="accFishFinder" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1564" Vartype="Byte" Bytesize="1"
Description="accWeatherRadio" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1565" Vartype="Byte" Bytesize="1"
Description="accJarOfSouls" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1566" Vartype="Byte" Bytesize="1"
Description="accCalendar" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1567" Vartype="Byte" Bytesize="1"
Description="accThirdEye" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1568" Vartype="Byte" Bytesize="1"
Description="accThirdEyeCounter" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1569" Vartype="Byte" Bytesize="1"
Description="accThirdEyeNumber" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1570" Vartype="Byte" Bytesize="1"
Description="accStopwatch" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1571" Vartype="Byte" Bytesize="1"
Description="accOreFinder" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1572" Vartype="Byte" Bytesize="1"
Description="accCritterGuide" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1573" Vartype="Byte" Bytesize="1"
Description="accCritterGuideCounter" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1574" Vartype="Byte" Bytesize="1"
Description="accCritterGuideNumber" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1575" Vartype="Byte" Bytesize="1"
Description="accDreamCatcher" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1576" Vartype="Byte" Bytesize="1"
Description="ActuationRodLock" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1577" Vartype="Byte" Bytesize="1"
Description="ActuationRodLockSetting" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1578" Vartype="Byte" Bytesize="1"
Description="InfoAccMechShowWires" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1579" Vartype="Byte" Bytesize="1" Description="dpsStarted"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1580" Vartype="Byte" Bytesize="1" Description="discount"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1581" Vartype="Byte" Bytesize="1" Description="coins"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1582" Vartype="Byte" Bytesize="1" Description="goldRing"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1583" Vartype="Byte" Bytesize="1"
Description="accDivingHelm" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1584" Vartype="Byte" Bytesize="1" Description="accFlipper"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1585" Vartype="Byte" Bytesize="1"
Description="doubleJumpCloud" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1586" Vartype="Byte" Bytesize="1"
Description="jumpAgainCloud" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1587" Vartype="Byte" Bytesize="1"
Description="dJumpEffectCloud" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1588" Vartype="Byte" Bytesize="1"
Description="doubleJumpSandstorm" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1589" Vartype="Byte" Bytesize="1"
Description="jumpAgainSandstorm" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1590" Vartype="Byte" Bytesize="1"
Description="dJumpEffectSandstorm" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1591" Vartype="Byte" Bytesize="1"
Description="doubleJumpBlizzard" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1592" Vartype="Byte" Bytesize="1"
Description="jumpAgainBlizzard" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1593" Vartype="Byte" Bytesize="1"
Description="dJumpEffectBlizzard" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1594" Vartype="Byte" Bytesize="1"
Description="doubleJumpFart" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1595" Vartype="Byte" Bytesize="1"
Description="jumpAgainFart" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1596" Vartype="Byte" Bytesize="1"
Description="dJumpEffectFart" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1597" Vartype="Byte" Bytesize="1"
Description="doubleJumpSail" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1598" Vartype="Byte" Bytesize="1"
Description="jumpAgainSail" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1599" Vartype="Byte" Bytesize="1"
Description="dJumpEffectSail" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1600" Vartype="Byte" Bytesize="1"
Description="doubleJumpUnicorn" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1601" Vartype="Byte" Bytesize="1"
Description="jumpAgainUnicorn" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1602" Vartype="Byte" Bytesize="1"
Description="dJumpEffectUnicorn" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1603" Vartype="Byte" Bytesize="1" Description="autoJump"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1604" Vartype="Byte" Bytesize="1" Description="justJumped"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1605" Vartype="Byte" Bytesize="1" Description="spawnMax"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1606" Vartype="Byte" Bytesize="1"
Description="rocketRelease" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1607" Vartype="Byte" Bytesize="1"
Description="rocketFrame" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1608" Vartype="Byte" Bytesize="1" Description="canRocket"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1609" Vartype="Byte" Bytesize="1" Description="jumpBoost"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1610" Vartype="Byte" Bytesize="1" Description="noFallDmg"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1611" Vartype="Byte" Bytesize="1" Description="killGuide"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1612" Vartype="Byte" Bytesize="1"
Description="killClothier" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1613" Vartype="Byte" Bytesize="1" Description="lavaImmune"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1614" Vartype="Byte" Bytesize="1" Description="gills"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1615" Vartype="Byte" Bytesize="1" Description="slowFall"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1616" Vartype="Byte" Bytesize="1"
Description="findTreasure" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1617" Vartype="Byte" Bytesize="1" Description="invis"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1618" Vartype="Byte" Bytesize="1"
Description="detectCreature" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1619" Vartype="Byte" Bytesize="1"
Description="nightVision" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1620" Vartype="Byte" Bytesize="1"
Description="enemySpawns" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1621" Vartype="Byte" Bytesize="1"
Description="turtleArmor" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1622" Vartype="Byte" Bytesize="1"
Description="turtleThorns" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1623" Vartype="Byte" Bytesize="1"
Description="spiderArmor" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1624" Vartype="Byte" Bytesize="1" Description="setSolar"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1625" Vartype="Byte" Bytesize="1" Description="setVortex"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1626" Vartype="Byte" Bytesize="1" Description="setNebula"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1627" Vartype="Byte" Bytesize="1"
Description="setStardust" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1628" Vartype="Byte" Bytesize="1"
Description="setForbidden" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1629" Vartype="Byte" Bytesize="1"
Description="setForbiddenCooldownLocked" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1630" Vartype="Byte" Bytesize="1"
Description="setSquireT3" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1631" Vartype="Byte" Bytesize="1"
Description="setHuntressT3" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1632" Vartype="Byte" Bytesize="1"
Description="setApprenticeT3" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1633" Vartype="Byte" Bytesize="1" Description="setMonkT3"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1634" Vartype="Byte" Bytesize="1"
Description="setSquireT2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1635" Vartype="Byte" Bytesize="1"
Description="setHuntressT2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1636" Vartype="Byte" Bytesize="1"
Description="setApprenticeT2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1637" Vartype="Byte" Bytesize="1" Description="setMonkT2"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1638" Vartype="Byte" Bytesize="1"
Description="vortexStealthActive" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1639" Vartype="Byte" Bytesize="1" Description="waterWalk"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1640" Vartype="Byte" Bytesize="1" Description="waterWalk2"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1641" Vartype="Byte" Bytesize="1"
Description="gravControl" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1642" Vartype="Byte" Bytesize="1"
Description="gravControl2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1643" Vartype="Byte" Bytesize="1" Description="bee"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1644" Vartype="Byte" Bytesize="1"
Description="portalPhysicsFlag" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1645" Vartype="Byte" Bytesize="1"
Description="makeStrongBee" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1646" Vartype="Byte" Bytesize="1"
Description="behindBackWall" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1647" Vartype="Byte" Bytesize="1"
Description="hasRaisableShield" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1648" Vartype="Byte" Bytesize="1"
Description="shieldRaised" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1652" Vartype="4 Bytes" Bytesize="4"
Description="chatOverhead" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1656" Vartype="4 Bytes" Bytesize="4"
Description="chatOverhead_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1660" Vartype="4 Bytes" Bytesize="4"
Description="chatOverhead_3" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1664" Vartype="4 Bytes" Bytesize="4"
Description="chatOverhead_4" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1668" Vartype="4 Bytes" Bytesize="4"
Description="chatOverhead_5" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1672" Vartype="4 Bytes" Bytesize="4"
Description="lastDeathPostion" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1676" Vartype="4 Bytes" Bytesize="4"
Description="lastDeathPostion_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1680" Vartype="4 Bytes" Bytesize="4"
Description="lastDeathTime" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1684" Vartype="4 Bytes" Bytesize="4"
Description="lastDeathTime_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1688" Vartype="4 Bytes" Bytesize="4"
Description="ownedLargeGems" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1692" Vartype="4 Bytes" Bytesize="4" Description="zone1"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1696" Vartype="4 Bytes" Bytesize="4" Description="zone2"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1700" Vartype="4 Bytes" Bytesize="4" Description="zone3"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1704" Vartype="4 Bytes" Bytesize="4" Description="zone4"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1708" Vartype="4 Bytes" Bytesize="4"
Description="itemLocation" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1712" Vartype="4 Bytes" Bytesize="4"
Description="itemLocation_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1716" Vartype="4 Bytes" Bytesize="4"
Description="headPosition" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1720" Vartype="4 Bytes" Bytesize="4"
Description="headPosition_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1724" Vartype="4 Bytes" Bytesize="4"
Description="bodyPosition" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1728" Vartype="4 Bytes" Bytesize="4"
Description="bodyPosition_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1732" Vartype="4 Bytes" Bytesize="4"
Description="legPosition" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1736" Vartype="4 Bytes" Bytesize="4"
Description="legPosition_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1740" Vartype="4 Bytes" Bytesize="4"
Description="headVelocity" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1744" Vartype="4 Bytes" Bytesize="4"
Description="headVelocity_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1748" Vartype="4 Bytes" Bytesize="4"
Description="bodyVelocity" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1752" Vartype="4 Bytes" Bytesize="4"
Description="bodyVelocity_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1756" Vartype="4 Bytes" Bytesize="4"
Description="legVelocity" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1760" Vartype="4 Bytes" Bytesize="4"
Description="legVelocity_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1764" Vartype="4 Bytes" Bytesize="4"
Description="fullRotationOrigin" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1768" Vartype="4 Bytes" Bytesize="4"
Description="fullRotationOrigin_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1772" Vartype="4 Bytes" Bytesize="4"
Description="hideMisc" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1776" Vartype="4 Bytes" Bytesize="4"
Description="headFrame" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1780" Vartype="4 Bytes" Bytesize="4"
Description="headFrame_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1784" Vartype="4 Bytes" Bytesize="4"
Description="headFrame_3" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1788" Vartype="4 Bytes" Bytesize="4"
Description="headFrame_4" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1792" Vartype="4 Bytes" Bytesize="4"
Description="bodyFrame" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1796" Vartype="4 Bytes" Bytesize="4"
Description="bodyFrame_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1800" Vartype="4 Bytes" Bytesize="4"
Description="bodyFrame_3" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1804" Vartype="4 Bytes" Bytesize="4"
Description="bodyFrame_4" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1808" Vartype="4 Bytes" Bytesize="4"
Description="legFrame" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1812" Vartype="4 Bytes" Bytesize="4"
Description="legFrame_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1816" Vartype="4 Bytes" Bytesize="4"
Description="legFrame_3" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1820" Vartype="4 Bytes" Bytesize="4"
Description="legFrame_4" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1824" Vartype="4 Bytes" Bytesize="4"
Description="hairFrame" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1828" Vartype="4 Bytes" Bytesize="4"
Description="hairFrame_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1832" Vartype="4 Bytes" Bytesize="4"
Description="hairFrame_3" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1836" Vartype="4 Bytes" Bytesize="4"
Description="hairFrame_4" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1840" Vartype="4 Bytes" Bytesize="4"
Description="lastBoost" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1844" Vartype="4 Bytes" Bytesize="4"
Description="lastBoost_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1848" Vartype="4 Bytes" Bytesize="4"
Description="hairDyeColor" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1852" Vartype="4 Bytes" Bytesize="4"
Description="hairColor" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1856" Vartype="4 Bytes" Bytesize="4"
Description="skinColor" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1860" Vartype="4 Bytes" Bytesize="4"
Description="eyeColor" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1864" Vartype="4 Bytes" Bytesize="4"
Description="shirtColor" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1868" Vartype="4 Bytes" Bytesize="4"
Description="underShirtColor" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1872" Vartype="4 Bytes" Bytesize="4"
Description="pantsColor" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1876" Vartype="4 Bytes" Bytesize="4"
Description="shoeColor" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1880" Vartype="4 Bytes" Bytesize="4"
Description="dpsStart" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1884" Vartype="4 Bytes" Bytesize="4"
Description="dpsStart_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1888" Vartype="4 Bytes" Bytesize="4" Description="dpsEnd"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="1892" Vartype="4 Bytes" Bytesize="4"
Description="dpsEnd_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1896" Vartype="4 Bytes" Bytesize="4"
Description="dpsLastHit" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1900" Vartype="4 Bytes" Bytesize="4"
Description="dpsLastHit_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1904" Vartype="4 Bytes" Bytesize="4"
Description="MinionRestTargetPoint" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1908" Vartype="4 Bytes" Bytesize="4"
Description="MinionRestTargetPoint_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1912" Vartype="4 Bytes" Bytesize="4"
Description="MinionRestTargetPoint_3" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="1916" Vartype="4 Bytes" Bytesize="4"
Description="MinionRestTargetPoint_4" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
</Elements>
</Structure>
<Structure Name="Terraria.Item" AutoFill="0" AutoCreate="1" DefaultHex="0"
AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
<Elements>
<Element Offset="0" Vartype="Pointer" Bytesize="4" Description="Vtable"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="4" Vartype="4 Bytes" Bytesize="4" Description="whoAmI"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="8" Vartype="4 Bytes" Bytesize="4"
Description="oldDirection" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="12" Vartype="4 Bytes" Bytesize="4" Description="direction"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="16" Vartype="4 Bytes" Bytesize="4" Description="width"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="20" Vartype="4 Bytes" Bytesize="4" Description="height"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="24" Vartype="Byte" Bytesize="1" Description="active"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="25" Vartype="Byte" Bytesize="1" Description="wet"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="26" Vartype="Byte" Bytesize="1" Description="honeyWet"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="27" Vartype="Byte" Bytesize="1" Description="wetCount"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="28" Vartype="Byte" Bytesize="1" Description="lavaWet"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="32" Vartype="4 Bytes" Bytesize="4" Description="position"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="36" Vartype="4 Bytes" Bytesize="4"
Description="position_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="40" Vartype="4 Bytes" Bytesize="4" Description="velocity"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="44" Vartype="4 Bytes" Bytesize="4"
Description="velocity_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="48" Vartype="4 Bytes" Bytesize="4"
Description="oldPosition" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="52" Vartype="4 Bytes" Bytesize="4"
Description="oldPosition_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="56" Vartype="4 Bytes" Bytesize="4"
Description="oldVelocity" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="60" Vartype="4 Bytes" Bytesize="4"
Description="oldVelocity_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="64" Vartype="Pointer" Bytesize="4"
Description="_nameOverride" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="68" Vartype="Pointer" Bytesize="4" Description="UseSound"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="72" Vartype="Pointer" Bytesize="4" Description="ToolTip"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="76" Vartype="4 Bytes" Bytesize="4"
Description="noGrabDelay" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="80" Vartype="4 Bytes" Bytesize="4" Description="spawnTime"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="84" Vartype="4 Bytes" Bytesize="4" Description="tileWand"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="88" Vartype="4 Bytes" Bytesize="4"
Description="fishingPole" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="92" Vartype="4 Bytes" Bytesize="4" Description="bait"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="96" Vartype="4 Bytes" Bytesize="4" Description="ownIgnore"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="100" Vartype="4 Bytes" Bytesize="4" Description="ownTime"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="104" Vartype="4 Bytes" Bytesize="4" Description="keepTime"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="108" Vartype="4 Bytes" Bytesize="4" Description="type"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="112" Vartype="4 Bytes" Bytesize="4"
Description="holdStyle" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="116" Vartype="4 Bytes" Bytesize="4" Description="useStyle"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="120" Vartype="4 Bytes" Bytesize="4"
Description="useAnimation" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="124" Vartype="4 Bytes" Bytesize="4" Description="useTime"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="128" Vartype="4 Bytes" Bytesize="4" Description="stack"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="132" Vartype="4 Bytes" Bytesize="4" Description="maxStack"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="136" Vartype="4 Bytes" Bytesize="4" Description="pick"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="140" Vartype="4 Bytes" Bytesize="4" Description="axe"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="144" Vartype="4 Bytes" Bytesize="4" Description="hammer"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="148" Vartype="4 Bytes" Bytesize="4"
Description="tileBoost" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="152" Vartype="4 Bytes" Bytesize="4"
Description="createTile" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="156" Vartype="4 Bytes" Bytesize="4"
Description="createWall" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="160" Vartype="4 Bytes" Bytesize="4"
Description="placeStyle" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="164" Vartype="4 Bytes" Bytesize="4" Description="damage"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="168" Vartype="Float" Bytesize="4" Description="knockBack"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="172" Vartype="4 Bytes" Bytesize="4" Description="healLife"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="176" Vartype="4 Bytes" Bytesize="4" Description="healMana"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="180" Vartype="4 Bytes" Bytesize="4" Description="alpha"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="184" Vartype="Float" Bytesize="4" Description="scale"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="188" Vartype="4 Bytes" Bytesize="4" Description="defense"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="192" Vartype="4 Bytes" Bytesize="4" Description="headSlot"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="196" Vartype="4 Bytes" Bytesize="4" Description="bodySlot"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="200" Vartype="4 Bytes" Bytesize="4" Description="legSlot"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="204" Vartype="4 Bytes" Bytesize="4"
Description="stringColor" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="208" Vartype="4 Bytes" Bytesize="4" Description="owner"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="212" Vartype="4 Bytes" Bytesize="4" Description="rare"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="216" Vartype="4 Bytes" Bytesize="4" Description="shoot"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="220" Vartype="Float" Bytesize="4" Description="shootSpeed"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="224" Vartype="4 Bytes" Bytesize="4" Description="ammo"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="228" Vartype="4 Bytes" Bytesize="4" Description="useAmmo"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="232" Vartype="4 Bytes" Bytesize="4"
Description="lifeRegen" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="236" Vartype="4 Bytes" Bytesize="4"
Description="manaIncrease" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="240" Vartype="4 Bytes" Bytesize="4" Description="mana"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="244" Vartype="4 Bytes" Bytesize="4" Description="release"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="248" Vartype="4 Bytes" Bytesize="4" Description="value"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="252" Vartype="4 Bytes" Bytesize="4" Description="buffType"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="256" Vartype="4 Bytes" Bytesize="4" Description="buffTime"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="260" Vartype="4 Bytes" Bytesize="4"
Description="mountType" DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="264" Vartype="4 Bytes" Bytesize="4"
Description="shopSpecialCurrency" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="268" Vartype="4 Bytes" Bytesize="4" Description="netID"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="272" Vartype="4 Bytes" Bytesize="4" Description="crit"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="276" Vartype="4 Bytes" Bytesize="4"
Description="reuseDelay" DisplayMethod="Signed Integer"
BackgroundColor="80000005"/>
<Element Offset="280" Vartype="2 Bytes" Bytesize="2" Description="makeNPC"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="282" Vartype="2 Bytes" Bytesize="2" Description="hairDye"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="284" Vartype="2 Bytes" Bytesize="2" Description="glowMask"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="286" Vartype="Byte" Bytesize="1" Description="questItem"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="287" Vartype="Byte" Bytesize="1" Description="flame"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="288" Vartype="Byte" Bytesize="1" Description="mech"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="289" Vartype="Byte" Bytesize="1"
Description="beingGrabbed" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="290" Vartype="Byte" Bytesize="1"
Description="isBeingGrabbed" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="291" Vartype="Byte" Bytesize="1" Description="wornArmor"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="292" Vartype="Byte" Bytesize="1" Description="dye"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="293" Vartype="Byte" Bytesize="1" Description="expertOnly"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="294" Vartype="Byte" Bytesize="1" Description="expert"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="295" Vartype="Byte" Bytesize="1" Description="paint"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="296" Vartype="Byte" Bytesize="1" Description="instanced"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="297" Vartype="Byte" Bytesize="1" Description="favorited"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="298" Vartype="Byte" Bytesize="1" Description="channel"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="299" Vartype="Byte" Bytesize="1" Description="accessory"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="300" Vartype="Byte" Bytesize="1" Description="potion"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="301" Vartype="Byte" Bytesize="1" Description="consumable"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="302" Vartype="Byte" Bytesize="1" Description="autoReuse"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="303" Vartype="Byte" Bytesize="1" Description="useTurn"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="304" Vartype="Byte" Bytesize="1" Description="handOnSlot"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="305" Vartype="Byte" Bytesize="1" Description="handOffSlot"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="306" Vartype="Byte" Bytesize="1" Description="backSlot"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="307" Vartype="Byte" Bytesize="1" Description="frontSlot"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="308" Vartype="Byte" Bytesize="1" Description="shoeSlot"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="309" Vartype="Byte" Bytesize="1" Description="waistSlot"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="310" Vartype="Byte" Bytesize="1" Description="wingSlot"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="311" Vartype="Byte" Bytesize="1" Description="shieldSlot"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="312" Vartype="Byte" Bytesize="1" Description="neckSlot"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="313" Vartype="Byte" Bytesize="1" Description="faceSlot"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="314" Vartype="Byte" Bytesize="1" Description="balloonSlot"
DisplayMethod="Signed Integer" BackgroundColor="80000005"/>
<Element Offset="315" Vartype="Byte" Bytesize="1" Description="notAmmo"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="316" Vartype="Byte" Bytesize="1" Description="buyOnce"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="317" Vartype="Byte" Bytesize="1"
Description="noUseGraphic" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="318" Vartype="Byte" Bytesize="1" Description="noMelee"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="319" Vartype="Byte" Bytesize="1" Description="buy"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="320" Vartype="Byte" Bytesize="1" Description="social"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="321" Vartype="Byte" Bytesize="1" Description="vanity"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="322" Vartype="Byte" Bytesize="1" Description="material"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="323" Vartype="Byte" Bytesize="1" Description="noWet"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="324" Vartype="Byte" Bytesize="1" Description="cartTrack"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="325" Vartype="Byte" Bytesize="1" Description="uniqueStack"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="326" Vartype="Byte" Bytesize="1" Description="DD2Summon"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="327" Vartype="Byte" Bytesize="1" Description="prefix"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="328" Vartype="Byte" Bytesize="1" Description="melee"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="329" Vartype="Byte" Bytesize="1" Description="magic"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="330" Vartype="Byte" Bytesize="1" Description="ranged"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="331" Vartype="Byte" Bytesize="1" Description="thrown"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="332" Vartype="Byte" Bytesize="1" Description="summon"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="333" Vartype="Byte" Bytesize="1" Description="sentry"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="334" Vartype="Byte" Bytesize="1" Description="newAndShiny"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="336" Vartype="4 Bytes" Bytesize="4" Description="color"
DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
<Element Offset="340" Vartype="4 Bytes" Bytesize="4"
Description="shopCustomPrice" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="344" Vartype="4 Bytes" Bytesize="4"
Description="shopCustomPrice_2" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="348" Vartype="4 Bytes" Bytesize="4"
Description="shopCustomPrice_3" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
<Element Offset="352" Vartype="4 Bytes" Bytesize="4"
Description="shopCustomPrice_4" DisplayMethod="Unsigned Integer"
BackgroundColor="80000005"/>
</Elements>
</Structure>
</Structures>
</CheatTable>

Das könnte Ihnen auch gefallen