Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Add support for BPO/BPC Differentiation #151

Closed
AndreasPK opened this issue Dec 14, 2013 · 0 comments · Fixed by #152
Closed

Add support for BPO/BPC Differentiation #151

AndreasPK opened this issue Dec 14, 2013 · 0 comments · Fixed by #152
Labels

Comments

@AndreasPK
Copy link
Contributor

The Asset api now enables us to differentiate BPO's and BPC's (http://community.eveonline.com/news/dev-blogs/2324)

However evelink doesn't provide this information currently. The information is encoded in the rawQuantity which is only present when required,

Example rows:

<row itemID="374680079" locationID="60012577" typeID="973" quantity="1" flag="4" singleton="1" rawQuantity="-2"/>
<row itemID="390029855" locationID="60012577" typeID="16243" quantity="1" flag="4" singleton="1" rawQuantity="-1"/>

From eve-dev:

New field - rawQuantity

Items in the AssetList (and ContractItems) now include a rawQuantity attribute if the quantity in the DB is negative. Negative quantities are in fact codes, -1 indicates that the item is a singleton (non-stackable). If the item happens to be a Blueprint, -1 is an Original and -2 is a Blueprint Copy. For further information about negative quantities see this devblog http://www.eveonline.com/devblog.asp?a=blog&nbid=2324

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant