Skip to content

Commit

Permalink
Update weapons.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RedToxyl authored Jul 18, 2024
1 parent 9bf430d commit 6d78f6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/game_server/data/weapons.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"damage": 100,
"cooldown": 1,
"range": 2000,
"speed": 70,
"speed": 60,
"spread": 0
},
"MP5": {
Expand All @@ -24,12 +24,12 @@
"damage": 100,
"cooldown": 1.5,
"range": 3000,
"speed": 70,
"speed": 60,
"spread": 0
},
"Flamethrower": {
"damage": 1,
"cooldown": 0.0000001,
"damage": 2,
"cooldown": 0.0001,
"range": 100,
"speed": 10,
"spread": 0.3
Expand Down

0 comments on commit 6d78f6d

Please sign in to comment.