Difference between revisions of "BPROD.DAT (TFTD)"

From UFOpaedia
Jump to navigation Jump to search
m
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
The BPROD.DAT file holds information on the current progress of what is being manufactured. It is a whopping (compared to other dat files) 2800 bytes. Essentially it holds information for each of your bases and for each item that ''can'' be produced. Each item gets 10 bytes (8 bases * 43 producible items * 10 bytes = 3440), however the format of this file seems a bit sideways (to me atleast). The best 'line width' to come up with is 430, 1 line for each base.  
+
The BPROD.DAT file holds information on the current progress of what is being manufactured. It is a whopping (compared to other dat files) 3440 bytes. Essentially it holds information for each of your bases and for each item that ''can'' be produced. Each item gets 10 bytes (8 bases * 43 producible items * 10 bytes = 3440), however the format of this file seems a bit sideways (to me atleast). The best 'line width' to come up with is 430, 1 line for each base.  
  
 
Inside of those 430 bytes it is divided into to 4 sections:  
 
Inside of those 430 bytes it is divided into to 4 sections:  
Line 19: Line 19:
 
<small>All addresses are in decimal unless prefixed by 0x</small>
 
<small>All addresses are in decimal unless prefixed by 0x</small>
  
  ''' 000 - 0ABh''' : Hours stored for each item (4 bytes each)
+
  ''' 000 - 0A8h''' : Hours stored for each item (4 bytes each)
  '''0ACh - 101h''' : Engineers allocated to each item (2 bytes each)
+
  '''0ACh - 100h''' : Engineers allocated to each item (2 bytes each)
  '''102h - 157h''' : Total to produce for each item (2 bytes each)
+
  '''102h - 156h''' : Total to produce for each item (2 bytes each)
  '''158h - 1ADh''' : Units produced for each item (2 bytes each)
+
  '''158h - 1ACh''' : Units produced for each item (2 bytes each)
  
 
==More Detailed==
 
==More Detailed==
I used a python script to generate a more verbose listing of the addressing in this file, as it is rather tedious.
+
 
 
<table {{StdCenterTable}}>
 
<table {{StdCenterTable}}>
 
<tr {{StdDescTable_Heading}}>
 
<tr {{StdDescTable_Heading}}>
Line 38: Line 38:
 
<td>0 (0x0)</td>
 
<td>0 (0x0)</td>
 
<td>172 (0xAC)</td>
 
<td>172 (0xAC)</td>
<td>226 (0xE2)</td>
+
<td>258 (0x102)</td>
<td>296 (0x128)</td>
+
<td>344 (0x158)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 45: Line 45:
 
<td>4 (0x4)</td>
 
<td>4 (0x4)</td>
 
<td>174 (0xAE)</td>
 
<td>174 (0xAE)</td>
<td>212 (0xD4)</td>
+
<td>260 (0x104)</td>
<td>282 (0x11A)</td>
+
<td>346 (0x15A)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 52: Line 52:
 
<td>8 (0x8)</td>
 
<td>8 (0x8)</td>
 
<td>176 (0xB0)</td>
 
<td>176 (0xB0)</td>
<td>214 (0xD6)</td>
+
<td>262 (0x106)</td>
<td>284 (0x11C)</td>
+
<td>348 (0x15C)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 59: Line 59:
 
<td>12 (0xC)</td>
 
<td>12 (0xC)</td>
 
<td>178 (0xB2)</td>
 
<td>178 (0xB2)</td>
<td>216 (0xD8)</td>
+
<td>264 (0x108)</td>
<td>286 (0x11E)</td>
+
<td>350 (0x15E)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 66: Line 66:
 
<td>16 (0x10)</td>
 
<td>16 (0x10)</td>
 
<td>180 (0xB4)</td>
 
<td>180 (0xB4)</td>
<td>278 (0xDA)</td>
+
<td>266 (0x10A)</td>
<td>288 (0x120)</td>
+
<td>352 (0x160)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 73: Line 73:
 
<td>20 (0x14)</td>
 
<td>20 (0x14)</td>
 
<td>182 (0xB6)</td>
 
