More fluff and language fix

This commit is contained in:
izac112
2017-09-02 17:34:36 +02:00
parent 1d0a2e0772
commit 7f4affbb73
5 changed files with 34 additions and 3 deletions
-3
View File
@@ -34,7 +34,6 @@
exclaim_verb = "barks"
colour = "vulpkanin"
key = "8" //lol, no idea - Poojawa
flags = RESTRICTED
syllables = list("rur","ya","cen","rawr","bar","kuk","tek","qat","uk","wu","vuh","tah","tch","schz","auch", \
"ist","ein","entch","zwichs","tut","mir","wo","bis","es","vor","nic","gro","lll","enem","zandt","tzch","noch", \
"hel","ischt","far","wa","baram","iereng","tech","lach","sam","mak","lich","gen","or","ag","eck","gec","stag","onn", \
@@ -48,7 +47,6 @@
exclaim_verb = "incants"
colour = "cult" //No clue what to put here - Table
key = "-" //dunno if this is a valid key. - Table
flags = RESTRICTED
syllables = list("viepn","e","bag","docu","kar","xlaqf","raa","qwos","nen","ty","von","kytaf","xin","ty","ka","baak","hlafaifpyk","znu","agrith","na'ar","uah","plhu","six","fhler","bjel","scee","lleri",
"dttm","aggr","uujl","hjjifr","wwuthaav",)
@@ -60,7 +58,6 @@
exclaim_verb = "loudly sings"
colour = "birdsongc" //No clue what to put here - Table
key = "*" //dunno if this is a valid key. - Table
flags = RESTRICTED
syllables = list("salve","sum","loqui","operatur","iusta","et","permittit","facere","effercio","pluribus","enim","hoc",
"mihi","wan","six","salve","tartu")
@@ -110,6 +110,16 @@
/obj/item/weapon/storage/belt/utility/fluff/raja_belt,
/obj/item/clothing/suit/storage/hooded/wintercoat/fluff/raja_coat)
//Shel Nargol
/obj/item/weapon/storage/box/fluff/shel
name = "Shel's Kit"
desc = "A kit containing Shel's equipment."
has_items = list(
/obj/item/clothing/gloves/fluff/shel_gloves,
/obj/item/clothing/under/fluff/shel)
// **************
// Admiral Dragon
// **************
@@ -514,6 +514,24 @@
icon_override = 'icons/vore/custom_clothes_yw.dmi'
icon_state = "coatmech_mob"
//Shel Nargol
/obj/item/clothing/gloves/fluff/shel_gloves
name = "Leather armwraps"
desc = "A bunch of leather and linen strips to act as some sort of gloves. The fingers are free, and the left arm is covered in the wraps completely."
icon = 'icons/vore/custom_clothes_yw.dmi'
icon_state = "armwraps"
icon_override = 'icons/vore/custom_clothes_yw.dmi'
item_state = "armwraps"
/obj/item/clothing/under/fluff/shel
name = "Padded pants"
desc = "A pair of padded linen pants reinforced with leather every here and there. Comes with a plain black belt too."
icon = 'icons/vore/custom_clothes_yw.dmi'
icon_state = "paddedpants_s"
icon_override = 'icons/vore/custom_clothes_yw.dmi'
item_state = "paddedpants"
// ***********
// Johnwolf135
// ***********
+6
View File
@@ -137,6 +137,12 @@ character_name: Raja Bastet
item_path: /obj/item/weapon/storage/box/fluff/raja
}
{
ckey: izac112
character_name: Shel Nargol
item_path: /obj/item/weapon/storage/box/fluff/shel
}
{
ckey: ivymoomoo
character_name: Ivy Baladeva
Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 82 KiB