Skip to content
Merged
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
53 changes: 52 additions & 1 deletion addons/source-python/data/source-python/weapons/csgo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,16 @@
item_definition_index = 24
tags = "all,primary,smg"

[[mp5sd]]
slot = 0
maxammo = 120
ammoprop = 7
clip = 30
cost = 1500
item_definition_index = 23
parent_class = "weapon_mp7"
tags = "all,primary,smg"

# Shotguns
[[mag7]]
slot = 0
Expand Down Expand Up @@ -367,7 +377,7 @@
item_definition_index = 42
tags = "all,knife,melee"

[[knife_bayonet]]
[[bayonet]]
slot = 2
item_definition_index = 500
parent_class = "weapon_knife"
Expand Down Expand Up @@ -466,6 +476,36 @@
slot = 2
tags = "all,knife,melee"

[[knife_css]]
slot = 2
item_definition_index = 503
parent_class = "weapon_knife"
tags = "all,knife,melee,earned"

[[knife_cord]]
slot = 2
item_definition_index = 517
parent_class = "weapon_knife"
tags = "all,knife,melee,earned"

[[knife_canis]]
slot = 2
item_definition_index = 518
parent_class = "weapon_knife"
tags = "all,knife,melee,earned"

[[knife_outdoor]]
slot = 2
item_definition_index = 521
parent_class = "weapon_knife"
tags = "all,knife,melee,earned"

[[knife_skeleton]]
slot = 2
item_definition_index = 525
parent_class = "weapon_knife"
tags = "all,knife,melee,earned"

[[melee]]
slot = 2
tags = "all,melee"
Expand Down Expand Up @@ -590,13 +630,24 @@
item_definition_index = 49
tags = "all,objective"

[[bumpmine]]
slot = 4
item_definition_index = 85
maxammo = "ammo_grenade_limit_bumpmine"
tags = "all,tool"

[[healthshot]]
slot = 11
item_definition_index = 57
maxammo = "ammo_item_limit_healthshot"
ammoprop = 21
tags = "all,tool,coop"

[[shield]]
slot = 11
item_definition_index = 37
tags = "all,tool"

[[tablet]]
slot = 12
item_definition_index = 72
Expand Down