There are instances when sectors 'locations' (Wiki template word) for events need to be checked and confirmed.
E.g.: Slug and Rock standoff.
As of 13 March 2016 only 2 sectors are listed among possible ones for event to take place: Rock Controlled Sector and Rock Homeworlds. Zrt22 had Slugs sectors removed on the basis of "This event is called "ROCK_SLUG_ARGUMENT" in the datafiles and can also be found as the "Slug and Rock Standoff in Nebula" random event in other sectors."
What I see in the "newEvents.xml" file is this comment (after a starting code line) for this event:
<event name="ROCK_SLUG_ARGUMENT" unique="true"> <!-- in slug and rock neutrals-->
Search thru game data files gives these results:
events_rock.xml
<event load="ROCK_SLUG_ARGUMENT"/> <!--DLC - newEvents-->
events_slug.xml
<event load="ROCK_SLUG_ARGUMENT_NEBULA"/> <!-- DLC - newEvents-->
newEvents.xml
has
<event name="ROCK_SLUG_ARGUMENT_NEBULA" unique="true">
<text id="event_ROCK_SLUG_ARGUMENT_NEBULA_text"/>
<choice>
<text id="event_ROCK_SLUG_ARGUMENT_NEBULA_c1_choice"/>
<event load="ROCK_SLUG_ARGUMENT"/>
</choice>
So that event load line actually calls the "ROCK_SLUG_ARGUMENT" event, hence, these 2 are separate events or more like the slug nebula one is a slight variation of the "ROCK_SLUG_ARGUMENT", but still a separate one. I don't know for sure about this, so, if possible, clarify this to me.
The question: is it correct to leave Slug Controlled Nebula (and add Slug Home Nebula) in the 'locations' for the Slug and Rock standoff event - an edit was made by a random user and another comment as well?