Skip to content

Commit

Permalink
mortardbnerf (#13811)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeagg authored Aug 18, 2023
1 parent 8b75f0f commit 0e7db10
Showing 1 changed file with 4 additions and 32 deletions.
36 changes: 4 additions & 32 deletions code/game/objects/machinery/mortar.dm
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,12 @@

/obj/machinery/deployable/mortar/double
tally_type = TALLY_MORTAR
reload_time = 1 SECONDS
reload_time = 2 SECONDS
fire_amount = 2
max_rounds = 4
max_rounds = 2
fire_delay = 0.5 SECONDS
cool_off_time = 6 SECONDS
spread = 2

// The big boy, the Howtizer.

Expand Down Expand Up @@ -540,36 +542,6 @@
velocity = generator(GEN_VECTOR, list(10, 20), list(-10, 20), SQUARE_RAND)
position = list(16, 16)

/obj/item/mortar_kit/rocket_arty
name = "\improper TA-120R rocket artillery"
desc = "A manual, crew-operated and towable rocket artillery piece, will rain down a volley of 132mm rockets on any of your foes."
icon = 'icons/Marine/howitzer.dmi'
icon_state = "howitzer"
max_integrity = 400
flags_item = IS_DEPLOYABLE|TWOHANDED|DEPLOYED_NO_PICKUP|DEPLOY_ON_INITIALIZE
w_class = WEIGHT_CLASS_HUGE
deployable_item = /obj/machinery/deployable/mortar/howitzer/rocket_arty

/obj/machinery/deployable/mortar/howitzer/rocket_arty
pixel_x = -16
anchored = FALSE // You can move this.
fire_sound = 'sound/weapons/guns/fire/rocket_arty.ogg'
reload_sound = 'sound/weapons/guns/interact/tat36_reload.ogg'
fall_sound = 'sound/weapons/guns/misc/rocket_whistle.ogg'
minimum_range = 22
allowed_shells = list(
/obj/item/mortal_shell/flare,
/obj/item/mortal_shell/rocket,
/obj/item/mortal_shell/rocket/incend,
/obj/item/mortal_shell/rocket/minelaying,
)
tally_type = TALLY_ROCKET_ARTY
cool_off_time = 5 SECONDS
reload_time = 1 SECONDS
max_rounds = 12
offset_per_turfs = 10
spread = 3

/obj/item/mortar_kit/mlrs
name = "\improper TA-40L multiple rocket launcher system"
desc = "A manual, crew-operated and towable multiple rocket launcher system piece used by the TerraGov Marine Corps, it is meant to saturate an area with munitions to total up to large amounts of firepower, it thus has high scatter when firing to accomplish such a task. Fires in only bursts of up to 16 rockets, it can hold 32 rockets in total. Uses 60mm Rockets."
Expand Down

0 comments on commit 0e7db10

Please sign in to comment.