Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Xander3359 committed Sep 22, 2024
2 parents 71a9eb1 + 013c93a commit 8663402
Show file tree
Hide file tree
Showing 485 changed files with 361,115 additions and 22,482 deletions.
9 changes: 5 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely observed by players or admins you should add a changelog. If your change does NOT meet this description, remove this section. Be sure to properly mark your PRs to prevent unnecessary GBP loss. You can read up on GBP and it's effects on PRs in the tgstation guides for contributors. Please note that maintainers freely reserve the right to remove and add tags should they deem it appropriate. You can attempt to finagle the system all you want, but it's best to shoot for clear communication right off the bat. -->
<!-- If your PR modifies aspects of the game that can be concretely observed by players or admins you should add a changelog. If your change does NOT meet this description, remove this section. Be sure to properly mark your PRs. Please note that maintainers freely reserve the right to remove and add tags should they deem it appropriate. You can attempt to manipulate the system all you want, but it's best to shoot for clear communication right off the bat. -->

<!--Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. -->

<!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents, don't be too verbose. -->

:cl:
add: Added new mechanics or gameplay changes
Expand All @@ -31,6 +35,3 @@ config: changed some config setting
admin: messed with admin stuff
server: something server ops should know
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. -->
3 changes: 3 additions & 0 deletions _maps/_basemap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
#include "map_files\slumbridge\slumbridge.dmm"
#include "map_files\DaedalusPrison\DaedalusPrison.dmm"
#include "map_files\riptide\riptide.dmm"
#include "map_files\lavaoutpost\LavaOutpost.dmm"
#include "map_files\desertdam\desertdam.dmm"
#include "map_files\corsat\corsat.dmm"
#ifdef CIBUILDING
#include "templates.dm"
#endif
Expand Down
11 changes: 11 additions & 0 deletions _maps/corsat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"map_name": "CORSAT Research Station",
"map_path": "map_files/corsat",
"map_file": "corsat.dmm",
"disk_sets": {
"basic": 1
},
"armor": "prison",
"quickbuilds": 2300,
"announce_text": "A classified distress signal has been picked up by our scanners, which have tracked the source to Nanotrasen's Corporate Orbital Research Station for Advanced Technology research station, known as CORSAT. Through use of bluespace drive tech, the ship has jumped within range of the colony. TGMC, gear up and get ready to respond!"
}
12 changes: 12 additions & 0 deletions _maps/desertdam.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"map_name": "Chigusa",
"map_path": "map_files/desertdam",
"map_file": "desertdam.dmm",
"disk_sets": {
"basic": 1
},
"map_item_type": "/obj/item/map/desert_dam",
"armor": "desert",
"quickbuilds": 3300,
"announce_text": "We've lost contact with NT's extra-solar colony, \"Chigusa Dam\", on the planet \"Trivonus IV.\" Your ship has been dispatched to assist."
}
10 changes: 10 additions & 0 deletions _maps/lavaoutpost.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"map_name": "Lava Outpost V1",
"map_path": "map_files/lavaoutpost",
"map_file": "LavaOutpost.dmm",
"disk_sets": {
"basic": 1
},
"quickbuilds": 1800,
"announce_text": "A faint distress signal has been picked up by our scanners, which have tracked the source to LO145. Through use of emergency bluespace drive tech, the ship has jumped within range of the outpost. Senior officers are present and will need to be evacuated in order to completely finish your mission. TGMC, gear up and get ready to respond!"
}
2 changes: 1 addition & 1 deletion _maps/lv624.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"basic": 1
},
"armor": "jungle",
"quickbuilds": 1400,
"quickbuilds": 2000,
"announce_text": "A faint distress signal has been picked up by our scanners, which have tracked the source to a third generation colony, known as LV-624. Through use of bluespace drive tech, the ship has jumped within range of the colony. TGMC, gear up and get ready to respond!",
"traits":[{
"weather_acidrain": true
Expand Down
Loading

0 comments on commit 8663402

Please sign in to comment.