Dreadsylvania/Skeletons: Difference between revisions

From A KoL Wiki
imported>Club
last placeholder
 
imported>Yatsufusa
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
<!-- I see no reason this could not cover everything about Dreadsylvanian Vampires, but I'm not writing that today. -->
<!-- I see no reason this could not cover everything about Dreadsylvanian Vampires, but I'm not writing that today. -->


==Prisoner Data==
This describes how the Skeletons in [[Dreadsylvanian Castle]] are named.
*[[Cold skeleton]]
*[[Hot skeleton]]
*[[Sleaze skeleton]]
*[[Spooky skeleton]]
*[[Stench skeleton]]
 
__TOC__
==Skeleton Identification==
Prisoners are identified by three lines of data.
Prisoners are identified by three lines of data.
:'''Prisoner:''' #<6-digit-id>: <Prisoner Name>
:'''Prisoner:''' #<6-digit-id>: <Name>
:'''Sentence:''' <Length> <Unit> <Optional Location>
:'''Sentence:''' <Length> <Unit> <Optional Location>
:'''Crime:''' <Elemental Evil>
:'''Crime:''' <Elemental Evil>


==Prisoner Name Format==
The <6-digit-id> can be zero padded.
The format of <Prisoner Name> is
 
*"<Elemental Nickname>" <[[Dreadsylvania/General names|Last Name]]>
==Skeleton Name Format==
The format of <Name> is
*"<Skeletal Nickname>" <[[Dreadsylvania/General names|Last Name]]>
 
An <Skeletal Nickname> takes one of the two forms:
*General <Word> <Bone>
*Elemental <Word> <Bone>
 
{| cellpadding=3 border=1 cellspacing=0
|-
! colspan=2 | Nickname <Word>s
|-
! General
|
*Big
*Black
*Blue
*Brittle
*Broken
*Brown
*Busted
*Chipped
*Cracked
*Dusty
*Fat
*Green
*Grey
*Jagged
*Knobby
*Little
*Orange
*Purple
*Red
*Split
*Thick
*Thin
*Three
*Tiny
*Two
*White
*Yellow
 
|-
! Cold
|
*Arctic
*Chill
*Chilly
*Cold
*Cool
*Freezin'
*Frigid
*Frosty
*Frozen
*Hyperborian
*Icy
*Shiverin'
*Sub-Zero
 
|-
! Hot
|
*Ashy
*Blazing
*Boiling
*Broiling
*Burnin'
*Burnt
*Cajun-Style
*Charred
*Fiery
*Flaming
*Melting
*Parboiled
*Pipin' Hot
*Roasting
*Scorching
*Searing
*Sizzling
*Smokin'
*Smoking
*Blackened
 
|-
! Sleaze
|
*Drippy
*Engorged
*Furtive
*Greasy
*Gropin'
*Lascivious
*Libertine
*Licentious
*Lusty
*Pokin'
*Prodding
*Slatternly
*Slick
*Slippery
*Throbbin'
*Torrid
*Turgid
 
|-
! Spooky
|
*Bloodcurdlin'
*Dead
*Deadlight
*Eerie
*Eldritch
*Freaky
*Ghastly
*Hollow
*Howling
*Moanin'
*Moaning
*Nightmarish
*Shambling
*Uncanny
*Unnatural
*Wailing


The following is unformatted Perl regexp code still to be converted to wiki article.
|-
! Stench
|
*Dank
*Fetid
*Filthy
*Foul
*Gamy
*Grody
*Gross
*Loathsome
*Malodorous
*Musty
*Noxious
*Pustulent
*Putrid
*Rancid
*Rank
*Rotten
*Smelly
*Stank
*Stinky
*Vile


$skel_length = qr/(?:1[1-9]|2[0123]|37|69)/;
|}


$skel_unit = qr/(?:Decades|Days|Lifetimes|Hours|Weeks|Minutes|Months|Fortnights|Years|Centuries)/;


