-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shattered Wormhole Sig and Anom list wrong #875
Comments
Yes, you are correct in this. I forget what the C13 and C6 have for the below and above signatures though as they are the lowest and highest shattered holes respectively. I can't remember if they have anything in that direction since there is actually nothing that is below or above those WHs. As for the C2,C3,C4, and C5 Worm Holes they will always have signatures for one level above and one level below in ALL signatures whether it be combat, ore, gas, data, or relic. I believe that this also pertains to the Drifter holes as well since they are, in essence, shattered Worm Holes of a certain class that just happen to be Drifter holes that are connected to K-Space. |
@jbs1 Thanks for your report! This information was new to me. For now I implemented the following for C1-C6 Stattered WHs. Source: https://wiki.eveuniversity.org/Shattered_wormhole_systems Changes:
In your example, Shattered J003789 C3 has Relic options from C2, C3, C4. (hint: C2, C3 can also have all Relic sites from 0.0): |
so, something more inconsistencies happened. |
ok, after some more checking it seems specifically for gas sigs all types of gas sigs spawn in all classes of shattered wormholes. |
Yes, you are correct. I did make a mistake on adding the gas into that list, as well as ore for that matter. Both of those will show up in all classes of wormholes regardless of what the type of site with the exception of the shattered specific ice and shattered depris field. Otherwise all gas and all ore fields will be in all wormholes. Sorry for the confusion. |
rgr, Ill make all Gas and Ore sites from all WHs (C1-C6) available in all Shattered WHs (C1-C6, C13).
Do you have a source URL with that information, too? |
I re-structured signature_type.js. It should be more readable now. Separating the different groups of sites enables me to mix up any combination we figure out by adding a "special" case to that function: pathfinder/js/app/ui/module/system_signature.js Lines 241 to 253 in 2f7807f
|
Sorry for another mistake but it actually called a Shattered Debris Field. I misspelled it by mistake. |
…ttered WHs. Added "Shattered Debris Field" and "Shattered Ice Field", #875
@CalMatar I added the two new "Ore" sites, to all Shattered C1-C6 and C13 WHs:
|
Ok so after doing some further, it seems that the sites i thought were missing are actually in the signature_type.js file.
However it seems pathfinder does not take into account the unique nature of shattered wormholes.
Shattered wormholes can "generate signatures and anomalies of their own class, and of one class higher or lower."
Eg. in my particular case I was scanning the J003789 shattered WH.
That is a C3, so pathfinder only let's me select c3 sites. However I found the C4 sites "Forgotten Frontier Evacuation Center" and "Unsecured Frontier Digital Nexus" in there but couldn't select them from the dropdown menu.
So pathfinder needs a special case for the shattered holes to take into account this uniqueness.
The text was updated successfully, but these errors were encountered: