-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
Новый фронтир, новые шаттлы, новые блюспейс разбитые шаттлы и прочие фиксы по картам
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- type: entity | ||
parent: AirlockGlassShuttle | ||
id: AirlockExternalGlassShuttlePostman | ||
suffix: Внешний, Стеклянный, Почтальон | ||
components: | ||
- type: PriorityDock | ||
tag: Postman |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#Corvax Frontier | ||
- type: vessel | ||
id: Fang | ||
name: NMS Клык | ||
description: Среднегабаритный шахтерский шаттл. Рекомендованный состав команды 1-5 человек. | ||
price: 34450 | ||
category: Medium | ||
group: Civilian | ||
shuttlePath: /Maps/CorvaxFrontier/Shuttles/Fang.yml | ||
|
||
- type: gameMap | ||
id: Fang | ||
mapName: 'NMS Клык' | ||
mapPath: /Maps/CorvaxFrontier/Shuttles/Fang.yml | ||
minPlayers: 0 | ||
stations: | ||
Fang: | ||
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 ] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#Corvax Frontier | ||
- type: vessel | ||
id: Mantis | ||
name: NRS Богомол | ||
description: Среднегабаритный шаттл-ресторан. Рекомендованный размер команды 1-3 человек. | ||
price: 40999 | ||
category: Medium | ||
group: Civilian | ||
shuttlePath: /Maps/CorvaxFrontier/Shuttles/Mantis.yml | ||
|
||
- type: gameMap | ||
id: Mantis | ||
mapName: 'NRS Богомол' | ||
mapPath: /Maps/CorvaxFrontier/Shuttles/Mantis.yml | ||
minPlayers: 0 | ||
stations: | ||
Mantis: | ||
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 ] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#Corvax Frontier | ||
- type: vessel | ||
id: phoron | ||
name: NRS Форон | ||
description: Малогабаритный шаттл-ресторан. Рекомендованный размер команды 1-3 человек. | ||
price: 30999 | ||
category: Small | ||
group: Civilian | ||
shuttlePath: /Maps/CorvaxFrontier/Shuttles/phoron.yml | ||
|
||
- type: gameMap | ||
id: phoron | ||
mapName: 'NRS Форон' | ||
mapPath: /Maps/CorvaxFrontier/Shuttles/phoron.yml | ||
minPlayers: 0 | ||
stations: | ||
phoron: | ||
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 ] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- type: Tag | ||
id: Postman |