Browse Source

Highlighting updates

pull/1/head
webbykat 6 years ago
parent
commit
6a357b324a
  1. 9
      src/actions.tin
  2. 2
      src/combat.tin

9
src/actions.tin

@ -15,18 +15,21 @@
#NOP ==[NPC Highlighting]==
#HIGHLIGHT {thug } {red};
#HIGHLIGHT {thug,} {red};
#HIGHLIGHT {bodyguard} {red};
#HIGHLIGHT {hoplite} {red};
#HIGHLIGHT {shadowy gentleman} {red};
#HIGHLIGHT {Coffee Nostra hitman} {red};
#HIGHLIGHT {Triad heavy} {red};
#HIGHLIGHT {Triad heavies} {red};
#HIGHLIGHT {city guard} {red};
#HIGHLIGHT {nobleman} {green};
#HIGHLIGHT {courtier} {green};
#HIGHLIGHT {noblewoman} {green};
#HIGHLIGHT {rich man} {green};
#HIGHLIGHT {rich woman} {green};
#HIGHLIGHT {Jolene} {purple};
#HIGHLIGHT {Jolene} {pink};
#HIGHLIGHT {Reverend Khepresh} {pink};
#NOP ==[Incident Highlighting]==
#HIGHLIGHT {^%1 grabs %2 from you. You struggle briefly but %3 wrests it from your grip and makes for a hasty retreat.$} {bold red underscore};
@ -65,8 +68,4 @@
#showme {\a};
};
#ACTION {^Ruhsbaar is up$} {
#showme {\a};
};
#CLASS {actions} {close};

2
src/combat.tin

@ -22,7 +22,7 @@
#HIGHLIGHT {^You shove %1} {bold green};
#HIGHLIGHT {^You trip %1} {bold green};
#HIGHLIGHT {^You lose the moment.} {bold red};
#HIGHLIGHT {^You {skilfully |silently|}sneak around %1 without being spotted and manage to catch %w by surprise.$} {bold green};
#HIGHLIGHT {^You {skillfully |silently|}sneak around %1 without being spotted and manage to catch %w by surprise.$} {bold green};
#HIGHLIGHT {^You hold your cover as you {skilfully |silently|}sneak around %1 and manage to catch %w by surprise.$} {bold green};

Loading…
Cancel
Save