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 #240 from Corvax-Frontier/up3105
Удаление шаттла "Спираль"
- Loading branch information
Showing
2 changed files
with
44 additions
and
36 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
# Author Info | ||
# GitHub: ??? | ||
# Discord: ??? | ||
# # Author Info | ||
# # GitHub: ??? | ||
# # Discord: ??? | ||
|
||
# Maintainer Info | ||
# GitHub: ??? | ||
# Discord: ??? | ||
# # Maintainer Info | ||
# # GitHub: ??? | ||
# # Discord: ??? | ||
|
||
# Shuttle Notes: | ||
# | ||
- type: vessel | ||
id: Helix | ||
name: NM Спираль | ||
description: Среднегабаритный медицинский шаттл. Рекомендованный размер команды 2-4 человека. | ||
price: 44600 # +5800 from 15% markup | ||
category: Medium | ||
group: Civilian | ||
shuttlePath: /Maps/_NF/Shuttles/helix.yml | ||
# # Shuttle Notes: | ||
# # | ||
# - type: vessel | ||
# id: Helix | ||
# name: NM Helix | ||
# description: A medium, modular hospital. Standard issue equipped with chem lab, cloning, and treatment ward | ||
# price: 44600 # +5800 from 15% markup | ||
# category: Medium | ||
# group: Civilian | ||
# shuttlePath: /Maps/_NF/Shuttles/helix.yml | ||
|
||
- type: gameMap | ||
id: Helix | ||
mapName: 'NM Спираль' | ||
mapPath: /Maps/_NF/Shuttles/helix.yml | ||
minPlayers: 0 | ||
stations: | ||
Helix: | ||
stationProto: StandardFrontierVessel | ||
components: | ||
- type: StationNameSetup | ||
mapNameTemplate: 'Спираль {1}' | ||
nameGenerator: | ||
!type:NanotrasenNameGenerator | ||
prefixCreator: '14' | ||
- type: StationJobs | ||
overflowJobs: [] | ||
availableJobs: | ||
Contractor: [ 0, 0 ] | ||
Pilot: [ 0, 0 ] | ||
Mercenary: [ 0, 0 ] | ||
# - type: gameMap | ||
# id: Helix | ||
# mapName: 'NM Helix' | ||
# mapPath: /Maps/_NF/Shuttles/helix.yml | ||
# minPlayers: 0 | ||
# stations: | ||
# Helix: | ||
# stationProto: StandardFrontierVessel | ||
# components: | ||
# - type: StationNameSetup | ||
# mapNameTemplate: 'Helix {1}' | ||
# nameGenerator: | ||
# !type:NanotrasenNameGenerator | ||
# prefixCreator: '14' | ||
# - type: StationJobs | ||
# overflowJobs: [] | ||
# availableJobs: | ||
# Contractor: [ 0, 0 ] | ||
# Pilot: [ 0, 0 ] | ||
# Mercenary: [ 0, 0 ] |