Skip to content

Commit

Permalink
initial lore update
Browse files Browse the repository at this point in the history
  • Loading branch information
tf-4 committed Oct 21, 2024
1 parent 45df289 commit bd6e12a
Show file tree
Hide file tree
Showing 19 changed files with 75 additions and 30 deletions.
3 changes: 2 additions & 1 deletion code/__DEFINES/mod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
#define MOD_WORN_ICON_OVERRIDE "mod_worn_icon_override"

//Defines for MODlink frequencies
#define MODLINK_FREQ_NANOTRASEN "NT"
//#define MODLINK_FREQ_NANOTRASEN "NT" // ORIGINAL
#define MODLINK_FREQ_NANOTRASEN "PA" // DOPPLER EDIT - NT -> PA
#define MODLINK_FREQ_SYNDICATE "SYND"
#define MODLINK_FREQ_CHARLIE "CHRL"
#define MODLINK_FREQ_CENTCOM "CC"
Expand Down
2 changes: 1 addition & 1 deletion code/__DEFINES/~doppler_defines/manufacturer_strings.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define COMPANY_DONK "It has a <b>[span_green("Donk Corporation")]</b> label visible on it."
#define COMPANY_BOLT "It has <b>[span_yellow("Bolt Fabrications")]</b> stamped onto it."
#define COMPANY_NANOTRASEN "It has <b>[span_blue("Nanotrasen Armories")]</b> etched into it."
#define COMPANY_PORT_AUTHORITY "It has <b>[span_blue("PA Armories")]</b> etched into it."

#define COMPANY_CARWO "It has a small <b>[span_cyan("four pointed star")]</b> alongside <b>[span_cyan("Carwo Defense Systems")]</b> etched into it."
#define COMPANY_TRAPPISTE "It has a small <b>[span_red("pattern of five squares")]</b> alongside <b>[span_red("Trappiste Fabriek")]</b> etched into it."
Expand Down
3 changes: 2 additions & 1 deletion code/__HELPERS/names.dm
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ GLOBAL_VAR(command_name)
if (GLOB.command_name)
return GLOB.command_name

var/name = "Central Command"
//var/name = "Central Command" // ORIGINAL
var/name = "Port Authority" // DOPPLER EDIT - NT -> PA

GLOB.command_name = name
return name
Expand Down
21 changes: 14 additions & 7 deletions code/controllers/subsystem/dynamic/dynamic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ SUBSYSTEM_DEF(dynamic)
addtimer(CALLBACK(src, PROC_REF(send_intercept)), 10 SECONDS)
return

. = "<b><i>Nanotrasen Department of Intelligence Threat Advisory, Spinward Sector, TCD [time2text(world.realtime, "DDD, MMM DD")], [CURRENT_STATION_YEAR]:</i></b><hr>"
//. = "<b><i>Nanotrasen Department of Intelligence Threat Advisory, Spinward Sector, TCD [time2text(world.realtime, "DDD, MMM DD")], [CURRENT_STATION_YEAR]:</i></b><hr>" // ORIGINAL
. = "<b><i>Port Authority Department of Intelligence Threat Advisory, Crusoe's Rest, TCD [time2text(world.realtime, "DDD, MMM DD")], [CURRENT_STATION_YEAR]:</i></b><hr>" // DOPPLER EDIT - NT -> PA
. += generate_advisory_level()

var/min_threat = 100
Expand Down Expand Up @@ -383,7 +384,8 @@ SUBSYSTEM_DEF(dynamic)
return advisory_string

