Skip to content

Instantly share code, notes, and snippets.

@Dangoke
Created June 22, 2017 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dangoke/45974b576e4156f2ce1577fb69aba956 to your computer and use it in GitHub Desktop.
Save Dangoke/45974b576e4156f2ce1577fb69aba956 to your computer and use it in GitHub Desktop.
My little edits for the RBM plugin
// ヘッダの定義
var headerDefine =
[
//{ text: "#", width: "5%", align: "center" },
{ text: "Name", width: "22%", align: "left" },
{ text: "Job", width: "6%", align: "center" },
{ text: "DPS", width: "16%", align: "center" },
{ text: "Crit %", width: "11%", align: "right" },
{ text: "DRH %", width: "15%", align: "right" },
{ text: "CDH %", width: "15%", align: "right" },
{ text: "RIP", width: "10%", align: "right" },
];
// 表示するデータの定義
var bodyDefine =
[
//{ text: rankingText, width: "5%", align: "center", effect: deadYatsuEffect },
{ text: "{name}", width: "22%" },
{ text: "{Job}", width: "6%", align: "center" },
{ text: "{encdps}", width: "16%", align: "center" },
{ text: "{crithit%}", width: "11%", align: "right" },
{ text: "{DirectHitPct}", width: "15%", align: "right" },
{ text: "{CritDirectHitPct}", width: "15%", align: "right" },
{ text: "{deaths}", width: "10%", align: "right" },
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment