Skip to content

Commit

Permalink
Kikimora Ego
Browse files Browse the repository at this point in the history
A teth dress and armor for the Kikimora
  • Loading branch information
InsightfulParasite committed Nov 25, 2024
1 parent feec2bd commit 6934cce
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ModularTegustation/ego_weapons/melee/teth.dm
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,17 @@
charge_speed_cap = 2
couch_cooldown_time = 3 SECONDS

/obj/item/ego_weapon/kikimora
name = "kiki mora"
desc = "Many would speak her name."
icon_state = "kikimora"
force = 35
attack_speed = 1.6
damtype = RED_DAMAGE
attack_verb_continuous = list("beats", "smacks")
attack_verb_simple = list("beat", "smack")
hitsound = 'sound/weapons/fixer/generic/gen1.ogg'

/obj/item/ego_weapon/denial
name = "denial"
desc = "Unregulated ingestion of Enkephalin may cause a wide range of unverified psychopathological symptoms."
Expand Down
9 changes: 9 additions & 0 deletions code/datums/abnormality/_ego_datum/teth.dm
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,15 @@
item_path = /obj/item/ego_weapon/sanitizer
cost = 20

//Kikimora Kiki_Mora
/datum/ego_datum/weapon/kikimora
item_path = /obj/item/ego_weapon/kikimora
cost = 20

/datum/ego_datum/armor/kikimora
item_path = /obj/item/clothing/suit/armor/ego_gear/teth/kikimora
cost = 20

// Faelantern - Midwinter Nightmare
/datum/ego_datum/armor/faelantern
item_path = /obj/item/clothing/suit/armor/ego_gear/teth/faelantern
Expand Down
6 changes: 6 additions & 0 deletions code/modules/clothing/suits/ego_gear/teth.dm
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,12 @@ Any attempt to code risk class armor will result in a 10 day Github ban.*/
icon_state = "faelantern"
armor = list(RED_DAMAGE = 20, WHITE_DAMAGE = 30, BLACK_DAMAGE = -30, PALE_DAMAGE = 0) // 20

/obj/item/clothing/suit/armor/ego_gear/teth/kikimora
name = "kiki mora"
desc = "A dress spun by unusual hands. Rough but resistant to stains."
icon_state = "kikimora"
armor = list(RED_DAMAGE = 10, WHITE_DAMAGE = -10, BLACK_DAMAGE = 30, PALE_DAMAGE = -10)

/obj/item/clothing/suit/armor/ego_gear/teth/luckdraw
name = "luck of the draw"
desc = "How many have lost it all to a simple game of chance?"
Expand Down
13 changes: 13 additions & 0 deletions code/modules/paperwork/records/info/teth.dm
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,19 @@
"When the Qliphoth Counter reached zero, the physical condition of the abnormality improved significantly.",
"After its condition improves beyond a certain point, the abnormality will breach containment and travel through the facility on a horizontal path, dealing massive WHITE damage to everything it impacts.")

//Kikimora
/obj/item/paper/fluff/info/teth/kikimora
abno_type = /mob/living/simple_animal/hostile/abnormality/kikimora
abno_code = "F-02-"
abno_info = list(
"Do not closely examine the entity.",
"When F-02- breached cognitohazardous graffiti appeared in a random appartment.",
"F-02--02 is a phenomenon that replaces spoken word until the subject is unintelligible.",
"Each time a cursed employee speaks there is a chance a word will be taken by F-02--02.",
"Intances of F-02--02 will share taken words and curing themselves of F-02--02 will not refresh the words taken.",
"Curing the F-02--02 requires the host to fall asleep with a offering of food ontop of them.",
"It is considered bad luck if F-02- does not accept the offering.",)

//Dealer of the Damned
/obj/item/paper/fluff/info/teth/dealerdamned
abno_type = /mob/living/simple_animal/hostile/abnormality/dealerdamned
Expand Down
Binary file modified icons/mob/clothing/ego_gear/abnormality/teth.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/weapons/ego_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/weapons/ego_righthand.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/ego_gear/abnormality/teth.dmi
Binary file not shown.
Binary file modified icons/obj/ego_weapons.dmi
Binary file not shown.

0 comments on commit 6934cce

Please sign in to comment.