UTF 8 Cleanup (#5267)

🆑
refactor: Refactors files containing non UTF-8 characters to now be
UTF-8 Compliant
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 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. -->
This commit is contained in:
LordME
2023-04-02 01:24:48 -07:00
committed by GitHub
parent d23ac504a0
commit 7e297d8310
5 changed files with 33 additions and 33 deletions
@@ -42,13 +42,13 @@
name = "Firnir (Terrestrial Planet)"
keywords += list("Firnir")
data = "Firnir is the first planet of Vir, tidally locked to it, and having temperatures in excess of 570 degrees \
kelvin (299°C) on the day side has caused this planet to go mostly ignored."
kelvin (299°C) on the day side has caused this planet to go mostly ignored."
/datum/lore/codex/page/tyr/add_content()
name = "Tyr (Terrestrial Planet)"
keywords += list("Tyr")
data = "The second closest planet to [quick_link("Vir")], this planet has a high concentration of minerals inside its crust, as well as active volcanism and plate tectonics. \
The temperature on the surface can reach up to 405 degrees kelvin (132°C), which has deterred most people from the planet, except for two [quick_link("TSC", "TSCs")], \
The temperature on the surface can reach up to 405 degrees kelvin (132°C), which has deterred most people from the planet, except for two [quick_link("TSC", "TSCs")], \
Greyson Manufactories and [quick_link("Xion Manufacturing Group")]. In orbit, the two companies each have a space station, used to coordinate and \
control their stations on the surface without having to suffer the intense heat. Xion's station also doubles as a control and oversight facility for their \
[quick_link("drones","autonomous mining drones")].\
@@ -98,7 +98,7 @@
/datum/lore/codex/page/magni/add_content()
name = "Magni (Terrestrial Planet)"
keywords += list("Magni")
data = "Outside of the habitable zone, the barren world Magni is generally at 202 kelvin (-71°C)."
data = "Outside of the habitable zone, the barren world Magni is generally at 202 kelvin (-71°C)."
/datum/lore/codex/page/kara/add_content()
name = "Kara (Gas Giant)"
@@ -107,7 +107,7 @@
to be the remnants of a much larger moon that was ripped apart by Kara, long ago. Curerntly, a large number of these \
asteroids are being used by many different businesses, and some governmental infrastructure has been built. The most prominent \
asteroid installation is the [quick_link("Northern Star", "NCS Northern Star")], a general purpose colony owned and operated by \
[quick_link("NanoTrasen")]. The mid-atmospheric temperature of the gas giant averages to around 150 kelvin (-108°C)."
[quick_link("NanoTrasen")]. The mid-atmospheric temperature of the gas giant averages to around 150 kelvin (-108°C)."
/datum/lore/codex/page/northern_star/add_content()
name = "Northern Star (Artificial Satellite)"
@@ -126,4 +126,4 @@
/datum/lore/codex/page/rota/add_content()
name = "Rota (Gas Giant)"
keywords += list("Rota")
data = "An ice giant, with a beautiful ring system circling it. The average temperature for it is 165 kelvin (-157°C)."
data = "An ice giant, with a beautiful ring system circling it. The average temperature for it is 165 kelvin (-157°C)."
@@ -41,14 +41,14 @@
/datum/lore/codex/page/virgo_one/add_content()
name = "Virgo 1 (Hot-Ice Giant)"
keywords += list("Virgo 1")
data = "Virgo 1 is a tidally locked hot ice giant located closest to the star. Temperatures soar and drop between 490°K and 120°K. Winds on the planet often surpass \
data = "Virgo 1 is a tidally locked hot ice giant located closest to the star. Temperatures soar and drop between 490°K and 120°K. Winds on the planet often surpass \
supersonic speeds."
/datum/lore/codex/page/virgo_two/add_content()
name = "Virgo 2 (Metal-Rich Planet)"
keywords += list("Virgo 2")
data = "The second closest planet to [quick_link("Virgo-Erigone")], this planet has a high concentration of minerals inside its crust, as well as active volcanism and plate tectonics. \
The temperature on the surface can reach up to 405 degrees kelvin (132°C) due to the relatively high albedo of the surface, which has deterred most people from the planet, except for two [quick_link("TSC", "TSCs")], \
The temperature on the surface can reach up to 405 degrees kelvin (132°C) due to the relatively high albedo of the surface, which has deterred most people from the planet, except for two [quick_link("TSC", "TSCs")], \
Greyson Manufactories and [quick_link("Xion Manufacturing Group")]. In orbit, the two companies each have a space station, used to coordinate and \
control their stations on the surface without having to suffer the intense heat. Xion's station also doubles as a control and oversight facility for their \
[quick_link("drones","autonomous mining drones")].\
@@ -88,7 +88,7 @@
/datum/lore/codex/page/virgo_prime/add_content() // Virgo 4 technically.
name = "Virgo 4 / Virgo-Prime (Terrestrial Planet)"
keywords += list("Virgo 4","Virgo-Prime")
data = "Virgo 4, also known as Virgo-Prime, is the fourth planet of Virgo-Eirgone. Although primarily desert, temperatures linger around only 287 kelvin (~14°C). \
data = "Virgo 4, also known as Virgo-Prime, is the fourth planet of Virgo-Eirgone. Although primarily desert, temperatures linger around only 287 kelvin (~14°C). \
It is the only planet in the system with an environment that supports oxygen-breathing lifeforms. \
<br><br> \
While being about the size of Earth, it is home to only about 750,000 known residents, most of whom live \
@@ -103,7 +103,7 @@
/datum/lore/codex/page/virgo_five/add_content()
name = "Virgo 5 (Rocky Ice Planet)"
keywords += list("Virgo 5")
data = "Virgo 5 is a cold, inhospitable wasteland contaminated with toxic phoron-based compounds. At temperatures around 213 kelvin (-60°C), \
data = "Virgo 5 is a cold, inhospitable wasteland contaminated with toxic phoron-based compounds. At temperatures around 213 kelvin (-60°C), \
it can support only the most hardy of phoron-based life, such as space carp, which are unaffected by the frigid temperatures or deadly \
atmosphere. Scientists believe this planet was once closer to its host star, but over time was pushed out beyond the habitable zone by \
other large planets."
@@ -112,7 +112,7 @@
name = "The Outer Worlds"
keywords += list("The Outer Worlds")
data = "The last three planets in the system are two small rocky worlds, Virgo 6 and 7, and finally Virgo 8 which is a frozen gas giant \
whose temperatures reach only 49°K. The planet has several moons, but none of these worlds are of any significance. Virgo 6 and 7, as well \
whose temperatures reach only 49°K. The planet has several moons, but none of these worlds are of any significance. Virgo 6 and 7, as well \
as 8's moons have no substantial deposits of any useful minerals, nor do they have an abundance of phoron. They are left largely ignored by \
the local [quick_link("TSC", "TSCs")], though this also makes them a safe haven for various pirate and smuggler stations."