forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Corvax-Frontier:master' into Всякое
- Loading branch information
Showing
7 changed files
with
25,434 additions
and
2 deletions.
There are no files selected for viewing
12,832 changes: 12,832 additions & 0 deletions
12,832
Resources/Maps/Corvax/Shuttles/Expedition/ZaryaAssault.yml
Large diffs are not rendered by default.
Oops, something went wrong.
12,529 changes: 12,529 additions & 0 deletions
12,529
Resources/Maps/Corvax/Shuttles/Expedition/ZaryaResearch.yml
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
Resources/Prototypes/Corvax/Entities/Objects/Misc/rubber_stamp.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,12 @@ | ||
- type: entity | ||
name: Печать Vitezstvi | ||
parent: RubberStampBase | ||
id: RubberStampVitezstvi | ||
suffix: НЕ МАППИТЬ! | ||
components: | ||
- type: Stamp | ||
stampedName: Vitezstvi | ||
stampedColor: "#5e1010" | ||
stampState: "paper_stamp-warden" | ||
- type: Sprite | ||
state: stamp-warden |
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
28 changes: 28 additions & 0 deletions
28
Resources/Prototypes/Corvax/Shipyard/Expedition/zaryaA.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,28 @@ | ||
- type: vessel | ||
id: ZaryaА | ||
name: VT-A Заря # Vitezstvi Military Force | ||
description: Боевое судно Заря, произведено частной военно-производственной компаний Vitezstvi. Рекомендуемый состав команды 3-8 человек. | ||
price: 157500 # 50% tax | ||
category: Large | ||
group: Expedition | ||
shuttlePath: /Maps/Corvax/Shuttles/Expedition/ZaryaAssault.yml | ||
|
||
- type: gameMap | ||
id: ZaryaА | ||
mapName: 'VT-A Заря' | ||
mapPath: /Maps/Corvax/Shuttles/Expedition/ZaryaAssault.yml | ||
minPlayers: 0 | ||
stations: | ||
ZaryaА: | ||
stationProto: StandardFrontierExpeditionVessel | ||
components: | ||
- type: StationNameSetup | ||
mapNameTemplate: 'VT-A Заря {1}' | ||
nameGenerator: | ||
!type:NanotrasenNameGenerator | ||
prefixCreator: '14' | ||
- type: StationJobs | ||
availableJobs: | ||
Contractor: [ 0, 0 ] | ||
Pilot: [ 0, 0 ] | ||
Mercenary: [ 0, 0 ] |
28 changes: 28 additions & 0 deletions
28
Resources/Prototypes/Corvax/Shipyard/Expedition/zaryaR.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,28 @@ | ||
- type: vessel | ||
id: ZaryaR | ||
name: VT-R Заря # Vitezstvi Military Force | ||
description: Исследовательское версия боевого шаттла Заря. Рекомендуемый состав команды 3-8 человек. | ||
price: 125000 # 35% tax | ||
category: Large | ||
group: Expedition | ||
shuttlePath: /Maps/Corvax/Shuttles/Expedition/ZaryaResearch.yml | ||
|
||
- type: gameMap | ||
id: ZaryaR | ||
mapName: 'VT-R Заря' | ||
mapPath: /Maps/Corvax/Shuttles/Expedition/ZaryaResearch.yml | ||
minPlayers: 0 | ||
stations: | ||
ZaryaR: | ||
stationProto: StandardFrontierExpeditionVessel | ||
components: | ||
- type: StationNameSetup | ||
mapNameTemplate: 'VT-R Заря {1}' | ||
nameGenerator: | ||
!type:NanotrasenNameGenerator | ||
prefixCreator: '14' | ||
- type: StationJobs | ||
availableJobs: | ||
Contractor: [ 0, 0 ] | ||
Pilot: [ 0, 0 ] | ||
Mercenary: [ 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