$skel_where = qr/(in Boiling Oil|in Chains|in Solitary Confinement|in The Box|in Thumbscrews|in a Hanging Cage|in a Vat of Acid|in the Iron Maiden|of Flaying|of Sleep Deprivation|of Tickle Torture|of Water Torture|on the Judas Chair|on the Rack|on the Wheel of Pain)/;
{| cellpadding=3 border=1 cellspacing=0
|-
! Nickname <Bones>s
|-
|
Armbone * Backbone * Bone * Bones * Carpal * Chinbone * Clavicle * Coccyx * Collarbone * Femur * Fibula * Humerus * Jaw * Jawbone * Kneecap * Knuckle * Knuckles * Legbone * Mandible * Metatarsus * Patella * Pelvis * Phalange * Radius * Rib * Ribs * Sacrum * Scapula * Shinbone * Skull * Socket * Sternum * Teeth * Tibia * Tooth * Ulna * Vertebrae


$skel_bone = qr/(?:Armbone|Backbone|Bone|Bones|Carpal|Chinbone|Clavicle|Coccyx|Collarbone|Femur|Fibula|Humerus|Jaw|Jawbone|Kneecap|Knuckle|Knuckles|Legbone|Mandible|Metatarsus|Patella|Pelvis|Phalange|Radius|Rib|Ribs|Sacrum|Scapula|Shinbone|Skull|Socket|Sternum|Teeth|Tibia|Tooth|Ulna|Vertebrae)/;
|}


$skel_gen_nick = qr/(?:Big|Black|Blue|Brittle|Broken|Brown|Busted|Chipped|Cracked|Dusty|Fat|Green|Grey|Jagged|Knobby|Little|Orange|Purple|Red|Split|Thick|Thin|Three|Tiny|Two|White|Yellow)/;
==Skeleton Sentence Format==
The <Length> of a sentence is always between '''11''' and '''23''' (inclusive) or one of '''37''' or '''69'''. See [[Eleven]], [[Twenty-three]], and [[Thirty-seven]] for the significance of those numbers.


$skel_nick_cold = qr/(?:Arctic|Chill|Chilly|Cold|Cool|Freezin'|Frigid|Frosty|Frozen|Hyperborian|Icy|Shiverin'|Sub-Zero)/;
The <Unit> of time for the sentence is one of
*Minutes
*Hours
*Days
*Weeks
*Fortnights
*Months
*Years
*Decades
*Lifetimes
*Centuries


