arm scytheblades

This commit is contained in:
Dahlular
2021-01-20 06:00:00 -07:00
parent 0150066d67
commit 42540fe114
5 changed files with 26 additions and 0 deletions
@@ -0,0 +1,25 @@
/obj/item/organ/cyberimp/arm/mblade
name = "arm-mounted scytheblade"
desc = "An extremely dangerous implant which can be used in a variety of ways. Mostly killing."
contents = newlist(/obj/item/melee/mblade)
/obj/item/organ/cyberimp/arm/mblade/l
zone = BODY_ZONE_L_ARM
/obj/item/melee/mblade
name = "mounted scytheblade"
desc = "An extremely dangerous implant which can be used in a variety of ways. Mostly killing."
icon = 'icons/obj/items_and_weapons.dmi'
icon_state = "mblade"
item_state = "mblade"
lefthand_file = 'icons/mob/inhands/weapons/melee_lefthand.dmi'
righthand_file = 'icons/mob/inhands/weapons/melee_righthand.dmi'
force = 45
hitsound = 'sound/weapons/bladeslice.ogg'
throwforce = 45
block_chance = 70
armour_penetration = 80
flags_1 = CONDUCT_1
w_class = WEIGHT_CLASS_BULKY
sharpness = IS_SHARP_ACCURATE
attack_verb = list("slashed", "cut")
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 122 KiB

+1
View File
@@ -3057,6 +3057,7 @@
#include "hyperstation\code\modules\resize\resizing.dm"
#include "hyperstation\code\modules\resize\sizechems.dm"
#include "hyperstation\code\modules\resize\sizegun.dm"
#include "hyperstation\code\modules\surgery\organs\augments_arms.dm"
#include "hyperstation\code\obj\bluespace sewing kit.dm"
#include "hyperstation\code\obj\condom.dm"
#include "hyperstation\code\obj\decal.dm"