forked from WorldOfDarknessXIII/World-of-Darkness-13
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edit languages to use proper syllables instead of words (WorldOfDarkn…
- Loading branch information
1 parent
73cb0d9
commit 2f25fca
Showing
17 changed files
with
138 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
/datum/language/chinese | ||
name = "Chinese" | ||
desc = "The common language of East." | ||
key = "o" | ||
flags = TONGUELESS_SPEECH | ||
space_chance = 40 | ||
syllables = list( | ||
"a", "ai", "an", "ang", "ao", "ba", "bai", "ban", "bang", "bao", "bei", "ben", "beng", "bi", "bian", "biao", | ||
"bie", "bin", "bing", "bo", "bu", "ca", "cai", "can", "cang", "cao", "ce", "cei", "cen", "ceng", "cha", "chai", | ||
"chan", "chang", "chao", "che", "chen", "cheng", "chi", "chong", "chou", "chu", "chua", "chuai", "chuan", "chuang", "chui", "chun", | ||
"chuo", "ci", "cong", "cou", "cu", "cuan", "cui", "cun", "cuo", "da", "dai", "dan", "dang", "dao", "de", "dei", | ||
"den", "deng", "di", "dian", "diao", "die", "ding", "diu", "dong", "dou", "du", "duan", "dui", "dun", "duo", "e", | ||
"ei", "en", "er", "fa", "fan", "fang", "fei", "fen", "feng", "fo", "fou", "fu", "ga", "gai", "gan", "gang", | ||
"gao", "ge", "gei", "gen", "geng", "gong", "gou", "gu", "gua", "guai", "guan", "guang", "gui", "gun", "guo", "ha", | ||
"hai", "han", "hang", "hao", "he", "hei", "hen", "heng", "hm", "hng", "hong", "hou", "hu", "hua", "huai", "huan", | ||
"huang", "hui", "hun", "huo", "ji", "jia", "jian", "jiang", "jiao", "jie", "jin", "jing", "jiong", "jiu", "ju", "juan", | ||
"jue", "jun", "ka", "kai", "kan", "kang", "kao", "ke", "kei", "ken", "keng", "kong", "kou", "ku", "kua", "kuai", | ||
"kuan", "kuang", "kui", "kun", "kuo", "la", "lai", "lan", "lang", "lao", "le", "lei", "leng", "li", "lia", "lian", | ||
"liang", "liao", "lie", "lin", "ling", "liu", "long", "lou", "lu", "luan", "lun", "luo", "ma", "mai", "man", "mang", | ||
"mao", "me", "mei", "men", "meng", "mi", "mian", "miao", "mie", "min", "ming", "miu", "mo", "mou", "mu", "na", | ||
"nai", "nan", "nang", "nao", "ne", "nei", "nen", "neng", "ng", "ni", "nian", "niang", "niao", "nie", "nin", "ning", | ||
"niu", "nong", "nou", "nu", "nuan", "nuo", "o", "ou", "pa", "pai", "pan", "pang", "pao", "pei", "pen", "peng", | ||
"pi", "pian", "piao", "pie", "pin", "ping", "po", "pou", "pu", "qi", "qia", "qian", "qiang", "qiao", "qie", "qin", | ||
"qing", "qiong", "qiu", "qu", "quan", "que", "qun", "ran", "rang", "rao", "re", "ren", "reng", "ri", "rong", "rou", | ||
"ru", "rua", "ruan", "rui", "run", "ruo", "sa", "sai", "san", "sang", "sao", "se", "sei", "sen", "seng", "sha", | ||
"shai", "shan", "shang", "shao", "she", "shei", "shen", "sheng", "shi", "shou", "shu", "shua", "shuai", "shuan", "shuang", "shui", | ||
"shun", "shuo", "si", "song", "sou", "su", "suan", "sui", "sun", "suo", "ta", "tai", "tan", "tang", "tao", "te", | ||
"teng", "ti", "tian", "tiao", "tie", "ting", "tong", "tou", "tu", "tuan", "tui", "tun", "tuo", "wa", "wai", "wan", | ||
"wang", "wei", "wen", "weng", "wo", "wu", "xi", "xia", "xian", "xiang", "xiao", "xie", "xin", "xing", "xiong", "xiu", | ||
"xu", "xuan", "xue", "xun", "ya", "yan", "yang", "yao", "ye", "yi", "yin", "ying", "yong", "you", "yu", "yuan", | ||
"yue", "yun", "za", "zai", "zan", "zang", "zao", "ze", "zei", "zen", "zeng", "zha", "zhai", "zhan", "zhang", "zhao", | ||
"zhe", "zhei", "zhen", "zheng", "zhi", "zhong", "zhou", "zhu", "zhua", "zhuai", "zhuan", "zhuang", "zhui", "zhun", "zhuo", "zi", | ||
"zong", "zou", "zuan", "zui", "zun", "zuo", "zu" | ||
) | ||
icon_state = "chinese" | ||
default_priority = 90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
/datum/language/german | ||
name = "German" | ||
desc = "The language of the Germanics." | ||
desc = "A precise and powerful language spoken in Germany and beyond." | ||
key = "g" | ||
flags = TONGUELESS_SPEECH | ||
space_chance = 100 | ||
space_chance = 30 | ||
syllables = list( | ||
"danke", "hallo", "auf wiedersehen", "ja", "erhein", "doych", "liebe", "katze", "fragen", "lacheln", "tschuss", "suss", | ||
"wollen", "wissen", "faufen", "stunde", "heute", "tee", "fisch", "wein", "bier", "vergangenheitsbewaltigung", "luftkuss", "ich", | ||
"zeitgeist", "uber-", "menschen", "achtang", "sehnsucht", "salat", "kaffee", "wiener", "wasser", "suppe", "rindleisch", "jahr", | ||
"unter-", "nehmen", "hund", "gluck", "nein", "salat", "ruhrei", "entschuldigung", "guten tag", "herr", "grub", "bitte", "fuupen" | ||
"al", "an", "auf", "aus", "bei", "da", "de", "di", "do", "du", | ||
"ein", "es", "fa", "fe", "ge", "ha", "he", "hi", "in", "ja", | ||
"ka", "ko", "la", "le", "li", "ma", "me", "mi", "mo", "na", | ||
"ne", "ni", "no", "ob", "ra", "re", "ri", "ro", "sa", "se", | ||
"so", "ta", "te", "ti", "to", "um", "un", "ver", "vor", "wa", | ||
"we", "wi", "wo", "zu", "acht", "ich", "du", "sie", "wir", | ||
"von", "mit", "gut", "schon", "lang", "zeit", "haus", "mann", | ||
"frau", "kind", "brot", "wasser", "bier", "kaffee", "kuh", "kat", | ||
"hund", "tag", "nacht", "ja", "nein", "bitte", "danke", "lieben", "fragen" | ||
) | ||
icon_state = "german" | ||
default_priority = 90 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
/datum/language/espanol | ||
name = "Espanol" | ||
desc = "The second-most spoken World language." | ||
name = "Español" | ||
desc = "A romantic and widely spoken world language." | ||
key = "e" | ||
flags = TONGUELESS_SPEECH | ||
space_chance = 100 | ||
space_chance = 40 | ||
syllables = list( | ||
"hola", "adios", "gracias", "por", "favor", "si", "claro", "no", "amor", | ||
"todo", "te", "hora", "donde", "que", "entiende", "buenos", "tardes", "abrir", | ||
"ayudar", "estar", "gustar", "jugar", "querer", "ser", "tener", "familia", "hijo", | ||
"de", "puta", "submarino", "bandito", "hombre", "mujer", "caliente", "luna", "viento" | ||
"cha", "che", "chi", "cho", "chu", "lla", "lle", "lli", "llo", "llu", | ||
"ña", "ñe", "ño", "ñi", "nu", "que", "qui", "ro", "ri", "rá", | ||
"to", "te", "ta", "lo", "la", "po", "pe", "pa", "mo", "ma", | ||
"no", "na", "su", "sa", "le", "li", "ca", "ce", "ci", "co", | ||
"de", "di", "du", "go", "gu", "ve", "va", "bo", "ba", "lu", | ||
"re", "ru", "fi", "fo", "fa", "ya", "yo", "za", "zo", "ze" | ||
) | ||
icon_state = "espanol" | ||
default_priority = 90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
/datum/language/french | ||
name = "French" | ||
desc = "The romantic language of the French." | ||
desc = "A romantic and refined language spoken in France and beyond." | ||
key = "f" | ||
flags = TONGUELESS_SPEECH | ||
space_chance = 100 | ||
space_chance = 40 | ||
syllables = list( | ||
"baguette", "croissant", "bonjour", "merci", "amour", "paris", "oui", | ||
"fromage", "château", "crêpe", "chéri", "bon appétit", "beret", "café", | ||
"escargot", "vin", "éclair", "hon", "chic", "bonsoir", "citron", | ||
"pâtisserie", "madame", "monsieur", "mademoiselle", "sacré bleu", "roux", | ||
"charcuterie", "champagne", "louvre", "liberté", "omelette", "rouge", | ||
"croque-monsieur", "provence", "fleurs", "carte", "artiste", "mon", | ||
"quiche", "soufflé", "époque", "boutique", "bouillabaisse", "faux", "bijoux", | ||
"poisson", "fleur-de-lis", "finesse", "garçon" | ||
"ou", "on", "an", "in", "un", "ai", "oi", "au", "eu", "ch", | ||
"je", "tu", "il", "elle", "que", "qui", "me", "se", "te", "ve", | ||
"ca", "ce", "ci", "co", "fa", "fe", "fi", "lo", "la", "li", | ||
"ro", "ra", "re", "ri", "vo", "va", "ve", "po", "pe", "pi", | ||
"no", "na", "ne", "mo", "ma", "ta", "te", "to", "so", "se", | ||
"jo", "ja", "che", "tra", "ble", "tre", "clo", "cla", "cro", "fra" | ||
) | ||
icon_state = "french" | ||
default_priority = 90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
// The language of the italiano. Yes, it's a shameless ripoff of de romans. | ||
/datum/language/italian | ||
name = "Italian" | ||
desc = "A complicated, ancient language spoken by sentient pizza cooks." | ||
desc = "A melodic and expressive language spoken across Italy." | ||
flags = TONGUELESS_SPEECH | ||
key = "i" | ||
space_chance = 100 | ||
space_chance = 40 | ||
syllables = list( | ||
"prego", "mi", "scuci", "dispiace", "ciao", "non", "buona", "quanto", "vorrei", "perfetto", "mario", | ||
"pizza", "spaggeti", "potrebe", "andata", "grazie", "mille", "notte", "sera", "offrire", "ho", "preso", "prendiamo" | ||
"al", "ba", "be", "bi", "bo", "bu", "ca", "ce", "ci", "co", "cu", | ||
"da", "de", "di", "do", "du", "fa", "fe", "fi", "fo", "fu", | ||
"ga", "ge", "gi", "go", "gu", "la", "le", "li", "lo", "lu", | ||
"ma", "me", "mi", "mo", "mu", "na", "ne", "ni", "no", "nu", | ||
"pa", "pe", "pi", "po", "pu", "ra", "re", "ri", "ro", "ru", | ||
"sa", "se", "si", "so", "su", "ta", "te", "ti", "to", "tu", | ||
"va", "ve", "vi", "vo", "vu", "za", "ze", "zi", "zo", "zu", | ||
"gli", "chi", "que", "qua", "sto", "tre", "ver", "con", "per", "and", | ||
"zio", "zio", "cia", "zio", "gli", "pia", "zza", "tor", "ino", "gra" | ||
) | ||
icon_state = "italian" | ||
default_priority = 90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/datum/language/japanese | ||
name = "Japanese" | ||
desc = "A language spoken in the land of the rising sun." | ||
key = "j" | ||
flags = TONGUELESS_SPEECH | ||
space_chance = 20 | ||
syllables = list( | ||
"ka", "ki", "ku", "ke", "ko", "sa", "shi", "su", "se", "so", | ||
"ta", "chi", "tsu", "te", "to", "na", "ni", "nu", "ne", "no", | ||
"ha", "hi", "fu", "he", "ho", "ma", "mi", "mu", "me", "mo", | ||
"ya", "yu", "yo", "ra", "ri", "ru", "re", "ro", "wa", "wo", | ||
"ga", "gi", "gu", "ge", "go", "za", "ji", "zu", "ze", "zo", | ||
"da", "de", "do", "ba", "bi", "bu", "be", "bo", "pa", "pi", | ||
"pu", "pe", "po", "kya", "kyu", "kyo", "sha", "shu", "sho", | ||
"cha", "chu", "cho", "nya", "nyu", "nyo", "hya", "hyu", "hyo", | ||
"mya", "myu", "myo", "rya", "ryu", "ryo", "tsu", "n" | ||
) | ||
icon_state = "japanese" | ||
default_priority = 90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
/datum/language/latin | ||
name = "Latin" | ||
desc = "A complicated, ancient language spoken by powerful men." | ||
desc = "An ancient and complex language once spoken by the rulers of empires." | ||
flags = TONGUELESS_SPEECH | ||
key = "l" | ||
space_chance = 100 | ||
space_chance = 33 | ||
syllables = list( | ||
"deus", "invictus", "dominae", "non ducor", "vendi", "vidi", "vici", "cogito ergo sum", "alea iacta est", "bona fide", "carpe diem", | ||
"ex nihilo nihil", "amor", "aeger eger", "andata", "castellandum", "casus", "conspicio", "cui", "decretum", "dux ducis", "imperio", "famulus", | ||
"his", "hoc", "horum", "imperium", "incontinencia", "iste", "Leodie", "lucror", "mei", "multo", "multi", "mundus", "niveus", "noster", "ista", "istud", | ||
"pecco", "astrum", "per", "diaboli", "satanas", "odium", "vita", "sanguis", "caro hominis", "divinus", "monstrum", "rex", "dominus", "fortuna", "ihor", "solis" | ||
"al", "am", "ar", "as", "at", "ca", "ce", "ci", "co", "cu", | ||
"de", "di", "do", "du", "en", "es", "et", "fa", "fi", "fo", | ||
"ga", "ge", "gi", "go", "gu", "ha", "he", "hi", "ho", "hu", | ||
"in", "is", "it", "la", "le", "li", "lo", "lu", "ma", "me", | ||
"mi", "mo", "mu", "na", "ne", "ni", "no", "nu", "pa", "pe", | ||
"pi", "po", "pu", "ra", "re", "ri", "ro", "ru", "sa", "se", | ||
"si", "so", "su", "ta", "te", "ti", "to", "tu", "um", "us", | ||
"va", "ve", "vi", "vo", "vu", "ae", "au", "ct", "or", "ur", | ||
"ex", "im", "ob", "sub", "ad", "per", "qua", "qui", "prae", "pro" | ||
) | ||
icon_state = "latin" | ||
default_priority = 90 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.