Merge pull request #4490 from HungryMoth/BugLanguage

Gives Vasilissans a language finally / Bug-Speak
This commit is contained in:
Spades
2018-12-01 11:02:20 -05:00
committed by GitHub
4 changed files with 15 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
#define LANGUAGE_ECUREUILIAN "Ecureuilian" #define LANGUAGE_ECUREUILIAN "Ecureuilian"
#define LANGUAGE_DAEMON "Daemon" #define LANGUAGE_DAEMON "Daemon"
#define LANGUAGE_ENOCHIAN "Enochian" #define LANGUAGE_ENOCHIAN "Enochian"
#define LANGUAGE_VESPINAE "Vespinae"
#define LANGUAGE_CHIMPANZEE "Chimpanzee" #define LANGUAGE_CHIMPANZEE "Chimpanzee"
#define LANGUAGE_NEAERA "Neaera" #define LANGUAGE_NEAERA "Neaera"

View File

@@ -70,6 +70,18 @@
syllables = list("salve","sum","loqui","operatur","iusta","et","permittit","facere","effercio","pluribus","enim","hoc", syllables = list("salve","sum","loqui","operatur","iusta","et","permittit","facere","effercio","pluribus","enim","hoc",
"mihi","wan","six","salve","tartu") "mihi","wan","six","salve","tartu")
machine_understands = FALSE machine_understands = FALSE
/datum/language/bug
name = LANGUAGE_VESPINAE
desc = "A jarring and clicky language developed and used by Vasilissans, it is designed for use with mouthparts and as a result has become a common language for various arthropod species."
speech_verb = "clicks"
ask_verb = "chitters"
exclaim_verb = "rasps"
colour = "bug"
key = "x"
syllables = list("vaur","uyek","uyit","avek","sc'theth","k'ztak","teth","wre'ge","lii","dra'","zo'","ra'","kax'","zz","vh","ik","ak",
"uhk","zir","sc'orth","sc'er","thc'yek","th'zirk","th'esk","k'ayek","ka'mil","sc'","ik'yir","yol","kig","k'zit","'","'","zrk","krg","isk'yet","na'k",
"sc'azz","th'sc","nil","n'ahk","sc'yeth","aur'sk","iy'it","azzg","a'","i'","o'","u'","a","i","o","u","zz","kr","ak","nrk","tzzk","bz","xic'","k'lax'","histh")
/datum/language/unathi /datum/language/unathi
flags = 0 flags = 0

View File

@@ -323,7 +323,7 @@
burn_mod = 1.15 //15% burn damage increase. They're spiders. Aerosol can+lighter = dead spiders. burn_mod = 1.15 //15% burn damage increase. They're spiders. Aerosol can+lighter = dead spiders.
num_alternate_languages = 2 num_alternate_languages = 2
secondary_langs = list("Sol Common") secondary_langs = list(LANGUAGE_VESPINAE)
color_mult = 1 color_mult = 1
tail = "tail" //Spider tail. tail = "tail" //Spider tail.
icobase_tail = 1 icobase_tail = 1

View File

@@ -102,6 +102,7 @@ h1.alert, h2.alert {color: #000000;}
.vulpkanin {color: #B97A57;} .vulpkanin {color: #B97A57;}
.enochian {color: #848A33; letter-spacing:-1pt; word-spacing:4pt; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;} .enochian {color: #848A33; letter-spacing:-1pt; word-spacing:4pt; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.daemon {color: #5E339E; letter-spacing:-1pt; word-spacing:0pt; font-family: "Courier New", Courier, monospace;} .daemon {color: #5E339E; letter-spacing:-1pt; word-spacing:0pt; font-family: "Courier New", Courier, monospace;}
.bug {color: #9e9e39;}
.vox {color: #AA00AA;} .vox {color: #AA00AA;}
.rough {font-family: "Trebuchet MS", cursive, sans-serif;} .rough {font-family: "Trebuchet MS", cursive, sans-serif;}
.say_quote {font-family: Georgia, Verdana, sans-serif;} .say_quote {font-family: Georgia, Verdana, sans-serif;}