New clown tech: Holobanana projector (#17283)

* Holobanana?

* Sign added to all, now for sprites

* Sprites part 1

* Banana

* Less text, more [BANNED]

* clownmask projector????
This commit is contained in:
Waterpig
2023-01-11 02:06:28 +01:00
committed by GitHub
parent ce695ad228
commit 8afba6502f
7 changed files with 34 additions and 2 deletions

View File

@@ -106,6 +106,17 @@
creation_time = 1 SECONDS
max_signs = 3
/obj/item/holosign_creator/clown
name = "HONK holobanana projector"
desc = "A holographic projector that creates hardlight bananas"
icon_state = "signmaker_clown"
holosign_type = /obj/structure/holosign/holobanana
creation_time = 0.69 SECONDS
max_signs = 2
/obj/item/holosign_creator/clown/cyborg
max_signs = 5
/obj/item/holosign_creator/cyborg
name = "Energy Barrier Projector"
desc = "A holographic projector that creates fragile energy fields."

View File

@@ -47,6 +47,16 @@
icon = 'icons/effects/effects.dmi'
icon_state = "holosign"
/obj/structure/holosign/holobanana
name = "Holographic banana peel"
desc = "A peel from a projector"
icon = 'icons/effects/effects.dmi'
icon_state = "holosign_banana"
/obj/structure/holosign/holobanana/ComponentInitialize()
. = ..()
AddComponent(/datum/component/slippery, 120, GALOSHES_DONT_HELP)
/obj/structure/holosign/barrier
name = "holobarrier"
desc = "A short hard light barrier which can only be passed by walking."

View File

@@ -484,7 +484,7 @@
/obj/item/pneumatic_cannon/pie/selfcharge/cyborg,
/obj/item/razor, //killbait material
/obj/item/lipstick/purple,
/obj/item/reagent_containers/spray/waterflower/cyborg,
/obj/item/holosign_creator/clown/cyborg, //Evil
/obj/item/borg/cyborghug/peacekeeper,
/obj/item/borg/lollipop/clown,
/obj/item/picket_sign/cyborg,

View File

@@ -433,6 +433,16 @@
category = list("Equipment")
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
/datum/design/holosignclown
name = "HONK holobanana projector"
desc = "A holographic projector that creates hardlight bananas"
id = "holosignclown"
build_type = PROTOLATHE
materials = list(/datum/material/iron = 2000, /datum/material/glass = 1000, /datum/material/plastic = 500, /datum/material/bananium = 1000)
build_path = /obj/item/holosign_creator/clown
category = list("Equipment")
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
/datum/design/holosignsec
name = "Security Holobarrier Projector"
desc = "A holographic projector that creates holographic security barriers."

View File

@@ -394,7 +394,8 @@
description = "Honk?!"
prereq_ids = list("base")
design_ids = list("air_horn", "honker_main", "honker_peri", "honker_targ", "honk_chassis", "honk_head", "honk_torso", "honk_left_arm", "honk_right_arm",
"honk_left_leg", "honk_right_leg", "mech_banana_mortar", "mech_mousetrap_mortar", "mech_honker", "mech_punching_face", "implant_trombone", "borg_transform_clown", "clown_mine", "clownshot", "clownshoesimplant")
"honk_left_leg", "honk_right_leg", "mech_banana_mortar", "mech_mousetrap_mortar", "mech_honker", "mech_punching_face", "implant_trombone", "borg_transform_clown", "clown_mine", "clownshot", "clownshoesimplant",
"holosignclown")
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
////////////////////////Computer tech////////////////////////

Binary file not shown.

Before

Width:  |  Height:  |  Size: 891 KiB

After

Width:  |  Height:  |  Size: 900 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 71 KiB