Skip to content
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

Titles and modifications on ships instead of pilots? #18

Open
geordanr opened this issue Jan 12, 2016 · 4 comments
Open

Titles and modifications on ships instead of pilots? #18

geordanr opened this issue Jan 12, 2016 · 4 comments

Comments

@geordanr
Copy link
Collaborator

This is a rules question that has yet to be answered, but: how many titles and modifications do multisection Huge ships get? By the rules, each "ship" (not pilot card) gets one title and one modification.

The current XWS implementation allows us to specify titles and mods on a per-pilot card basis. However, for multisection ships, this implies that each section can have its own title and mod. Previously this wasn't an issue, as titles were (and still are) limited to a specific ship section (e.g. "Raider-class Corvette Aft Section only") and the only Huge ship mod was Combat Retrofit which could only be equipped to the GR-75.

However, we now have Automated Protocols and Optimized Generators, which have no such restriction. As it stands, we could have this:

{
  "pilots": [
    {
      "multisection_id": 0,
      "ship": "raiderclasscorvette",
      "name": "raiderclasscorvettefore",
      "upgrades": {
        "mod": [ "automatedprotocols" ]
      }
    },
    {
      "multisection_id": 0,
      "ship": "raiderclasscorvette",
      "name": "raiderclasscorvetteaft",
      "upgrades": {
        "mod": [ "optimizedgenerators" ]
      }
    },
]
}

Thoughts on how to handle this? Should we just wait until we get an official ruling on this?

@fab7431
Copy link
Collaborator

fab7431 commented Jan 12, 2016

You forget "Ordnance Tubes" ;-).
Anyway, I think that your statement is wrong, multisection ships are viewed as one ship, and a ship can only have one title and one modification even if it has several sections.

Regarding the two multisections ships we have for the time being (CR90 and Raider) I considered that the main section was the one getting the "Title" and it will be the one getting the "Modification".
From a builder point of view it was easier to do that this way. But according to the rules the modification should be "assigned" to either section or even better above the section that will me more in line with the rules but a little bite more intricate to implement at builder level.

@voidstate
Copy link
Collaborator

I'd not really considered this. 😐

I'm currently allowing one modification per card.

Anyone fancy contacting FFG for clarification?

@fab7431
Copy link
Collaborator

fab7431 commented Jan 12, 2016

The rules seem to be clear on that point a huge ship is a ship, and a ship can only have one modification and one title (except if a card stated the contrary Royal Guard TIE for example), consequently a multisections ship can get only one title and one modification (not one per section).

@geordanr
Copy link
Collaborator Author

I wasn't saying that the rules allow multiple modifications/titles (although there are some ambiguities which I won't go into); I'm saying our current XWS spec allows it, which should be addressed.

I have asked FFG about it; haven't gotten a response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants