24 lines
428 B
TOML
24 lines
428 B
TOML
|
##############################################################################
|
||
|
# Weapon Data
|
||
|
# Example,
|
||
|
#
|
||
|
# [Category Name]
|
||
|
# "name" = "id"
|
||
|
##############################################################################
|
||
|
|
||
|
[All]
|
||
|
Grenade = "170"
|
||
|
Ak47 = "171"
|
||
|
Bat = "172"
|
||
|
Colt45 = "173"
|
||
|
Molotov = "174"
|
||
|
Rocket = "175"
|
||
|
Shotgun = "176"
|
||
|
Sniper = "177"
|
||
|
Uzi = "178"
|
||
|
Missile = "179"
|
||
|
M16 = "180"
|
||
|
Flame = "181"
|
||
|
Bomb = "182"
|
||
|
Fingers = "183"
|