Skip to content

Commit

Permalink
lower player tank damage/radius
Browse files Browse the repository at this point in the history
  • Loading branch information
goshhhy committed Nov 28, 2022
1 parent 8747d07 commit a54b93c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/variables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -684,12 +684,12 @@ MEDIC_RESURRECT_BONUS = 0.25
P_TANK_PUNCH_RADIUS = 200
P_TANK_PUNCH_INITIAL_DMG = 200
P_TANK_PUNCH_ADDON_DMG = 50
P_TANK_BLASTER_INITIAL_DMG = 100
P_TANK_BLASTER_INITIAL_DMG = 90
P_TANK_BLASTER_ADDON_DMG = 15
P_TANK_BLASTER_INITIAL_SPD = 1500
P_TANK_BLASTER_ADDON_SPD = 55
P_TANK_ROCKET_INITIAL_DMG = 150
P_TANK_ROCKET_ADDON_DMG = 30
P_TANK_ROCKET_INITIAL_DMG = 110
P_TANK_ROCKET_ADDON_DMG = 20
P_TANK_ROCKET_INITIAL_SPD = 650
P_TANK_ROCKET_ADDON_SPD = 30
P_TANK_BULLET_INITIAL_DMG = 30
Expand Down

0 comments on commit a54b93c

Please sign in to comment.