advisory_string += "Advisory Level: <b>Pulsar Star</b></center><BR>"
advisory_string += "Your sector's advisory level is Pulsar Star. A large, unknown electromagnetic field has stormed through nearby surveillance equipment, causing major data loss. Partial data was recovered and showed no credible threats to Nanotrasen assets within the Spinward Sector; however, the Department of Intelligence advises maintaining high alert against potential threats due to the lack of complete data."
//advisory_string += "Your sector's advisory level is Pulsar Star. A large, unknown electromagnetic field has stormed through nearby surveillance equipment, causing major data loss. Partial data was recovered and showed no credible threats to Nanotrasen assets within the Spinward Sector; however, the Department of Intelligence advises maintaining high alert against potential threats due to the lack of complete data." // ORIGINAL
advisory_string += "Your sector's advisory level is Pulsar Star. A large, unknown electromagnetic field has stormed through nearby surveillance equipment, causing major data loss. Partial data was recovered and showed no credible threats to Port Authority assets within Crusoe's Rest; however, the Department of Intelligence advises maintaining high alert against potential threats due to the lack of complete data." // DOPPLER EDIT - NT -> PA
return advisory_string
//a white dwarf shift leads to a green security alert on report and special announcement, this prevents a meta check if the alert report is fake or not.
if(round(shown_threat) == 0 && round(threat_level) == 0)
Expand All @@ -399,25 +401,30 @@ SUBSYSTEM_DEF(dynamic)

if (show_core_territory)
advisory_string += "Advisory Level: <b>Blue Star</b></center><BR>"
advisory_string += "Your sector's advisory level is Blue Star. At this threat advisory, the risk of attacks on Nanotrasen assets within the sector is minor but cannot be ruled out entirely. Remain vigilant."
//advisory_string += "Your sector's advisory level is Blue Star. At this threat advisory, the risk of attacks on Nanotrasen assets within the sector is minor but cannot be ruled out entirely. Remain vigilant." // ORIGINAL
advisory_string += "Your sector's advisory level is Blue Star. At this threat advisory, the risk of attacks on Port Authority assets within the sector is minor but cannot be ruled out entirely. Remain vigilant." // DOPPLER EDIT - NT -> PA
else
advisory_string += "Advisory Level: <b>Green Star</b></center><BR>"
advisory_string += "Your sector's advisory level is Green Star. Surveillance information shows no credible threats to Nanotrasen assets within the Spinward Sector at this time. As always, the Department of Intelligence advises maintaining vigilance against potential threats, regardless of a lack of known threats."
//advisory_string += "Your sector's advisory level is Green Star. Surveillance information shows no credible threats to Nanotrasen assets within the Spinward Sector at this time. As always, the Department of Intelligence advises maintaining vigilance against potential threats, regardless of a lack of known threats." // ORIGINAL
advisory_string += "Your sector's advisory level is Green Star. Surveillance information shows no credible threats to Port Authority assets within Crusoe's Rest at this time. As always, the Department of Intelligence advises maintaining vigilance against potential threats, regardless of a lack of known threats." // DOPPLER EDIT - NT -> PA
if(20 to 39)
advisory_string += "Advisory Level: <b>Yellow Star</b></center><BR>"
advisory_string += "Your sector's advisory level is Yellow Star. Surveillance shows a credible risk of enemy attack against our assets in the Spinward Sector. We advise a heightened level of security alongside maintaining vigilance against potential threats."
//advisory_string += "Your sector's advisory level is Yellow Star. Surveillance shows a credible risk of enemy attack against our assets in the Spinward Sector. We advise a heightened level of security alongside maintaining vigilance against potential threats." // ORIGINAL
advisory_string += "Your sector's advisory level is Yellow Star. Surveillance shows a credible risk of enemy attack against our assets in Crusoe's Rest. We advise a heightened level of security alongside maintaining vigilance against potential threats." // DOPPLER EDIT - Spinward -> Crusoe's
if(40 to 65)
advisory_string += "Advisory Level: <b>Orange Star</b></center><BR>"
advisory_string += "Your sector's advisory level is Orange Star. Upon reviewing your sector's intelligence, the Department has determined that the risk of enemy activity is moderate to severe. At this advisory, we recommend maintaining a higher degree of security and reviewing red alert protocols with command and the crew."
if(66 to 79)
advisory_string += "Advisory Level: <b>Red Star</b></center><BR>"
advisory_string += "Your sector's advisory level is Red Star. The Department of Intelligence has decrypted Cybersun communications suggesting a high likelihood of attacks on Nanotrasen assets within the Spinward Sector. Stations in the region are advised to remain highly vigilant for signs of enemy activity and to be on high alert."
//advisory_string += "Your sector's advisory level is Red Star. The Department of Intelligence has decrypted Cybersun communications suggesting a high likelihood of attacks on Nanotrasen assets within the Spinward Sector. Stations in the region are advised to remain highly vigilant for signs of enemy activity and to be on high alert." // ORIGINAL
advisory_string += "Your sector's advisory level is Red Star. The Department of Intelligence has decrypted Cybersun communications suggesting a high likelihood of attacks on Port Authority assets within Crusoe's Rest. Stations in the region are advised to remain highly vigilant for signs of enemy activity and to be on high alert." // DOPPLER EDIT - NT -> PA
if(80 to 99)
advisory_string += "Advisory Level: <b>Black Orbit</b></center><BR>"
advisory_string += "Your sector's advisory level is Black Orbit. Your sector's local communications network is currently undergoing a blackout, and we are therefore unable to accurately judge enemy movements within the region. However, information passed to us by GDI suggests a high amount of enemy activity in the sector, indicative of an impending attack. Remain on high alert and vigilant against any other potential threats."
if(100)
advisory_string += "Advisory Level: <b>Midnight Sun</b></center><BR>"
advisory_string += "Your sector's advisory level is Midnight Sun. Credible information passed to us by GDI suggests that the Syndicate is preparing to mount a major concerted offensive on Nanotrasen assets in the Spinward Sector to cripple our foothold there. All stations should remain on high alert and prepared to defend themselves."
//advisory_string += "Your sector's advisory level is Midnight Sun. Credible information passed to us by GDI suggests that the Syndicate is preparing to mount a major concerted offensive on Nanotrasen assets in the Spinward Sector to cripple our foothold there. All stations should remain on high alert and prepared to defend themselves." // ORIGINAL
advisory_string += "Your sector's advisory level is Midnight Sun. Credible information passed to us by GDI suggests that the Syndicate is preparing to mount a major concerted offensive on Port Authority assets in Crusoe's Rest to cripple our foothold there. All stations should remain on high alert and prepared to defend themselves." // DOPPLER EDIT - NT -> PA

