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.
 

where can I find a complete list of blueprints?

First post
Author
foxjazz
Center for Advanced Studies
Gallente Federation
#1 - 2016-07-16 14:43:40 UTC
Is it published through crest?
I tried the yaml file, but it's not complete.
???????????????????

Thank you,

foxjazz
Blacksmoke16
Imperial Academy
#2 - 2016-07-16 15:08:08 UTC
It is kinda on CREST. Can go to the blueprint category and find all the groups in that category then every blueprint is grouped by its group (if that makes sense)

https://crest-tq.eveonline.com/inventory/categories/9/

However they should all be in the yaml file. Make sure you are using the one from the latest release.

https://developers.eveonline.com/resource/resources

'sde-20160704-TRANQUILITY.zip'

If it is still complete, which ones are missing?

Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#3 - 2016-07-16 16:30:54 UTC
If the SDE isn't complete, it's certainly something I want to know about (so I can talk to team Techco and get that fixed)


What's up with it?

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

foxjazz
Center for Advanced Studies
Gallente Federation
#4 - 2016-07-17 00:09:56 UTC
I couldn't find this in the yaml file.
productid
typeid 683
Blacksmoke16
Imperial Academy
#5 - 2016-07-17 01:07:56 UTC
typeID 683 is bantam blueprint. Assuming you have the latest SDE that's the third one from the top. So i would look again as im quite sure its there.
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#6 - 2016-07-17 03:22:46 UTC
It's certainly in the one I have?

683:
activities:
copying:
time: 4800
invention:
materials:
- quantity: 2
typeID: 20416
- quantity: 2
typeID: 25887
products:
- probability: 0.3
quantity: 1
typeID: 39581
skills:
- level: 1
typeID: 11442
- level: 1
typeID: 11454
- level: 1
typeID: 21790
time: 63900
manufacturing:
materials:
- quantity: 2
typeID: 38
- quantity: 4
typeID: 39
- quantity: 500
typeID: 37
- quantity: 2444
typeID: 36
- quantity: 8000
typeID: 35
- quantity: 22222
typeID: 34
products:
- quantity: 1
typeID: 582
skills:
- level: 1
typeID: 3380
time: 6000
research_material:
time: 2100
research_time:
time: 2100
blueprintTypeID: 683
maxProductionLimit: 30

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

foxjazz
Center for Advanced Studies
Gallente Federation
#7 - 2016-07-19 01:02:48 UTC  |  Edited by: foxjazz
maybe I am interpretting the bp incorrectly.

products:
- probability: 0.3
quantity: 1
typeID: 39581

is the yaml that you showed, clearly it isn't 683
the blueprinttypeID is 683. Is that what I should be using?

I would prefer to just get that yaml data in json format from a crest call, but I didn't see a way to do that. Has that changed?
Blacksmoke16
Imperial Academy
#8 - 2016-07-19 01:47:24 UTC
blueprinttypeID is the typeID for the actual blueprint

ie typeID 683 is for the Bantam Blueprint item itself.

There are various activities you can do with this item: Copying, invention, manufacturing, and research.

products:
- probability: 0.3
quantity: 1
typeID: 39581

This refers to the invention activity that can be done on the bantam blueprint. It says it has a 30% base chance of turning into 1 unit of typeID 39581, which would be a Kirin blueprint ie the T2 version of the bantam.


The YAML Steve pasted most definitely shows a bantam blueprint as at the very top it says 683: then the rest of the data. It also says blueprintTypeID: 683 towards the bottom.

This data is not accessible in CREST at this moment, best bet is to parse the YAML or use Steve's SQL conversions.