()
| 281 | return newData |
| 282 | |
| 283 | def processDogmaUnits(): |
| 284 | print('processing dogmaunits') |
| 285 | data = _readData('fsd_built', 'dogmaunits', keyIdName='unitID') |
| 286 | _addRows(data, eos.gamedata.Unit, fieldMap={ |
| 287 | 'name': 'unitName', |
| 288 | 'displayName_en-us': 'displayName' |
| 289 | }) |
| 290 | |
| 291 | def processMarketGroups(): |
| 292 | print('processing marketgroups') |