Skip to content

Commit

Permalink
Merge pull request #163 from Kesiath/pathfinder&more
Browse files Browse the repository at this point in the history
Pathfinder & More
  • Loading branch information
Cheackraze authored Aug 7, 2023
2 parents baf38c2 + 4216ba5 commit 4ec5f66
Show file tree
Hide file tree
Showing 8 changed files with 5,232 additions and 1,909 deletions.
1,183 changes: 615 additions & 568 deletions Resources/Maps/Shuttles/anchor.yml

Large diffs are not rendered by default.

3,361 changes: 3,361 additions & 0 deletions Resources/Maps/Shuttles/pathfinder.yml

Large diffs are not rendered by default.

2,543 changes: 1,213 additions & 1,330 deletions Resources/Maps/Shuttles/sprinter.yml

Large diffs are not rendered by default.

19 changes: 12 additions & 7 deletions Resources/Prototypes/_NF/Shipyard/anchor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- type: vessel
id: Anchor
name: NT Anchor
description: A large luxury cruiser capable of long ranged travel acrossed the sector.
price: 135028
description: A large luxury cruiser capable of long ranged travel acrossed the sector, expedition capable.
price: 135020
category: Large
group: Civilian
shuttlePath: /Maps/Shuttles/anchor.yml
Expand All @@ -24,8 +24,13 @@
- type: StationJobs
overflowJobs: []
availableJobs:
ServiceWorker: [ 1, 1 ]
ChiefEngineer: [ 1, 1 ]
Chaplain: [ 1, 1 ]
MedicalDoctor: [ 1, 1 ]
Mercenary: [ 1, 1 ]
ServiceWorker: [ 0, 0 ]
ChiefEngineer: [ 0, 0 ]
Chaplain: [ 0, 0 ]
MedicalDoctor: [ 0, 0 ]
Mercenary: [ 0, 0 ]
StationEngineer: [ 0, 0 ]
AtmosphericTechnician: [ 0, 0 ]
Cyborg: [ 0, 0 ]
Bartender: [ 0, 0 ]
Chef: [ 0, 0 ]
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Shipyard/marauder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Marauder
name: NT Marauder
description: A heavy corvette, the marauder class is a dedicated deep space patrol vessel outfitted with a reduced radar cross-section and heavily fortified against hostile assault.
price: 100200
price: 100220
category: Large
group: Security
shuttlePath: /Maps/Shuttles/marauder.yml
Expand Down
27 changes: 27 additions & 0 deletions Resources/Prototypes/_NF/Shipyard/pathfinder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
- type: vessel
id: Pathfinder
name: NT Pathfinder
description: Once a scout ship serving with the Nanotrasen Marine Expeditionary Forces, this now decommissioned expedition capable ship can be yours!
price: 52920
category: Small
group: Civilian
shuttlePath: /Maps/Shuttles/pathfinder.yml

- type: gameMap
id: Pathfinder
mapName: 'NT Pathfinder'
mapPath: /Maps/Shuttles/pathfinder.yml
minPlayers: 0
stations:
Pathfinder:
stationProto: StandardFrontierExpeditionVessel
components:
- type: StationNameSetup
mapNameTemplate: '{0} Pathfinder {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
- type: StationJobs
overflowJobs: []
availableJobs:
SalvageSpecialist: [ 0, 0 ]
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Shipyard/prowler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Prowler
name: NT Prowler
description: A medium-sized patrol craft, the prowler class is a dedicated deep space reconnaissance and enforcement vessel outfitted with ECM technology to avoid detection.
price: 49200
price: 49220
category: Medium
group: Security
shuttlePath: /Maps/Shuttles/prowler.yml
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_NF/Shipyard/sprinter.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- type: vessel
id: Sprinter
name: NT Sprinter
description: A light freighter often picked by bounty hunters due to its quick acceleration and exceptional cargo space.
price: 66028
description: A light freighter often picked by bounty hunters due to its quick acceleration, expedition capable.
price: 75020
category: Medium
group: Civilian
shuttlePath: /Maps/Shuttles/sprinter.yml
Expand Down

0 comments on commit 4ec5f66

Please sign in to comment.