Weapon Changes

This commit is contained in:
Fox-McCloud
2014-11-30 08:18:29 -05:00
parent a487192ec1
commit 4b2e3beb96
8 changed files with 25 additions and 18 deletions
@@ -4,12 +4,14 @@
icon_state = "briefcase"
item_state = "briefcase"
flags = FPRINT | TABLEPASS| CONDUCT
hitsound = "swing_hit"
force = 8.0
throw_speed = 1
throw_speed = 2
throw_range = 4
w_class = 4.0
max_w_class = 3
max_combined_w_class = 16
max_combined_w_class = 21
attack_verb = list("bashed", "battered", "bludgeoned", "thrashed", "whacked")
/obj/item/weapon/storage/briefcase/New()
..()
@@ -5,14 +5,14 @@
icon_state = "red"
item_state = "toolbox_red"
flags = FPRINT | TABLEPASS| CONDUCT
force = 5.0
force = 10.0
throwforce = 10.0
throw_speed = 1
throw_speed = 2
throw_range = 7
w_class = 4.0
origin_tech = "combat=1"
attack_verb = list("robusted")
hitsound = "swing_hit"
hitsound = "sound/weapons/smash.ogg"
New()
..()
@@ -73,7 +73,8 @@
icon_state = "syndicate"
item_state = "toolbox_syndi"
origin_tech = "combat=1;syndicate=1"
force = 7.0
force = 15.0
throwforce = 18.0
New()
..()