mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-15 02:03:48 +01:00
converts our spans (#9185)
This commit is contained in:
@@ -28,10 +28,10 @@
|
||||
/datum/lore/codex/page/borealis_majoris/add_content()
|
||||
name = "Borealis Majoris (Arctic/Tundra)"
|
||||
keywords += list("Borealis Majoris")
|
||||
data = "Situated 10 lightseconds from the system's primary, Borealis Majoris is - in the politest terms - a frozen hellhole. With surface temperatures <i>peaking</i> at a bone-chilling -30 celsius (-22 fahrenheit) but dropping as low as -80 C (-112 F) if not lower on the planet's dark side, the planet's primary redeeming features include its abundance of oxygen and phoron. Its atmosphere hovers between 90 and 110 kPa, and consists of 72% O2, 2% CO2, and 24% N2, with other trace gases. Due to the low temperatures, the vast majority of the planet's phoron is found crystallized underground, or within the flora and fauna, the substance presumably making its way into the wildlife via what little hardy vegetation clings to the planet's surface, mostly mosses and lichens.\
|
||||
data = "Situated 10 lightseconds from the system's primary, Borealis Majoris is - in the politest terms - a frozen hellhole. With surface temperatures " + span_italics("peaking") + " at a bone-chilling -30 celsius (-22 fahrenheit) but dropping as low as -80 C (-112 F) if not lower on the planet's dark side, the planet's primary redeeming features include its abundance of oxygen and phoron. Its atmosphere hovers between 90 and 110 kPa, and consists of 72% O2, 2% CO2, and 24% N2, with other trace gases. Due to the low temperatures, the vast majority of the planet's phoron is found crystallized underground, or within the flora and fauna, the substance presumably making its way into the wildlife via what little hardy vegetation clings to the planet's surface, mostly mosses and lichens.\
|
||||
<br><br>\
|
||||
Despite the fact that Borealis Majoris is near-constantly lashed by swirling blizzards, howling winds, vicious hailstorms, and icy rain, it is nonetheless host to a handful of colonies and outposts, the largest and most prosperous of which is the NT-operated NSC <i>Cryogaia</i>."
|
||||
|
||||
Despite the fact that Borealis Majoris is near-constantly lashed by swirling blizzards, howling winds, vicious hailstorms, and icy rain, it is nonetheless host to a handful of colonies and outposts, the largest and most prosperous of which is the NT-operated NSC " + span_italics("Cryogaia") + "."
|
||||
|
||||
/datum/lore/codex/page/borealis_majoris_beta/add_content()
|
||||
name = "Borealis Majoris Beta (Barren Moon)"
|
||||
keywords += list("Borealis Majoris Beta")
|
||||
@@ -40,14 +40,14 @@
|
||||
/datum/lore/codex/page/nsc_cryogaia/add_content()
|
||||
name = "NSC Cryogaia (NT Phoron Mining & Research Installation)"
|
||||
keywords += list("Cryogaia")
|
||||
data = "The terrestrial half of NT's operations on Borealis Majoris, the NSC <i>Cryogaia</i> Outpost handles the acquisition and low-level refining of phoron extracted from the surrounding planetary environment, as well as extensive research into the material given its abundance. Whilst it's a relatively small operation in the grand scheme of things and is constantly under threat from all manner of angry wildlife, the sheer volume of phoron available makes the installation extremely profitable; enough for NT to maintain a dedicated Asset Response Annex aboard the NCS <i>Serenity</i>, ready to deploy at a moment's notice should a major threat appear.\
|
||||
data = "The terrestrial half of NT's operations on Borealis Majoris, the NSC " + span_italics("Cryogaia") + " Outpost handles the acquisition and low-level refining of phoron extracted from the surrounding planetary environment, as well as extensive research into the material given its abundance. Whilst it's a relatively small operation in the grand scheme of things and is constantly under threat from all manner of angry wildlife, the sheer volume of phoron available makes the installation extremely profitable; enough for NT to maintain a dedicated Asset Response Annex aboard the NCS " + span_italics("Serenity") + ", ready to deploy at a moment's notice should a major threat appear.\
|
||||
<br><br>\
|
||||
The half-subterranean <i>Cryogaia</i> installation is considered a work in progress, and undergoes renovations and updates on a relatively frequent but highly erratic basis. Notably, it is built on one of the few natural hot springs available on the planet, though NT has opted to use another of its Supermatter Research-Reactors backed up by solar arrays, in lieu of a more conventional geothermal power plant for the time being."
|
||||
|
||||
The half-subterranean " + span_italics("Cryogaia") + " installation is considered a work in progress, and undergoes renovations and updates on a relatively frequent but highly erratic basis. Notably, it is built on one of the few natural hot springs available on the planet, though NT has opted to use another of its Supermatter Research-Reactors backed up by solar arrays, in lieu of a more conventional geothermal power plant for the time being."
|
||||
|
||||
/datum/lore/codex/page/ncs_serenity/add_content()
|
||||
name = "NCS Serenity (NT Phoron Refinery & Refuelling Station)"
|
||||
keywords += list("Serenity")
|
||||
data = "The orbital half of NT's operations on Borealis Majoris, the NCS <i>Serenity</i> installation is responsible for the vast majority of phoron refinery efforts, either by processing purified crystals or cut lumber shipped up from NCS <i>Cryogaia</i>. It also includes crew relief facilities for Cryogaia's personnel, and handles the vast majority of interplanetary traffic in the system. NT does brisk business selling phoron-based fuel directly to passing vessels, but this accounts for only a small fraction of the full profits from their operations in the system."
|
||||
data = "The orbital half of NT's operations on Borealis Majoris, the NCS " + span_italics("Serenity") + " installation is responsible for the vast majority of phoron refinery efforts, either by processing purified crystals or cut lumber shipped up from NCS " + span_italics("Cryogaia") + ". It also includes crew relief facilities for Cryogaia's personnel, and handles the vast majority of interplanetary traffic in the system. NT does brisk business selling phoron-based fuel directly to passing vessels, but this accounts for only a small fraction of the full profits from their operations in the system."
|
||||
|
||||
/datum/lore/codex/page/borealis_three_alpha/add_content()
|
||||
name = "Borealis 3 Alpha (No Data)"
|
||||
@@ -72,4 +72,4 @@
|
||||
/datum/lore/codex/page/borealis_four_beta/add_content()
|
||||
name = "Borealis 4 Beta (No Data)"
|
||||
keywords += list("Borealis 4 Beta")
|
||||
data = "Survey data incomplete. Check back later!"
|
||||
data = "Survey data incomplete. Check back later!"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
// We're a bird.
|
||||
/datum/lore/codex/page/about_lore
|
||||
name = "About"
|
||||
data = "<i>The Traveler's Guide to Human Space</i> is a series of books detailing a specific location inside a location colonized by humans. \
|
||||
data = span_italics("The Traveler's Guide to Human Space") + " is a series of books detailing a specific location inside a location colonized by humans. \
|
||||
This book is for the Borealis System, and was written by Eshi Tache, an explorer whom has visited many star systems, and \
|
||||
has personally visited and seen many of the locations described inside this book. Two other people have also assisted in the creation of this \
|
||||
book, being Qooqr Volquum, whom is an expert on synthetics, and Damian Fischer, a historian. Together, they provide valuable information and facts that lie outside of Tache's expertise.\
|
||||
@@ -29,5 +29,5 @@
|
||||
to an immigrant from another system, or even from outside human space, and anyone inbetween. The publisher wishes to note that any opinions expressed \
|
||||
in this text does not reflect the opinions of the publisher, and are instead the author's.\
|
||||
<br><br>\
|
||||
Eshi Tache has also written other <i>The Traveler's Guide</i> books, including <i>Sol Edition</i>, <i>Tau Ceti Edition</i>, <i>Alpha Centauri Edition</i>, <i>Vir Edition</i>, <i>Virgo Edition</i>, and more, \
|
||||
which you can find in your local book store, library, or e-reader device."
|
||||
Eshi Tache has also written other " + span_italics("The Traveler's Guide") + " books, including " + span_italics("Sol Edition") + ", " + span_italics("Tau Ceti Edition") + ", " + span_italics("Alpha Centauri Edition") + ", " + span_italics("Vir Edition") + ", " + span_italics("Virgo Edition") + ", and more, \
|
||||
which you can find in your local book store, library, or e-reader device."
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/datum/lore/codex/category/political_factions
|
||||
name = "Political Factions"
|
||||
data = "<i>For some weird reason, this section is blank. This looks like a publishing error.</i>"
|
||||
data = span_italics("For some weird reason, this section is blank. This looks like a publishing error.")
|
||||
/*data = "Those wishing to immigrate to somewhere in Borealis, or otherwise plan to stay for a long time should get to know human politics. \
|
||||
There are presently three major political parties that exist throughout USG space, being the Icarus Front, the Shadow Coalition, and \
|
||||
the Sol Economic Organization, and several smaller ones which tend to align themselves among one of the major parties. In the Borealis system, the \
|
||||
@@ -12,4 +12,4 @@
|
||||
/datum/lore/codex/page/blank/add_content()
|
||||
name = "Blank Page"
|
||||
keywords += list("Blank")
|
||||
data = "<i>For some weird reason, this section is blank. This looks like a publishing error.</i>" // ToDo: A lot.
|
||||
data = span_italics("For some weird reason, this section is blank. This looks like a publishing error.") // ToDo: A lot.
|
||||
|
||||
@@ -198,27 +198,27 @@
|
||||
keywords += list("Packs")
|
||||
data = "There are several packs you may come across;<small>\
|
||||
<br><br>\
|
||||
<b>Eshi</b><br>\
|
||||
" + span_bold("Eshi") + "<br>\
|
||||
A large, old, politically neutral pack heavily involved in efforts to get Teshari into space. Probably the most \
|
||||
common pack to see outside of a [quick_link("Skrell")] colony, and probably the most numerous Teshari pack outside of Sirisai and associated colonies.\
|
||||
<br><br>\
|
||||
<b>Nasemari</b><br>\
|
||||
" + span_bold("Nasemari") + "<br>\
|
||||
A very small pack. Generally focused around supporting and providing for packs on the homeworlds, they have devoted \
|
||||
themselves to training as technicians and engineers in order to obtain skills and training to take back to Sirisai. \
|
||||
The pack is only around thirty people in size, but owns and maintains a nuclear power plant.\
|
||||
<br><br>\
|
||||
<b>Schasaraca</b><br>\
|
||||
" + span_bold("Schasaraca") + "<br>\
|
||||
One of the more Skrell-devoted and integrated packs. They tend to be rather sycophantic towards the Skrell and work as \
|
||||
scientists and field researchers on a variety of projects, generally biology or technical research. They have a reputation \
|
||||
for working as spies and informants for the Skrell governments amongst other Teshari.\
|
||||
<br><br>\
|
||||
<b>Ceea</b><br>\
|
||||
" + span_bold("Ceea") + "<br>\
|
||||
An isolationist pack from the northern tundra of Sirisai; generally known as disliking the Skrell. Small to average in size; \
|
||||
only around sixty members. Their regional culture is built around the study culture and anthropology, as well as archaeology, \
|
||||
originally for the purposes of recovering history and materials \"lost\" due to Skrell interference. It would be very rare to \
|
||||
see them on your travels, however they are listed here for the sake of completeness.\
|
||||
<br><br>\
|
||||
<b>Resca</b><br>\
|
||||
" + span_bold("Resca") + "<br>\
|
||||
A pack that sold off its small native territory for the chance to get into space. Very musically inclined. They tend towards medical professions.</small>"
|
||||
|
||||
/datum/lore/codex/page/teshari_physical/add_content()
|
||||
@@ -255,7 +255,7 @@
|
||||
name = "Physical Structure of a Positronic Brain"
|
||||
keywords = list("Physical Posibrain", "Physical Positronic")
|
||||
data = "A positronic brain is a cube of complex metal alloy between two and six inches to a side. They usually weigh just under ten kilograms and are \
|
||||
<b>very fragile</b> when exposed to the stresses of heat or cold, as well as physical trauma. The exterior surface is chased with a network of grooves, forming \
|
||||
" + span_bold("very fragile") + " when exposed to the stresses of heat or cold, as well as physical trauma. The exterior surface is chased with a network of grooves, forming \
|
||||
a maze of geometric patterns right down to the molecular level, and the interior is hollow; complex particle generators and densely packed computational \
|
||||
arrays form the basis of a self-computing neural network, complex and somewhat poorly understood. Most modern positronic brains are equipped with \
|
||||
standardized I/O ports, and all have some interface for imprinting."
|
||||
@@ -391,7 +391,7 @@
|
||||
|
||||
/datum/lore/codex/page/class_aa
|
||||
name = "AA Class"
|
||||
data = "AA-class drones <b>do not yet exist</b>. Hypothetically, they are equal to living in every respect, with psychology that would not be abnormal in a baseline \
|
||||
data = "AA-class drones " + span_bold("do not yet exist") + ". Hypothetically, they are equal to living in every respect, with psychology that would not be abnormal in a baseline \
|
||||
human. The type of AA-class drone most frequently discussed is a hypothetical digitized consciousness of a human, a human brain that is somehow translated into \
|
||||
software. Some argue that a small fraction of the A-class drones would more properly be considered AA, but as of yet no action has been taken. Some Mercurials \
|
||||
will jokingly refer to themselves or other organics and positronics as AA’s. Research into brain uploading is heavily regulated and generally illegal."
|
||||
|
||||
Reference in New Issue
Block a user