Skip to content

Instantly share code, notes, and snippets.

@aaroncox
Last active December 18, 2015 04:29
Show Gist options
  • Save aaroncox/5725622 to your computer and use it in GitHub Desktop.
Save aaroncox/5725622 to your computer and use it in GitHub Desktop.
D3Up Calc V2 Stats Output
{
"stats": {
"armor": 5320,
"life": 31076,
"attack-speed": 9,
"critical-hit": 49.5,
"critical-hit-damage": 190,
"strength": 1959,
"intelligence": 307,
"dexterity": 127,
"vitality": 880,
"plus-magic-find": 180,
"plus-gold-find": 202,
"plus-movement": 24,
"resists": {
"all": 632.7,
"physical": 720.7,
"cold": 661.7,
"fire": 671.7,
"lightning": 632.7,
"poison": 727.7,
"arcane": 666.7,
"percent": {
"all": 0.667616334283,
"physical": 0.69585787390171,
"cold": 0.67748541005426,
"fire": 0.68075402858012,
"lightning": 0.667616334283,
"poison": 0.69789968351395,
"arcane": 0.67912804319038
}
},
"reductions": {
"armor": 0.62809917355372
},
"ehp": {
"arcane": 372021.60878811,
"cold": 370126.82622323,
"fire": 373916.39135299,
"lightning": 359137.08734694,
"physical": 392485.26048879,
"poison": 395137.95607962,
"ehp": 359137.08734694
},
"dps": {
"scram": {
"s": 20.59,
"c": 1.9405,
"r": 1.7856000591278,
"a": 938.2378,
"m": 1
},
"speeds": {
"dw": true,
"mh": {
"speed": 1.4400000476837,
"aps": 1.7856000591278,
"tickrate": 5.4545454545455
},
"oh": {
"speed": 1.4400000476837,
"aps": 1.7856000591278,
"tickrate": 5.4545454545455
}
},
"damage": {
"mh": {
"mods": {
"min": 279,
"max": 184,
"dmg": 40,
"elemental": {
},
"black": 55.566
},
"base": {
"min": 160,
"max": 440
},
"actual": {
"min": 796.6,
"max": 1055.6,
"avg": 981.666
}
},
"oh": {
"mods": {
"min": 297,
"max": 364,
"dmg": 28,
"elemental": {
},
"black": 50.6496
},
"base": {
"min": 180,
"max": 478
},
"actual": {
"min": 610.56,
"max": 1077.76,
"avg": 894.8096
}
}
},
"dps": 66937.133651701
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment