Skip to content

Commit

Permalink
raidboss: timeline netregex for abilityWithNonEmptyTarget (#6036)
Browse files Browse the repository at this point in the history
These are only for Art and Owain, see comments in trigger file. This is
untested and probably the most likely thing to break out of all the
conversion.

`/sync\s*\/
1\[56\]:\[\^:\]\*:(?<source>[^:]*):(?<id>[^:]*):\[\^:\]\*:\[\^:\]\*:\[\^:\]\+:\//`

Done by running #5977.
  • Loading branch information
quisquous authored Dec 15, 2023
1 parent cac5d28 commit bbbdc5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/raidboss/data/04-sb/eureka/eureka_hydatos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hideall "--sync--"

# Note: This checks that Art's auto hits a target close enough for you to see.
# You can see Owain's auto abilities, but the target is listed as empty.
1002.5 "--sync--" sync / 1[56]:[^:]*:Art:3956:[^:]*:[^:]*:[^:]+:/ window 1500,0
1002.5 "--sync--" Ability { id: "3956", source: "Art", target: "[^|]+" } window 1500,0
1014.5 "Thricecull" Ability { id: "3934", source: "Art" }
1023.1 "Legendcarver" Ability { id: "3928", source: "Art" }
1030.7 "Legendspinner" Ability { id: "3929", source: "Art" }
Expand Down Expand Up @@ -63,7 +63,7 @@ hideall "--sync--"
# EAST BRANCH / OWAIN #
#######################
# -ic Orlasrach Art -ii 3957 3941 3939 393C 393D 3938 -p 3945:2016.0
2002.5 "--sync--" sync / 1[56]:[^:]*:Owain:3957:[^:]*:[^:]*:[^:]+:/ window 2500,0
2002.5 "--sync--" Ability { id: "3957", source: "Owain", target: "[^|]+" } window 2500,0
2016.0 "Thricecull" Ability { id: "3945", source: "Owain" }
2028.1 "Acallam Na Senorach" Ability { id: "3946", source: "Owain" } #3:29
2037.7 "Mythcall" Ability { id: "3936", source: "Owain" } #3:39
Expand Down

0 comments on commit bbbdc5e

Please sign in to comment.