herosheets / woin-starships

Starship Creator for WOIN
http://herosheets.github.io/woin-starships/
1 stars 2 forks source link

misc layout issues #45

Closed herosheets-codeship closed 9 years ago

herosheets-codeship commented 9 years ago
- can we get rid of all the colons everywhere
- there are various places where it says "each power: x" or "each CPU cycles: x" - can we remove the word each?
- the word Passengers should be bold, like Crew and Troops are
- shuttles formatting says "1x Megalight EI93 Shuttle/fighter Bay, (Room for : 4shuttles or fighters)".  What it should say is: “Shuttles 4 (1 x EI93 Shuttle/fighter Bay); Fighters 4 (1 x EI93 Shuttle/fighter Bay)” (i.e. they should be counted separately and formatted a little differently).
- On iOs that left menu is dark blue text on a dark background, so it’s a bit hard to read
seiyria commented 9 years ago
Morrus commented 9 years ago

Shuttles and fighters don't have a different number, but they should do. The stat block needs to display each separately in the format:

Shuttlecraft X (y * bay type); Fighters Z (w * bay type)

On 20 Sep 2015, at 21:15, Kyle J. Kemp notifications@github.com wrote:

unsure of colon situation - some rewording might be necessary and specific colons to adjust are 100% necessary shuttles and fighters never appear to have a different number so I'm unsure why they're being displayed separately. — Reply to this email directly or view it on GitHub.

seiyria commented 9 years ago

Right, so there is no way right now to determine if they should be separate, so all of the numbers will be the exact same and the data will be duplicated. Either this would require the data format to change or something, but as of right now there is no distinction between the two.

Morrus commented 9 years ago

That's because the input does not allow you to select bays for each separately. The issue is in the input interface. It should allow two separate selections, one for shuttles and one for fighters. Both would use the same CSV.

On 20 Sep 2015, at 21:31, Kyle J. Kemp notifications@github.com wrote:

Right, so there is no way right now to determine if they should be separate, so all of the numbers will be the exact same and the data will be duplicated. Either this would require the data format to change or something, but as of right now there is no distinction between the two.

— Reply to this email directly or view it on GitHub.

herosheets-codeship commented 9 years ago

Having multiple craft types in the hangar page needs its own issue, as it is quite a substantial change. Closing this one as I believe the rest of the requirements are satisfied