Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/shiptest-ss13/Shiptest in…
Browse files Browse the repository at this point in the history
…to atmos_immune
  • Loading branch information
FalloutFalcon committed Oct 18, 2024
2 parents c3a390f + cd88cfe commit 8edba78
Show file tree
Hide file tree
Showing 197 changed files with 6,683 additions and 8,218 deletions.
12 changes: 4 additions & 8 deletions _maps/RandomRuins/JungleRuins/jungle_cavecrew.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1028,14 +1028,10 @@
pixel_y = 32
},
/obj/structure/closet/secure_closet/freezer/wall/directional/west,
/obj/item/reagent_containers/food/snacks/rationpack,
/obj/item/reagent_containers/food/snacks/rationpack,
/obj/item/reagent_containers/food/snacks/rationpack,
/obj/item/reagent_containers/food/snacks/rationpack,
/obj/item/reagent_containers/food/snacks/rationpack,
/obj/item/reagent_containers/food/snacks/rationpack,
/obj/item/reagent_containers/food/snacks/rationpack,
/obj/item/reagent_containers/food/snacks/rationpack,
/obj/effect/spawner/lootdrop/ration,
/obj/effect/spawner/lootdrop/ration,
/obj/effect/spawner/lootdrop/ration,
/obj/effect/spawner/lootdrop/ration,
/obj/item/reagent_containers/condiment/enzyme{
pixel_x = -8;
pixel_y = 5
Expand Down
14 changes: 0 additions & 14 deletions _maps/RandomRuins/RockRuins/rockplanet_budgetcuts.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -960,21 +960,7 @@
/area/overmap_encounter/planetoid/rockplanet/explored)
"pj" = (
/obj/structure/table/reinforced,
/obj/item/slime_extract/grey{
pixel_x = -4;
pixel_y = -1
},
/obj/item/slime_extract/grey{
pixel_x = 8
},
/obj/item/slime_extract/grey,
/obj/item/slime_extract/grey,
/obj/item/slime_extract/green{
pixel_x = 4;
pixel_y = -6
},
/obj/structure/window/reinforced,
/obj/item/slime_scanner,
/turf/open/floor/engine,
/area/ruin/rockplanet/nanotrasen)
"pl" = (
Expand Down
4 changes: 2 additions & 2 deletions _maps/RandomRuins/SpaceRuins/power_puzzle.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1850,8 +1850,8 @@
/obj/item/reagent_containers/food/drinks/waterbottle/empty,
/obj/item/reagent_containers/food/drinks/waterbottle/empty,
/obj/item/reagent_containers/food/drinks/waterbottle,
/obj/item/reagent_containers/food/snacks/rationpack,
/obj/item/reagent_containers/food/snacks/rationpack,
/obj/effect/spawner/lootdrop/ration,
/obj/effect/spawner/lootdrop/ration,
/obj/item/reagent_containers/food/snacks/sosjerky,
/obj/item/reagent_containers/food/snacks/sosjerky,
/obj/item/stack/medical/gauze/improvised,
Expand Down
50 changes: 50 additions & 0 deletions _maps/configs/minutemen_atlas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Atlas-class Light Armored Crusier",
"prefix": "CMSV",
"namelists": ["GENERAL", "CLIP MINUTEMEN", "NATURAL_AGGRESSIVE"],
"description": "The Atlas-Class is the designation for some of the oldest serving vessels in the Confederated League's military fleet. Originally the Atlantas-class, the design of the Atlantas was taken by the Colonial Militia just before the beginning of the war with the Old Frontiersmen, playing a pivotal role in multiple skirmishes. It is small in size and crew, well-rounded, and well-suited as an unexpensive hit-and-run vessel. Despite its age, the Atlas continues to serve the Confederated League for peacekeeping missions and driving off small crews of pirates from colonies.",
"tags": [
"Combat",
"Generalist"
],
"map_short_name": "Atlas-class",
"faction": "/datum/faction/clip",
"starting_funds": 1000,
"map_path": "_maps/shuttles/minutemen/minutemen_atlas.dmm",
"limit": 1,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/clip/minutemen/captain",
"officer": true,
"slots": 1
},
"First Officer": {
"outfit": "/datum/outfit/job/clip/first_officer",
"officer": true,
"slots": 1
},
"Sergeant": {
"outfit": "/datum/outfit/job/clip/minutemen/grunt/lead",
"officer": true,
"slots": 1
},
"Corpsman": {
"outfit": "/datum/outfit/job/clip/minutemen/doctor",
"slots": 1
},
"Engineer": {
"outfit": "/datum/outfit/job/clip/minutemen/engineer",
"slots": 1
},
"Minuteman": {
"outfit": "/datum/outfit/job/clip/minutemen/grunt",
"slots": 4
},
"Reservist": {
"outfit": "/datum/outfit/job/clip/minutemen/grunt/reserve",
"slots": 1
}
},
"enabled": true
}
Loading

0 comments on commit 8edba78

Please sign in to comment.