$skel_nick_hot = qr/(?:Ashy|Blazing|Boiling|Broiling|Burnin'|Burnt|Cajun-Style|Charred|Fiery|Flaming|Melting|Parboiled|Pipin' Hot|Roasting|Scorching|Searing|Sizzling|Smokin'|Smoking|Blackened)/;
The <Optional Location> for the sentence is one of


$skel_nick_sleaze = qr/(?:Drippy|Engorged|Furtive|Greasy|Gropin'|Lascivious|Libertine|Licentious|Lusty|Pokin'|Prodding|Slatternly|Slick|Slippery|Throbbin'|Torrid|Turgid)/;
*in Boiling Oil
*in Chains
*in Solitary Confinement
*in The Box
*in Thumbscrews
*in a Hanging Cage
*in a Vat of Acid
*in the Iron Maiden
*of Flaying
*of Sleep Deprivation
*of Tickle Torture
*of Water Torture
*on the Judas Chair
*on the Rack
*on the Wheel of Pain


$skel_nick_spooky = qr/(?:Bloodcurdlin'|Dead|Deadlight|Eerie|Eldritch|Freaky|Ghastly|Hollow|Howling|Moanin'|Moaning|Nightmarish|Shambling|Uncanny|Unnatural|Wailing)/;
==Skeleton Evil Format==
All of the <Evil>s committed by skeletons are tied to their elements, some with elemental substituted words, eg truck contents.


$skel_nick_stench = qr/(?:Dank|Fetid|Filthy|Foul|Gamy|Grody|Gross|Loathsome|Malodorous|Musty|Noxious|Pustulent|Putrid|Rancid|Rank|Rotten|Smelly|Stank|Stinky|Vile)/;
{| cellpadding=3 border=1 cellspacing=0
|-
! Cold <Evil>s
|
* breaking and entering an igloo
* breaking into restaurants to sit in their walk-in freezers
* building an igloo without a permit
* causing an avalanche
* chilly larceny
* counterfeiting popsicles
* criminal coolness
* exhibiting lewd ice sculptures
* extremely cold-blooded murder
* hunting <Cold Animals> without a permit
* ice-climbing in a restricted area
* joyriding in a Zamboni
* leaving the fridge open, cooling down the whole neighborhood
* pelting <Target> with snowballs
* selling ice cream without a permit
* skiing in a restricted area
* skinny-dipping in a frozen lake
* snowboarding in a restricted area
* stabbing a man with an icicle
* stealing a crate of frozen dinners
* stealing a refrigerator
* stole a truck full of <Cold Truck>
* theft of ice
* trespassing in a freezer
|-
! Hot <Evil>s
|


$skel_nick = qr/(?:$skel_gen_nick|$skel_nick_cold|$skel_nick_hot|$skel_nick_sleaze|$skel_nick_spooky|$skel_nick_stench) +$skel_bone/;
* aggravated arson
* aggravated immolation
* assault and battery and aggravated setting a guy on fire
* bonfire-related vanity
* burning down a <Hot Plant> plant.
* burning down the house! 365 degrees!
* burning garbage indoors
* causing third-degree burns with well-crafted insults
* double-arson
* grand theft <Hot Theft>
* juggling fire without a license
* selling coffee that was too hot
* serial arson
* setting a liar's pants on fire
* sleeping in a public fireplace
* smuggling red-hot coals out of the neighbors' grills
* spilling a five-gallon bottle of hot pepper sauce
* stealing a truck full of <Hot Truck>
* trespassing in an iron foundry
* wasting too much firewood
|-
! Sleaze <Evil>s
|


$skel_hunting = qr/(?:arctic&nbsp;terns|caribou|penguins|polar&nbsp;bears)/;
* aggravated greasiness
* breaking into a <Sleaze Factory> factory
* contaminating a swimming pool with <Sleaze Pool>
* criminal skeeviness
* illegally squatting in a grease trap
* inappropriate dancing
* installing a camera in a <Sleaze Room>
* loudly telling lewd jokes in public
* lurking in the bushes by a high school
* lurking under the bleachers
* making obscene phone calls
* peepin'
* public grunting
* sexually explicit graffiti
* sitting on a park bench, etc.
* skinny-dipping in a wading pool at noon
* stealing a tanker truck of <Sleaze Truck>
* stealing magazines
* trying to get kids to help find a lost puppy
* wearing a trench coat with nothing on underneath and making sure everyone knew it
|-
! Spooky <Evil>s
|


$skel_target = qr/(?:children|passers-by|preschoolers|pedestrians)/;
* aggravated soul theft
* binding a book with human skin
* calling from inside the house
* going "bump" in the night
* grand theft limb
* having spooky eyes
* hiding <Spooky Hideaway>
* human taxidermy
* illegally digging up bones under the gallows
* killing a man in curdled blood
* loitering in a mausoleum
* lurking in crypts
* lurking in the darkness
* robbing one too many graves
* shouting "BOO!" at pedestrians
* skulking in dark foggy alleyways
* terrorizing kids at Make-Out Point
* tingling one too many spines
* trespassing in a graveyard after midnight
* vandalizing cars at Make-Out Point with a hook hand
|-
! Stench <Evil>s
|


$skel_cold_truck = qr/(?:ice&nbsp;cream|popsicles|tv&nbsp;dinners)/;
* aggravated crop-dusting
* breaking into the sewage treatment plant
* breaking wind in a crowded theater, inciting a panic
* burning garbage
* eating nothing but garlic and eggs then riding an elevator all day
* going six months without bathing
* grand theft outhouse
* hanging out under the outhouse
* holding up a garbage truck
* loading squirt guns with garbage juice
* pelting <Target> with rotten eggs
* public rankness
* robbing a sewer
* robbing a skunk farm
* setting a warehouse full of sulfur and hair clippings on fire
* smuggling skunks in his pants
* stealing a tanker truck full of <Stench Truck>
* stinking up the place
* using a toilet as a salad bowl
* wiring all the restroom fans backwards
|}


$skel_hot_plant = qr/(?:Sri&nbsp;Racha&nbsp;processing|ghost&nbsp;pepper|jalape&ntilde;o)/;


$skel_hot_theft = qr/(?:boiler|campfire|furnace|incinerator)/;
The <Cold Animals> are:
*arctic&nbsp;terns
*caribou
*penguins
*polar&nbsp;bears


$skel_hot_truck = qr/(?:baked&nbsp;potatoes|ghost&nbsp;peppers|hot&nbsp;pockets|molten&nbsp;cheese)/;
The <Targets> are:
*children
*passers-by
*preschoolers
*pedestrians


$skel_sleaze_factory = qr/(?:bacon&nbsp;grease|fake&nbsp;butter|hair&nbsp;oil|lube)/;
The <Cold Truck>s are:
*ice&nbsp;cream
*popsicles
*tv&nbsp;dinners


$skel_sleaze_pool = qr/(?:bacon&nbsp;grease|hair&nbsp;oil|lubricant)/;
The <Hot Plant>s are:
*Sri&nbsp;Racha&nbsp;processing
*ghost&nbsp;pepper
*jalape&ntilde;o


$skel_sleaze_truck = qr/(?:bacon&nbsp;grease|hair&nbsp;oil|lube)/;
The <Hot Theft>s are:
*boiler
*campfire
*furnace
*incinerator


$skel_sleaze_room = qr/(?:changing&nbsp;room|dressing&nbsp;room|locker&nbsp;room|restroom)/;
The <Hot Truck>s are:
*baked&nbsp;potatoes
*ghost&nbsp;peppers
*hot&nbsp;pockets
*molten&nbsp;cheese


$skel_spooky_hide = qr/(?:behind&nbsp;the&nbsp;bathroom&nbsp;mirror|in&nbsp;a&nbsp;closet|under&nbsp;the&nbsp;bed)/;
The <Sleaze Factory>s are:
*bacon&nbsp;grease
*fake&nbsp;butter
*hair&nbsp;oil
*lube


$skel_stench_truck = qr/(?:corpse&nbsp;flowers|decomposing&nbsp;broccoli|garbage&nbsp;juice|rancid&nbsp;meat|sour&nbsp;milk)/;
The <Sleaze Pool>s are:
*bacon&nbsp;grease
*hair&nbsp;oil
*lubricant


$skel_cold_evil = qr/(?:
The <Sleaze Truck>s are:
        breaking \s+ and \s+ entering \s+ an \s+ igloo|
*bacon&nbsp;grease
        breaking \s+ into \s+ restaurants \s+ to \s+ sit \s+ in \s+ their \s+ walk-in \s+ freezers|
*hair&nbsp;oil
        building \s+ an \s+ igloo \s+ without \s+ a \s+ permit|
*lube
        causing \s+ an \s+ avalanche|
        chilly \s+ larceny|
        counterfeiting \s+ popsicles|
        criminal \s+ coolness|
        exhibiting \s+ lewd \s+ ice \s+ sculptures|
        extremely \s+ cold-blooded \s+ murder|
        hunting \s+ $skel_hunting \s+ without \s+ a \s+ permit|
        ice-climbing \s+ in \s+ a \s+ restricted \s+ area|
        joyriding \s+ in \s+ a \s+ Zamboni|
        leaving \s+ the \s+ fridge \s+ open, \s+ cooling \s+ down \s+ the \s+ whole \s+ neighborhood|
        pelting \s+ $skel_target \s+ with \s+ snowballs|
        selling \s+ ice \s+ cream \s+ without \s+ a \s+ permit|
        skiing \s+ in \s+ a \s+ restricted \s+ area|
        skinny-dipping \s+ in \s+ a \s+ frozen \s+ lake|
        snowboarding \s+ in \s+ a \s+ restricted \s+ area|
        stabbing \s+ a \s+ man \s+ with \s+ an \s+ icicle|
        stealing \s+ a \s+ crate \s+ of \s+ frozen \s+ dinners|
        stealing \s+ a \s+ refrigerator|
        stole \s+ a \s+ truck \s+ full \s+ of \s+ $skel_cold_truck|
        theft \s+ of \s+ ice|
        trespassing \s+ in \s+ a \s+ freezer
)/x;


$skel_hot_evil = qr/(?:
The <Sleaze Room>s are:
        aggravated \s+ arson|
*changing&nbsp;room
        aggravated \s+ immolation|
*dressing&nbsp;room
        assault \s+ and \s+ battery \s+ and \s+ aggravated \s+ setting \s+ a \s+ guy \s+ on \s+ fire|
*locker&nbsp;room
        bonfire-related \s+ vanity|
*restroom
        burning \s+ down \s+ a \s+ $skel_hot_plant \s+ plant.|
        burning \s+ down \s+ the \s+ house! \s+ 365 \s+ degrees!|
        burning \s+ garbage \s+ indoors|
        causing \s+ third-degree \s+ burns \s+ with \s+ well-crafted \s+ insults|
        double-arson|
        grand \s+ theft \s+ $skel_hot_theft|
        juggling \s+ fire \s+ without \s+ a \s+ license|
        selling \s+ coffee \s+ that \s+ was \s+ too \s+ hot|
        serial \s+ arson|
        setting \s+ a \s+ liar's \s+ pants \s+ on \s+ fire|
        sleeping \s+ in \s+ a \s+ public \s+ fireplace|
        smuggling \s+ red-hot \s+ coals \s+ out \s+ of \s+ the \s+ neighbors' \s+ grills|
        spilling \s+ a \s+ five-gallon \s+ bottle \s+ of \s+ hot \s+ pepper \s+ sauce|
        stealing \s+ a \s+ truck \s+ full \s+ of \s+ $skel_hot_truck|
        trespassing \s+ in \s+ an \s+ iron \s+ foundry|
        wasting \s+ too \s+ much \s+ firewood
)/x;


$skel_sleaze_evil = qr/(?:
The <Spooky Hideaway>s are:
        aggravated \s+ greasiness|
*behind&nbsp;the&nbsp;bathroom&nbsp;mirror
        breaking \s+ into \s+ a \s+ $skel_sleaze_factory \s+ factory|
*in&nbsp;a&nbsp;closet
        contaminating \s+ a \s+ swimming \s+ pool \s+ with \s+ $skel_sleaze_pool|
*under&nbsp;the&nbsp;bed
        criminal \s+ skeeviness|
        illegally \s+ squatting \s+ in \s+ a \s+ grease \s+ trap|
        inappropriate \s+ dancing|
        installing \s+ a \s+ camera \s+ in \s+ a \s+ $skel_sleaze_room|
        loudly \s+ telling \s+ lewd \s+ jokes \s+ in \s+ public|
        lurking \s+ in \s+ the \s+ bushes \s+ by \s+ a \s+ high \s+ school|
        lurking \s+ under \s+ the \s+ bleachers|
        making \s+ obscene \s+ phone \s+ calls|
        peepin'|
        public \s+ grunting|
        sexually \s+ explicit \s+ graffiti|
        sitting \s+ on \s+ a \s+ park \s+ bench, \s+ etc.|
        skinny-dipping \s+ in \s+ a \s+ wading \s+ pool \s+ at \s+ noon|
        stealing \s+ a \s+ tanker \s+ truck \s+ of \s+ $skel_sleaze_truck|
        stealing \s+ magazines|
        trying \s+ to \s+ get \s+ kids \s+ to \s+ help \s+ find \s+ a \s+ lost \s+ puppy|
        wearing \s+ a \s+ trench \s+ coat \s+ with \s+ nothing \s+ on \s+ underneath \s+ and \s+ making \s+ sure \s+ everyone \s+ knew \s+ it
)/x;


$skel_spooky_evil = qr/(?:
The <Stench Truck>s are:
        aggravated \s+ soul \s+ theft|
*corpse&nbsp;flowers
        binding \s+ a \s+ book \s+ with \s+ human \s+ skin|
*decomposing&nbsp;broccoli
        calling \s+ from \s+ inside \s+ the \s+ house|
*garbage&nbsp;juice
        going \s+ "bump" \s+ in \s+ the \s+ night|
*rancid&nbsp;meat
        grand \s+ theft \s+ limb|
*sour&nbsp;milk
        having \s+ spooky \s+ eyes|
        hiding \s+ $skel_spooky_hide|
        human \s+ taxidermy|
        illegally \s+ digging \s+ up \s+ bones \s+ under \s+ the \s+ gallows|
        killing \s+ a \s+ man \s+ in \s+ curdled \s+ blood|
        loitering \s+ in \s+ a \s+ mausoleum|
        lurking \s+ in \s+ crypts|
        lurking \s+ in \s+ the \s+ darkness|
        robbing \s+ one \s+ too \s+ many \s+ graves|
        shouting \s+ "BOO!" \s+ at \s+ pedestrians|
        skulking \s+ in \s+ dark \s+ foggy \s+ alleyways|
        terrorizing \s+ kids \s+ at \s+ Make-Out \s+ Point|
        tingling \s+ one \s+ too \s+ many \s+ spines|
        trespassing \s+ in \s+ a \s+ graveyard \s+ after \s+ midnight|
        vandalizing \s+ cars \s+ at \s+ Make-Out \s+ Point \s+ with \s+ a \s+ hook \s+ hand
)/x;


$skel_stench_evil = qr/(?:
[[Category:Randomly Generated Monster Names]]
        aggravated \s+ crop-dusting|
        breaking \s+ into \s+ the \s+ sewage \s+ treatment \s+ plant|
        breaking \s+ wind \s+ in \s+ a \s+ crowded \s+ theater, \s+ inciting \s+ a \s+ panic|
        burning \s+ garbage|
        eating \s+ nothing \s+ but \s+ garlic \s+ and \s+ eggs \s+ then \s+ riding \s+ an \s+ elevator \s+ all \s+ day|
        going \s+ six \s+ months \s+ without \s+ bathing|
        grand \s+ theft \s+ outhouse|
        hanging \s+ out \s+ under \s+ the \s+ outhouse|
        holding \s+ up \s+ a \s+ garbage \s+ truck|
        loading \s+ squirt \s+ guns \s+ with \s+ garbage \s+ juice|
        pelting \s+ $skel_target \s+ with \s+ rotten \s+ eggs|
        public \s+ rankness|
        robbing \s+ a \s+ sewer|
        robbing \s+ a \s+ skunk \s+ farm|
        setting \s+ a \s+ warehouse \s+ full \s+ of \s+ sulfur \s+ and \s+ hair \s+ clippings \s+ on \s+ fire|
        smuggling \s+ skunks \s+ in \s+ his \s+ pants|
        stealing \s+ a \s+ tanker \s+ truck \s+ full \s+ of \s+ $skel_stench_truck|
        stinking \s+ up \s+ the \s+ place|
        using \s+ a \s+ toilet \s+ as \s+ a \s+ salad \s+ bowl|
        wiring \s+ all \s+ the \s+ restroom \s+ fans \s+ backwards
)/x;

Latest revision as of 17:55, 11 August 2014


This describes how the Skeletons in Dreadsylvanian Castle are named.

Skeleton Identification

Prisoners are identified by three lines of data.

Prisoner: #<6-digit-id>: <Name>
Sentence: <Length> <Unit> <Optional Location>
Crime: <Elemental Evil>

The <6-digit-id> can be zero padded.

Skeleton Name Format

The format of <Name> is

An <Skeletal Nickname> takes one of the two forms:

  • General <Word> <Bone>
  • Elemental <Word> <Bone>
Nickname <Word>s
General
  • Big
  • Black
  • Blue
  • Brittle
  • Broken
  • Brown
  • Busted
  • Chipped
  • Cracked
  • Dusty
  • Fat
  • Green
  • Grey
  • Jagged
  • Knobby
  • Little
  • Orange
  • Purple
  • Red
  • Split
  • Thick
  • Thin
  • Three
  • Tiny
  • Two
  • White
  • Yellow
Cold
  • Arctic
  • Chill
  • Chilly
  • Cold
  • Cool
  • Freezin'
  • Frigid
  • Frosty
  • Frozen
  • Hyperborian
  • Icy
  • Shiverin'
  • Sub-Zero
Hot
  • Ashy
  • Blazing
  • Boiling
  • Broiling
  • Burnin'
  • Burnt
  • Cajun-Style
  • Charred
  • Fiery
  • Flaming
  • Melting
  • Parboiled
  • Pipin' Hot
  • Roasting
  • Scorching
  • Searing
  • Sizzling
  • Smokin'
  • Smoking
  • Blackened
Sleaze
  • Drippy
  • Engorged
  • Furtive
  • Greasy
  • Gropin'
  • Lascivious
  • Libertine
  • Licentious
  • Lusty
  • Pokin'
  • Prodding
  • Slatternly
  • Slick
  • Slippery
  • Throbbin'
  • Torrid
  • Turgid
Spooky
  • Bloodcurdlin'
  • Dead
  • Deadlight
  • Eerie
  • Eldritch
  • Freaky
  • Ghastly
  • Hollow
  • Howling
  • Moanin'
  • Moaning
  • Nightmarish
  • Shambling
  • Uncanny
  • Unnatural
  • Wailing
Stench
  • Dank
  • Fetid
  • Filthy
  • Foul
  • Gamy
  • Grody
  • Gross
  • Loathsome
  • Malodorous
  • Musty
  • Noxious
  • Pustulent
  • Putrid
  • Rancid
  • Rank
  • Rotten
  • Smelly
  • Stank
  • Stinky
  • Vile


Nickname <Bones>s

Armbone * Backbone * Bone * Bones * Carpal * Chinbone * Clavicle * Coccyx * Collarbone * Femur * Fibula * Humerus * Jaw * Jawbone * Kneecap * Knuckle * Knuckles * Legbone * Mandible * Metatarsus * Patella * Pelvis * Phalange * Radius * Rib * Ribs * Sacrum * Scapula * Shinbone * Skull * Socket * Sternum * Teeth * Tibia * Tooth * Ulna * Vertebrae

Skeleton Sentence Format

The <Length> of a sentence is always between 11 and 23 (inclusive) or one of 37 or 69. See Eleven, Twenty-three, and Thirty-seven for the significance of those numbers.

The <Unit> of time for the sentence is one of

  • Minutes
  • Hours
  • Days
  • Weeks
  • Fortnights
  • Months
  • Years
  • Decades
  • Lifetimes
  • Centuries

The <Optional Location> for the sentence is one of

  • in Boiling Oil
  • in Chains
  • in Solitary Confinement
  • in The Box
  • in Thumbscrews
  • in a Hanging Cage
  • in a Vat of Acid
  • in the Iron Maiden
  • of Flaying
  • of Sleep Deprivation
  • of Tickle Torture
  • of Water Torture
  • on the Judas Chair
  • on the Rack
  • on the Wheel of Pain

Skeleton Evil Format

All of the <Evil>s committed by skeletons are tied to their elements, some with elemental substituted words, eg truck contents.

Cold <Evil>s
  • breaking and entering an igloo
  • breaking into restaurants to sit in their walk-in freezers
  • building an igloo without a permit
  • causing an avalanche
  • chilly larceny
  • counterfeiting popsicles
  • criminal coolness
  • exhibiting lewd ice sculptures
  • extremely cold-blooded murder
  • hunting <Cold Animals> without a permit
  • ice-climbing in a restricted area
  • joyriding in a Zamboni
  • leaving the fridge open, cooling down the whole neighborhood
  • pelting <Target> with snowballs
  • selling ice cream without a permit
  • skiing in a restricted area
  • skinny-dipping in a frozen lake
  • snowboarding in a restricted area
  • stabbing a man with an icicle
  • stealing a crate of frozen dinners
  • stealing a refrigerator
  • stole a truck full of <Cold Truck>
  • theft of ice
  • trespassing in a freezer
Hot <Evil>s
  • aggravated arson
  • aggravated immolation
  • assault and battery and aggravated setting a guy on fire
  • bonfire-related vanity
  • burning down a <Hot Plant> plant.
  • burning down the house! 365 degrees!
  • burning garbage indoors
  • causing third-degree burns with well-crafted insults
  • double-arson
  • grand theft <Hot Theft>
  • juggling fire without a license
  • selling coffee that was too hot
  • serial arson
  • setting a liar's pants on fire
  • sleeping in a public fireplace
  • smuggling red-hot coals out of the neighbors' grills
  • spilling a five-gallon bottle of hot pepper sauce
  • stealing a truck full of <Hot Truck>
  • trespassing in an iron foundry
  • wasting too much firewood
Sleaze <Evil>s
  • aggravated greasiness
  • breaking into a <Sleaze Factory> factory
  • contaminating a swimming pool with <Sleaze Pool>
  • criminal skeeviness
  • illegally squatting in a grease trap
  • inappropriate dancing
  • installing a camera in a <Sleaze Room>
  • loudly telling lewd jokes in public
  • lurking in the bushes by a high school
  • lurking under the bleachers
  • making obscene phone calls
  • peepin'
  • public grunting
  • sexually explicit graffiti
  • sitting on a park bench, etc.
  • skinny-dipping in a wading pool at noon
  • stealing a tanker truck of <Sleaze Truck>
  • stealing magazines
  • trying to get kids to help find a lost puppy
  • wearing a trench coat with nothing on underneath and making sure everyone knew it
Spooky <Evil>s
  • aggravated soul theft
  • binding a book with human skin
  • calling from inside the house
  • going "bump" in the night
  • grand theft limb
  • having spooky eyes
  • hiding <Spooky Hideaway>
  • human taxidermy
  • illegally digging up bones under the gallows
  • killing a man in curdled blood
  • loitering in a mausoleum
  • lurking in crypts
  • lurking in the darkness
  • robbing one too many graves
  • shouting "BOO!" at pedestrians
  • skulking in dark foggy alleyways
  • terrorizing kids at Make-Out Point
  • tingling one too many spines
  • trespassing in a graveyard after midnight
  • vandalizing cars at Make-Out Point with a hook hand
Stench <Evil>s
  • aggravated crop-dusting
  • breaking into the sewage treatment plant
  • breaking wind in a crowded theater, inciting a panic
  • burning garbage
  • eating nothing but garlic and eggs then riding an elevator all day
  • going six months without bathing
  • grand theft outhouse
  • hanging out under the outhouse
  • holding up a garbage truck
  • loading squirt guns with garbage juice
  • pelting <Target> with rotten eggs
  • public rankness
  • robbing a sewer
  • robbing a skunk farm
  • setting a warehouse full of sulfur and hair clippings on fire
  • smuggling skunks in his pants
  • stealing a tanker truck full of <Stench Truck>
  • stinking up the place
  • using a toilet as a salad bowl
  • wiring all the restroom fans backwards


The <Cold Animals> are:

  • arctic terns
  • caribou
  • penguins
  • polar bears

The <Targets> are:

  • children
  • passers-by
  • preschoolers
  • pedestrians

The <Cold Truck>s are:

  • ice cream
  • popsicles
  • tv dinners

The <Hot Plant>s are:

  • Sri Racha processing
  • ghost pepper
  • jalapeño

The <Hot Theft>s are:

  • boiler
  • campfire
  • furnace
  • incinerator

The <Hot Truck>s are:

  • baked potatoes
  • ghost peppers
  • hot pockets
  • molten cheese

The <Sleaze Factory>s are:

  • bacon grease
  • fake butter
  • hair oil
  • lube

The <Sleaze Pool>s are:

  • bacon grease
  • hair oil
  • lubricant

The <Sleaze Truck>s are:

  • bacon grease
  • hair oil
  • lube

The <Sleaze Room>s are:

  • changing room
  • dressing room
  • locker room
  • restroom

The <Spooky Hideaway>s are:

  • behind the bathroom mirror
  • in a closet
  • under the bed

The <Stench Truck>s are:

  • corpse flowers
  • decomposing broccoli
  • garbage juice
  • rancid meat
  • sour milk