Skip to content

Commit

Permalink
Tank Hardpoints Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ILikeToGammon committed Dec 6, 2024
1 parent 0bdfe07 commit 74043da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion code/datums/ammo/bullet/tank.dm
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
accuracy_var_low = PROJECTILE_VARIANCE_TIER_8
accuracy_var_high = PROJECTILE_VARIANCE_TIER_8
accurate_range = 12
damage = 40
damage = 125
penetration = ARMOR_PENETRATION_TIER_6
damage_armor_punch = 1

Expand Down
4 changes: 2 additions & 2 deletions code/datums/ammo/rocket.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
accuracy_var_low = PROJECTILE_VARIANCE_TIER_9
accurate_range = 6
max_range = 6
damage = 10
damage = 200
penetration= ARMOR_PENETRATION_TIER_10


Expand Down Expand Up @@ -163,7 +163,7 @@
accuracy = HIT_ACCURACY_TIER_3
accurate_range = 32
max_range = 32
damage = 200
damage = 300
shell_speed = AMMO_SPEED_TIER_3

/datum/ammo/rocket/ltb/on_hit_mob(mob/mob, obj/projectile/projectile)
Expand Down
4 changes: 2 additions & 2 deletions code/modules/vehicles/hardpoints/armor/ballistic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
disp_icon_state = "ballistic_armor"

type_multipliers = list(
"bullet" = 0.67,
"slash" = 0.67,
"bullet" = 0.87,
"slash" = 0.87,
"all" = 0.9
)
2 changes: 1 addition & 1 deletion code/modules/vehicles/hardpoints/primary/autocannon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
gun_firemode_list = list(
GUN_FIREMODE_AUTOMATIC,
)
fire_delay = 0.7 SECONDS
fire_delay = 0.5 SECONDS

/obj/item/hardpoint/primary/autocannon/set_bullet_traits()
..()
Expand Down

0 comments on commit 74043da

Please sign in to comment.