Initial
This commit is contained in:
18
overrides/config/cgm/guns/assault_rifle.json
Normal file
18
overrides/config/cgm/guns/assault_rifle.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"General": {
|
||||
"Max Ammo": 30,
|
||||
"Reload Speed": 2,
|
||||
"Projectile Count": 1,
|
||||
"Always Spread": false,
|
||||
"Spread": 0.0
|
||||
},
|
||||
"Projectile": {
|
||||
"Damage": 6.0,
|
||||
"Damage Falloff": false,
|
||||
"Gravity": false,
|
||||
"Ticks Before Removed": 10,
|
||||
"Reduce Damage If Not Zoomed": false,
|
||||
"Size": 0.2,
|
||||
"Speed": 10.0
|
||||
}
|
||||
}
|
||||
18
overrides/config/cgm/guns/bazooka.json
Normal file
18
overrides/config/cgm/guns/bazooka.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"General": {
|
||||
"Max Ammo": 1,
|
||||
"Reload Speed": 1,
|
||||
"Projectile Count": 1,
|
||||
"Always Spread": false,
|
||||
"Spread": 0.0
|
||||
},
|
||||
"Projectile": {
|
||||
"Damage": 25.0,
|
||||
"Damage Falloff": false,
|
||||
"Gravity": false,
|
||||
"Ticks Before Removed": 100,
|
||||
"Reduce Damage If Not Zoomed": false,
|
||||
"Size": 0.2,
|
||||
"Speed": 2.0
|
||||
}
|
||||
}
|
||||
18
overrides/config/cgm/guns/chain_gun.json
Normal file
18
overrides/config/cgm/guns/chain_gun.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"General": {
|
||||
"Max Ammo": 100,
|
||||
"Reload Speed": 4,
|
||||
"Projectile Count": 1,
|
||||
"Always Spread": true,
|
||||
"Spread": 3.0
|
||||
},
|
||||
"Projectile": {
|
||||
"Damage": 4.0,
|
||||
"Damage Falloff": false,
|
||||
"Gravity": false,
|
||||
"Ticks Before Removed": 10,
|
||||
"Reduce Damage If Not Zoomed": false,
|
||||
"Size": 0.2,
|
||||
"Speed": 10.0
|
||||
}
|
||||
}
|
||||
18
overrides/config/cgm/guns/grenade_launcher.json
Normal file
18
overrides/config/cgm/guns/grenade_launcher.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"General": {
|
||||
"Max Ammo": 1,
|
||||
"Reload Speed": 1,
|
||||
"Projectile Count": 1,
|
||||
"Always Spread": false,
|
||||
"Spread": 0.0
|
||||
},
|
||||
"Projectile": {
|
||||
"Damage": 15.0,
|
||||
"Damage Falloff": false,
|
||||
"Gravity": true,
|
||||
"Ticks Before Removed": 50,
|
||||
"Reduce Damage If Not Zoomed": false,
|
||||
"Size": 0.2,
|
||||
"Speed": 1.0
|
||||
}
|
||||
}
|
||||
18
overrides/config/cgm/guns/handgun.json
Normal file
18
overrides/config/cgm/guns/handgun.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"General": {
|
||||
"Max Ammo": 15,
|
||||
"Reload Speed": 1,
|
||||
"Projectile Count": 1,
|
||||
"Always Spread": false,
|
||||
"Spread": 0.0
|
||||
},
|
||||
"Projectile": {
|
||||
"Damage": 10.0,
|
||||
"Damage Falloff": true,
|
||||
"Gravity": false,
|
||||
"Ticks Before Removed": 10,
|
||||
"Reduce Damage If Not Zoomed": false,
|
||||
"Size": 0.2,
|
||||
"Speed": 10.0
|
||||
}
|
||||
}
|
||||
18
overrides/config/cgm/guns/machine_pistol.json
Normal file
18
overrides/config/cgm/guns/machine_pistol.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"General": {
|
||||
"Max Ammo": 30,
|
||||
"Reload Speed": 5,
|
||||
"Projectile Count": 1,
|
||||
"Always Spread": false,
|
||||
"Spread": 4.0
|
||||
},
|
||||
"Projectile": {
|
||||
"Damage": 5.0,
|
||||
"Damage Falloff": false,
|
||||
"Gravity": false,
|
||||
"Ticks Before Removed": 10,
|
||||
"Reduce Damage If Not Zoomed": false,
|
||||
"Size": 0.2,
|
||||
"Speed": 10.0
|
||||
}
|
||||
}
|
||||
18
overrides/config/cgm/guns/rifle.json
Normal file
18
overrides/config/cgm/guns/rifle.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"General": {
|
||||
"Max Ammo": 1,
|
||||
"Reload Speed": 1,
|
||||
"Projectile Count": 1,
|
||||
"Always Spread": false,
|
||||
"Spread": 0.0
|
||||
},
|
||||
"Projectile": {
|
||||
"Damage": 20.0,
|
||||
"Damage Falloff": false,
|
||||
"Gravity": true,
|
||||
"Ticks Before Removed": 10,
|
||||
"Reduce Damage If Not Zoomed": true,
|
||||
"Size": 0.0625,
|
||||
"Speed": 15.0
|
||||
}
|
||||
}
|
||||
18
overrides/config/cgm/guns/shotgun.json
Normal file
18
overrides/config/cgm/guns/shotgun.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"General": {
|
||||
"Max Ammo": 4,
|
||||
"Reload Speed": 1,
|
||||
"Projectile Count": 5,
|
||||
"Always Spread": true,
|
||||
"Spread": 8.0
|
||||
},
|
||||
"Projectile": {
|
||||
"Damage": 15.0,
|
||||
"Damage Falloff": true,
|
||||
"Gravity": false,
|
||||
"Ticks Before Removed": 3,
|
||||
"Reduce Damage If Not Zoomed": false,
|
||||
"Size": 1.0,
|
||||
"Speed": 10.0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user