mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-18 19:53:35 +01:00
Adds Altevian Language & ATC Fluff
This commit is contained in:
committed by
Chompstation Bot
parent
e6f330182b
commit
4b2fa3836d
@@ -11,6 +11,7 @@
|
||||
#define LANGUAGE_VESPINAE "Vespinae"
|
||||
#define LANGUAGE_SPACER "Spacer"
|
||||
#define LANGUAGE_CLOWNISH "Coulrian"
|
||||
#define LANGUAGE_TAVAN "Tavan"
|
||||
|
||||
#define LANGUAGE_CHIMPANZEE "Chimpanzee"
|
||||
#define LANGUAGE_NEAERA "Neaera"
|
||||
|
||||
@@ -8,7 +8,11 @@
|
||||
R.add_language(LANGUAGE_ENOCHIAN, 1)
|
||||
R.add_language(LANGUAGE_SLAVIC, 1)
|
||||
R.add_language(LANGUAGE_DRUDAKAR, 1)
|
||||
<<<<<<< HEAD
|
||||
R.add_language(LANGUAGE_SQUEAKISH, 1) //CHOMPedit
|
||||
=======
|
||||
R.add_language(LANGUAGE_TAVAN, 1)
|
||||
>>>>>>> 3f701c8c8a... Merge pull request #11821 from Enzo-Leon/altevian-001
|
||||
return 1
|
||||
else
|
||||
return 0
|
||||
|
||||
@@ -35,7 +35,11 @@
|
||||
source.add_language(LANGUAGE_CANILUNZT)
|
||||
source.add_language(LANGUAGE_SLAVIC)
|
||||
source.add_language(LANGUAGE_SOL_COMMON) //In case they're giving a xenomorph an implant or something.
|
||||
<<<<<<< HEAD
|
||||
source.add_language(LANGUAGE_SQUEAKISH) //CHOMPedit
|
||||
=======
|
||||
source.add_language(LANGUAGE_TAVAN)
|
||||
>>>>>>> 3f701c8c8a... Merge pull request #11821 from Enzo-Leon/altevian-001
|
||||
|
||||
/obj/item/weapon/implant/vrlanguage/post_implant(mob/source)
|
||||
source.mind.store_memory("A implant can be activated by using the smile emote, <B>say *smile</B> to attempt to activate.", 0, 0)
|
||||
|
||||
@@ -2665,6 +2665,61 @@
|
||||
"Expeditionary Fleet HQ"
|
||||
)
|
||||
|
||||
/datum/lore/organization/gov/altevian_hegemony
|
||||
name = "The Altevian Hegemony"
|
||||
short_name = "Altevian Hegemony "
|
||||
acronym = "AH"
|
||||
desc = "The Altevians are a space-faring race of rodents that resemble Earth-like rats. \
|
||||
They do not have a place they call home in terms of a planet, and instead have massive multiple-kilometer-long colony-ships \
|
||||
that are constantly on the move and typically keep operations outside of known populated systems to not eat the resources from others. \
|
||||
Their primary focus is trade and slavage operations and can be expected to be seen around both densely populated and empty systems for their work."
|
||||
history = ""
|
||||
work = "salvage and trade operators"
|
||||
headquarters = "AH-CV Migrant"
|
||||
motto = ""
|
||||
|
||||
ship_prefixes = list("AH-DV" = "a diplomatic", "AH-EV" = "an exploration", "AH-FV" = "a fueling", "AH-FV" = "a cargo", "AH-SV" = "a research", "AH-TV" = "a colony-transporter", "AH-RV" = "an emergency response", "AH-RV" = "a response", "AH-MV" = "a medical")
|
||||
ship_names = list(
|
||||
"Platinum",
|
||||
"Warson",
|
||||
"Mane",
|
||||
"Holland",
|
||||
"Arauz",
|
||||
"Diamond",
|
||||
"Gold",
|
||||
"Steam",
|
||||
"Boiler",
|
||||
"Slip",
|
||||
"Lavender",
|
||||
"Wheel",
|
||||
"Stuntson",
|
||||
"Desto",
|
||||
"Palos",
|
||||
"Matterson",
|
||||
"Mill",
|
||||
"Smoke",
|
||||
"Squeson",
|
||||
"Rabion",
|
||||
"Strikedown",
|
||||
"Cluster",
|
||||
"Raling",
|
||||
"Archaeologist",
|
||||
"Beaker"
|
||||
)
|
||||
destination_names = list(
|
||||
"the AH-CV Migrant flagship",
|
||||
"one of our research colony-ships",
|
||||
"the AH-CV Lotus",
|
||||
"the AH-CV Anvil",
|
||||
"the AH-CV Generations",
|
||||
"the AH-CV Galley",
|
||||
"the AH-CV Prosperity",
|
||||
"the AH-CV Kitsap",
|
||||
"the AH-CV Diamondback",
|
||||
"one of our colony-ships",
|
||||
"one of our production fleets"
|
||||
)
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Military
|
||||
@@ -3022,4 +3077,4 @@
|
||||
i--
|
||||
|
||||
//ex: "Phalanx One-Niner", "Sledgehammer Actual" (CO/VIP), "Kodiak Seven-Four", "Tomahawk Two-Zero"
|
||||
//probably a more elegant (read: fancier) way to do the second part but fuck it, this works just fine
|
||||
//probably a more elegant (read: fancier) way to do the second part but fuck it, this works just fine
|
||||
@@ -158,6 +158,17 @@
|
||||
colour = "spacer"
|
||||
machine_understands = TRUE
|
||||
|
||||
/datum/language/tavan
|
||||
name = LANGUAGE_TAVAN
|
||||
desc = "A language native to the Altevians, it has been adopted by other rodent faring species over time."
|
||||
key = "E"
|
||||
speech_verb = "squeaks"
|
||||
whisper_verb = "squiks"
|
||||
exclaim_verb = "squeaks loudly"
|
||||
syllables = list ("sque", "uik", "squeak", "squee", "eak", "eek", "uek", "squik",
|
||||
"squeek", "sq", "squee", "ee", "ek", "ak", "ueak", "squea")
|
||||
colour = "tavan"
|
||||
|
||||
/datum/language/unathi
|
||||
flags = 0
|
||||
/datum/language/tajaran
|
||||
|
||||
@@ -7,7 +7,11 @@
|
||||
add_language(LANGUAGE_DAEMON, 1)
|
||||
add_language(LANGUAGE_ENOCHIAN, 1)
|
||||
add_language(LANGUAGE_DRUDAKAR, 1)
|
||||
<<<<<<< HEAD
|
||||
add_language(LANGUAGE_SQUEAKISH, 1) //CHOMPedit
|
||||
=======
|
||||
add_language(LANGUAGE_TAVAN, 1)
|
||||
>>>>>>> 3f701c8c8a... Merge pull request #11821 from Enzo-Leon/altevian-001
|
||||
|
||||
/mob/AIize(var/move = TRUE)
|
||||
. = ..()
|
||||
@@ -18,4 +22,8 @@
|
||||
add_language(LANGUAGE_DAEMON, 1)
|
||||
add_language(LANGUAGE_ENOCHIAN, 1)
|
||||
add_language(LANGUAGE_DRUDAKAR, 1)
|
||||
add_language(LANGUAGE_SQUEAKISH, 1) //CHOMPedit
|
||||
<<<<<<< HEAD
|
||||
add_language(LANGUAGE_SQUEAKISH, 1) //CHOMPedit
|
||||
=======
|
||||
add_language(LANGUAGE_TAVAN, 1)
|
||||
>>>>>>> 3f701c8c8a... Merge pull request #11821 from Enzo-Leon/altevian-001
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
LANGUAGE_ECUREUILIAN= 1,
|
||||
LANGUAGE_DAEMON = 1,
|
||||
LANGUAGE_ENOCHIAN = 1,
|
||||
<<<<<<< HEAD
|
||||
LANGUAGE_SQUEAKISH = 1 //CHOMPedit
|
||||
)
|
||||
|
||||
@@ -59,6 +60,10 @@
|
||||
LANGUAGE_ENOCHIAN = 1,
|
||||
LANGUAGE_DRUDAKAR = 1,
|
||||
LANGUAGE_SQUEAKISH = 1 //CHOMPedit
|
||||
=======
|
||||
LANGUAGE_DRUDAKAR = 1,
|
||||
LANGUAGE_TAVAN = 1
|
||||
>>>>>>> 3f701c8c8a... Merge pull request #11821 from Enzo-Leon/altevian-001
|
||||
)
|
||||
|
||||
/hook/startup/proc/robot_modules_vr()
|
||||
|
||||
@@ -180,7 +180,11 @@ h1.alert, h2.alert {color: #000000;}
|
||||
/* YW Edit End */
|
||||
.spacer {color: #9c660b;} /* VOREStation Add */
|
||||
.blob {color: #ff950d; font-weight: bold; font-style: italic;}
|
||||
<<<<<<< HEAD
|
||||
.squeakish {color: #f54298; font-family: Arial}
|
||||
=======
|
||||
.tavan {color: #f54298; font-family: Arial}
|
||||
>>>>>>> 3f701c8c8a... Merge pull request #11821 from Enzo-Leon/altevian-001
|
||||
|
||||
.black {color: #000000;}
|
||||
.darkgray {color: #808080;}
|
||||
|
||||
Reference in New Issue
Block a user