<td>182 (0xB6)</td>
<td>220 (0xDC)</td>
+
<td>268 (0x10C)</td>
<td>290 (0x122)</td>
+
<td>354 (0x162)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 80: Line 80:
 
<td>24 (0x18)</td>
 
<td>24 (0x18)</td>
 
<td>184 (0xB8)</td>
 
<td>184 (0xB8)</td>
<td>222 (0xDE)</td>
+
<td>270 (0x10E)</td>
<td>292 (0x124)</td>
+
<td>356 (0x164)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 87: Line 87:
 
<td>28 (0x1C)</td>
 
<td>28 (0x1C)</td>
 
<td>186 (0xBA)</td>
 
<td>186 (0xBA)</td>
<td>224 (0xE0)</td>
+
<td>272 (0x110)</td>
<td>294 (0x126)</td>
+
<td>358 (0x166)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 94: Line 94:
 
<td>32 (0x20)</td>
 
<td>32 (0x20)</td>
 
<td>188 (0xBC)</td>
 
<td>188 (0xBC)</td>
<td>226 (0xE2)</td>
+
<td>274 (0x112)</td>
<td>296 (0x128)</td>
+
<td>360 (0x168)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 101: Line 101:
 
<td>36 (0x24)</td>
 
<td>36 (0x24)</td>
 
<td>190 (0xBE)</td>
 
<td>190 (0xBE)</td>
<td>228 (0xE4)</td>
+
<td>276 (0x114)</td>
<td>298 (0x12A)</td>
+
<td>362 (0x16A)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 108: Line 108:
 
<td>40 (0x28)</td>
 
<td>40 (0x28)</td>
 
<td>192 (0xC0)</td>
 
<td>192 (0xC0)</td>
<td>230 (0xE6)</td>
+
<td>278 (0x116)</td>
<td>300 (0x12C)</td>
+
<td>364 (0x16C)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 115: Line 115:
 
<td>44 (0x2C)</td>
 
<td>44 (0x2C)</td>
 
<td>194 (0xC2)</td>
 
<td>194 (0xC2)</td>
<td>232 (0xE8)</td>
+
<td>280 (0x118)</td>
<td>302 (0x12E)</td>
+
<td>366 (0x16E)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 122: Line 122:
 
<td>48 (0x30)</td>
 
<td>48 (0x30)</td>
 
<td>196 (0xC4)</td>
 
<td>196 (0xC4)</td>
<td>234 (0xEA)</td>
+
<td>282 (0x11A)</td>
<td>304 (0x130)</td>
+
<td>368 (0x170)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 129: Line 129:
 
<td>52 (0x34)</td>
 
<td>52 (0x34)</td>
 
<td>198 (0xC6)</td>
 
<td>198 (0xC6)</td>
<td>236 (0xEC)</td>
+
<td>284 (0x11C)</td>
<td>306 (0x132)</td>
+
<td>370 (0x172)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 136: Line 136:
 
<td>56 (0x38)</td>
 
<td>56 (0x38)</td>
 
<td>200 (0xC8)</td>
 
<td>200 (0xC8)</td>
<td>238 (0xEE)</td>
+
<td>286 (0x11E)</td>
<td>308 (0x134)</td>
+
<td>372 (0x174)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 143: Line 143:
 
<td>60 (0x3C)</td>
 
<td>60 (0x3C)</td>
 
<td>202 (0xCA)</td>
 
<td>202 (0xCA)</td>
<td>240 (0xF0)</td>
+
<td>288 (0x120)</td>
<td>310 (0x136)</td>
+
<td>374 (0x176)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 150: Line 150:
 
<td>64 (0x40)</td>
 
<td>64 (0x40)</td>
 
<td>204 (0xCC)</td>
 
<td>204 (0xCC)</td>
<td>242 (0xF2)</td>
+
<td>290 (0x122)</td>
<td>312 (0x138)</td>
+
<td>376 (0x178)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 157: Line 157:
 
<td>68 (0x44)</td>
 
<td>68 (0x44)</td>
 
<td>206 (0xCE)</td>
 
<td>206 (0xCE)</td>
<td>244 (0xF4)</td>
+
<td>292 (0x124)</td>
<td>314 (0x13A)</td>
+
<td>378 (0x17A)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 164: Line 164:
 
