These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

[Solved] Cruiser changes

Author
Toma Re
Event Horizon Ships
#1 - 2013-02-14 10:51:46 UTC  |  Edited by: Toma Re
hi *,

i have a little problem with the calculation of the production cost of the new cruisers. The base materials in the databases form retri 1.0.7 shows me the old minerals needs but the if i check ig the bpo there are differences. BPO with no changes are correct calculated.

any tip for me whats could be wrong?

Greeting
Toma
Dino Boff
The Scope
Gallente Federation
#2 - 2013-02-14 16:40:07 UTC  |  Edited by: Dino Boff
T1 production is usually simple. You just need to lookup invTypeMaterials; often, there's no extra materials. However, when CCP needs to make ship more expensive, they have to make sure you can't build the ship before a patch and get free materials after the patch by reprocessing it.

You will get the list of extra material by looking the ramTypeRequirements which list extra material needed by blueprints for different activities (I think it list the materials needed for Training, Manufacturing, Copying, Reverse Engineering). Those materials are not recovered after reprocessing.

Look at the ramActivities for the Manufacturing activity type ID.
Tonto Auri
Vhero' Multipurpose Corp
#3 - 2013-02-14 21:59:28 UTC
Silly, but necessary question: Have you accounted for wastage factor, when looking at BPO?

Two most common elements in the universe are hydrogen and stupidity. -- Harlan Ellison

Toma Re
Event Horizon Ships
#4 - 2013-02-20 12:42:41 UTC
Dino Boff wrote:
T1 production is usually simple. You just need to lookup invTypeMaterials; often, there's no extra materials. However, when CCP needs to make ship more expensive, they have to make sure you can't build the ship before a patch and get free materials after the patch by reprocessing it.

You will get the list of extra material by looking the ramTypeRequirements which list extra material needed by blueprints for different activities (I think it list the materials needed for Training, Manufacturing, Copying, Reverse Engineering). Those materials are not recovered after reprocessing.

Look at the ramActivities for the Manufacturing activity type ID.



Yep thanks, i forgot the ramTypeRequirements, thanks