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
10 changes: 5 additions & 5 deletions weapons/mp_weapon_alternator_smg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ WeaponData
"fire_rate" "10"

// Ammo
"ammo_clip_size" "19"
"ammo_clip_size" "20" //19
"ammo_default_total" "0"
"ammo_stockpile_max" "24"
"ammo_no_remove_from_stockpile" "0"
Expand Down Expand Up @@ -303,20 +303,20 @@ WeaponData

bullets_mag_l1
{
"ammo_clip_size" "22"
"ammo_clip_size" "24" //23
}
bullets_mag_l2
{
"ammo_clip_size" "25"
"ammo_clip_size" "27" //26
}
bullets_mag_l3
{
//Extended Ammo
"ammo_clip_size" "27"
"ammo_clip_size" "29" //28
}
bullets_mag_l4
{
"ammo_clip_size" "27"
"ammo_clip_size" "29" //28
}

// // NOTE: override barrel FX for both Alternator barrels
Expand Down
8 changes: 4 additions & 4 deletions weapons/mp_weapon_car.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ WeaponData
// Damage - When Used by Players
"damage_type" "bullet"
"red_crosshair_range" "0"
"ammo_clip_size" "19"
"ammo_clip_size" "20" //19
"ammo_min_to_fire" "1"
"ammo_default_total" "300"
"ammo_stockpile_max" "300"
Expand Down Expand Up @@ -313,15 +313,15 @@ WeaponData

bullets_mag_l1
{
"ammo_clip_size" "21"
"ammo_clip_size" "23" //22
}
bullets_mag_l2
{
"ammo_clip_size" "23"
"ammo_clip_size" "25" //24
}
bullets_mag_l3
{
"ammo_clip_size" "26"
"ammo_clip_size" "28" //27
}
barrel_stabilizer_l1 //flowstate things
{
Expand Down
14 changes: 7 additions & 7 deletions weapons/mp_weapon_g2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@



"damage_near_value" "33"
"damage_far_value" "33"
"damage_very_far_value" "33"
"damage_near_value_titanarmor" "33"
"damage_far_value_titanarmor" "33"
"damage_very_far_value_titanarmor" "33"
"damage_near_value" "36" //35
"damage_far_value" "36" //35
"damage_very_far_value" "36" //35
"damage_near_value_titanarmor" "36" //35
"damage_far_value_titanarmor" "36" //35
"damage_very_far_value_titanarmor" "36" //35


"damage_headshot_scale" "1.61"
"damage_leg_scale" "0.75"


Expand Down
10 changes: 5 additions & 5 deletions weapons/mp_weapon_r97.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ WeaponData



"ammo_clip_size" "17"
"ammo_clip_size" "18" //17

"ammo_stockpile_max" "36"
"ammo_default_total" "0"
Expand Down Expand Up @@ -422,19 +422,19 @@ WeaponData

bullets_mag_l1
{
"ammo_clip_size" "20" //21
"ammo_clip_size" "21" //20
}
bullets_mag_l2
{
"ammo_clip_size" "23" //24
"ammo_clip_size" "24" //23
}
bullets_mag_l3
{
"ammo_clip_size" "26" //27
"ammo_clip_size" "27" //26
}
bullets_mag_l4
{
"ammo_clip_size" "26" //27
"ammo_clip_size" "27" //26
}

legendary1
Expand Down
10 changes: 5 additions & 5 deletions weapons/mp_weapon_volt_smg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ WeaponData



"ammo_clip_size" "19"
"ammo_clip_size" "20" //19
"ammo_stockpile_max" "30"
"ammo_default_total" "0"
"ammo_no_remove_from_stockpile" "0"
Expand Down Expand Up @@ -433,22 +433,22 @@ WeaponData

energy_mag_l1
{
"ammo_clip_size" "21"
"ammo_clip_size" "22" //21
}

energy_mag_l2
{
"ammo_clip_size" "23"
"ammo_clip_size" "24" //23
}

energy_mag_l3
{
"ammo_clip_size" "26"
"ammo_clip_size" "27" //26
}

energy_mag_l4
{
"ammo_clip_size" "26"
"ammo_clip_size" "27" //26
}

}
Expand Down