comparison reproctool.cgi @ 50:2545b24a2e31

Bit better teminology, as basepreice ususaly is the cost of the mins involced at building the item.
author df
date Thu, 29 Jan 2009 13:44:29 +0000
parents e0dd561faac1
children 229f009effc0
comparison
equal deleted inserted replaced
49:e0dd561faac1 50:2545b24a2e31
291 </ul> 291 </ul>
292 <p /> 292 <p />
293 The number below the item represents the item's value if you would reprocess 293 The number below the item represents the item's value if you would reprocess
294 and sell the minerals on the market. Basically, if you have the option of 294 and sell the minerals on the market. Basically, if you have the option of
295 selling that item for a price below that number, its better to keep the item 295 selling that item for a price below that number, its better to keep the item
296 and reprocess it. 296 and reprocess it. (Depending what you need more, mins or isk you are free to
297 sell or reprocess ofcourse.)
297 <p /> 298 <p />
298 As you might see, the items are listed similarly to your inventory in EVE. 299 As you might see, the items are listed similarly to your inventory in EVE.
299 You will need to sort your inventory window in EVE <b>by name</b> to match. 300 You will need to sort your inventory window in EVE <b>by name</b> to match.
300 If you have this browser window next to your inventory window, matching the 301 If you have this browser window next to your inventory window, matching the
301 columns(!), it is very easy to pick out those valuable items. 302 columns(!), it is very easy to pick out those valuable items.
396 <h1>Totals</h1> 397 <h1>Totals</h1>
397 Note: This is assuming you exactly got 1 item stacked per item listed. (This tool 398 Note: This is assuming you exactly got 1 item stacked per item listed. (This tool
398 does not take the stacked size into account.<br /> 399 does not take the stacked size into account.<br />
399 END 400 END
400 # TODO: df wonders if there is a std::map :) 401 # TODO: df wonders if there is a std::map :)
401 print "Total ISK baseprice: " . pretty_numbers( $totalIsk ) . "<br />\n"; 402 print "Total ISK for raw reprocessed materials: " . pretty_numbers( $totalIsk ) . "<br />\n";
402 print "<br />Trit: " . pretty_numbers( $totalTrit ) if ($totalTrit>0); 403 print "<br />Trit: " . pretty_numbers( $totalTrit ) if ($totalTrit>0);
403 print "<br />Py: " . pretty_numbers( $totalPyer ) if ($totalPyer>0); 404 print "<br />Py: " . pretty_numbers( $totalPyer ) if ($totalPyer>0);
404 print "<br />Mex: " . pretty_numbers( $totalMexa ) if ($totalMexa>0); 405 print "<br />Mex: " . pretty_numbers( $totalMexa ) if ($totalMexa>0);
405 print "<br />Iso: " . pretty_numbers( $totalIsog ) if ($totalIsog>0); 406 print "<br />Iso: " . pretty_numbers( $totalIsog ) if ($totalIsog>0);
406 print "<br />Nox: " . pretty_numbers( $totalNocx ) if ($totalNocx>0); 407 print "<br />Nox: " . pretty_numbers( $totalNocx ) if ($totalNocx>0);