diff options
author | Daniel <kingdread@gmx.de> | 2021-11-19 22:04:50 +0100 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2021-11-19 22:04:50 +0100 |
commit | 53123d5ab01f2b6ee0282ff067ba39e10b28528e (patch) | |
tree | 11c616ea7a20be3f7e9f8688c2d5d3134359731d /raidgrep.1.asciidoc | |
parent | 0c634d3c2d279ef75347ac635b69d396d5bf695a (diff) | |
parent | a7682465132e4758bd50777f17a7c4b2048b4c8c (diff) | |
download | raidgrep-53123d5ab01f2b6ee0282ff067ba39e10b28528e.tar.gz raidgrep-53123d5ab01f2b6ee0282ff067ba39e10b28528e.tar.bz2 raidgrep-53123d5ab01f2b6ee0282ff067ba39e10b28528e.zip |
Merge branch 'gamemode-filters'
Diffstat (limited to 'raidgrep.1.asciidoc')
-rw-r--r-- | raidgrep.1.asciidoc | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/raidgrep.1.asciidoc b/raidgrep.1.asciidoc index bad90f0..8068ce6 100644 --- a/raidgrep.1.asciidoc +++ b/raidgrep.1.asciidoc @@ -139,6 +139,28 @@ Those predicates can be used as-is in the filter: + Note that you have to quote the regex if it contains spaces or other special characters. +*-gamemode* 'MODE':: + Include logs in the given game modes. Modes are 'raid', 'fractal', 'strike', + 'golem' and 'wvw'. Multiple game modes can be separated by commas. + +*-raid*:: + Include logs that were in a raid (equivalent to *-gamemode raid*). + +*-fractal*:: + Include logs that were in a fractal (equivalent to *-gamemode fractal*). + +*-strike*:: + Include logs that were made in a strike mission (equivalent to *-gamemode + strike*). + +*-golem*:: + Include logs that were made at the training golem (equivalent to *-gamemode + golem*). + +*-wvw*:: + Include logs that were made in World-versus-World (equivalent to *-gamemode + wvw*). + *all(player:* 'PREDICATES' *)*:: Include logs in which all players match the given player predicates. See below for a list of player predicates. @@ -208,16 +230,17 @@ The following list is an inexhaustive list of all accepted boss names, with one name per boss given: * *Wing 1*: vg, gorseval, sabetha -* *Wing 2*: slothasor, matthias +* *Wing 2*: slothasor, trio, matthias * *Wing 3*: kc, xera * *Wing 4*: cairn, mo, samarog, deimos -* *Wing 5*: desmina, dhuum +* *Wing 5*: desmina, river, broken king, eater, eyes, dhuum * *Wing 6*: ca, largos, qadim * *Wing 7*: adina, sabir, qadimp * *100 CM*: ai * *99 CM*: skorvald, artsariiv, arkk * *98 CM*: mama, siax, ensolyss * *Strike Missions*: icebrood, fraenir, kodans, boneskinner, whisper +* *Training Golems*: standard golem, medium golem, large golem === Regular Expressions |