Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Check
on:
pull_request:
push:
branches:
- main
workflow_dispatch:

concurrency:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Continuous Integration

on:
pull_request:
push:
branches:
- main
workflow_dispatch:

concurrency:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/content-style.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Content Style

on:
pull_request:
push:
branches:
- main
workflow_dispatch:

concurrency:
Expand Down
33 changes: 33 additions & 0 deletions data/governments.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
government "Bounty (FW Disguised)"
"display name" "Free Worlds"
swizzle 2
color "governments: Free"
"player reputation" -1
"attitude toward"
"Republic Mercantile (Escort)" -0.01
"Merchant" -0.1
"Syndicate" -0.001
"Republic" -0.001
"bribe" .1
"fine" 0
"friendly hail" "friendly fw pirate"
"friendly disabled hail" "friendly disabled"
"hostile hail" "hostile pirate"
"hostile disabled hail" "hostile disabled pirate"

government "Republic Mercantile (Escort)"
"display name" "Republic Mercantile"
swizzle 13
"player reputation" 1
"attitude toward"
"Pirate" -0.2
"Bounty (FW Disguised)" -0.2
"Pirate (Devil-Run Gang)" -0.2
"Korath" -0.2
"Merchant" 1
"bribe" .1
"fine" 0
"friendly hail" "friendly civilian"
"friendly disabled hail" "friendly disabled"
"hostile hail" "hostile civilian"
"hostile disabled hail" "hostile disabled"
4 changes: 4 additions & 0 deletions data/phrases.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
phrase "friendly fw pirate"
phrase
"friendly free worlds" 2
"friendly pirate"
Binary file added maps/planet-attribute-factory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maps/planet-attribute-farming.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maps/planet-attribute-fishing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maps/planet-attribute-military.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maps/planet-attribute-mining.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maps/planet-attribute-oil.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maps/planet-attribute-station.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maps/planet-attribute-textiles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maps/planet-attribute-tourism.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maps/planet-attribute-urban.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading