Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lore Compliant Character Creator updates #6954

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions citadel.dme
Original file line number Diff line number Diff line change
Expand Up @@ -3337,6 +3337,7 @@
#include "code\modules\lore_hardcoded\origin\hegemony\naramadi.dm"
#include "code\modules\lore_hardcoded\origin\hegemony\unathi.dm"
#include "code\modules\lore_hardcoded\origin\oricon\_oricon.dm"
#include "code\modules\lore_hardcoded\origin\oricon\oricon_states.dm"
#include "code\modules\lore_hardcoded\origin\oricon\sol.dm"
#include "code\modules\lore_hardcoded\religion\hegemony\_hegemony.dm"
#include "code\modules\lore_hardcoded\religion\hegemony\unathi.dm"
Expand Down
14 changes: 14 additions & 0 deletions code/modules/lore_hardcoded/origin/oricon/oricon_states.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/datum/lore/character_background/origin/oricon/oricon_states/tristarcompact
name = "The Tri-Star Compact"
id = "tristarcompact"
desc = "fill in the fluff"

/datum/lore/character_background/origin/oricon/oricon_states/eridanialliance
name = "The Eridani Alliance"
id = "eridanialliance"
desc = "fill in the fluff"

/datum/lore/character_background/origin/oricon/oricon_states/workersleague
name = "The Interplanetary Worker's League"
id = "workersleague"
desc = "fill in the fluff"
6 changes: 3 additions & 3 deletions code/modules/lore_hardcoded/origin/oricon/sol.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
/datum/lore/character_background/origin/oricon/sol/terran
name = "Terra"
id = "terra"
desc = "You are from Humanity's storied homeworld of Terra. Whether you are from the arcologies spanning much of the planet's verdant surface, or it's many orbital habitats, you are likely to have been taught much about humanity's long history upon Earth."
desc = "You are from Humanity's storied homeworld of Terra. Whether you are from the arcologies spanning much of the planet's now verdant surface, or it's many orbital habitats, you are likely to have been taught much about humanity's long history upon Earth."

/datum/lore/character_background/origin/oricon/sol/lunarian
name = "Luna"
id = "luna"
desc = "You hail directly from Sol's capital body, the terran moon of Luna. It's intricately built and unimaginably busy underground metropolises are the beating heart of modern human culture, and one you know very well at that."
desc = "You hail directly from Sol's premier trading hub, the terran moon of Luna. It's intricately built and unimaginably busy underground metropolises are one of the beating hearts of modern human culture, and one you know very well at that."


/datum/lore/character_background/origin/oricon/sol/martian
Expand Down Expand Up @@ -78,7 +78,7 @@
/datum/lore/character_background/origin/oricon/sol/titanian
name = "Titania"
id = "titania"
desc = "A quiet corner of Sol by most standards, Titania is your home. However, you are no stranger to having to travel away from it, as one would not have found a settlement larger than a small hydroponics-farming town back in Titania."
desc = "A quiet corner of Sol by most standards, Titan is your home. However, you are no stranger to having to travel away from it, as one would not have found a settlement larger than a small hydroponics-farming town back in Titania."

/datum/lore/character_background/origin/oricon/sol/neptunian
name = "Neptune"
Expand Down
Loading