forked from shiptest-ss13/Shiptest
-
-
Notifications
You must be signed in to change notification settings - Fork 79
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 #336 from ItsMeJaba/stealing-from-minutemen
add: Cepheus convertation to SolGov
- Loading branch information
Showing
9 changed files
with
5,235 additions
and
22 deletions.
There are no files selected for viewing
5,099 changes: 5,099 additions & 0 deletions
5,099
_maps/_mod_celadon/shuttles/solgov/solgov_cepheus.dmm
Large diffs are not rendered by default.
Oops, something went wrong.
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,49 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", | ||
"map_name": "Cepheus-class Patrool Corvette", | ||
"prefix": "BSFSV", | ||
"namelists": [ | ||
"SOLGOV", | ||
"SPACE", | ||
"WEAPONS", | ||
"NATURAL" | ||
], | ||
"map_short_name": "Cepheus-class", | ||
"description": "Корвет класса 'Cepheus' является патрульным судном Солнечной Федерации, предназначенный для поддержания порядка на территории планет NE-24774. Дополнительно оснащен роботехнической лабораторией в целях развертывания дополнительных наземных сил и оказания универсальной поддержки.", | ||
"tags": [ | ||
"Engineering", | ||
"Mining", | ||
"Robotics", | ||
"Combat"], | ||
"map_path": "_maps/_mod_celadon/shuttles/solgov/solgov_cepheus.dmm", | ||
"limit": 1, | ||
"job_slots": { | ||
"Captain": { | ||
"outfit": "/datum/outfit/job/solgov/captain", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Ship Engineer": { | ||
"outfit": "/datum/outfit/job/solgov/engineer", | ||
"slots": 1 | ||
}, | ||
"Sonnensöldner": { | ||
"outfit": "/datum/outfit/job/solgov/sonnensoldner", | ||
"slots": 2 | ||
}, | ||
"Exosuit Operator": { | ||
"outfit": "/datum/outfit/job/solgov/sonnensoldner/pilot", | ||
"slots": 2 | ||
}, | ||
"Mechanical Technician Officer": { | ||
"outfit": "/datum/outfit/job/solgov/scientist/roboticist", | ||
"slots": 1 | ||
}, | ||
"Scribe": { | ||
"outfit": "/datum/outfit/job/solgov/assistant", | ||
"slots" : 1 | ||
} | ||
|
||
}, | ||
"enabled": true | ||
} |
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
Binary file not shown.
15 changes: 15 additions & 0 deletions
15
mod_celadon/code/game/objects/structures/crates_lockers/closets/secure/security.dm
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,15 @@ | ||
//Пилот мехов солгова | ||
|
||
/obj/structure/closet/secure_closet/security/solgov/pilot | ||
name = "pilot's locker" | ||
|
||
/obj/structure/closet/secure_closet/security/solgov/pilot/PopulateContents() | ||
new /obj/item/clothing/under/solgov/formal(src) | ||
new /obj/item/clothing/under/solgov/dress(src) | ||
new /obj/item/clothing/under/solgov(src) | ||
new /obj/item/clothing/shoes/workboots(src) | ||
new /obj/item/clothing/gloves/combat(src) | ||
new /obj/item/radio/headset/solgov/alt(src) | ||
new /obj/item/radio{icon_state = "sec_radio"}(src) | ||
new /obj/item/clothing/head/beret/solgov (src) | ||
new /obj/item/clothing/accessory/holster (src) |
16 changes: 16 additions & 0 deletions
16
mod_celadon/code/game/objects/structures/crates_lockers/closets/wallmount.dm
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,16 @@ | ||
/obj/structure/closet/secure_closet/captains/vanguard/wall | ||
wall_mounted = TRUE | ||
anchored = TRUE | ||
density = TRUE | ||
can_be_unanchored = FALSE | ||
icon = 'icons/obj/wallcloset.dmi' | ||
icon_state = "solgov_wall" | ||
icon_door = "solgov_wall" | ||
|
||
/obj/structure/closet/secure_closet/security/solgov/pilot/wall | ||
wall_mounted = TRUE | ||
anchored = TRUE | ||
density = TRUE | ||
can_be_unanchored = FALSE | ||
icon = 'icons/obj/wallcloset.dmi' | ||
icon_state = "sec_wall" |
38 changes: 38 additions & 0 deletions
38
mod_celadon/code/modules/clothing/outfits/factions/solgov.dm
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,38 @@ | ||
// Ученые | ||
|
||
/datum/outfit/job/solgov/scientist | ||
name = "SolGov - Scientific Officer" | ||
jobtype = /datum/job/scientist | ||
job_icon = "scientist" | ||
|
||
id = /obj/item/card/id/solgov | ||
ears = /obj/item/radio/headset/headset_sci | ||
uniform = /obj/item/clothing/under/solgov/formal | ||
shoes = /obj/item/clothing/shoes/laceup | ||
suit = /obj/item/clothing/suit/toggle/labcoat/science | ||
dcoat = /obj/item/clothing/suit/hooded/wintercoat/science | ||
|
||
backpack = /obj/item/storage/backpack/science | ||
satchel = /obj/item/storage/backpack/satchel/tox | ||
courierbag = /obj/item/storage/backpack/messenger/tox | ||
|
||
/datum/outfit/job/solgov/scientist/roboticist | ||
name = "SolGov - Mechanical Technician Officer" | ||
job_icon = "roboticist" | ||
jobtype = /datum/job/roboticist | ||
|
||
uniform = /obj/item/clothing/under/rank/rnd/roboticist | ||
suit = /obj/item/clothing/suit/longcoat/robowhite | ||
|
||
backpack_contents = list(/obj/item/weldingtool/hugetank) | ||
|
||
// Пилот меха | ||
|
||
/datum/outfit/job/solgov/sonnensoldner/pilot | ||
name = "SolGov - Exosuit Operator" | ||
jobtype = /datum/job/officer | ||
job_icon = "sonnensoldner" | ||
|
||
head = /obj/item/clothing/head/solgov | ||
glasses = /obj/item/clothing/glasses/sunglasses | ||
suit = /obj/item/clothing/suit/jacket/leather |
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