Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

add shuttles and fix translation #200

Merged
merged 3 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11,629 changes: 11,629 additions & 0 deletions Resources/Maps/CorvaxFrontier/Shuttles/Expedition/zarya.yml

Large diffs are not rendered by default.

5,385 changes: 5,385 additions & 0 deletions Resources/Maps/CorvaxFrontier/Shuttles/Nfsd/skat.yml

Large diffs are not rendered by default.

2,950 changes: 2,950 additions & 0 deletions Resources/Maps/CorvaxFrontier/Shuttles/Pot.yml

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions Resources/Prototypes/CorvaxFrontier/Shipyard/Expedition/zarya.yml
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 Resources/Prototypes/CorvaxFrontier/Shipyard/Nfsd/skat.yml
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 ]
28 changes: 28 additions & 0 deletions Resources/Prototypes/CorvaxFrontier/Shipyard/Pot.yml
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 ]
8 changes: 4 additions & 4 deletions Resources/Prototypes/_NF/Shipyard/Expedition/anchor.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
- type: vessel
id: Anchor
name: KC Якорь
name: NKC Якорь
description: Крупногабаритный экспедиционный шаттл. Рекомендованный размер команды 4-8 человек.
price: 135020
category: Large
group: Expedition
shuttlePath: /Maps/_NF/Shuttles/Expedition/anchor.yml

- type: gameMap
id: Anchor
mapName: 'KC Anchor'
mapName: 'NKC Якорь'
mapPath: /Maps/_NF/Shuttles/Expedition/anchor.yml
minPlayers: 0
stations:
stations:
Anchor:
stationProto: StandardFrontierExpeditionVessel
components:
Expand Down
14 changes: 7 additions & 7 deletions Resources/Prototypes/_NF/Shipyard/Expedition/brigand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
#
- type: vessel
id: Brigand
name: NT Brigand
description: Civilian conversion of an old military light frigate from the early days of humanity's expansion to the stars, predating FTL technology.
price: 53550 # 46550$ on mapinit + 7000$ from 15% markup
name: NME Разбойник
description: Среднегабаритный экспедиционный шаттл. Рекомендованный размер команды 3-6 человек.
price: 63550 # 46550$ on mapinit + 7000$ from 15% markup
category: Medium
group: Expedition
shuttlePath: /Maps/_NF/Shuttles/Expedition/brigand.yml

- type: gameMap
id: Brigand
mapName: 'NT Brigand'
mapName: 'NME Разбойник'
mapPath: /Maps/_NF/Shuttles/Expedition/brigand.yml
minPlayers: 0
stations:
stations:
Brigand:
stationProto: StandardFrontierExpeditionVessel
components:
- type: StationNameSetup
mapNameTemplate: 'Brigand {1}'
mapNameTemplate: 'Разбойник {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_NF/Shipyard/Expedition/courserx.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: vessel
id: CourserX
name: NT Дальнобойщик-Х
name: NME Дальнобойщик-Х
description: Среднегабаритный экспедиционный шаттл. Рекомендованный размер команды 3-6 человек.
price: 68650
category: Medium
Expand All @@ -9,7 +9,7 @@

- type: gameMap
id: CourserX
mapName: 'NT Courser-X'
mapName: 'NME Дальнобойщик-Х'
mapPath: /Maps/_NF/Shuttles/Expedition/courserx.yml
minPlayers: 0
stations:
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/_NF/Shipyard/Expedition/dartx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
# Discord: ???

# Shuttle Notes:
#
#
- type: vessel
id: DartX
name: NT Копьё-X
name: NME Копьё-X
description: Среднегабаритный экспедиционный шаттл. Рекомендованный размер команды 3-6 человек.
price: 83500 #~72400 after mapinit +15% (10860)
category: Medium
Expand All @@ -19,7 +19,7 @@

- type: gameMap
id: DartX
mapName: 'NT Dart-X'
mapName: 'NME Копьё-X'
mapPath: /Maps/_NF/Shuttles/Expedition/dartx.yml
minPlayers: 0
stations:
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_NF/Shipyard/Expedition/decadedove.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: vessel
id: DecadeDove
name: DYS Голубь
name: NME Голубь
description: Среднегабаритный экспедиционный шаттл. Рекомендованный размер команды 2-6 человек.
price: 75000
category: Medium
Expand All @@ -9,7 +9,7 @@

- type: gameMap
id: DecadeDove
mapName: 'DYS Dove'
mapName: 'NES Голубь'
mapPath: /Maps/_NF/Shuttles/Expedition/decadedove.yml
minPlayers: 0
stations:
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_NF/Shipyard/Expedition/dragonfly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: vessel
id: Dragonfly
name: DYS Стрекоза
name: NME Стрекоза
description: Среднегабаритный экспедиционный шаттл. Рекомендованный размер команды 2-5 человек.
price: 85000
category: Medium
Expand All @@ -9,7 +9,7 @@

- type: gameMap
id: Dragonfly
mapName: 'DYS Dragonfly'
mapName: 'NME Стрекоза'
mapPath: /Maps/_NF/Shuttles/Expedition/dragonfly.yml
minPlayers: 0
stations:
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_NF/Shipyard/Expedition/gourd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: vessel
id: Gourd
name: SLI Цукини
name: NLE Цукини
description: Крупногабаритный экспедиционный шаттл. Рекомендованный размер команды 4-8 человек.
price: 225000
category: Large
Expand All @@ -9,7 +9,7 @@

