forked from Bubberstation/Bubberstation
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganizes the data for all modular quirks. - Adds missing traits - Adds missing flavor text - Adds mail items - Adds hardcore values - Adds comments tagging non-functional quirks - Reorders variables for consistency - Changes some minor grammar and spelling - Restores disabled quirks - Removes potentially erroneous cold immunity from Vacuum Resistance
- Loading branch information
Showing
36 changed files
with
216 additions
and
93 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
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
11 changes: 7 additions & 4 deletions
11
modular_zzplurt/code/datums/quirks/neutral_quirks/body_morpher.dm
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
5 changes: 3 additions & 2 deletions
5
modular_zzplurt/code/datums/quirks/neutral_quirks/buns_of_steel.dm
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,8 +1,9 @@ | ||
/datum/quirk/buns_of_steel | ||
name = "Buns of Steel" | ||
desc = "You've never skipped ass day. You are completely immune to all forms of ass slapping and anyone who tries to slap your rock hard ass usually gets a broken hand." | ||
desc = "You've never skipped ass day. You are completely immune to all forms of ass slapping, and anyone who tries to slap your rock-hard ass usually gets a broken hand!" | ||
value = 0 | ||
mob_trait = TRAIT_STEEL_ASS | ||
gain_text = span_notice("Your ass rivals those of golems.") | ||
lose_text = span_notice("Your butt feels more squishy and slappable.") | ||
medical_record_text = "Patient's posterior displays incredible resilience." | ||
mob_trait = TRAIT_STEEL_ASS | ||
icon = FA_ICON_HAND |
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
19 changes: 14 additions & 5 deletions
19
modular_zzplurt/code/datums/quirks/neutral_quirks/cosglow.dm
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
9 changes: 5 additions & 4 deletions
9
modular_zzplurt/code/datums/quirks/neutral_quirks/cum_sniff.dm
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,9 +1,10 @@ | ||
// UNIMPLEMENTED QUIRK! | ||
/datum/quirk/cum_sniff | ||
name = "Ball Sniffer" //lol | ||
desc = "You've built so much experience savoring other people's genitals through your life that you can easily tell what liquids they're full of, besides reagents in their blood that is." | ||
name = "Genital Sniffer" | ||
desc = "You've had so much experience with other people's genitals that you can easily tell what reagents they produce." | ||
value = 0 | ||
mob_trait = TRAIT_GFLUID_DETECT //TODO: add the ball sniffing system | ||
mob_trait = TRAIT_GFLUID_DETECT // TODO: Add the reagent detection system | ||
gain_text = span_notice("You begin sensing peculiar smells from people's bits...") | ||
lose_text = span_notice("People's genitals start smelling all the same to you...") | ||
medical_record_text = "Patient attempted to get their doctor to drag his balls accross their face." | ||
medical_record_text = "Patient has exemplary olfactory capability for specific body regions." | ||
icon = FA_ICON_SOCCER_BALL |
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
9 changes: 7 additions & 2 deletions
9
modular_zzplurt/code/datums/quirks/neutral_quirks/fluid_infuser.dm
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
10 changes: 8 additions & 2 deletions
10
modular_zzplurt/code/datums/quirks/neutral_quirks/incubus.dm
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
12 changes: 8 additions & 4 deletions
12
modular_zzplurt/code/datums/quirks/neutral_quirks/kiss_slut.dm
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,9 +1,13 @@ | ||
/datum/quirk/kiss_slut | ||
name = "Kiss Slut" | ||
desc = "The sheer thought of kissing someone makes you blush and overheat, effectively increasing your arousal with each smooch." | ||
desc = "The sheer thought of kissing someone makes you blush and overheat, sending you into a spiral of passion." | ||
value = 0 | ||
mob_trait = TRAIT_KISS_SLUT //No use for this yet | ||
gain_text = span_purple("You feel like kissing someone...") | ||
lose_text = span_notice("You don't feel like kissing someone anymore...") | ||
gain_text = span_purple("Thoughts of smooching invade your mind.") | ||
lose_text = span_notice("You feel like your lips have had enough for now.") | ||
medical_record_text = "Patient seems to demonstrate an extraordinary liking in kissing." | ||
mob_trait = TRAIT_KISS_SLUT //No use for this yet | ||
icon = FA_ICON_FACE_KISS_WINK_HEART | ||
mail_goodies = list ( | ||
/obj/item/lipstick/random = 20, | ||
/obj/item/lipstick/hypnosyndie = 1 // Very small chance of ERP lipstick | ||
) |
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,9 +1,12 @@ | ||
/datum/quirk/messy | ||
name = "Messy" | ||
desc = "Due to your unique biology/construction/bluespace magic you always manage to make a mess when you cum, even if it's not possible in normal circumstances." | ||
desc = "You always manage to make a mess when you cum, even if it's not possible in normal circumstances. This could be due to unique biology, special construction, or bluespace magic." | ||
value = 0 | ||
gain_text = span_purple("You feel prepared to cover something in layer of bodily fluids.") | ||
lose_text = span_notice("You don't feel the need to make a mess anymore.") | ||
medical_record_text = "Patient's body has above-average fluid production capability." | ||
mob_trait = TRAIT_MESSY | ||
gain_text = span_purple("You feel like covering something in layer of your fluids.") | ||
lose_text = span_notice("You don't feel 'messy' anymore.") | ||
medical_record_text = "Had to be sedated after covering entire hospital wing with cum." | ||
icon = FA_ICON_DROPLET | ||
mail_goodies = list ( | ||
/obj/item/mop = 1 // Clean this mess up! | ||
) |
8 changes: 5 additions & 3 deletions
8
modular_zzplurt/code/datums/quirks/neutral_quirks/modularlimbs.dm
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
9 changes: 6 additions & 3 deletions
9
modular_zzplurt/code/datums/quirks/neutral_quirks/sodiumsensetivity.dm
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
4 changes: 4 additions & 0 deletions
4
modular_zzplurt/code/datums/quirks/neutral_quirks/storage_concealment.dm
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
10 changes: 8 additions & 2 deletions
10
modular_zzplurt/code/datums/quirks/neutral_quirks/succubus.dm
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.