return advisory_string

Expand Down
3 changes: 2 additions & 1 deletion code/controllers/subsystem/economy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ SUBSYSTEM_DEF(economy)
fluff_string = ", but company countermeasures protect <b>YOU</b> from being affected!"
else
fluff_string = ", and company countermeasures are failing to protect <b>YOU</b> from being affected. We're all doomed!"
earning_report = "<b>Sector Economic Report</b><br><br> Sector vendor prices is currently at <b>[SSeconomy.inflation_value()*100]%</b>[fluff_string]<br><br> The station spending power is currently <b>[station_total] Credits</b>, and the crew's targeted allowance is at <b>[station_target] Credits</b>.<br><br>[SSstock_market.news_string] That's all from the <i>Nanotrasen Economist Division</i>."
//earning_report = "<b>Sector Economic Report</b><br><br> Sector vendor prices is currently at <b>[SSeconomy.inflation_value()*100]%</b>[fluff_string]<br><br> The station spending power is currently <b>[station_total] Credits</b>, and the crew's targeted allowance is at <b>[station_target] Credits</b>.<br><br>[SSstock_market.news_string] That's all from the <i>Nanotrasen Economist Division</i>." // ORIGINAL
earning_report = "<b>Sector Economic Report</b><br><br> Sector vendor prices is currently at <b>[SSeconomy.inflation_value()*100]%</b>[fluff_string]<br><br> The station spending power is currently <b>[station_total] Credits</b>, and the crew's targeted allowance is at <b>[station_target] Credits</b>.<br><br>[SSstock_market.news_string] That's all from the <i>Port Authority Economist Division</i>." // DOPPLER EDIT - NT -> PA
GLOB.news_network.submit_article(earning_report, "Station Earnings Report", "Station Announcements", null, update_alert = FALSE)
return TRUE

Expand Down
4 changes: 3 additions & 1 deletion code/controllers/subsystem/shuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,9 @@ SUBSYSTEM_DEF(shuttle)