<td>72 (0x48)</td>
 
<td>72 (0x48)</td>
 
<td>208 (0xD0)</td>
 
<td>208 (0xD0)</td>
<td>246 (0xF6)</td>
+
<td>294 (0x126)</td>
<td>316 (0x13C)</td>
+
<td>380 (0x17C)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 171: Line 171:
 
<td>76 (0x4C)</td>
 
<td>76 (0x4C)</td>
 
<td>210 (0xD2)</td>
 
<td>210 (0xD2)</td>
<td>248 (0xF8)</td>
+
<td>296 (0x128)</td>
<td>318 (0x13E)</td>
+
<td>382 (0x17E)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 178: Line 178:
 
<td>80 (0x50)</td>
 
<td>80 (0x50)</td>
 
<td>212 (0xD4)</td>
 
<td>212 (0xD4)</td>
<td>250 (0xFA)</td>
+
<td>298 (0x12A)</td>
<td>320 (0x140)</td>
+
<td>384 (0x180)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 185: Line 185:
 
<td>84 (0x54)</td>
 
<td>84 (0x54)</td>
 
<td>214 (0xD6)</td>
 
<td>214 (0xD6)</td>
<td>252 (0xFC)</td>
+
<td>300 (0x12C)</td>
<td>322 (0x142)</td>
+
<td>386 (0x182)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 192: Line 192:
 
<td>88 (0x58)</td>
 
<td>88 (0x58)</td>
 
<td>216 (0xD8)</td>
 
<td>216 (0xD8)</td>
<td>254 (0xFE)</td>
+
<td>302 (0x12E)</td>
<td>324 (0x144)</td>
+
<td>388 (0x184)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 199: Line 199:
 
<td>92 (0x5C)</td>
 
<td>92 (0x5C)</td>
 
<td>218 (0xDA)</td>
 
<td>218 (0xDA)</td>
<td>256 (0x100)</td>
+
<td>304 (0x130)</td>
<td>326 (0x146)</td>
+
<td>390 (0x186)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 206: Line 206:
 
<td>96 (0x60)</td>
 
<td>96 (0x60)</td>
 
<td>220 (0xDC)</td>
 
<td>220 (0xDC)</td>
<td>258 (0x102)</td>
+
<td>306 (0x132)</td>
<td>328 (0x148)</td>
+
<td>392 (0x188)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 213: Line 213:
 
<td>100 (0x64)</td>
 
<td>100 (0x64)</td>
 
<td>222 (0xDE)</td>
 
<td>222 (0xDE)</td>
<td>260 (0x104)</td>
+
<td>308 (0x134)</td>
<td>330 (0x14A)</td>
+
<td>394 (0x18A)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 220: Line 220:
 
<td>104 (0x68)</td>
 
<td>104 (0x68)</td>
 
<td>224 (0xE0)</td>
 
<td>224 (0xE0)</td>
<td>262 (0x106)</td>
+
<td>310 (0x136)</td>
<td>332 (0x14C)</td>
+
<td>396 (0x18C)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 227: Line 227:
 
<td>108 (0x6C)</td>
 
<td>108 (0x6C)</td>
 
<td>226 (0xE2)</td>
 
<td>226 (0xE2)</td>
<td>264 (0x108)</td>
+
<td>312 (0x138)</td>
<td>334 (0x14E)</td>
+
<td>398 (0x18E)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 234: Line 234:
 
<td>112 (0x70)</td>
 
<td>112 (0x70)</td>
 
<td>228 (0xE4)</td>
 
<td>228 (0xE4)</td>
<td>266 (0x10A)</td>
+
<td>314 (0x13A)</td>
<td>336 (0x150)</td>
+
<td>400 (0x190)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 241: Line 241:
 
<td>116 (0x74)</td>
 
<td>116 (0x74)</td>
 
<td>230 (0xE6)</td>
 
<td>230 (0xE6)</td>
<td>268 (0x10C)</td>
+
<td>316 (0x13C)</td>
<td>338 (0x152)</td>
+
<td>402 (0x192)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 248: Line 248:
 
