forked from shiptest-ss13/Shiptest
-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EVENT: Gold ships Darect & Saber (#969)
* Добавляем золотые стены и окна * Компания дарит вам ЗОЛОТЫЕ судна победителей!
- Loading branch information
1 parent
9e1ddd5
commit 488cad7
Showing
11 changed files
with
10,976 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", | ||
"map_name": "Gold Darect-class Patrol Vessel ", | ||
"faction": "/datum/faction/nt", | ||
"prefix": "NTSPSV", | ||
"description": " 'Darect', передовой патрульный космический корабль, управляемый межзвездным конгломератом, известным как НаноТрейзен, представляет собой элегантный и грозный корабль, который патрулирует обширные просторы галактики, чтобы защитить интересы своих корпоративных повелителей. Знакомое зрелище в бесчисленных звездных системах, является впечатляющим символом доминирования НТ в контролируемых корпорациями регионах космоса.", | ||
"tags": [ | ||
"Combat", | ||
"Riot" | ||
], | ||
"namelists": [ | ||
"NANOTRASEN", | ||
"WEAPONS" | ||
|
||
], | ||
"map_short_name": "Darect-class", | ||
"map_path": "_maps/_mod_celadon/shuttles/events/nanotrasen_darect_gold.dmm", | ||
"limit": 1, | ||
"job_slots": { | ||
"Lieutenant": { | ||
"outfit": "/datum/outfit/job/nanotrasen/captain/lp", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Flight group commander": { | ||
"outfit": "/datum/outfit/job/nanotrasen/hos", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Military technician": { | ||
"outfit": "/datum/outfit/job/nanotrasen/engineer/lp", | ||
"slots": 1 | ||
}, | ||
"Flight group officer": { | ||
"outfit": "/datum/outfit/job/nanotrasen/security/lp", | ||
"slots": 3 | ||
}, | ||
"Military surgeon": { | ||
"outfit": "/datum/outfit/job/nanotrasen/paramedic", | ||
"slots": 1 | ||
} | ||
}, | ||
"enabled": false | ||
} |
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,42 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", | ||
"map_name": "Gold Saber-class Patrool Corvette", | ||
"faction": "/datum/faction/solgov", | ||
"prefix": "BSFSV", | ||
"namelists": [ | ||
"SOLGOV", | ||
"SPACE", | ||
"WEAPONS", | ||
"NATURAL" | ||
], | ||
"map_short_name": "Saber-class", | ||
"description": "Корабль класса `Сабля` это производящийся на территории NE-24761 патрульный корабль, используемый Анти-Террористическим корпусом Солнечной Федерации-52, для поддержания порядка, борьбы с преступностью и терроризмом. Конкретно данное судно принадлежит `Бригаде Элизиума`, добровольческом полку Солнечной Федерации состоящим из граждан Элизиума. Несмотря на то что они имеют собственную униформу, они подчиняются Солнечной Федерации.", | ||
"tags": ["Разведка", "Бой"], | ||
"map_path": "_maps/_mod_celadon/shuttles/events/solfed_saber_gold.dmm", | ||
"limit": 1, | ||
"job_slots": { | ||
"Musharif": { | ||
"outfit": "/datum/outfit/job/solgov/captain/elysium_celadon", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Mulazim": { | ||
"outfit": "/datum/outfit/job/solgov/overseer/elysium_celadon", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Haris": { | ||
"outfit": "/datum/outfit/job/solgov/sonnensoldner/elysium_celadon", | ||
"slots": 4 | ||
}, | ||
"Shafi": { | ||
"outfit": "/datum/outfit/job/solgov/doctor/elysium_celadon", | ||
"slots": 1 | ||
}, | ||
"Khabeer Fanni": { | ||
"outfit": "/datum/outfit/job/solgov/engineer/elysium_celadon", | ||
"slots": 1 | ||
} | ||
}, | ||
"enabled": false | ||
} |
Oops, something went wrong.