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.
 

SDE Blueprint output - quanitity

First post
Author
Cpt Bronstein
True Power Team
#1 - 2016-08-10 11:26:36 UTC
A quick question - how do you determine the quantity of items produced by the blueprint run?
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#2 - 2016-08-10 12:37:42 UTC
Which SDE are you using?

If it's the one direct from ccp, it's in the yaml.

If it's the one from me, it's in industryActivityProducts

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Cpt Bronstein
True Power Team
#3 - 2016-08-10 21:35:24 UTC  |  Edited by: Cpt Bronstein
If I knew where it is in yaml I would not be asking this question =( Could you please name file and attribute that should be used to calculate output per run?
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#4 - 2016-08-11 12:02:51 UTC
blueprints.yaml

681:
    activities:
        copying:
            time: 480
        manufacturing:
            materials:
            -   quantity: 86
                typeID: 38
            products:
            -   quantity: 1
                typeID: 165
            time: 600
        research_material:
            time: 210
        research_time:
            time: 210
    blueprintTypeID: 681
    maxProductionLimit: 300



It's:

blueprintid->activites->manufacturing->products[0]->quantity

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Cpt Bronstein
True Power Team
#5 - 2016-08-12 01:17:44 UTC  |  Edited by: Cpt Bronstein
Steve Ronuken wrote:
blueprints.yaml

681:
    activities:
        copying:
            time: 480
        manufacturing:
            materials:
            -   quantity: 86
                typeID: 38
            products:
            -   quantity: 1
                typeID: 165
            time: 600
        research_material:
            time: 210
        research_time:
            time: 210
    blueprintTypeID: 681
    maxProductionLimit: 300



It's:

blueprintid->activites->manufacturing->products[0]->quantity


thanks!!!!!

cheers!!

Looks like there is a bug in the latest data.
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#6 - 2016-08-12 11:20:31 UTC
How so?

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Cpt Bronstein
True Power Team
#7 - 2016-08-13 01:38:52 UTC
Steve Ronuken wrote:
How so?

submitted a bug report.