-
-
Notifications
You must be signed in to change notification settings - Fork 544
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request Remasters the currently removed and unpersoned wasteplanet tradepost map. You have never seen this pr before. ![dreamseeker_aqYq8vThLj](https://github.com/user-attachments/assets/2b3ae689-252a-474a-abe2-bf5a8afbce15) ![StrongDMM-2024-10-17 17 39 28](https://github.com/user-attachments/assets/940321b0-c2b4-4f5c-af96-e093230e679f) ![StrongDMM-2024-10-17 17 40 03](https://github.com/user-attachments/assets/f52f8596-e3b0-4930-bce0-994147f0a1ca) <!-- Describe The Pull Request. Please be sure every change is documented or this can delay review and even discourage maintainers from merging your PR! --> ## Why It's Good For The Game A 'new' ruin of decent quality and some more mapgen options should enrich the experience. <!-- Please add a short description of why you think these changes would benefit the game. If you can't justify it in words, it might not be worth adding. --> ## Changelog :cl: Erika Fox add: An abandoned tradepost has been located in the system. Investigate nearby waste worlds for more information. add: preburnt flares /: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. --> --------- Signed-off-by: Erika Fox <94164348+Bjarl@users.noreply.github.com> Signed-off-by: Erika Fox <94164348+Erikafox@users.noreply.github.com> Co-authored-by: Erika Fox <94164348+Bjarl@users.noreply.github.com>
- Loading branch information
Showing
10 changed files
with
8,198 additions
and
12 deletions.
There are no files selected for viewing
8,003 changes: 8,003 additions & 0 deletions
8,003
_maps/RandomRuins/WasteRuins/wasteplanet_tradepost.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
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
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
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
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,61 @@ | ||
/obj/item/tape/random/preset/tradepost/one | ||
ruined = 1 | ||
used_capacity = 120 | ||
|
||
/obj/item/tape/random/preset/tradepost/one/Initialize() | ||
. = ..() | ||
storedinfo = list( | ||
"\[00:00\] Recording started.", | ||
"\[00:06\] [span_name("firm elzousa")] drawls \"Now I figure that... give or take a few months a' tradin out here, I'll 'ave enough money t' pay you boys forra 'nother year.\"", | ||
"\[00:14\] [span_name("muffled rachnid woman")] declares \"Caelum. If you don't have payment rendered soon we this contract is called.\"", | ||
"\[00:23\] [span_name("firm elzousa")] drawls \"I know. I know. I gotcha few more weeks of pay annif I don' make any trades, then 's done.\"", | ||
"\[00:32\] [span_name("firm elzousa")] drawls \"Don'tcha wave those things at me.\"", | ||
"\[00:37\] [span_name("muffled rachnid woman")] declares \"You have two weeks. My enforcers are reporting that the area is drawing the attention of scrapbots.\"", | ||
"\[00:46\] [span_name("muffled rachnid woman")] declares \"If we don't have the money to buy more ammo, I don't need to tell you what'll happen.\"", | ||
"\[00:50\] [span_name("firm elzousa")] lets out a sigh.", | ||
"\[00:53\] [span_name("firm elzousa")] drawls \" Cour ma'am. Cour. \"", | ||
) | ||
timestamp = list( | ||
0, | ||
6, | ||
14, | ||
23, | ||
32, | ||
37, | ||
46, | ||
50, | ||
53 | ||
) | ||
|
||
/obj/effect/mob_spawn/human/corpse/inteq/medic/tradepost | ||
mob_name = "Jenny Amasatsu" | ||
brute_damage = 140 | ||
burn_damage = 78 | ||
mob_gender = FEMALE | ||
outfit = /datum/outfit/job/inteq/paramedic/tradepost | ||
|
||
/obj/effect/mob_spawn/human/corpse/inteq/vanguard/tradepost | ||
outfit = /datum/outfit/job/inteq/captain/tradepost | ||
mob_species = /datum/species/spider | ||
gender = FEMALE | ||
|
||
/obj/effect/mob_spawn/human/corpse/indie/engineer | ||
outfit = /datum/outfit/job/independent/engineer | ||
|
||
/obj/effect/mob_spawn/human/corpse/indie/manager | ||
outfit = /datum/outfit/job/independent/captain/manager | ||
mob_species = /datum/species/elzuose | ||
backpack_contents = null | ||
|
||
|
||
/datum/outfit/job/inteq/paramedic/tradepost | ||
name = "Trade Post Corpsman" | ||
belt = /obj/item/storage/belt/medical/webbing | ||
|
||
/datum/outfit/job/inteq/captain/tradepost | ||
name = "Trade Post Vanguard" | ||
|
||
r_pocket = null | ||
l_pocket = null | ||
|
||
backpack_contents = null |
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