Skip to content

Commit

Permalink
AWM range: 1800 -> 2000
Browse files Browse the repository at this point in the history
  • Loading branch information
blueSparrow2000 committed Apr 10, 2024
1 parent 8a5b11f commit 8b6ff91
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified BLACKOUT WIKI.xlsx
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Future plan:
- particle effect when hit
- grenade (throwable - countdown like traveldistance / not a projectile / explosion when deleted)
- Inventory selection show up
- ping in minimap + ping direction showup (on frontend only)
- Gun recoil effect
- Consumables and placeable as a held item (draw when holding them!)
- reacon (shows location of enemy in the map & direction for 1 seconds)
Expand Down
2 changes: 1 addition & 1 deletion src/backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const gunInfo = {
'M1':{travelDistance:1600, damage: 6, shake:0, num: 1, fireRate: 1400, projectileSpeed:42, magSize: 5, reloadTime: 3600, ammotype:'7mm', size: {length:42, width:3}},
'mk14':{travelDistance:1088, damage: 3.5, shake:1, num: 1, fireRate: 650, projectileSpeed:32, magSize:14, reloadTime: 3300, ammotype:'7mm', size: {length:34, width:2} },
'SLR':{travelDistance:1216, damage: 2.5, shake:1, num: 1, fireRate: 300, projectileSpeed:36, magSize: 10, reloadTime: 2700, ammotype:'7mm', size: {length:38, width:2}},
'AWM':{travelDistance:1800, damage: 11, shake:0, num: 1, fireRate: 2000, projectileSpeed:30, magSize: 7, reloadTime: 4000, ammotype:'7mm', size: {length:50, width:3}},
'AWM':{travelDistance:2000, damage: 11, shake:0, num: 1, fireRate: 2000, projectileSpeed:30, magSize: 7, reloadTime: 4000, ammotype:'7mm', size: {length:50, width:3}},
'Deagle':{travelDistance:576, damage: 3, shake:1, num: 1, fireRate: 350, projectileSpeed:18, magSize:7, reloadTime: 3300, ammotype:'7mm', size: {length:18, width:3}},

'pistol':{travelDistance:576, damage: 1, shake:2, num: 1, fireRate: 300, projectileSpeed:15, magSize:15, reloadTime: 1100, ammotype:'5mm', size: {length:17, width:2}},
Expand Down

0 comments on commit 8b6ff91

Please sign in to comment.