<td>120 (0x78)</td>
 
<td>120 (0x78)</td>
 
<td>232 (0xE8)</td>
 
<td>232 (0xE8)</td>
<td>270 (0x10E)</td>
+
<td>318 (0x13E)</td>
<td>340 (0x154)</td>
+
<td>404 (0x194)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 255: Line 255:
 
<td>124 (0x7C)</td>
 
<td>124 (0x7C)</td>
 
<td>234 (0xEA)</td>
 
<td>234 (0xEA)</td>
<td>272 (0x110)</td>
+
<td>320 (0x140)</td>
<td>342 (0x156)</td>
+
<td>406 (0x196)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 262: Line 262:
 
<td>128 (0x80)</td>
 
<td>128 (0x80)</td>
 
<td>236 (0xEC)</td>
 
<td>236 (0xEC)</td>
<td>274 (0x112)</td>
+
<td>322 (0x142)</td>
<td>344 (0x158)</td>
+
<td>408 (0x198)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 269: Line 269:
 
<td>132 (0x84)</td>
 
<td>132 (0x84)</td>
 
<td>238 (0xEE)</td>
 
<td>238 (0xEE)</td>
<td>276 (0x114)</td>
+
<td>324 (0x144)</td>
<td>346 (0x15A)</td>
+
<td>410 (0x19A)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 276: Line 276:
 
<td>136 (0x88)</td>
 
<td>136 (0x88)</td>
 
<td>240 (0xF0)</td>
 
<td>240 (0xF0)</td>
<td>278 (0x116)</td>
+
<td>326 (0x146)</td>
<td>348 (0x15C)</td>
+
<td>412 (0x19C)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 283: Line 283:
 
<td>140 (0x8C)</td>
 
<td>140 (0x8C)</td>
 
<td>242 (0xF2)</td>
 
<td>242 (0xF2)</td>
<td>280 (0x118)</td>
+
<td>328 (0x148)</td>
<td>350 (0x15E)</td>
+
<td>414 (0x19E)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 290: Line 290:
 
<td>144 (0x90)</td>
 
<td>144 (0x90)</td>
 
<td>244 (0xF4)</td>
 
<td>244 (0xF4)</td>
<td>282 (0x11A)</td>
+
<td>330 (0x14A)</td>
<td>352 (0x160)</td>
+
<td>416 (0x1A0)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 297: Line 297:
 
<td>148 (0x94)</td>
 
<td>148 (0x94)</td>
 
<td>246 (0xF6)</td>
 
<td>246 (0xF6)</td>
<td>284 (0x11C)</td>
+
<td>332 (0x14C)</td>
<td>354 (0x162)</td>
+
<td>418 (0x1A2)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 304: Line 304:
 
<td>152 (0x98)</td>
 
<td>152 (0x98)</td>
 
<td>248 (0xF8)</td>
 
<td>248 (0xF8)</td>
<td>286 (0x11E)</td>
+
<td>334 (0x14E)</td>
<td>356 (0x164)</td>
+
<td>420 (0x1A4)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 311: Line 311:
 
<td>156 (0x9C)</td>
 
<td>156 (0x9C)</td>
 
<td>250 (0xFA)</td>
 
<td>250 (0xFA)</td>
<td>288 (0x120)</td>
+
<td>336 (0x150)</td>
<td>358 (0x166)</td>
+
<td>422 (0x1A6)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 318: Line 318:
 
<td>160 (0xA0)</td>
 
<td>160 (0xA0)</td>
 
<td>252 (0xFC)</td>
 
<td>252 (0xFC)</td>
<td>290 (0x122)</td>
+
<td>338 (0x152)</td>
<td>360 (0x168)</td>
+
<td>424 (0x1A8)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 325: Line 325:
 
<td>164 (0xA4)</td>
 
<td>164 (0xA4)</td>
 
<td>254 (0xFE)</td>
 
<td>254 (0xFE)</td>
<td>292 (0x124)</td>
+
<td>340 (0x154)</td>
<td>362 (0x16A)</td>
+
<td>426 (0x1AA)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 332: Line 332:
 
<td>168 (0xA8)</td>
 
