Skip to content

Commit e36dc07

Browse files
committed
killstreaks
1 parent 00901bc commit e36dc07

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

game/quiver/cfg/valve.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ stuffcmds
1515

1616
// display the startup level
1717
startupmenu
18-
//map_background background01
18+
map_background background01
1919

2020
sv_unlockedchapters 99

game/quiver/info_changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

106107
Quiver Private Alpha 1.1.0:
107108
Whitelists:

game/quiver/scripts/items/items_custom.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"static_attrs"
1414
{
1515
"custom item" "1"
16+
"killstreak tier NO MARKETING NAME" "1"
1617
}
1718
}
1819

@@ -25,6 +26,7 @@
2526
"static_attrs"
2627
{
2728
"joke item" "1"
29+
"killstreak tier NO MARKETING NAME" "1"
2830
}
2931
}
3032

@@ -37,6 +39,7 @@
3739
"static_attrs"
3840
{
3941
"test item" "1"
42+
"killstreak tier NO MARKETING NAME" "1"
4043
}
4144
}
4245

game/quiver/scripts/items/items_game.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)