attach two stun baton with wire for stunchucks

A place to record your ideas for the game.
Post Reply
User avatar
Super Aggro Crag
In Game PermaBanned
Joined: Sat Mar 21, 2015 9:47 pm
Byond Username: Super Aggro Crag

attach two stun baton with wire for stunchucks

Post by Super Aggro Crag » #144765

so i can be ninja security
Image
Image
Image
Image
Image
Image
Image
TheNightingale
Joined: Fri Mar 20, 2015 5:07 pm
Byond Username: TheNightingale

Re: attach two stun baton with wire for stunchucks

Post by TheNightingale » #144772

Nunchucks use metal chain, though, not wire. Maybe two pairs of handcuffs instead? (Use handcuffs on a baton to make a handcuff-baton, and then use two of those on each other.) A bulky item, but it fits on your belt or armour, and does 1.5x the normal stunbaton stun.
User avatar
PKPenguin321
Site Admin
Joined: Tue Jul 01, 2014 7:02 pm
Byond Username: PKPenguin321
Github Username: PKPenguin321
Location: U S A, U S A, U S A

Re: attach two stun baton with wire for stunchucks

Post by PKPenguin321 » #144803

would code but feature freeze
i play Lauser McMauligan. clown name is Cold-Ass Honkey
i have three other top secret characters as well.
tell the best admin how good he is
Spoiler:
Image
User avatar
Super Aggro Crag
In Game PermaBanned
Joined: Sat Mar 21, 2015 9:47 pm
Byond Username: Super Aggro Crag

Re: attach two stun baton with wire for stunchucks

Post by Super Aggro Crag » #144811

save code for later plz
Image
Image
Image
Image
Image
Image
Image
Cheimon
Joined: Tue May 20, 2014 6:53 pm
Byond Username: Cheimon

Re: attach two stun baton with wire for stunchucks

Post by Cheimon » #144939

A baton alternative that has a chance to stun the user?

I would certainly use that a lot.
User avatar
Lumbermancer
Joined: Fri Jul 25, 2014 3:40 am
Byond Username: Lumbermancer

Re: attach two stun baton with wire for stunchucks

Post by Lumbermancer » #144949

Attach six batons with wire for chakram.
aka Schlomo Gaskin aka Guru Meditation aka Copyright Alright aka Topkek McHonk aka Le Rouge
Image
User avatar
PKPenguin321
Site Admin
Joined: Tue Jul 01, 2014 7:02 pm
Byond Username: PKPenguin321
Github Username: PKPenguin321
Location: U S A, U S A, U S A

Re: attach two stun baton with wire for stunchucks

Post by PKPenguin321 » #145039

did some tiny work on these but got bored, have my code and shitsprites

sprites go in weapons.dmi

add to stunbaton.dm (or to a new file, whatever):
Spoiler:

Code: Select all

/obj/item/weapon/melee/baton/stunchucks
	name = "stunchucks"
	desc = "Let out your kung-fury."
	icon_state = "stunchuck"
	item_state = "baton"
	slot_flags = SLOT_BELT
	force = 20//overpowered but yolo
	throwforce = 10
	w_class = 4
	origin_tech = "combat=4"//it's two stunbatons so it's got twice the tech levels. science
	attack_verb = list("beaten", "flayed")
	stunforce = 12//it weakens 36
	hitcost = 500//for half the charge of a normal baton. balanced item B O Y S

/obj/item/weapon/melee/baton/stunchucks/suicide_act(mob/user)
	user.visible_message("<span class='suicide'>[user] is flailing the [name] against \his own body! It looks like \he's trying to commit suicide.</span>")
	return (BRUTELOSS)
known issues: uses stunbaton inhands, onground sprites straight up dont work, is very overpowered
add to recipies.dm:
Spoiler:

Code: Select all

/datum/table_recipe/stunchucks
	name = "Stunchucks"
	result = /obj/item/weapon/melee/baton/stunchucks
	reqs = list(/obj/item/weapon/restraints/handcuffs = 1,
				/obj/item/weapon/melee/baton = 2)
	time = 160
	parts = list(/obj/item/weapon/stock_parts/cell = 1)
	category = CAT_WEAPON
known issues: power cell is not transferred to stunchucks, is too easy to craft (overpowered)
Attachments
stunchucks temp sprites
stunchucks temp sprites
worlds worst sprites.dmi (1.5 KiB) Viewed 1158 times
i play Lauser McMauligan. clown name is Cold-Ass Honkey
i have three other top secret characters as well.
tell the best admin how good he is
Spoiler:
Image
Post Reply

Who is online

Users browsing this forum: No registered users