<td>168 (0xA8)</td>
 
<td>256 (0x100)</td>
 
<td>256 (0x100)</td>
<td>294 (0x126)</td>
+
<td>342 (0x156)</td>
<td>364 (0x16C)</td>
+
<td>428 (0x1AC)</td>
 
</tr>
 
</tr>
 
</table>
 
</table>
  
 
==See Also==
 
==See Also==
* [[BASE.DAT]] - Information about Bases
+
* [[BASE.DAT_(TFTD)]] - Information about Bases
* [[PRODUCT.DAT]] - Describes what can be built
+
* [[PRODUCT.DAT_(TFTD)]] - Describes what can be built
 
* [[Saved Game Files]]
 
* [[Saved Game Files]]
 
[[Category:Game Files]]
 
[[Category:Game Files]]
 +
[[Category:TFTD]]

Latest revision as of 12:50, 23 July 2013

The BPROD.DAT file holds information on the current progress of what is being manufactured. It is a whopping (compared to other dat files) 3440 bytes. Essentially it holds information for each of your bases and for each item that can be produced. Each item gets 10 bytes (8 bases * 43 producible items * 10 bytes = 3440), however the format of this file seems a bit sideways (to me atleast). The best 'line width' to come up with is 430, 1 line for each base.

Inside of those 430 bytes it is divided into to 4 sections:

  • Hours Stored (Long Integer 4 Bytes)- always lower (possibly equal see below) than the engineering hours needed to make one. It is the remainder when the amount of hours spent does not evenly divide into the time it takes to make the product. However setting this value to 0 will remove the production and place it back into the new production list, be see note below.
  • Engineers Allocated (Integer 2 Bytes) - how many engineers are allocated to making this product
  • Total to Produce (Integer 2 Bytes) - the number of these items to make
  • Units Produced (Integer 2 Bytes) - the number of these itesm to make.

NOTE: Normally when a project is complete all the values for it are set to 0. Only the 'Hours Stored' controls if it is shown as being produced or available for a new production. If a production is hacked to 0, before it is done, the engineers are still allocated to it. You will be unable to get these engineers back until you create the same project they were working on again, note that they still take up space in the workshop, so you might not be able to create that project again.

The amount of hours stored can equal the amount required, as is the case when you start a new project (along with the total to produce set 1 higher). This is why you can sometimes see 0/0 Days/Hours Left if you meet it exactly. The next hour should increment and allow the project to be finished.

Each of these 4 sections list all of the items that can be produced before going on to the next section. The order they are place corresponds to the record in PRODUCT.DAT. So byte 0 is hours completed for a Fusion Ball Launcher, byte 4 is hours completed for Laser Cannon, byte 8 is hours completed for a Plasma Beam, and so on. Finally at byte 140 (4 bytes * 35 items) we get the engineers allocated to the Fusion Ball Launcher. (All at the first base)

Rough Outline

Here is a rough outline of the format of the file, divided up into 430 byte chunks (each corresponds to a base). The order follows that of PRODUCT.DAT inside these chunks. All addresses are in decimal unless prefixed by 0x

 000 - 0A8h : Hours stored for each item (4 bytes each)
0ACh - 100h : Engineers allocated to each item (2 bytes each)
102h - 156h : Total to produce for each item (2 bytes each)
158h - 1ACh : Units produced for each item (2 bytes each)

More Detailed

