-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #441 from KoboldCommando/Spooktober-Jobs
Spooktober jobs
- Loading branch information
Showing
34 changed files
with
495 additions
and
1 deletion.
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
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
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/obj/item/clothing/mask/gas/clown_hat/yellow | ||
name = "yellow clown wig and mask" | ||
desc = "A true prankster's facial attire. But yellow! A clown is incomplete without his wig and mask." | ||
icon = 'monkestation/icons/obj/clothing/masks.dmi' | ||
icon_state = "clown_yellow" | ||
worn_icon = 'monkestation/icons/mob/clothing/mask.dmi' | ||
worn_icon_state = "clown_yellow" |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/obj/item/clothing/shoes/clown_shoes/yellow | ||
desc = "The prankster's standard-issue clowning shoes. But Yellow! Ctrl-click to toggle waddle dampeners." | ||
name = "yellow clown shoes" | ||
icon = 'monkestation/icons/obj/clothing/shoes.dmi' | ||
icon_state = "clown_yellow" | ||
worn_icon = 'monkestation/icons/mob/clothing/feet.dmi' | ||
worn_icon_state = "clown_yellow" |
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/obj/item/clothing/suit/hooded/dinojammies | ||
name = "dinosaur pajamas" | ||
desc = "The ultimate in reptile-pajama-costume fusion." | ||
icon = 'monkestation/icons/obj/clothing/suits.dmi' | ||
worn_icon = 'monkestation/icons/mob/clothing/suit.dmi' | ||
icon_state = "dinojammies" | ||
worn_icon_state = "dinojammies" | ||
hoodtype = /obj/item/clothing/head/hooded/dinojammies | ||
|
||
/obj/item/clothing/head/hooded/dinojammies | ||
desc = "A dinosaur head hood." | ||
icon = 'monkestation/icons/obj/clothing/hats.dmi' | ||
worn_icon = 'monkestation/icons/mob/clothing/head.dmi' | ||
icon_state = "dinojammies_hood" | ||
worn_icon_state = "dinojammies_hood" | ||
flags_inv = HIDEHAIR | ||
|
||
/obj/item/clothing/suit/hooded/gorilla | ||
name = "gorilla costume" | ||
desc = "Ooga!" | ||
icon = 'monkestation/icons/obj/clothing/suits.dmi' | ||
worn_icon = 'monkestation/icons/mob/clothing/suit.dmi' | ||
icon_state = "gorilla" | ||
worn_icon_state = "gorilla" | ||
hoodtype = /obj/item/clothing/head/hooded/gorilla | ||
alternative_screams = list('sound/creatures/gorilla.ogg') | ||
|
||
/obj/item/clothing/head/hooded/gorilla | ||
desc = "A gorilla costume hood." | ||
icon = 'monkestation/icons/obj/clothing/hats.dmi' | ||
worn_icon = 'monkestation/icons/mob/clothing/head.dmi' | ||
icon_state = "gorilla" | ||
worn_icon_state = "gorilla" | ||
flags_inv = HIDEHAIR|HIDEFACE|HIDEFACIALHAIR|HIDESNOUT |
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
/datum/job/candysalesman | ||
title = JOB_SPOOKTOBER_CANDYSALESMAN | ||
description = "Sell candy to the crew. Get high on your own supply. Subject people to unsafe working conditions." | ||
faction = FACTION_STATION | ||
total_positions = 1 | ||
spawn_positions = 0 | ||
supervisors = JOB_HEAD_OF_PERSONNEL | ||
exp_granted_type = EXP_TYPE_CREW | ||
|
||
outfit = /datum/outfit/job/candysalesman | ||
plasmaman_outfit = /datum/outfit/plasmaman | ||
|
||
paycheck = PAYCHECK_LOWER | ||
paycheck_department = ACCOUNT_CIV | ||
|
||
display_order = JOB_DISPLAY_ORDER_ASSISTANT | ||
|
||
departments_list = list( | ||
/datum/job_department/spooktober, | ||
) | ||
|
||
family_heirlooms = list(/obj/item/cane) | ||
|
||
mail_goodies = list( | ||
/obj/item/storage/spooky | ||
) | ||
|
||
rpg_title = "Purveyor of Sweets" | ||
job_flags = JOB_ANNOUNCE_ARRIVAL | JOB_CREW_MANIFEST | JOB_EQUIP_RANK | JOB_CREW_MEMBER | JOB_NEW_PLAYER_JOINABLE | JOB_REOPEN_ON_ROUNDSTART_LOSS | JOB_ASSIGN_QUIRKS | JOB_CAN_BE_INTERN | JOB_SPOOKTOBER | ||
|
||
/datum/outfit/job/candysalesman | ||
name = "Candy Salesman" | ||
jobtype = /datum/job/candysalesman | ||
|
||
head = /obj/item/clothing/head/wonka | ||
uniform = /obj/item/clothing/under/wonka | ||
id_trim = /datum/id_trim/job/assistant | ||
belt = /obj/item/modular_computer/pda/assistant | ||
|
||
backpack_contents = list( | ||
/obj/item/cane, | ||
/obj/item/storage/pill_bottle/maintenance_pill/full, | ||
/obj/item/storage/spooky, | ||
/obj/item/storage/spooky, | ||
/obj/item/storage/spooky | ||
) |
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/datum/job/dietwizard | ||
title = JOB_SPOOKTOBER_WIZARD | ||
description = "Amaze the crew! Get murdered because there are actual wizards out there. Have your costume confiscated as contraband." | ||
faction = FACTION_STATION | ||
total_positions = 1 | ||
spawn_positions = 0 | ||
supervisors = JOB_HEAD_OF_PERSONNEL | ||
exp_granted_type = EXP_TYPE_CREW | ||
|
||
outfit = /datum/outfit/job/dietwizard | ||
plasmaman_outfit = /datum/outfit/plasmaman | ||
|
||
paycheck = PAYCHECK_LOWER | ||
paycheck_department = ACCOUNT_CIV | ||
|
||
display_order = JOB_DISPLAY_ORDER_ASSISTANT | ||
|
||
departments_list = list( | ||
/datum/job_department/spooktober, | ||
) | ||
|
||
family_heirlooms = list(/obj/item/staff, /obj/item/clothing/head/wizard/fake) | ||
|
||
mail_goodies = list( | ||
/obj/item/staff, | ||
/obj/item/storage/box/snappops, | ||
/obj/item/grenade/smokebomb | ||
) | ||
|
||
rpg_title = "Hedge Mage" | ||
job_flags = JOB_ANNOUNCE_ARRIVAL | JOB_CREW_MANIFEST | JOB_EQUIP_RANK | JOB_CREW_MEMBER | JOB_NEW_PLAYER_JOINABLE | JOB_REOPEN_ON_ROUNDSTART_LOSS | JOB_ASSIGN_QUIRKS | JOB_CAN_BE_INTERN | JOB_SPOOKTOBER | ||
|
||
/datum/outfit/job/dietwizard | ||
name = "Diet Wizard" | ||
jobtype = /datum/job/dietwizard | ||
|
||
head = /obj/item/clothing/head/wizard/fake | ||
suit = /obj/item/clothing/suit/wizrobe/fake | ||
id_trim = /datum/id_trim/job/assistant | ||
belt = /obj/item/modular_computer/pda/assistant | ||
shoes = /obj/item/clothing/shoes/sandal | ||
l_hand = /obj/item/staff | ||
|
||
backpack_contents = list(/obj/item/storage/box/snappops, /obj/item/storage/box/snappops, /obj/item/grenade/smokebomb, /obj/item/grenade/smokebomb) |
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
/datum/job/ghost | ||
title = JOB_SPOOKTOBER_GHOST | ||
description = "Spook the crew. Get your bedsheet stolen and run around the station naked." | ||
faction = FACTION_STATION | ||
total_positions = 1 | ||
spawn_positions = 0 | ||
supervisors = JOB_CHAPLAIN | ||
exp_granted_type = EXP_TYPE_CREW | ||
|
||
outfit = /datum/outfit/job/ghost | ||
plasmaman_outfit = /datum/outfit/plasmaman | ||
|
||
paycheck = PAYCHECK_LOWER | ||
paycheck_department = ACCOUNT_CIV | ||
|
||
display_order = JOB_DISPLAY_ORDER_ASSISTANT | ||
|
||
departments_list = list( | ||
/datum/job_department/spooktober, | ||
) | ||
|
||
family_heirlooms = list(/obj/item/clothing/suit/costume/ghost_sheet) | ||
|
||
mail_goodies = list( | ||
/obj/item/clothing/suit/costume/ghost_sheet | ||
) | ||
|
||
rpg_title = "Spectre" | ||
job_flags = JOB_ANNOUNCE_ARRIVAL | JOB_CREW_MANIFEST | JOB_EQUIP_RANK | JOB_CREW_MEMBER | JOB_NEW_PLAYER_JOINABLE | JOB_REOPEN_ON_ROUNDSTART_LOSS | JOB_ASSIGN_QUIRKS | JOB_CAN_BE_INTERN | JOB_SPOOKTOBER | ||
|
||
/datum/outfit/job/ghost | ||
name = "Ghost" | ||
jobtype = /datum/job/ghost | ||
|
||
suit = /obj/item/clothing/suit/costume/ghost_sheet | ||
shoes = null | ||
id_trim = /datum/id_trim/job/assistant | ||
belt = /obj/item/modular_computer/pda/assistant | ||
|
||
backpack_contents = list() |
Oops, something went wrong.