Cyberwarfare suit buff (#13038)

This commit is contained in:
Avery Marie
2022-02-09 05:42:33 -05:00
committed by GitHub
parent d71886879b
commit 25ff6b47d7
3 changed files with 14 additions and 4 deletions

View File

@@ -437,6 +437,7 @@
new /obj/item/gun/energy/xray(src) new /obj/item/gun/energy/xray(src)
new /obj/item/clothing/accessory/holster/armpit/brown(src) new /obj/item/clothing/accessory/holster/armpit/brown(src)
new /obj/item/gun/energy/crossbow/largecrossbow(src) new /obj/item/gun/energy/crossbow/largecrossbow(src)
new /obj/item/melee/energy/sword/red(src)
/obj/structure/closet/crate/secure/gear_loadout/ninja/techno /obj/structure/closet/crate/secure/gear_loadout/ninja/techno
associated_hardsuit = /obj/item/rig/light/offworlder/techno/ninja associated_hardsuit = /obj/item/rig/light/offworlder/techno/ninja

View File

@@ -1,4 +1,4 @@
// Light rigs are not space-capable, but don't suffer excessive slowdown or sight issues when depowered. // Light rigs are not space-capable, but don't suffer excessive slowdown or sight issues when depowered.
/obj/item/rig/light /obj/item/rig/light
name = "light suit control module" name = "light suit control module"
desc = "A lighter, less armored hardsuit." desc = "A lighter, less armored hardsuit."
@@ -14,8 +14,9 @@
energy = ARMOR_MELEE_MINOR, energy = ARMOR_MELEE_MINOR,
bomb = ARMOR_BOMB_PADDED bomb = ARMOR_BOMB_PADDED
) )
emp_protection = 10 emp_protection = 100
slowdown = 0 slowdown = -1
species_restricted = list(BODYTYPE_HUMAN, BODYTYPE_UNATHI, BODYTYPE_SKRELL, BODYTYPE_VAURCA)
item_flags = THICKMATERIAL item_flags = THICKMATERIAL
offline_slowdown = 0 offline_slowdown = 0
offline_vision_restriction = 0 offline_vision_restriction = 0
@@ -94,7 +95,8 @@
/obj/item/rig_module/vision, /obj/item/rig_module/vision,
/obj/item/rig_module/teleporter, /obj/item/rig_module/teleporter,
/obj/item/rig_module/actuators/combat, /obj/item/rig_module/actuators/combat,
/obj/item/rig_module/device/door_hack /obj/item/rig_module/device/door_hack,
/obj/item/rig_module/fabricator/energy_net
) )

View File

@@ -0,0 +1,7 @@
author: ReadThisNamePlz
delete-after: True
changes:
- tweak: "Buffed the Cyber Ninja suit. Net gun module added, 100 EMP defense, speed boost to the suit, and an energy sword to the crate."
- rscdel: "Removed Tajaran and IPC access to the cyberwarfare suit for balance reasons."