Skip to content
This repository was archived by the owner on Aug 31, 2019. It is now read-only.

Commit c3e6a9d

Browse files
committed
Persistent kill streak filter.
1 parent 0321f70 commit c3e6a9d

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

src/modules/filters.haml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,9 @@
312312
<br/>
313313
#### [Kill-Streak Filter](id:killStreakFilter)
314314

315-
The kill-streak filter is a matcher that matches players who have a specified number of kills since their last re-spawn. This filter is commonly used in [kill rewards](/modules/killreward) but can also be used to restrict access to certain locations, etc.
315+
The kill-streak filter is a matcher that matches players who have a specified number of kills.
316+
The kill counter can be set to count from the start of the match or from the last time the player died.
317+
This filter is commonly used in [kill rewards](/modules/killreward) but can also be used to restrict access to certain locations, etc.
316318

317319
##### Kill-Streak Filter Attributes
318320

@@ -323,19 +325,22 @@
323325
%th Attribute
324326
%th Description
325327
%th Value
328+
%th Default
326329
%tbody
327330
%tr
328331
%td
329332
%code min
330333
%td Match players with at-least this many kills.
331334
%td
332335
%span.label.label-primary Number
336+
%td
333337
%tr
334338
%td
335339
%code max
336340
%td Match players with a maximum of this many kills.
337341
%td
338342
%span.label.label-primary Number
343+
%td
339344
%tr
340345
%td
341346
%code count
@@ -345,12 +350,21 @@
345350
%i Can not be mixed with the <code>min</code> & <code>max</code> attributes.
346351
%td
347352
%span.label.label-primary Number
353+
%td
348354
%tr
349355
%td
350356
%code repeat
351357
%td Repeat the filter range
352358
%td
353359
%span.label.label-primary true/false
360+
%td false
361+
%tr
362+
%td
363+
%code persistent
364+
%td Do not reset a players kill count when they die.
365+
%td
366+
%span.label.label-primary true/false
367+
%td false
354368
:markdown
355369
Examples
356370

src/reference/time_periods.haml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@
1818
%th Suffix
1919
%th Duration
2020
%tbody
21-
%tr
22-
%td
23-
%code y
24-
%td Year
25-
%tr
26-
%td
27-
%code mo
28-
%td Month
2921
%tr
3022
%td
3123
%code d

0 commit comments

Comments
 (0)