Skip to content

Commit a2a89c9

Browse files
authored
Updated weapon data for CSGO. (#327)
Added some missing data and fixed the incorrect name for weapon_bayonet.
1 parent 554d5ed commit a2a89c9

File tree

1 file changed

+52
-1
lines changed
  • addons/source-python/data/source-python/weapons

1 file changed

+52
-1
lines changed

addons/source-python/data/source-python/weapons/csgo.ini

+52-1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,16 @@
190190
item_definition_index = 24
191191
tags = "all,primary,smg"
192192

193+
[[mp5sd]]
194+
slot = 0
195+
maxammo = 120
196+
ammoprop = 7
197+
clip = 30
198+
cost = 1500
199+
item_definition_index = 23
200+
parent_class = "weapon_mp7"
201+
tags = "all,primary,smg"
202+
193203
# Shotguns
194204
[[mag7]]
195205
slot = 0
@@ -367,7 +377,7 @@
367377
item_definition_index = 42
368378
tags = "all,knife,melee"
369379

370-
[[knife_bayonet]]
380+
[[bayonet]]
371381
slot = 2
372382
item_definition_index = 500
373383
parent_class = "weapon_knife"
@@ -466,6 +476,36 @@
466476
slot = 2
467477
tags = "all,knife,melee"
468478

479+
[[knife_css]]
480+
slot = 2
481+
item_definition_index = 503
482+
parent_class = "weapon_knife"
483+
tags = "all,knife,melee,earned"
484+
485+
[[knife_cord]]
486+
slot = 2
487+
item_definition_index = 517
488+
parent_class = "weapon_knife"
489+
tags = "all,knife,melee,earned"
490+
491+
[[knife_canis]]
492+
slot = 2
493+
item_definition_index = 518
494+
parent_class = "weapon_knife"
495+
tags = "all,knife,melee,earned"
496+
497+
[[knife_outdoor]]
498+
slot = 2
499+
item_definition_index = 521
500+
parent_class = "weapon_knife"
501+
tags = "all,knife,melee,earned"
502+
503+
[[knife_skeleton]]
504+
slot = 2
505+
item_definition_index = 525
506+
parent_class = "weapon_knife"
507+
tags = "all,knife,melee,earned"
508+
469509
[[melee]]
470510
slot = 2
471511
tags = "all,melee"
@@ -590,13 +630,24 @@
590630
item_definition_index = 49
591631
tags = "all,objective"
592632

633+
[[bumpmine]]
634+
slot = 4
635+
item_definition_index = 85
636+
maxammo = "ammo_grenade_limit_bumpmine"
637+
tags = "all,tool"
638+
593639
[[healthshot]]
594640
slot = 11
595641
item_definition_index = 57
596642
maxammo = "ammo_item_limit_healthshot"
597643
ammoprop = 21
598644
tags = "all,tool,coop"
599645

646+
[[shield]]
647+
slot = 11
648+
item_definition_index = 37
649+
tags = "all,tool"
650+
600651
[[tablet]]
601652
slot = 12
602653
item_definition_index = 72

0 commit comments

Comments
 (0)