mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 00:51:26 +00:00
Cyberwarfare suit buff (#13038)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
7
html/changelogs/readthisnameplz-Averys-hell.yml
Normal file
7
html/changelogs/readthisnameplz-Averys-hell.yml
Normal 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."
|
||||||
Reference in New Issue
Block a user