From Dark and Darker Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* Any JavaScript here will be loaded for all users on every page load. */
var BuffDurationModGraph = {
x: [0.0, 1.0, 5.0, 7.0, 11.0, 15.0, 19.0, 20.0, 21.0, 27.0, 30.0, 35.0, 36.0, 38.0, 39.0, 44.0, 50.0, 51.0, 58.0, 59.0, 64.0, 70.0, 71.0, 76.0, 86.0, 87.0, 98.0, 100.0],
y: [-0.8, -0.7, -0.3, -0.2, -0.08, 0.0, 0.04, 0.05, 0.06, 0.12, 0.15, 0.2, 0.21, 0.23, 0.24, 0.29, 0.35, 0.355, 0.39, 0.395, 0.42, 0.45, 0.455, 0.48, 0.53, 0.535, 0.59, 0.6],
type: 'scatter'
};
var data = [BuffDurationModGraph];
Plotly.newPlot('BuffDurationModGraph', data);