Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
range: 500
- type: FireControlRotate
- type: Gun
damageModifier: 5
damageModifier: 2 # LuaM: 5 > 2
fireRate: 5
recoil: 2 # 2/25x
projectileSpeed: 20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
- type: WirelessNetworkConnection
range: 500
- type: Gun
damageModifier: 4
damageModifier: 2 # LuaM: 4 > 2
fireRate: 1.5
recoil: 10 # 2/5x
projectileSpeed: 300
Expand Down
Loading