Item Name Stored Hours
Offset
Allocated Engineers
Offset
Quantity to Make
Offset
Number Produced
Offset
P.W.T. Launcher 0 (0x0) 172 (0xAC) 258 (0x102) 344 (0x158)
Gauss Cannon 4 (0x4) 174 (0xAE) 260 (0x104) 346 (0x15A)
Sonic Oscillator 8 (0x8) 176 (0xB0) 262 (0x106) 348 (0x15C)
PWT Craft Ammo 12 (0xC) 178 (0xB2) 264 (0x108) 350 (0x15E)
Coelacanth/Gauss 16 (0x10) 180 (0xB4) 266 (0x10A) 352 (0x160)
Displacer/Sonic 20 (0x14) 182 (0xB6) 268 (0x10C) 354 (0x162)
Displacer/PWT 24 (0x18) 184 (0xB8) 270 (0x10E) 356 (0x164)
PW Torpedo (SWS) 28 (0x1C) 186 (0xBA) 272 (0x110) 358 (0x166)
Gauss Pistol 32 (0x20) 188 (0xBC) 274 (0x112) 360 (0x168)
Gauss Rifle 36 (0x24) 190 (0xBE) 276 (0x114) 362 (0x16A)
Heavy Gauss 40 (0x28) 192 (0xC0) 278 (0x116) 364 (0x16C)
Disturbance Sensor 44 (0x2C) 194 (0xC2) 280 (0x118) 366 (0x16E)
Medi-kit 48 (0x30) 196 (0xC4) 282 (0x11A) 368 (0x170)
M.C. Disruptor 52 (0x34) 198 (0xC6) 284 (0x11C) 370 (0x172)
Sonic Cannon 56 (0x38) 200 (0xC8) 286 (0x11E) 372 (0x174)
Cannon Power Clip 60 (0x3C) 202 (0xCA) 288 (0x120) 374 (0x176)
Sonic Blasta Rifle 64 (0x40) 204 (0xCC) 290 (0x122) 376 (0x178)
Blasta Power Clip 68 (0x44) 206 (0xCE) 292 (0x124) 378 (0x17A)
Sonic Pistol 72 (0x48) 208 (0xD0) 294 (0x126) 380 (0x17C)
Pistol Power Clip 76 (0x4C) 210 (0xD2) 296 (0x128) 382 (0x17E)
Disruptor Pulse Launcher 80 (0x50) 212 (0xD4) 298 (0x12A) 384 (0x180)
Disruptor Ammo 84 (0x54) 214 (0xD6) 300 (0x12C) 386 (0x182)
Thermal Shok Launcher 88 (0x58) 216 (0xD8) 302 (0x12E) 388 (0x184)
Thermal Shok Bomb 92 (0x5C) 218 (0xDA) 304 (0x130) 390 (0x186)
Sonic Pulsar 96 (0x60) 220 (0xDC) 306 (0x132) 392 (0x188)
M.C. Reader 100 (0x64) 222 (0xDE) 308 (0x134) 394 (0x18A)
Plastic Aqua Armor 104 (0x68) 224 (0xE0) 310 (0x136) 396 (0x18C)
Ion Armor 108 (0x6C) 226 (0xE2) 312 (0x138) 398 (0x18E)
Mag. Ion Armor 112 (0x70) 228 (0xE4) 314 (0x13A) 400 (0x190)
Aqua Plastics 116 (0x74) 230 (0xE6) 316 (0x13C) 402 (0x192)
Ion-Beam Accelerators 120 (0x78) 232 (0xE8) 318 (0x13E) 404 (0x194)
Magnetic Navigation 124 (0x7C) 234 (0xEA) 320 (0x140) 406 (0x196)
HAMMERHEAD 128 (0x80) 236 (0xEC) 322 (0x142) 408 (0x198)
MANTA 132 (0x84) 238 (0xEE) 324 (0x144) 410 (0x19A)
LEVIATHAN 136 (0x88) 240 (0xF0) 326 (0x146) 412 (0x19C)
Gauss Pistol Clip 140 (0x8C) 242 (0xF2) 328 (0x148) 414 (0x19E)
Gauss Rifle Clip 144 (0x90) 244 (0xF4) 330 (0x14A) 416 (0x1A0)
Heavy Gauss Clip 148 (0x94) 246 (0xF6) 332 (0x14C) 418 (0x1A2)
Vibro Blade 152 (0x98) 248 (0xF8) 334 (0x14E) 420 (0x1A4)
Thermic Lance 156 (0x9C) 250 (0xFA) 336 (0x150) 422 (0x1A6)
Heavy Thermic Lance 160 (0xA0) 252 (0xFC) 338 (0x152) 424 (0x1A8)
Guass Cannnon Ammo 164 (0xA4) 254 (0xFE) 340 (0x154) 426 (0x1AA)
{UNUSED} 168 (0xA8) 256 (0x100) 342 (0x156) 428 (0x1AC)

See Also