Skip to content

Commit

Permalink
5.15.2
Browse files Browse the repository at this point in the history
buff anti materiel rifle tier damage
  • Loading branch information
nikitawastaken committed Aug 8, 2023
1 parent 118a2da commit c1134ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions lua/weapontweakdata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,8 @@ self.model70.AMMO_PICKUP = pickup_tables.sniper_low
self.model70.kick = kick_tables.sniper_mid

-- Thanatos
self.m95.stats.damage = 125
self.m95.stats_modifiers = {damage = 8}
self.m95.stats.damage = 150
self.m95.stats_modifiers = {damage = 10}
self.m95.AMMO_PICKUP = {0.55, 0.65}
self.m95.AMMO_MAX = total_ammo_tables.secondary_sniper
self.m95.fire_mode_data.fire_rate = 1.5
Expand All @@ -502,9 +502,9 @@ self.m95.timers = {

-- AWP
self.awp.CLIP_AMMO_MAX = 5
self.awp.stats.damage = 125
self.awp.stats.damage = 150
self.awp.stats.reload = 9
self.awp.stats_modifiers = {damage = 8}
self.awp.stats_modifiers = {damage = 10}
self.awp.AMMO_PICKUP = {0.4, 0.5}
self.awp.AMMO_MAX = total_ammo_tables.secondary_sniper
self.awp.kick.standing = {4, 5, -1, 1}
Expand Down
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"ident": "eclipse_difficulty",
"version": "5.15.1",
"version": "5.15.2",
"patchnotes_url": "https://github.com/mrcreepysos/Eclipse-Difficulty/commits/main",
"download_url": "https://github.com/mrcreepysos/Eclipse-Difficulty/archive/refs/heads/main.zip"
}
Expand Down
2 changes: 1 addition & 1 deletion mod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"contact" : "nikita_was_taken on Discord",
"image" : "mod.png",
"blt_version" : 2,
"version" : "5.15.1",
"version" : "5.15.2",
"updates" : [{
"identifier" : "eclipse_difficulty",
"host" : { "meta" : "https://raw.githubusercontent.com/mrcreepysos/Eclipse-Difficulty/main/meta.json" }
Expand Down

0 comments on commit c1134ed

Please sign in to comment.