Created
June 6, 2013 22:47
-
-
Save aaroncox/5725618 to your computer and use it in GitHub Desktop.
D3Up Calculator Output Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"attrs": { | |
"max-fury": 100, | |
"strength": 1959, | |
"dexterity": 127, | |
"intelligence": 307, | |
"vitality": 880, | |
"plus-magic-find": 180, | |
"plus-gold-find": 202, | |
"critical-hit": 49.5, | |
"critical-hit-damage": 190, | |
"arcane-resist": 34, | |
"resist-all": 602, | |
"armor": 3361, | |
"physical-resist": 88, | |
"fury-max": 27, | |
"life-steal": 3, | |
"bb-weapon-throw": 5, | |
"poison-resist": 95, | |
"plus-movement": 24, | |
"health-globes": 5435, | |
"cold-resist": 29, | |
"life-regen": 753, | |
"melee-reduce": 8.04, | |
"attack-speed": 9, | |
"plus-experience-percent": 31, | |
"dps": 2084.4920402527, | |
"damage": { | |
"min": 610.56, | |
"max": 1077.76 | |
}, | |
"speed": 2.6400000953674, | |
"plus-aps": 0.24, | |
"chance-fear": 11, | |
"ruby-damage-mh": 130, | |
"bb-weapon-throw-dmg": 56, | |
"bb-ancient-spear-dmg": 49, | |
"plus-poison-damage": 6, | |
"elite-damage": 25, | |
"bb-hammer-of-the-ancients": 5, | |
"fire-resist": 39, | |
"plus-experience-bonus": 35, | |
"thorns": 1918 | |
}, | |
"actives": { | |
"weapon-throw~c": { | |
"name": "Weapon Throw - Throwing Hammer", | |
"desc": "Hurl a throwing weapon at an enemy for 130% weapon damage and Slow the movement of the enemy by 60% for 2 seconds.", | |
"rune": "Hurl a hammer with a 50% chance to Stun the target for 1.5 seconds.", | |
"procRate": 1, | |
"effect": { | |
"cost-fury": 10, | |
"chance-stun": 50, | |
"weapon-damage": 130 | |
} | |
}, | |
"whirlwind~c": { | |
"name": "Whirlwind - Hurricane", | |
"desc": "Deliver multiple attacks to everything in your path for 145% weapon damage.", | |
"rune": "Allows you to move at your movement speed while using Whirlwind.", | |
"procRate": 103, | |
"effect": { | |
"cost-fury": 10, | |
"weapon-damage": 145 | |
} | |
}, | |
"sprint~c": { | |
"name": "Sprint - Run Like the Wind", | |
"desc": "Increase movement speed by 40% for 3 seconds.", | |
"rune": "Tornadoes rage in your wake, each one inflicting 60% weapon damage.", | |
"procRate": 0.08, | |
"effect": { | |
"cost-fury": 20, | |
"weapon-damage": 60, | |
"weapon-damage-for": 3 | |
} | |
}, | |
"battle-rage~d": { | |
"name": "Battle Rage - Into the Fray", | |
"desc": "Enter a rage which increases damage by 15% and Critical Hit Chance by 3% for 120 seconds.", | |
"rune": "While under the effects of Battle Rage, Critical Hits have a chance to generate 15 additional Fury.", | |
"procRate": 0, | |
"procEffect": { | |
"generate-fury-crit": 15 | |
}, | |
"effect": { | |
"cost-fury": 20, | |
"plus-crit-hit": 3, | |
"plus-damage": 15 | |
} | |
}, | |
"war-cry~c": { | |
"name": "War Cry - Impunity", | |
"desc": "Unleash a rallying cry to increase Armor for you and all allies within 50 yards by 20% for 60 seconds.", | |
"rune": "All of your resistances are increased by 20% while affected by War Cry.", | |
"procRate": 0, | |
"groupBuff": true, | |
"effect": { | |
"generate-fury": 20, | |
"cooldown": 20, | |
"plus-resist-all": 20, | |
"plus-armor": 20 | |
} | |
}, | |
"wrath-of-the-berserker~d": { | |
"name": "Wrath of the Berserker - Thrive on Chaos", | |
"desc": "Enter a berserker rage which raises several attributes for 15 seconds. <ul><li>Critical Hit Chance: 10%<\/li><li>Attack Speed: 25%<\/li><li>Dodge Chance: 20%<\/li><li>Movement Speed: 20%<\/li><\/ul>", | |
"rune": "Every 25 Fury gained while Wrath of the Berserker is active adds 1 second to the duration of the effect.", | |
"procRate": 0, | |
"effect": { | |
"cost-fury": 50, | |
"cooldown": 120, | |
"plus-dodge": 20, | |
"plus-movement-speed": 20, | |
"plus-crit-hit": 10, | |
"plus-attack-speed": 25 | |
} | |
} | |
}, | |
"passives": { | |
"ruthless": { | |
"desc": "Critical Hit Chance increased by <span class='skill-highlight'>5%<\/span>. Critical Hit Damage increased by <span class='skill-highlight'>50%<\/span>.", | |
"effect": { | |
"critical-hit": 5, | |
"critical-hit-damage": 50 | |
} | |
}, | |
"weapons-master": { | |
"desc": "Gain a bonus based on the weapon type of your main hand weapon:<ul><li>Swords\/Daggers: <span class='skill-highlight'>15%<\/span> increased damage<\/li><li>Maces\/Axes: <span class='skill-highlight'>10%<\/span> Critical Hit Chance<\/li><li>Polearms\/Spears: <span class='skill-highlight'>10%<\/span> attack speed<\/li><li>Mighty Weapons: <span class='skill-highlight'>3<\/span> Fury per hit<\/li><\/ul>", | |
"effect": { | |
"switch": { | |
"lookup": "type", | |
"against": "mainhand", | |
"cases": [ | |
{ | |
"caseOf": "sword|dagger|2h-sword", | |
"effect": { | |
"plus-damage": 15 | |
} | |
}, | |
{ | |
"caseOf": "mace|axe|2h-axe|2h-mace", | |
"effect": { | |
"critical-hit": 10 | |
} | |
}, | |
{ | |
"caseOf": "spear|polearm", | |
"effect": { | |
"attack-speed": 10 | |
} | |
}, | |
{ | |
"caseOf": "mighty|2h-mighty|mighty-weapon", | |
"effect": { | |
"proc-generate-fury": 3 | |
} | |
} | |
] | |
} | |
} | |
}, | |
"no-escape": { | |
"desc": "Increases the damage of Ancient Spear and Weapon Throw by <span class='skill-highlight'>10%<\/span>. In addition, a Critical Hit with Ancient Spear resets the cooldown while Critical Hits with Weapon Throw have a chance to return <span class='skill-highlight'>14<\/span> Fury.", | |
"procEffect": { | |
"generate-fury-throw": 14 | |
}, | |
"effect": { | |
"bb-weapon-throw-dmg": 10 | |
} | |
} | |
}, | |
"sets": { | |
"immortal-kings-legend": 3 | |
}, | |
"settings": { | |
"vsLevel": 63 | |
}, | |
"build": { | |
"id": 1, | |
"name": "Jesta", | |
"class": "barbarian", | |
"gender": "male", | |
"level": 60, | |
"paragon": 60, | |
"actives": [ | |
"weapon-throw~c", | |
"whirlwind~c", | |
"sprint~c", | |
"battle-rage~d", | |
"war-cry~c", | |
"wrath-of-the-berserker~d" | |
], | |
"passives": [ | |
"ruthless", | |
"weapons-master", | |
"no-escape" | |
], | |
"updated": 1367857073, | |
"bt-id": "1107072", | |
"bt-tag": "jesta#1121", | |
"bt-rg": "1", | |
"dps": 46267.84, | |
"ehp": 298511.97, | |
"gear": { | |
"amulet": { | |
"_d3id": "item\/CjwIhMz0ywISBwgEFavFRGQdWuCBmx208-wHHQ5rf_0dElbV7iILCAEVdkIDABgaIAowCTioAkAAUAxgnAMY1pamxAxQAlgA", | |
"attrs": { | |
"arcane-resist": 34, | |
"resist-all": 46, | |
"critical-hit": 10 | |
}, | |
"icon": "amulet12_demonhunter_male", | |
"id": 13, | |
"name": "Supremacy Desire", | |
"quality": 5, | |
"type": "amulet" | |
}, | |
"belt": { | |
"id": 10, | |
"name": "Immortal King's Tribal Binding", | |
"attrs": { | |
"strength": 189, | |
"physical-resist": 60, | |
"resist-all": 80, | |
"fury-max": 14, | |
"life-steal": 3, | |
"bb-weapon-throw": 5 | |
}, | |
"stats": { | |
"armor": 324 | |
}, | |
"icon": "unique_barbbelt_009_104_demonhunter_male", | |
"type": "mighty-belt", | |
"quality": 7, | |
"_d3id": "item\/CjkIt-_Zow4SBwgEFSBhFhodWGlQXx11YKbMHYEurikdW06AyR2gbLMUHape7nUwCTiXAkAAUBJghwMYwISzoQNQAlgAoAH57ZfYAqABwISzoQOgAaLBx74N", | |
"set": "immortal-kings-legend" | |
}, | |
"boots": { | |
"id": 3, | |
"name": "Immortal King's Stride", | |
"attrs": { | |
"strength": 100, | |
"vitality": 90, | |
"poison-resist": 47, | |
"resist-all": 74, | |
"plus-movement": 12 | |
}, | |
"stats": { | |
"armor": 312 | |
}, | |
"icon": "unique_boots_012_104_demonhunter_male", | |
"type": "boots", | |
"quality": 7, | |
"_d3id": "item\/CjkI5cHChgUSBwgEFYMEfeod48Qrbx2Ivr4hHQrqUAgdaNwK8R0i7My4HVtOgMkwCTjvAUAAUBJg1QIY-e2X2AJQAlgAoAH57ZfYAqABwISzoQOgAaLBx74N", | |
"set": "immortal-kings-legend" | |
}, | |
"bracers": { | |
"id": 7, | |
"name": "Guardian Slayer", | |
"attrs": { | |
"strength": 66, | |
"vitality": 167, | |
"critical-hit": 5.5, | |
"health-globes": 5435 | |
}, | |
"stats": { | |
"armor": 241 | |
}, | |
"icon": "bracers_206_demonhunter_male", | |
"type": "bracers", | |
"quality": 5, | |
"_d3id": "item\/CkEIsP6nyA0SBwgEFdksyssddh72DR2V-O2WHZwuC38dyNLzZR0i7My4IgsIARVsQgMAGCYgEDAJOIQEQABQDmCIBBjNzK7DBlACWAA" | |
}, | |
"chest": { | |
"id": 2, | |
"name": "Protection Abjuration", | |
"attrs": { | |
"strength": 60, | |
"vitality": 245, | |
"resist-all": 54 | |
}, | |
"stats": { | |
"armor": 443 | |
}, | |
"icon": "chestarmor_206_barbarian_male", | |
"type": "chest", | |
"quality": 5, | |
"_d3id": "item\/Cj4Itd3eqAsSBwgEFS8iGWAduvHsGh0pEnPgHZwuC38d3iVSyyILCAEVtUQDABgOIBYwCTiLA0AASAJQDGCXBBjeiMmBDFACWAA" | |
}, | |
"gloves": { | |
"id": 4, | |
"name": "Immortal King's Irons", | |
"attrs": { | |
"strength": 97, | |
"cold-resist": 29, | |
"resist-all": 70, | |
"life-regen": 317, | |
"critical-hit": 9.5, | |
"melee-reduce": 5 | |
}, | |
"stats": { | |
"armor": 343 | |
}, | |
"icon": "unique_gloves_008_104_demonhunter_male", | |
"type": "gloves", | |
"quality": 7, | |
"_d3id": "item\/CjkIobaahQkSBwgEFVHw6GsdslfV7h07yp5pHdZmipQdDmt__R2Ivr4hHcJqmxEwCTitAkAAUBJgoQMYosHHvg1QAlgAoAH57ZfYAqABwISzoQOgAaLBx74N", | |
"set": "immortal-kings-legend" | |
}, | |
"helm": { | |
"id": 1, | |
"name": "Andariel's Visage", | |
"attrs": { | |
"strength": 155, | |
"poison-resist": 48, | |
"attack-speed": 9, | |
"life-regen": 180, | |
"critical-hit": 4.5 | |
}, | |
"stats": { | |
"armor": 377 | |
}, | |
"icon": "unique_helm_003_104_demonhunter_male", | |
"type": "helm", | |
"quality": 6, | |
"_d3id": "item\/ClwI7-OAlwYSBwgEFQLZapEdlL80ih2BtT6MHXWx7PAd48Qrbx2RqGXGHQZ9lkEwCTjRAUAAUBJgrwJqIQoMCAAQx67PgIGAgMA4EhEIABIHCAQVZvWLXzAJOABAARj7m6npDVACWAA", | |
"sockets": [ | |
"radiant_star_ruby" | |
] | |
}, | |
"mainhand": { | |
"id": 8, | |
"name": "Echoing Fury", | |
"attrs": { | |
"min-damage": 279, | |
"max-damage": 184, | |
"plus-damage": 40, | |
"strength": 152, | |
"intelligence": 180, | |
"plus-aps": 0.24, | |
"chance-fear": 11 | |
}, | |
"stats": { | |
"dps": 1071.5, | |
"damage": { | |
"min": 614.6, | |
"max": 873.6 | |
}, | |
"speed": 1.4400000476837 | |
}, | |
"icon": "unique_mace_1h_001_104_demonhunter_male", | |
"type": "mace", | |
"quality": 6, | |
"_d3id": "item\/ClwI5Za02goSBwgEFQhjE3AdhgJj6h0SXPT8Hb7m3bUd1KFb4B2RqGXGHWSRAaMwCTjXAUAAUBJgtQJqIQoMCAAQ5KfPgIGAgMA4EhEIABIHCAQVZvWLXzAJOABAARiQjJuBDlACWAA", | |
"sockets": [ | |
"radiant_star_ruby" | |
] | |
}, | |
"offhand": { | |
"id": 9, | |
"name": "The Three Hundredth Spear", | |
"attrs": { | |
"min-damage": 297, | |
"max-damage": 364, | |
"plus-damage": 28, | |
"strength": 120, | |
"plus-movement": 12, | |
"melee-reduce": 3, | |
"bb-weapon-throw-dmg": 46, | |
"bb-ancient-spear-dmg": 49 | |
}, | |
"stats": { | |
"dps": 1012.9920402527, | |
"damage": { | |
"min": 610.56, | |
"max": 1077.76 | |
}, | |
"speed": 1.2000000476837 | |
}, | |
"icon": "unique_spear_002_104_demonhunter_male", | |
"type": "spear", | |
"quality": 6, | |
"_d3id": "item\/CmAI97ChgA0SBwgEFdaPhmcdlL80ih3UZoqUHQrqUAgdnWyzFB3ScDfgHR7l3bUwCTjrAUAAUBJgzwJqJQoMCAAQtKa444CAgMACEhUIvtuOywUSBwgEFR2WrpgwDTgAQAEYrL-0-AxQAlgA", | |
"sockets": [ | |
"perfect_star_emerald" | |
] | |
}, | |
"pants": { | |
"id": 6, | |
"name": "Depth Diggers", | |
"attrs": { | |
"strength": 183, | |
"physical-resist": 28, | |
"resist-all": 75, | |
"plus-gold-find": 22 | |
}, | |
"stats": { | |
"armor": 442 | |
}, | |
"icon": "unique_pants_006_104_demonhunter_male", | |
"type": "pants", | |
"quality": 6, | |
"_d3id": "item\/CocBCM6D194JEgcIBBVl8vYMHVZpUF8dr1PDNh1bToDJHZwuC38d0l3CSx1f8WMEMAk49AFAAFASYNoCaiUKDAgAENDv3dKBgIDgIRIVCPyQ15gLEgcIBBURn9irMAk4AEABaiUKDAgAENXv3dKBgIDgIRIVCPzRgOMKEgcIBBURn9irMAk4AEABGMrJt88BUAJYAA", | |
"sockets": [ | |
"flawless_star_amethyst", | |
"flawless_star_amethyst" | |
] | |
}, | |
"ring1": { | |
"id": 12, | |
"name": "Stone of Jordan", | |
"attrs": { | |
"plus-poison-damage": 6, | |
"fury-max": 13, | |
"elite-damage": 25, | |
"bb-hammer-of-the-ancients": 5 | |
}, | |
"icon": "unique_ring_019_104_demonhunter_male", | |
"type": "ring", | |
"quality": 6, | |
"_d3id": "item\/CioIpbHglwkSBwgEFbOLS-Ad7KgfjB1C3nDGHWAo-1QwCTjdAUAAUBJgvQIYmdGj-wNQAlgA" | |
}, | |
"ring2": { | |
"id": 11, | |
"name": "Hellfire Ring", | |
"attrs": { | |
"strength": 186, | |
"fire-resist": 39, | |
"resist-all": 72, | |
"armor": 259, | |
"plus-experience-bonus": 35 | |
}, | |
"icon": "unique_ring_024_104_demonhunter_male", | |
"type": "ring", | |
"quality": 6, | |
"_d3id": "item\/CjkIqOP7_QYSBwgEFc85RuId0l3CSx1dD-WIHSj-fQEdv4g-Vh1bToDJHaMfp-AwDzj2AUAAUBJg3AIY4ZjO2wNQAlgA" | |
}, | |
"shoulders": { | |
"id": 5, | |
"name": "Vile Ward", | |
"attrs": { | |
"strength": 284, | |
"vitality": 31, | |
"resist-all": 71, | |
"armor": 261, | |
"life-regen": 256, | |
"thorns": 1918 | |
}, | |
"stats": { | |
"armor": 620 | |
}, | |
"icon": "unique_shoulder_003_104_demonhunter_male", | |
"type": "shoulders", | |
"quality": 6, | |
"_d3id": "item\/CjkI77fO_gQSBwgEFaJwVPEdlfjtlh3kRJQ1HdJdwksdwmqbER0o_n0BHVtOgMkwCTirAkAAUBJgnwMYu73c6gFQAlgA" | |
} | |
} | |
}, | |
"primary": "strength", | |
"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