This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #200 from mersen-tyn/maps_mersen
add shuttles and fix translation
- Loading branch information
Showing
90 changed files
with
20,222 additions
and
173 deletions.
There are no files selected for viewing
11,629 changes: 11,629 additions & 0 deletions
11,629
Resources/Maps/CorvaxFrontier/Shuttles/Expedition/zarya.yml
Large diffs are not rendered by default.
Oops, something went wrong.
5,385 changes: 5,385 additions & 0 deletions
5,385
Resources/Maps/CorvaxFrontier/Shuttles/Nfsd/skat.yml
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
30 changes: 30 additions & 0 deletions
30
Resources/Prototypes/CorvaxFrontier/Shipyard/Expedition/zarya.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
- type: vessel | ||
id: Zarya | ||
name: NVE Заря | ||
description: Штурмовое судно Zarya, произведено частной военно-производственной компаний Vitezstvi. Рекомендуемый состав команды 3-8 человек. | ||
price: 120000 # 15% tax | ||
category: Medium | ||
group: Expedition | ||
shuttlePath: /Maps/CorvaxFrontier/Shuttles/Expedition/zarya.yml | ||
|
||
- type: gameMap | ||
id: Zarya | ||
mapName: 'NVE Заря' | ||
mapPath: /Maps/CorvaxFrontier/Shuttles/Expedition/zarya.yml | ||
minPlayers: 0 | ||
stations: | ||
Zarya: | ||
stationProto: StandardFrontierExpeditionVessel | ||
components: | ||
- type: StationNameSetup | ||
mapNameTemplate: 'Заря {1}' | ||
nameGenerator: | ||
!type:NanotrasenNameGenerator | ||
prefixCreator: '14' | ||
- type: StationJobs | ||
overflowJobs: [] | ||
availableJobs: | ||
Paramedic: [ 0, 0 ] | ||
Mercenary: [ 0, 0 ] | ||
SalvageSpecialist: [ 0, 0 ] | ||
StationEngineer: [ 0, 0 ] |
27 changes: 27 additions & 0 deletions
27
Resources/Prototypes/CorvaxFrontier/Shipyard/Nfsd/skat.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
- type: vessel | ||
id: Skat | ||
name: NSF Скат | ||
description: Патрульный шаттл. Был разработан НТ при поддержке "Drunk Masters", в связи с чем, мостик шаттла доверху забит алкоголем. | ||
price: 75000 | ||
category: Medium | ||
group: Security | ||
shuttlePath: /Maps/CorvaxFrontier/Shuttles/Nfsd/skat.yml | ||
|
||
- type: gameMap | ||
id: Skat | ||
mapName: 'NSF Скат' | ||
mapPath: /Maps/CorvaxFrontier/Shuttles/Nfsd/skat.yml | ||
minPlayers: 0 | ||
stations: | ||
Skat: | ||
stationProto: StandardFrontierExpeditionVessel | ||
components: | ||
- type: StationNameSetup | ||
mapNameTemplate: 'Скат {1}' | ||
nameGenerator: | ||
!type:NanotrasenNameGenerator | ||
prefixCreator: '14' | ||
- type: StationJobs | ||
overflowJobs: [] | ||
availableJobs: | ||
Prisoner: [ 0, 0 ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
- type: vessel | ||
id: Pot | ||
name: NMS Каструля | ||
description: Среднегабаритный шахтерский шаттл. Рекомендованный состав команды 1-5 человек. | ||
price: 60000 | ||
category: Medium | ||
group: Civilian | ||
shuttlePath: /Maps/CorvaxFrontier/Shuttles/Pot.yml | ||
|
||
- type: gameMap | ||
id: Pot | ||
mapName: 'NMS Каструля' | ||
mapPath: /Maps/CorvaxFrontier/Shuttles/Pot.yml | ||
minPlayers: 0 | ||
stations: | ||
Pot: | ||
stationProto: StandardFrontierVessel | ||
components: | ||
- type: StationNameSetup | ||
mapNameTemplate: 'Каструля {1}' | ||
nameGenerator: | ||
!type:NanotrasenNameGenerator | ||
prefixCreator: '14' | ||
- type: StationJobs | ||
overflowJobs: [] | ||
availableJobs: | ||
Pilot: [ 0, 0 ] | ||
SalvageSpecialist: [ 0, 0 ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.