mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
The Clime Offices
This commit is contained in:
@@ -110,6 +110,20 @@
|
||||
"ver", "stv", "pro", "ski"
|
||||
)
|
||||
|
||||
/datum/language/clownish
|
||||
name = LANGUAGE_CLOWNISH
|
||||
desc = "A special elective language course for those studying at the Clown Planet Institute."
|
||||
speech_verb = "honks"
|
||||
ask_verb = "seins"
|
||||
exclaim_verb = "crenks"
|
||||
whisper_verb = "squeaks"
|
||||
colour = "#F785F2" // Pink for the clown.
|
||||
key = "<"
|
||||
flags = WHITELISTED | CLOWN
|
||||
syllables = list(
|
||||
"honk", "knock", "salt", "slip", "lube", "banana", "flower", "pie", "did you hear", "🅱️", "haha", "bully", "going up",
|
||||
)
|
||||
|
||||
/datum/language/drudakar
|
||||
name = LANGUAGE_DRUDAKAR
|
||||
desc = "The native language of the D'Rudak'Ar, a loosely tied together community of dragons and demi-dragons based in the Diul system. Features include many hard consonants and rolling 'r's."
|
||||
|
||||
@@ -0,0 +1,48 @@
|
||||
/mob/living/simple_mob/animal/passive/honkpet
|
||||
name = "Hinkle"
|
||||
desc = "At the Clown Planet Institute, these animals are mass produced for each student to raise and take care of."
|
||||
tt_desc = "Coulrian Honkus"
|
||||
icon = 'icons/mob/animal_vr.dmi'
|
||||
icon_state = "c_pet"
|
||||
icon_living = "c_pet"
|
||||
icon_dead = "c_pet_dead"
|
||||
|
||||
maxHealth = 20
|
||||
health = 20
|
||||
minbodytemp = 175 // Same as Sif mobs.
|
||||
|
||||
response_help = "pets"
|
||||
response_disarm = "pushes aside"
|
||||
response_harm = "hits"
|
||||
|
||||
harm_intent_damage = 5
|
||||
melee_damage_lower = 10
|
||||
melee_damage_upper = 15
|
||||
attacktext = list("honked")
|
||||
|
||||
has_langs = list("Coulrian")
|
||||
|
||||
|
||||
|
||||
/mob/living/simple_mob/animal/passive/mimepet
|
||||
name = "Dave"
|
||||
desc = "That's Dave."
|
||||
tt_desc = "Polypodavesilencia"
|
||||
icon = 'icons/mob/animal_vr.dmi'
|
||||
icon_state = "dave"
|
||||
icon_living = "dave"
|
||||
icon_dead = "dave_dead"
|
||||
movement_cooldown = 300
|
||||
|
||||
maxHealth = 20
|
||||
health = 20
|
||||
minbodytemp = 175 // Same as Sif mobs.
|
||||
|
||||
response_help = "pets"
|
||||
response_disarm = "pushes aside"
|
||||
response_harm = "hits"
|
||||
|
||||
harm_intent_damage = 5
|
||||
melee_damage_lower = 10
|
||||
melee_damage_upper = 15
|
||||
attacktext = list("...")
|
||||
Reference in New Issue
Block a user