mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 01:22:13 +00:00
Stationbounds now have accents, starting off with Text-to-Speech, and can choose to mimic any accent.
The bots that robotics can produce now also have TTS accents.
IPCs can choose to use the TTS accent if they wish.
93 lines
3.0 KiB
Plaintext
93 lines
3.0 KiB
Plaintext
//citizenship defines
|
|
#define CITIZENSHIP_BIESEL "Republic of Biesel"
|
|
#define CITIZENSHIP_SOL "Sol Alliance"
|
|
#define CITIZENSHIP_COALITION "Coalition of Colonies"
|
|
#define CITIZENSHIP_ELYRA "Republic of Elyra"
|
|
#define CITIZENSHIP_ERIDANI "Eridani Federation"
|
|
#define CITIZENSHIP_DOMINIA "Empire of Dominia"
|
|
|
|
#define CITIZENSHIP_IZWESKI "Izweski Hegemony"
|
|
|
|
#define CITIZENSHIP_JARGON "Jargon Federation"
|
|
|
|
#define CITIZENSHIP_PRA "People's Republic of Adhomai"
|
|
#define CITIZENSHIP_DPRA "Democratic People's Republic of Adhomai"
|
|
#define CITIZENSHIP_NKA "New Kingdom of Adhomai"
|
|
|
|
#define CITIZENSHIP_ZORA "Zo'ra Hive"
|
|
|
|
#define CITIZENSHIP_NONE "None"
|
|
#define CITIZENSHIP_GOLDEN "Golden Deep"
|
|
|
|
//religion defines
|
|
#define RELIGION_NONE "None"
|
|
#define RELIGION_OTHER "Other"
|
|
#define RELIGION_CHRISTIANITY "Christianity"
|
|
#define RELIGION_ISLAM "Islam"
|
|
#define RELIGION_JUDAISM "Judaism"
|
|
#define RELIGION_HINDU "Hinduism"
|
|
#define RELIGION_BUDDHISM "Buddhism"
|
|
#define RELIGION_MOROZ "Moroz Holy Tribunal"
|
|
#define RELIGION_TRINARY "Trinary Perfection"
|
|
#define RELIGION_SCARAB "Scarab Folk Beliefs"
|
|
|
|
#define RELIGION_THAKH "Th'akh"
|
|
#define RELIGION_SKAKH "Sk'akh"
|
|
#define RELIGION_AUTAKH "Aut'akh"
|
|
#define RELIGION_SIAKH "Si'akh"
|
|
|
|
#define RELIGION_QEBLAK "Qeblak"
|
|
#define RELIGION_WEISHII "Weishii"
|
|
|
|
#define RELIGION_TWINSUNS "S'rendarr and Messa"
|
|
#define RELIGION_MATAKE "Ma'ta'ke"
|
|
#define RELIGION_RASKARA "Raskariim"
|
|
|
|
#define RELIGION_HIVEPANTHEON "Hive Pantheon"
|
|
#define RELIGION_PREIMMINENNCE "Preimminennce"
|
|
#define RELIGION_PILOTDREAM "Pilot Dream"
|
|
|
|
//accent defines
|
|
|
|
#define ACCENT_CETI "Biesellite"
|
|
#define ACCENT_COC "Frontiersfolk"
|
|
#define ACCENT_ELYRA "Elyran"
|
|
#define ACCENT_ERIDANI "Eridanian"
|
|
#define ACCENT_ERIDANIDREG "Eridanian Dreg"
|
|
#define ACCENT_SOL "Solarian"
|
|
#define ACCENT_SCARAB "Scarab Fleets"
|
|
#define ACCENT_SILVERSUN "Silversun"
|
|
#define ACCENT_PHONG "New Hai Phongese"
|
|
#define ACCENT_MARTIAN "Martian"
|
|
#define ACCENT_KONYAN "Konyanger"
|
|
#define ACCENT_LUNA "Lunan"
|
|
#define ACCENT_GIBSON "New Gibsoner"
|
|
#define ACCENT_HIMEO "Himean"
|
|
#define ACCENT_VYSOKA "Vysokan"
|
|
#define ACCENT_VENUS "Venusian Cytherean"
|
|
#define ACCENT_VENUSJIN "Venusian Jintarian"
|
|
#define ACCENT_DOMINIA "Dominian"
|
|
#define ACCENT_JUPITER "Jovian"
|
|
|
|
#define ACCENT_REPUBICLANSIIK "Republican Siik'maas"
|
|
#define ACCENT_NAZIRASIIK "Nazira Siik'maas"
|
|
#define ACCENT_CREVAN "Crevan Creole"
|
|
#define ACCENT_DASNRRASIIK "Das'nrra Siik'maas"
|
|
#define ACCENT_HIGHHARRSIIK "High-Harr'masir Siik'maas"
|
|
#define ACCENT_LOWHARRSIIK "Lower-Harr'masir Siik'maas"
|
|
#define ACCENT_AMOHDASIIK "Amohdan Siik'maas"
|
|
#define ACCENT_RURALDELVAHHI "Rural Delvahhi"
|
|
#define ACCENT_NOMADDELVAHHI "Nomadic Delvahhi"
|
|
#define ACCENT_OLDYASSA "Old Ya'ssa"
|
|
|
|
#define ACCENT_HEGEMON_NOBLE "Noble Hegemonic"
|
|
#define ACCENT_HEGEMON_PEASANT "Peasant Hegemonic"
|
|
#define ACCENT_TRAD_NOBLE "Noble Traditional"
|
|
#define ACCENT_TRAD_PEASANT "Peasant Traditional"
|
|
#define ACCENT_WASTELAND "Deep Wastelander"
|
|
|
|
#define ACCENT_SKRELL "Standard Nral'Malic"
|
|
|
|
#define ACCENT_DIONA "Diona"
|
|
|
|
#define ACCENT_SILICON "Text-to-Speech" |