()
| 202 | _addRows(data, eos.gamedata.Category, fieldMap=map) |
| 203 | |
| 204 | def processDogmaAttributes(): |
| 205 | print('processing dogmaattributes') |
| 206 | data = _readData('fsd_built', 'dogmaattributes', keyIdName='attributeID') |
| 207 | map = { |
| 208 | 'displayName_en-us': 'displayName', |
| 209 | # 'tooltipDescription_en-us': 'tooltipDescription' |
| 210 | } |
| 211 | _addRows(data, eos.gamedata.AttributeInfo, fieldMap=map) |
| 212 | |
| 213 | def processDogmaTypeAttributes(eveTypesData): |
| 214 | print('processing dogmatypeattributes') |