Skip to content

Instantly share code, notes, and snippets.

@itsthatguy
Created April 5, 2015 16:21
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 itsthatguy/7465eeada3c02e8eb96a to your computer and use it in GitHub Desktop.
Save itsthatguy/7465eeada3c02e8eb96a to your computer and use it in GitHub Desktop.
module.exports = {
right: [
{
id: "1",
name: "Saw Cleaver",
requirements: {
strength: 14,
skill: 12,
bloodtinge: 0,
arcane: 0
},
levels: {
0: {
damage: {
physical: 75,
blood: 0,
arcane: 0,
fire: 0,
bolt: 0
},
strength: "D",
skill: "E",
bloodtinge: null,
arcane: "D"
},
1: {
damage: {
physical: 82,
blood: 0,
arcane: 0,
fire: 0,
bolt: 0
},
strength: "D",
skill: "E",
bloodtinge: null,
arcane: "D"
},
2: {
damage: {
physical: 89,
blood: 0,
arcane: 0,
fire: 0,
bolt: 0
},
strength: "D",
skill: "E",
bloodtinge: null,
arcane: "D"
}
}
}, {
id: "2",
name: "",
requirements: {
strength: 0,
skill: 0,
bloodtinge: 0,
arcane: 0
},
levels: {
0: {
damage: {
physical: 0,
blood: 0,
arcane: 0,
fire: 0,
bolt: 0
},
strength: "D",
skill: "E",
bloodtinge: null,
arcane: "D"
}
}
}, {
}, {
}, {
}
],
left: [
{
id: "14",
name: "",
requirements: {
strength: 0,
skill: 0,
bloodtinge: 0,
arcane: 0
},
levels: {
0: {
damage: {
physical: 0,
blood: 0,
arcane: 0,
fire: 0,
bolt: 0
},
strength: "D",
skill: "E",
bloodtinge: null,
arcane: "D"
}
}
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment