Some info from SDE about bonuses from engineering complexes and rigs

Hello.

I want to write an application which will calculate expenses for production of items. I have found all needed formulas but I can’t find info about engineering complexes (their bonuses) and info about rigs (that give bonuses to manufacturing) in SDE database. In which tables I can find this info ?

Not a lot in particularly usable form, I’m afraid.

Much of this stuff is hardcoded.

dgmTypeAttributes (linked with dgmAttributeTypes ) contains some of the details. Like attributeEngRigMatBonus

However, it doesn’t tell you what it affects.

You can get something from dgmTypeEffects (linked with dgmEffects)

rigAdvSmshipManufactureMaterialBonus

1 Like

You could take a look at evernus source for all bonuses: https://bitbucket.org/krojew/evernus/src/ecd6ebeaeba02444a24c4ef397cccf6428f1fb82/IndustryUtils.cpp?at=default&fileviewer=file-view-default

Ok, thanks for responses.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.