if(!admiral_message)
admiral_message = pick(GLOB.admiral_messages)
var/intercepttext = "<font size = 3><b>Nanotrasen Update</b>: Request For Shuttle.</font><hr>\
// DOPPLER EDIT - NT -> PA
//var/intercepttext = "<font size = 3><b>Nanotrasen Update</b>: Request For Shuttle.</font><hr> // ORIGINAL
var/intercepttext = "<font size = 3><b>Port Authority Update</b>: Request For Shuttle.</font><hr>\
To whom it may concern:<br><br>\
We have taken note of the situation upon [station_name()] and have come to the \
conclusion that it does not warrant the abandonment of the station.<br>\
Expand Down
3 changes: 2 additions & 1 deletion code/controllers/subsystem/tgui.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ SUBSYSTEM_DEF(tgui)
var/polyfill = file2text('tgui/public/tgui-polyfill.min.js')
polyfill = "<script>\n[polyfill]\n</script>"
basehtml = replacetextEx(basehtml, "<!-- tgui:inline-polyfill -->", polyfill)
basehtml = replacetextEx(basehtml, "<!-- tgui:nt-copyright -->", "Nanotrasen (c) 2525-[CURRENT_STATION_YEAR]")
//basehtml = replacetextEx(basehtml, "<!-- tgui:nt-copyright -->", "Nanotrasen (c) 2525-[CURRENT_STATION_YEAR]") // ORIGINAL
basehtml = replacetextEx(basehtml, "<!-- tgui:nt-copyright -->", "Port Authority (c) 2525-[CURRENT_STATION_YEAR]") // DOPPLER EDIT - NT -> PA

/datum/controller/subsystem/tgui/Shutdown()
close_all_uis()
Expand Down
3 changes: 2 additions & 1 deletion code/controllers/subsystem/ticker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,8 @@ SUBSYSTEM_DEF(ticker)

/datum/controller/subsystem/ticker/proc/send_news_report()
var/news_message
var/news_source = "Nanotrasen News Network"
//var/news_source = "Nanotrasen News Network" // ORIGINAL
var/news_source = "Port Authority News Network" // DOPPLER EDIT - NT -> PA
var/decoded_station_name = html_decode(station_name()) //decode station_name to avoid minor_announce double encode

switch(news_report)
Expand Down
6 changes: 5 additions & 1 deletion code/game/objects/items/mail.dm
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,12 @@

var/list/junk_names = list(
/obj/item/paper/pamphlet/gateway = "[initial(name)] for [pick(GLOB.adjectives)] adventurers",
/obj/item/paper/pamphlet/violent_video_games = "[initial(name)] for the truth about the arcade centcom doesn't want to hear",
// DOPPLER EDIT START - NT -> PA
///obj/item/paper/pamphlet/violent_video_games = "[initial(name)] for the truth about the arcade centcom doesn't want to hear", // ORIGINAL
/obj/item/paper/pamphlet/violent_video_games = "[initial(name)] for the truth about the arcade the port authority doesn't want to hear",
///obj/item/paper/fluff/junkmail_redpill = "[initial(name)] for those feeling [pick(GLOB.adjectives)] working at Nanotrasen", // ORIGINAL
/obj/item/paper/fluff/junkmail_redpill = "[initial(name)] for those feeling [pick(GLOB.adjectives)] working at Nanotrasen",
// DOPPLER EDIT END
/obj/effect/decal/cleanable/ash = "[initial(name)] with INCREDIBLY IMPORTANT ARTIFACT- DELIVER TO SCIENCE DIVISION. HANDLE WITH CARE.",
)

Expand Down
2 changes: 1 addition & 1 deletion code/modules/client/preferences/prisoner_crime.dm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ GLOBAL_LIST_INIT(prisoner_crimes, init_prisoner_crimes())
name = "Identity Theft of High-Ranking Figure"
desc = "Impersonated a high-ranking figure."
tattoos = 0 //well, obviously can't impersonate people with tats. if they want to go back to doing that

