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

[New Feature] Add star icon information to MapData wiki page #39

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
8 changes: 8 additions & 0 deletions wiki/MapData.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ Landing messages are the message that is shown if attempting to land on an uninh
star <sprite>
power <power#>
wind <wind#>
icon <icon>
```

There are certain attributes that a ship is capable of having that will change in effectiveness based off of the stars in the system.
Expand All @@ -664,6 +665,13 @@ wind <wind#>

The wind of a star impacts the effectiveness of a ship's ramscoops.


```html
icon <icon>
```

The sprite listed here is the sprite of the star icon from the map screen when the starry mapmode is enabled. If a system has multiple stars, its star icons will be arranged radially.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The sprite listed here is the sprite of the star icon from the map screen when the starry mapmode is enabled. If a system has multiple stars, its star icons will be arranged radially.
The sprite listed here is the sprite of the star icon from the map screen when the starry map view. **v. 0.10.11**

I don't think it makes sense to describe how the map handles multiple stars here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"when the starry map view" -> "when in the starry map view"


# Ambient music

```html
Expand Down
1 change: 1 addition & 0 deletions wiki/PlayersManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ Search (for planet, system, ship, or outfit) | F
Rotate jump destination | J or Tab
Add jump destination | Shift + J or Tab
Compare (two ships or outfits) | Shift + Click
Toggle starry map mode | x
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

x? Not anymore.
If we're adding this, we should probably have the keys for switching to the shipyard, outfitter, port, and mission map panels.


When viewing a list of items, you can move the selection up and down with the arrow keys.

Expand Down