These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Incursions/Solar systems API data and DB dump
The Incursion Guild
Epic Arc Guide
@CCP_FoxFour // Technical Designer // Team Tech Co
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
stagingLocation = mostExternalJumps[0]...code to calculate every systems jumps to the staging system...distanceToStagingList = sorted(solarSystemList, key=lambda k: k.jumpsToStaging, reverse=True)HQLocation = distanceToStagingList[0]...code for calculating number of vanguard and assault based on the percentages dictated for this tale...assaultLocations = distanceToStagingList[1:numAssault + 1]vanguardLocations = distanceToStagingList[numAssault + 1:-1]