- type: gameMap
id: Gourd
mapName: 'SLI Gourd'
mapName: 'NLE Цукини'
mapPath: /Maps/_NF/Shuttles/Expedition/gourd.yml
minPlayers: 0
stations:
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/_NF/Shipyard/Expedition/kestrel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
- type: vessel
id: Kestrel
name: NC Пустельга
name: NMSwwww Пустельга
description: Среднегабаритный добывающий шаттл. Рекомендуемый состав команды 2-6 человек.
price: 54000
category: Medium
Expand All @@ -19,7 +19,7 @@

- type: gameMap
id: Kestrel
mapName: 'NC Kestrel'
mapName: 'NME Пустельга'
mapPath: /Maps/_NF/Shuttles/Expedition/kestrel.yml
minPlayers: 0
stations:
Expand All @@ -34,4 +34,4 @@
- type: StationJobs
overflowJobs: []
availableJobs:
SalvageSpecialist: [ 0, 0 ]
SalvageSpecialist: [ 0, 0 ]
4 changes: 2 additions & 2 deletions Resources/Prototypes/_NF/Shipyard/Expedition/mayflower.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: vessel
id: Mayflower
name: USS Боярышник
name: NME Боярышник
description: Среднегабаритный экспедиционный шаттл. Рекомендованный состав команды 2-4 человека.
price: 50000
category: Medium
Expand All @@ -9,7 +9,7 @@

- type: gameMap
id: Mayflower
mapName: 'USS Mayflower'
mapName: 'NME Боярышник'
mapPath: /Maps/_NF/Shuttles/Expedition/mayflower.yml
minPlayers: 0
stations:
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/_NF/Shipyard/Expedition/pathfinder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
#
- type: vessel
id: Pathfinder
name: KC Следопыт
name: NSE Следопыт
description: Малогабаритный экспедиционный шаттл. Рекомендуемый состав команды 2-4 человека.
price: 52920
category: Small
group: Expedition
shuttlePath: /Maps/_NF/Shuttles/Expedition/pathfinder.yml

- type: gameMap
id: Pathfinder
mapName: 'KC Pathfinder'
mapName: 'NES Следопыт'
mapPath: /Maps/_NF/Shuttles/Expedition/pathfinder.yml
minPlayers: 0
stations:
stations:
Pathfinder:
stationProto: StandardFrontierExpeditionVessel
components:
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_NF/Shipyard/Expedition/praeda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
- type: vessel
id: Praeda
name: NT Добытчик
name: NLE Добытчик
description: Крупногабаритный многоцелевой экспедиционный шаттл. Рекомендованный состав команды 4-8 человек.
price: 150000
category: Large
Expand All @@ -19,7 +19,7 @@

- type: gameMap
id: Praeda
mapName: 'NT Praeda'
mapName: 'NLE Добытчик'
mapPath: /Maps/_NF/Shuttles/Expedition/praeda.yml
minPlayers: 0
stations:
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_NF/Shipyard/Expedition/rosebudmkii.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: vessel
id: RosebudMKII
name: NT Бутон MKII
name: NME Бутон MKII
description: Среднегабаритный экспедиционный шаттл. Рекомендованный состав команды 3-6 человек.
price: 138000
category: Medium
Expand All @@ -9,7 +9,7 @@

- type: gameMap
id: RosebudMKII
mapName: 'NT Rosebud MKII'
mapName: 'NME Бутон MKII'
mapPath: /Maps/_NF/Shuttles/Expedition/rosebudmkii.yml
minPlayers: 0
stations:
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_NF/Shipyard/Expedition/sprinter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: vessel
id: Sprinter
name: KC Спринтер
name: NME Спринтер
description: Среднегабаритный экспедиционный шаттл. Рекомендованный состав команды 3-6 человек.
price: 61500 # 15% tax
category: Medium
Expand All @@ -9,7 +9,7 @@

- type: gameMap
id: Sprinter
mapName: 'KC Sprinter'
mapName: 'NME Спринтер'
mapPath: /Maps/_NF/Shuttles/Expedition/sprinter.yml
minPlayers: 0
stations:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Shipyard/Nfsd/cleric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- type: gameMap
id: Cleric
mapName: 'NSF Cleric'
mapName: 'NSF Пастырь'
mapPath: /Maps/_NF/Shuttles/Nfsd/cleric.yml
minPlayers: 0
stations:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Shipyard/Nfsd/empress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

- type: gameMap
id: Empress
mapName: 'NSF Empress'
mapName: 'NSF Императрица'
mapPath: /Maps/_NF/Shuttles/Nfsd/empress.yml
minPlayers: 0
stations:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Shipyard/Nfsd/fighter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- type: gameMap
id: Fighter
mapName: 'NSF Fighter'
mapName: 'NSF Истребитель'
mapPath: /Maps/_NF/Shuttles/Nfsd/fighter.yml
minPlayers: 0
stations:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Shipyard/Nfsd/hospitaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

- type: gameMap
id: Hospitaller
mapName: 'NSF Hospitaller'
mapName: 'NSF Лазарет'
mapPath: /Maps/_NF/Shuttles/Nfsd/hospitaller.yml
minPlayers: 0
stations:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Shipyard/Nfsd/inquisitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

- type: gameMap
id: Inquisitor
mapName: 'NSF Inquisitor'
mapName: 'NSF Инквизитор'
mapPath: /Maps/_NF/Shuttles/Nfsd/inquisitor.yml
minPlayers: 0
stations:
Expand Down
Loading
Loading