/datum/prisoner_crime/jaywalker
name = "Jaywalker"
desc = "Jaywalked across non-green tram crossings, shuttle docking zones, and/or through space."
Expand Down
3 changes: 2 additions & 1 deletion code/modules/events/aurora_caelus.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
/datum/round_event/aurora_caelus/announce(fake)
priority_announce("[station_name()]: A harmless cloud of ions is approaching your station, and will exhaust their energy battering the hull. Nanotrasen has approved a short break for all employees to relax and observe this very rare event. During this time, starlight will be bright but gentle, shifting between quiet green and blue colors. Any staff who would like to view these lights for themselves may proceed to the area nearest to them with viewing ports to open space. We hope you enjoy the lights.",
sound = 'sound/announcer/notice/notice2.ogg',
sender_override = "Nanotrasen Meteorology Division")
//sender_override = "Nanotrasen Meteorology Division") // ORIGINAL
sender_override = "Port Authority Meteorology Division") // DOPPLER EDIT - NT -> PA
if (fake)
return
for(var/V in GLOB.player_list)
Expand Down
6 changes: 4 additions & 2 deletions code/modules/paperwork/fax.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
GLOBAL_VAR_INIT(nt_fax_department, pick("NT HR Department", "NT Legal Department", "NT Complaint Department", "NT Customer Relations", "Nanotrasen Tech Support", "NT Internal Affairs Dept"))
//GLOBAL_VAR_INIT(nt_fax_department, pick("NT HR Department", "NT Legal Department", "NT Complaint Department", "NT Customer Relations", "Nanotrasen Tech Support", "NT Internal Affairs Dept")) // ORIGINAL
GLOBAL_VAR_INIT(nt_fax_department, pick("PA HR Department", "PA Legal Department", "PA Complaint Department", "PA Customer Relations", "Port Authority Tech Support", "PA Internal Affairs Dept")) // DOPPLER EDIT - NT -> PA

/obj/machinery/fax
name = "Fax Machine"
Expand Down Expand Up @@ -56,7 +57,8 @@ GLOBAL_VAR_INIT(nt_fax_department, pick("NT HR Department", "NT Legal Department
)
/// List with a fake-networks(not a fax actually), for request manager.
var/list/special_networks = list(
nanotrasen = list(fax_name = "NT HR Department", fax_id = "central_command", color = "teal", emag_needed = FALSE),
//nanotrasen = list(fax_name = "NT HR Department", fax_id = "central_command", color = "teal", emag_needed = FALSE), // ORIGINAL
nanotrasen = list(fax_name = "PA HR Department", fax_id = "central_command", color = "teal", emag_needed = FALSE), // DOPPLER EDIT - NT -> PA
syndicate = list(fax_name = "Sabotage Department", fax_id = "syndicate", color = "red", emag_needed = TRUE),
)

Expand Down
7 changes: 7 additions & 0 deletions modular_doppler/lore/overrides/paperwork.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/obj/item/paper/pamphlet/gateway/Initialize(mapload)
. = ..()
if(mapload)
qdel(src) // evil

/obj/item/paper/paperslip/corporate/fluff/spare_id_safe_code
name = "Port Authority-Approved Spare ID Safe Code"
9 changes: 9 additions & 0 deletions modular_doppler/lore/overrides/prisoner_crime.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/datum/prisoner_crime/enemy_of_the_corp
desc = "Acted as, or knowingly aided, an enemy of the Port Authority."

/datum/prisoner_crime/grand_sabo
desc = "Engaged in malicious destructive actions, seriously threatening Port Authority employees and or infrastructure."

/datum/prisoner_crime/espionage
name = "Espionage"
desc = "Conducted espionage against the Port Authority."
2 changes: 2 additions & 0 deletions modular_doppler/lore/overrides/secret_documents.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/obj/item/documents/port_authority
desc = "\"Top Secret\" Port Authority documents, filled with complex diagrams and lists of shipments, dates, and coordinates. Coveted by many factions with interests in the Frontier."
Loading

0 comments on commit bd6e12a

Please sign in to comment.