|
|
| Line 1: |
Line 1: |
| Work in progress
| | [http://hentaiverse.org/pages/showequip.php?eid=46384677&key=e33859f337 Legendary Tempestuous Axe of Slaughter] |
|
| |
|
| | [http://hentaiverse.org/pages/showequip.php?eid=17428567&key=87034d8740 Legendary Hallowed Wakizashi of Slaughter] |
|
| |
|
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
| | [http://hentaiverse.org/pages/showequip.php?eid=46758183&key=ade0d47b33 Legendary Demonic Wakizashi of Balance] |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
| |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
| |
| <!---
| |
| Name: HVEquipCalc
| |
| Author: cmal (http://forums.e-hentai.org/index.php?showuser=47516)
| |
| Version: 1.3.7
| |
| Date: 05/25/2011
| |
| Description: Calculates the scaled stats of a piece of equipment for
| |
| the HentaiVerse minigame
| |
| --->
| |
| <head>
| |
| <title>HentaiVerse Equipment Scaling Calculator</title>
| |
| <meta name="robots" content="noindex,nofollow" />
| |
| <link rel="icon" type="image/png" href="favicon.png" />
| |
| <!---CSS--->
| |
| <style type="text/css">
| |
| body {width:984px; background-color:#E3E0D1; font-family:Arial; color:#5C0D11;}
| |
| #inputDiv, #outputDiv {width:37%; float:left; background:#EDEBDF; font-size:8pt; margin:2px; border:1px solid #5C0D11; padding:2px;}
| |
| #controlsDiv {width:22%; float:left; background:#EDEBDF; font-size:8pt; margin:2px; border:1px solid #5C0D11; padding:2px;}
| |
| h1 {text-align:center; font-size:16pt; padding:1px; margin:2px;}
| |
| h2 {font-size:8pt; font-weight:bold; font-style:italic; padding:1px; border:1px; margin:1px;}
| |
| h3 {font-size:9pt; font-weight:bold; padding:1px; border:1px; margin:1px;}
| |
| h4 {font-size:7pt; font-weight:normal; padding:2px; border:1px; margin:2px;}
| |
| table {width:100%;}
| |
| td {width:50%;}
| |
| input[type="text"] {font-family:Arial,Helvetica,Sans-Serif; font-size:8pt; color:#5C0D11; background:#EDEADA; border:1px solid #5C0D11; padding:0.5px 1.5px}
| |
| input[type="button"], input[type="reset"] {font-family:Arial,Helvetica,Sans-Serif; font-size:9pt; font-weight:bold; color:#5C0D11; background:#EDEADA; border:1px solid #5C0D11;}
| |
| input[type="button"]:hover, input[type="reset"]:hover {color:#9B4E03; background:#F2EFDF;}
| |
| textarea {font-family:Arial,Helvetica,Sans-Serif; font-size:8pt; color:#5C0D11; background:#EDEADA; border:1px solid #5C0D11; padding:0.5px 1px; overflow:auto;}
| |
| input:focus, textarea:focus {border:1px solid #9B4E03;}
| |
| select {font-family:Arial,Helvetica,Sans-Serif; font-size:8pt; color:#5C0D11; background:#EDEADA; border:1px solid #5C0D11;}
| |
| </style>
| |
| <!---JS--->
| |
| <script type="text/javascript" src="HVEquipCalc.min.js"></script>
| |
| </head>
| |
|
| |
|
| <!---Body--->
| | [http://hentaiverse.org/pages/showequip.php?eid=9027549&key=afe9f1338f Legendary Hallowed Estoc of the Battlecaster] |
| <body onload="setVersion()">
| |
| <h1>HentaiVerse Equipment Scaling Calculator</h1>
| |
|
| |
|
| <form id="inputForm">
| | [http://hentaiverse.org/pages/showequip.php?eid=13673600&key=7741619a2d Legendary Demonic Estoc of Slaughter] |
|
| |
|
| <!---Input Block--->
| | [http://hentaiverse.org/pages/showequip.php?eid=12728896&key=92205140dd Legendary Shocking Scythe of the Vampire] |
| <div id="inputDiv">
| |
| <h3>Equipment Stats:</h3>
| |
| <input type="button" name="switchButton" onClick="switchMode()" value="Switch Entry Mode" title="Switch between data entry modes: paste copied equipment stats or use form fields.">
| |
| <input type="button" id="clearButton" onClick="clearTextarea()" value="Clear" title="Clear text input area." style="">
| |
| <div id="entryMode" style="Display:none">
| |
| <table>
| |
| <tr><td colspan="2">Equipment Name: <input type="text" id="EquipName" size="45" /></td></tr>
| |
| <tr><td colspan="2">Level: <input type="text" id="Level" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Weapon Damage: <input type="text" id="PDmg" size="2" maxLength="6" /></td>
| |
| <td>Attack Accuracy Bonus: <input type="text" id="PAcc" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Magic Damage Bonus: <input type="text" id="MDmg" size="2" maxLength="6" /></td>
| |
| <td>Magic Accuracy Bonus: <input type="text" id="MAcc" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Attack Critical Bonus: <input type="text" id="ACrit" size="2" maxLength="6" /></td>
| |
| <td>Magic Critical Bonus: <input type="text" id="MCrit" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Physical Absorption: <input type="text" id="PAbs" size="2" maxLength="6" /></td>
| |
| <td>Physical Mitigation: <input type="text" id="PMit" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Magical Absorption: <input type="text" id="MAbs" size="2" maxLength="6" /></td>
| |
| <td>Magical Mitigation: <input type="text" id="MMit" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Evade Chance: <input type="text" id="AvdEvd" size="2" maxLength="6" /></td>
| |
| <td>Resist Chance: <input type="text" id="AvdRst" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Block Chance: <input type="text" id="AvdBlk" size="2" maxLength="6" /></td>
| |
| <td>Parry Chance: <input type="text" id="AvdPry" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Burden: <input type="text" id="CompBur" size="2" maxLength="6" /></td>
| |
| <td>Interference: <input type="text" id="CompIntrf" size="2" maxLength="6" /></td></tr>
| |
| </table>
| |
|
| |
|
| <h2>Damage Type Mitigations</h2>
| | [http://hentaiverse.org/pages/showequip.php?eid=15875105&key=0b7256cf5f Legendary Shocking Katana of Slaughter] |
| <table>
| |
| <tr><td>Crushing: <input type="text" id="SpecMitCrush" size="2" maxLength="6" /></td>
| |
| <td>Slashing: <input type="text" id="SpecMitSlash" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Piercing: <input type="text" id="SpecMitPierce" size="2" maxLength="6" /></td>
| |
| <td>Physical: <input type="text" id="SpecMitPhys" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Fire: <input type="text" id="ElemMitFire" size="2" maxLength="6" /></td>
| |
| <td>Cold: <input type="text" id="ElemMitCold" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Elec: <input type="text" id="ElemMitElec" size="2" maxLength="6" /></td>
| |
| <td>Wind: <input type="text" id="ElemMitWind" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Holy: <input type="text" id="ElemMitHoly" size="2" maxLength="6" /></td>
| |
| <td>Dark: <input type="text" id="ElemMitDark" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Soul: <input type="text" id="ElemMitSoul" size="2" maxLength="6" /></td></tr>
| |
| </table>
| |
|
| |
|
| <h2>Proficiency Bonuses</h2>
| | [http://hentaiverse.org/pages/showequip.php?eid=30262453&key=7ef49a0861 Legendary Arctic Katana of Balance] |
| <table>
| |
| <tr><td>Elemental: <input type="text" id="ProfBonElem" size="2" maxLength="6" /></td>
| |
| <td>Divine: <input type="text" id="ProfBonDiv" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Forbidden: <input type="text" id="ProfBonForb" size="2" maxLength="6" /></td>
| |
| <td>Deprecating: <input type="text" id="ProfBonDep" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Supportive: <input type="text" id="ProfBonSup" size="2" maxLength="6" /></td>
| |
| <td>Curative: <input type="text" id="ProfBonCure" size="2" maxLength="6" /></td></tr>
| |
| </table>
| |
|
| |
|
| <h2>Elemental Damage Bonuses</h2>
| | [http://hentaiverse.org/pages/showequip.php?eid=11773554&key=3d02bc4c2d Legendary Hallowed Oak Staff of Heimdall] |
| <table>
| |
| <tr><td>Fire: <input type="text" id="ElemDamFire" size="2" maxLength="6" /></td>
| |
| <td>Cold: <input type="text" id="ElemDamCold" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Elec: <input type="text" id="ElemDamElec" size="2" maxLength="6" /></td>
| |
| <td>Wind: <input type="text" id="ElemDamWind" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>Holy: <input type="text" id="ElemDamHoly" size="2" maxLength="6" /></td>
| |
| <td>Dark: <input type="text" id="ElemDamDark" size="2" maxLength="6" /></td></tr>
| |
| </table>
| |
|
| |
|
| <h2>Primary Attribute Bonuses</h2>
| | [http://hentaiverse.org/pages/showequip.php?eid=41685864&key=cae3bde64f Legendary Shocking Oak Staff of the Earth-walker] |
| <table>
| |
| <tr><td>STR: <input type="text" id="PAttrSTR" size="2" maxLength="6" /></td>
| |
| <td>DEX: <input type="text" id="PAttrDEX" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>AGI: <input type="text" id="PAttrAGI" size="2" maxLength="6" /></td>
| |
| <td>END: <input type="text" id="PAttrEND" size="2" maxLength="6" /></td></tr>
| |
| <tr><td>INT: <input type="text" id="PAttrINT" size="2" maxLength="6" /></td>
| |
| <td>WIS: <input type="text" id="PAttrWIS" size="2" maxLength="6" /></td></tr>
| |
| </table>
| |
|
| |
|
| <h2>Hit Proc</h2>
| | [http://hentaiverse.org/pages/showequip.php?eid=15978334&key=1dd2ce56ce Legendary Gossamer Cap of the Heaven-sent] |
| <table>
| |
| <tr><td>Damage: <input type="text" id="ProcDam" size="2" maxLength="6" /></td></tr>
| |
| </table>
| |
| </div>
| |
| <div id="pasteMode" style="">
| |
| <textarea id="pasteInput" cols="64%" rows="32" /></textarea>
| |
| </div>
| |
| </div>
| |
|
| |
|
| <!---Controls Block--->
| | [http://hentaiverse.org/pages/showequip.php?eid=42960237&key=1b458f5bca Legendary Mithril Plate Helmet of Stoneskin] |
| <div id="controlsDiv">
| |
| <h3 style="display:inline">Options:</h3> <h3 style="display:inline;color:red;" title="Mouseover form elements for more info.">[?]</h3><br />
| |
| <input type="radio" name="scaleType" id="scaleBase" title="Calculate Base (Level 0) stats. Best for comparing equipment." />Base Stats<br />
| |
| <input type="radio" name="scaleType" id="BaseRoll" title="Calculate Roll. See how close your gear is to the max" />Base Roll<br />
| |
| <input type="radio" name="scaleType" id="scaleLevel" title="Calculate stats at entered level. Compromise stats are not scaled down." checked />Scale to Level: <input type="text" id="scaleLevelVal" size="2" maxLength="6" /><br />
| |
| <input type="radio" name="scaleType" id="scaleStat" title="Calculate the level at which the given stat reaches the given value and scales the equip to that level." />Scale to Stat:<br />
| |
| <select id="scaleStatType">
| |
| <option value="PDmg">Attack Damage</option>
| |
| <option value="PAcc">Attack Accuracy</option>
| |
| <option value="MDmg">Magic Damage</option>
| |
| <option value="MAcc">Magic Accuracy</option>
| |
| <option value="ACrit">Attack Crit</option>
| |
| <option value="MCrit">Magic Crit</option>
| |
| <option value="PAbs">Physical Absorption</option>
| |
| <option value="PMit">Physical Mitigation</option>
| |
| <option value="MAbs">Magical Absorption</option>
| |
| <option value="MMit">Magical Mitgation</option>
| |
| <option value="AvdEvd">Evade</option>
| |
| <option value="AvdRst">Resist</option>
| |
| <option value="AvdBlk">Block</option>
| |
| <option value="AvdPry">Parry</option>
| |
| <option value="CompBur">Burden</option>
| |
| <option value="CompIntrf">Interference</option>
| |
| <option value="SpecMitCrush">Crushing</option>
| |
| <option value="SpecMitSlash">Slashing</option>
| |
| <option value="SpecMitPierce">Piercing</option>
| |
| <option value="SpecMitPhys">Physical</option>
| |
| <option value="ElemMitFire">Fire Mitgation</option>
| |
| <option value="ElemMitCold">Cold Mitgation</option>
| |
| <option value="ElemMitElec">Elec Mitgation</option>
| |
| <option value="ElemMitWind">Wind Mitgation</option>
| |
| <option value="ElemMitHoly">Holy Mitgation</option>
| |
| <option value="ElemMitDark">Dark Mitgation</option>
| |
| <option value="ElemMitSoul">Soul Mitgation</option>
| |
| <option value="ProfBonElem">Elemental Prof.</option>
| |
| <option value="ProfBonDiv">Divine Prof.</option>
| |
| <option value="ProfBonForb">Forbidden Prof.</option>
| |
| <option value="ProfBonDep">Deprecating Prof.</option>
| |
| <option value="ProfBonSup">Suppportive Prof.</option>
| |
| <option value="ProfBonCure">Curative Prof.</option>
| |
| <option value="ElemDamFire">Fire Damage</option>
| |
| <option value="ElemDamCold">Cold Damage</option>
| |
| <option value="ElemDamElec">Elec Damage</option>
| |
| <option value="ElemDamWind">Wind Damage</option>
| |
| <option value="ElemDamHoly">Holy Damage</option>
| |
| <option value="ElemDamDark">Dark Damage</option>
| |
| <option value="PAttrSTR">STR</option>
| |
| <option value="PAttrDEX">DEX</option>
| |
| <option value="PAttrAGI">AGI</option>
| |
| <option value="PAttrEND">END</option>
| |
| <option value="PAttrINT">INT</option>
| |
| <option value="PAttrWIS">WIS</option>
| |
| <option value="ProcDam">Proc Damage</option>
| |
| <option value="ProcLeech">Leech</option>
| |
| </select>:
| |
| <input type="text" id="scaleStatVal" size="2" maxLength="6" /><br />
| |
| <input type="checkbox" id="origLevel" title="Show the equip's original level before scaling in output." checked defaultChecked />Show Original Level<br />
| |
| <br />
| |
| <center>
| |
| <input type="button" name="calcButton" onclick="doCalc()" value="Calculate"> <input type="reset" value="Reset" title="Reset the entire form." />
| |
| </center>
| |
| <h4 id="versionNum"></h4>
| |
| </div>
| |
|
| |
|
| <!---Output Block--->
| | [http://hentaiverse.org/pages/showequip.php?eid=13665640&key=67d500c331 Legendary Plate Helmet of Protection] |
| <div id="outputDiv">
| | |
| <form id="outputForm">
| | [http://hentaiverse.org/pages/showequip.php?eid=12676881&key=1ac496fd11 Legendary Power Helmet of Protection] |
| <h3>Scaled Stats:</h3>
| | |
| <input type="button" name="selectAll" onClick="selectOutput()" value="Highlight" title="Highlight All.">
| | [http://hentaiverse.org/pages/showequip.php?eid=36527151&key=eafcc2ebe3 Legendary Ruby Shade Helmet of Negation] |
| <input type="button" name="resultPopup" onClick="popOut()" value="Popup" title="Create a popup of the calculated stats.">
| | |
| <h4 style="display:inline">Note: Rounding errors of +/- 0.01 may occur.</h4>
| | [http://hentaiverse.org/pages/showequip.php?eid=9820507&key=d59be9216e Legendary Gossamer Robe of the Heaven-sent] |
| <textarea id="output" cols="64%" rows="32" readonly /></textarea>
| | |
| </div>
| | [http://hentaiverse.org/pages/showequip.php?eid=18147001&key=f8e214cf85 Legendary Gossamer Robe of the Elementalist] |
| </form>
| | |
| </body>
| | [http://hentaiverse.org/pages/showequip.php?eid=18267935&key=5c5eaf4c8b Legendary Gossamer Robe of the Demon-fiend] |
| </html>
| | |
| | [http://hentaiverse.org/pages/showequip.php?eid=19217260&key=6d72a5136f Legendary Plate Cuirass of Protection] |
| | |
| | [http://hentaiverse.org/pages/showequip.php?eid=41691332&key=9c746a9f7d Legendary Amber Plate Cuirass of Stoneskin] |
| | |
| | [http://hentaiverse.org/pages/showequip.php?eid=11706322&key=12c5dbf3cf Legendary Gossamer Gloves of the Heaven-sent] |
| | |
| | [http://hentaiverse.org/pages/showequip.php?eid=14064318&key=ebf3316aac Legendary Gossamer Gloves of the Demon-fiend] |
| | |
| | [http://hentaiverse.org/pages/showequip.php?eid=13012020&key=7fdd1510ed Legendary Plate Gauntlets of Protection] |
| | |
| | [http://hentaiverse.org/pages/showequip.php?eid=13064296&key=48f8df3df1 Legendary Leather Gauntlets of the Spirit-ward] |
| | |
| | [http://hentaiverse.org/pages/showequip.php?eid=37528714&key=b8265200b9 Legendary Shielding Plate Greaves of Deflection] |
| | |
| | [http://hentaiverse.org/pages/showequip.php?eid=28163861&key=82eca58736 Legendary Zircon Power Leggings of Slaughter] |
| | |
| | [http://hentaiverse.org/pages/showequip.php?eid=41297191&key=9bb32664a7 Legendary Onyx Cotton Shoes of Warding] |
| | |
| | [http://hentaiverse.org/pages/showequip.php?eid=12945724&key=8a39131aa1 Legendary Gossamer Shoes of the Heaven-sent] |
| | |
| | [http://hentaiverse.org/pages/showequip.php?eid=18589837&key=ae31dd7b64 Legendary Gossamer Shoes of the Earth-walker] |
| | |
| | [http://hentaiverse.org/pages/showequip.php?eid=32393029&key=2267c3b989 Legendary Savage Power Boots of Slaughter] |