From 6502fe255f4829069dc64ca9ec0f04b7d395089b Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Sat, 18 Jan 2020 17:42:30 +0100 Subject: [PATCH 1/3] Merge pull request #10586 from Tupinambis/RLDNerf Nerfs RLDs because they hard counter nightmares and night ops. --- code/game/objects/items/RCD.dm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/code/game/objects/items/RCD.dm b/code/game/objects/items/RCD.dm index c7af75a2..145e06b6 100644 --- a/code/game/objects/items/RCD.dm +++ b/code/game/objects/items/RCD.dm @@ -701,18 +701,18 @@ RLD icon_state = "rld" lefthand_file = 'icons/mob/inhands/equipment/tools_lefthand.dmi' righthand_file = 'icons/mob/inhands/equipment/tools_righthand.dmi' - matter = 500 - max_matter = 500 - sheetmultiplier = 16 + matter = 200 + max_matter = 200 + sheetmultiplier = 5 var/mode = LIGHT_MODE actions_types = list(/datum/action/item_action/pick_color) ammo_sections = 5 has_ammobar = TRUE - var/wallcost = 10 - var/floorcost = 15 - var/launchcost = 5 - var/deconcost = 10 + var/wallcost = 20 + var/floorcost = 25 + var/launchcost = 10 + var/deconcost = 20 var/walldelay = 10 var/floordelay = 10 From 6057e3036effbf6afa16a3753449766f9dc80b55 Mon Sep 17 00:00:00 2001 From: Dip Date: Fri, 27 Nov 2020 16:01:59 -0300 Subject: [PATCH 2/3] change costs --- code/game/objects/items/RCD.dm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/code/game/objects/items/RCD.dm b/code/game/objects/items/RCD.dm index 145e06b6..3b0d440e 100644 --- a/code/game/objects/items/RCD.dm +++ b/code/game/objects/items/RCD.dm @@ -701,18 +701,18 @@ RLD icon_state = "rld" lefthand_file = 'icons/mob/inhands/equipment/tools_lefthand.dmi' righthand_file = 'icons/mob/inhands/equipment/tools_righthand.dmi' - matter = 200 - max_matter = 200 - sheetmultiplier = 5 + matter = 240 + max_matter = 240 + sheetmultiplier = 8 var/mode = LIGHT_MODE actions_types = list(/datum/action/item_action/pick_color) ammo_sections = 5 has_ammobar = TRUE - var/wallcost = 20 - var/floorcost = 25 - var/launchcost = 10 - var/deconcost = 20 + var/wallcost = 25 + var/floorcost = 30 + var/launchcost = 20 + var/deconcost = 25 var/walldelay = 10 var/floordelay = 10 From 4d197db9ea517646051eb045402c2d6d22754e09 Mon Sep 17 00:00:00 2001 From: Dip Date: Fri, 27 Nov 2020 16:03:45 -0300 Subject: [PATCH 3/3] a --- code/game/objects/items/RCD.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/game/objects/items/RCD.dm b/code/game/objects/items/RCD.dm index 3b0d440e..e3c1953e 100644 --- a/code/game/objects/items/RCD.dm +++ b/code/game/objects/items/RCD.dm @@ -709,10 +709,10 @@ RLD ammo_sections = 5 has_ammobar = TRUE - var/wallcost = 25 - var/floorcost = 30 - var/launchcost = 20 - var/deconcost = 25 + var/wallcost = 20 + var/floorcost = 20 + var/launchcost = 30 + var/deconcost = 10 var/walldelay = 10 var/floordelay = 10