Skip to content

Instantly share code, notes, and snippets.

Virtuoso

  • Does not make clones. Stocks "blades" on self instead. (Up to 5)
  • Blades do not go away when out-of-combat.

Power in demo showcase: 2120

Shatter Skills

  1. Bladesong Harmony (3/4s cast, 12s recharge)

Harbinger

  • Shroud gives you Blight every 1s.
  • Each stack of Blight reduces your max health by 2%.
  • While not in shroud, reduce stacks of Blight every 1s.
  • Shroud does not act as an extra HP pool. Incoming damage goes straight to your health and does not affect your LF.

Power in demo showcase: 2023

Shroud Skills

@MesmerMag
MesmerMag / style.css
Last active January 14, 2021 23:10
The new Twitch theme (2019-09-26) is pretty bad imo. This makes it a little better.
body {
font-family: Arial, sans-serif !important;
}
/*
* (Optional) Remove annoying overlay
*/
.extensions-video-overlay-size-container,
.extensions-dock__layout {
display: none !important;
@MesmerMag
MesmerMag / styles.css
Last active June 27, 2023 23:33
GW2 Forums — Dark Mode
/* Source:
* https://gist.github.com/MesmerMag/df0e13bfb09cd20ddff7fbc75930abab
*/
/* Remove the next line if you want to change the font. I think it's easier to read. */
/*
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700,700i&display=swap');
body * {
font-family: 'Ubuntu', sans-serif;
}