Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
azzyr authored Sep 13, 2022
1 parent 554241a commit 75b455d
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions addons/sourcemod/configs/TF2Classic-CritVsCond.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
"Weapons"
{
"" // Weapon Definition Index
{
"cond" "" // Condition ID
"crittype" "" // Crit type. 1 = Crit, 2 = Minicrit
}
""
{
"cond" ""
"crittype" ""
}
}

"Weapons"
{
""
{
"cond" ""
"minicrit" ""
}
""
{
"cond" ""
"minicrit" ""
"selfcond" ""
}
}

0 comments on commit 75b455d

Please sign in to comment.