I’m trying to find out if a blueprint is an original or a copy. From the ESI the Json returned from two blueprints is below, one is an original and one is a copy.
The ESI says that blueprint orginals have a run value of -1. Whats the correct way to tell if its a copy or not. Also there are different Icons for copys and originals the background color seems to be a slightly different shade but still has the same type id. Is there a way to find out the blueprint copy icon?
{
ItemId: 1023089598241
LocationFlag: Hangar
LocationId: 60002419
MaterialEfficiency: 10
Quantity: -1
Runs: -1
TimeEfficiency: 20
TypeId: 1145
}
{
ItemId: 1031800001322
LocationFlag: Hangar
LocationId: 60002419
MaterialEfficiency: 10
Quantity: -2
Runs: 1
TimeEfficiency: 20
TypeId: 1145
}