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
15
15
16
16
// display the startup level
17
17
startupmenu
18
- // map_background background01
18
+ map_background background01
19
19
20
20
sv_unlockedchapters 99
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ Details:
102
102
- Removed the Eviction Notice's speed boost on hit.
103
103
- Increased the Eviction Notice's passive speed boost on active from 15% to 20%.
104
104
- Made the Eviction Notice do 33% less damage against armor.
105
+ - Added killstreaks to the custom weapons.
105
106
106
107
Quiver Private Alpha 1.1.0:
107
108
Whitelists:
Original file line number Diff line number Diff line change 13
13
"static_attrs"
14
14
{
15
15
"custom item" "1"
16
+ "killstreak tier NO MARKETING NAME" "1"
16
17
}
17
18
}
18
19
25
26
"static_attrs"
26
27
{
27
28
"joke item" "1"
29
+ "killstreak tier NO MARKETING NAME" "1"
28
30
}
29
31
}
30
32
37
39
"static_attrs"
38
40
{
39
41
"test item" "1"
42
+ "killstreak tier NO MARKETING NAME" "1"
40
43
}
41
44
}
42
45
Original file line number Diff line number Diff line change @@ -230078,6 +230078,16 @@
230078
230078
"effect_type" "negative"
230079
230079
"stored_as_integer" "0"
230080
230080
}
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
+ }
230081
230091
}
230082
230092
"item_criteria_templates"
230083
230093
{
You can’t perform that action at this time.
0 commit comments