mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-07-23 11:52:44 +01:00
5823fb93e7
* move phoronlock define * t * force rename * nuke unneeded things * don't do that * tgui sync? * changes * unit testing module * backend * tools update * aaah * go and stay go * path replace * move everything * toss out more stuff * remove * fine those can stay * dependencies.sh * ruin datum move + rename * level assets why did you guys put the turfs in my atmosphers folder grr * more moving * basemap, force stuff * fix that desync meme * move more stuff * move those too * repath * get rid of useless initializers * hacky patchy * reservations * alright * tgui * changelog example * checksum * md5 * errors * more * turf empty * stop * fix * bad kwarg * let's get those in again * alright * rid of that * huh * newlines * newlines * folder * mood * woops * readme * might as well trim now * let's go * fuck it tether isn't being used anyways lol * ok * empty files go * tether is demoted * sorry but this goes too * okay * make that work too * ok * wow. * whew * Fix * fixes * ok * sigh * fix * fix * aah. * rust_g logging * update rust g file * fix * funny * Fix * map issues * fix * initialize hints * solves some problems * those too * ok * pills * let's do that. * hit that too * runtime * add that too * alright * fix * fix * fix * Fix * add * fix * wildwest, what have they done to you... * do that too' git push * fixes * fixes * fixes * pack this tightly * let's not have empty files * sigh * fix * FUCK OFF * fix icon * rip old mapmerge * zz * woo yeah woo yeah * logging * fix * better logs * GRRRRRR * last commit?? * awful
33 lines
2.3 KiB
Plaintext
33 lines
2.3 KiB
Plaintext
/datum/lore/codex/category/main_vir_lore // The top-level categories for the Vir book
|
|
name = "Index"
|
|
data = "Don't panic!\
|
|
<br><br>\
|
|
The many star systems inhabitied by humanity and friends can seem bewildering to the uninitiated. \
|
|
This guide seeks to provide valuable information to anyone new in the system. This edition is tailored for visitors to the VIR system, \
|
|
however it also contains useful general information about human space, such as locations you may hear about, the current (as of 2561) political climate, various aliens you \
|
|
may meet in your travels, the big Trans-Stellars, and more."
|
|
children = list(
|
|
/datum/lore/codex/category/important_locations,
|
|
/datum/lore/codex/category/species,
|
|
/datum/lore/codex/category/auto_org/tsc,
|
|
/datum/lore/codex/category/auto_org/gov,
|
|
// /datum/lore/codex/category/auto_org/mil, // Add when we finish military stuff,
|
|
/datum/lore/codex/category/political_factions,
|
|
/datum/lore/codex/page/about_lore
|
|
)
|
|
|
|
// 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. \
|
|
This book is for the system Vir, 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.\
|
|
<br><br>\
|
|
The writings inside this edition are intended to be useful to anyone visiting it for the first time, from someone taking a vacation to beautiful Sif, \
|
|
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>, and more, \
|
|
which you can find in your local book store, library, or e-reader device."
|