File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ stuffcmds
1515
1616// display the startup level
1717startupmenu
18- // map_background background01
18+ map_background background01
1919
2020sv_unlockedchapters 99
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ Details:
102102- Removed the Eviction Notice's speed boost on hit.
103103- Increased the Eviction Notice's passive speed boost on active from 15% to 20%.
104104- Made the Eviction Notice do 33% less damage against armor.
105+ - Added killstreaks to the custom weapons.
105106
106107Quiver Private Alpha 1.1.0:
107108Whitelists:
Original file line number Diff line number Diff line change 1313 "static_attrs"
1414 {
1515 "custom item" "1"
16+ "killstreak tier NO MARKETING NAME" "1"
1617 }
1718 }
1819
2526 "static_attrs"
2627 {
2728 "joke item" "1"
29+ "killstreak tier NO MARKETING NAME" "1"
2830 }
2931 }
3032
3739 "static_attrs"
3840 {
3941 "test item" "1"
42+ "killstreak tier NO MARKETING NAME" "1"
4043 }
4144 }
4245
Original file line number Diff line number Diff line change @@ -230078,6 +230078,16 @@
230078230078 "effect_type" "negative"
230079230079 "stored_as_integer" "0"
230080230080 }
230081+ "4055"
230082+ {
230083+ "name" "killstreak tier NO MARKETING NAME"
230084+ "attribute_class" "killstreak_tier"
230085+ "description_string" "#Attrib_KillStreakTier"
230086+ "description_format" "value_is_additive"
230087+ "hidden" "0"
230088+ "effect_type" "positive"
230089+ "stored_as_integer" "0"
230090+ }
230081230091 }
230082230092 "item_criteria_templates"
230083230093 {
You can’t perform that action at this time.
0 commit comments