Skip to content

Commit a83cff1

Browse files
committed
Disabled random crits on custom weapons that can situationally crit.
1 parent ee4485a commit a83cff1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

game/quiver/scripts/items/items_custom.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,11 @@
682682
"attribute_class" "mult_player_movespeed"
683683
"value" "0.85"
684684
}
685+
"crit mod disabled"
686+
{
687+
"attribute_class" "mult_crit_chance"
688+
"value" "0"
689+
}
685690
}
686691
"visuals"
687692
{
@@ -769,6 +774,11 @@
769774
"attribute_class" "mult_postfiredelay"
770775
"value" "1.2"
771776
}
777+
"crit mod disabled"
778+
{
779+
"attribute_class" "mult_crit_chance"
780+
"value" "0"
781+
}
772782
}
773783
"visuals"
774784
{

0 commit comments

Comments
 (0)