<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ehwiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Superlatanium</id>
	<title>EHWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://ehwiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Superlatanium"/>
	<link rel="alternate" type="text/html" href="https://ehwiki.org/wiki/Special:Contributions/Superlatanium"/>
	<updated>2026-05-25T02:21:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://ehwiki.org/index.php?title=Equipment_Ranges&amp;diff=46798</id>
		<title>Equipment Ranges</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Equipment_Ranges&amp;diff=46798"/>
		<updated>2018-01-01T01:02:53Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;In order for the data here to retain its validity, please do not edit this page.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Intro=&lt;br /&gt;
This is a continuing work in progress (WIP) and is created using values seen on [[equipment]] since for the most recent patches. These values should be used as a basis for the min/max values on a piece of gear. The values on pieces of equipment have changed from patch to patch, so gear that is &amp;quot;pre-patch changes&amp;quot; is left out of the tables to better represent what may drop in the current iteration of the [[HentaiVerse]]. If anything falls outside the range displayed on the tables it should be reported on the forums in the&lt;br /&gt;
[http://forums.e-hentai.org/index.php?showtopic=53281 Equipment Ranges thread] so that this page can be updated.&lt;br /&gt;
&lt;br /&gt;
=Formulas=&lt;br /&gt;
Put formulas for calculating base rolls, derived bases, and projected maximums, as well as how &amp;quot;slot&amp;quot; effects gear.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Total_Roll&#039;&#039;&#039;: Value when Base_Roll, Suffix_Roll, and Quality_Bonus are all added together&lt;br /&gt;
*&#039;&#039;&#039;Base_Roll&#039;&#039;&#039;: Range of values that can appear on a piece of gear&lt;br /&gt;
*&#039;&#039;&#039;Suffix_Roll&#039;&#039;&#039;: Range of values that get added due to a suffix&lt;br /&gt;
*&#039;&#039;&#039;Quality_Bonus&#039;&#039;&#039;: Value added based on overall quality of the piece of gear&lt;br /&gt;
*&#039;&#039;&#039;Slot_Mod&#039;&#039;&#039;: Multiplier for gear based on what slot it is worn&lt;br /&gt;
*&#039;&#039;&#039;Derived_Base&#039;&#039;&#039;: Value that can be seen on a piece of gear based on the rolls it got during creation&lt;br /&gt;
*&#039;&#039;&#039;Base_Multiplier&#039;&#039;&#039;: Value that is multiplied with the base to determine the Derived_Base&lt;br /&gt;
*&#039;&#039;&#039;Projected_Maximum&#039;&#039;&#039;: Maximum values that can be obtained on a piece of gear based on the formulas and observed values&lt;br /&gt;
&lt;br /&gt;
A lot of rounding occurs when going back and forth between the Rolls and the Derived values.&lt;br /&gt;
*&amp;quot;round()&amp;quot; will be used for rounding to the nearest whole number&lt;br /&gt;
*&amp;quot;roundP()&amp;quot; will be used for rounding to the nearest percentile (second decimal)&lt;br /&gt;
*&amp;quot;floor()&amp;quot; will be used for rounding down&lt;br /&gt;
*&amp;quot;ceil()&amp;quot; will be used for rounding up&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Total_Roll&#039;&#039;&#039; = Base_Roll + Suffix_Roll + Quality Bonus&lt;br /&gt;
 &#039;&#039;&#039;Total_Roll&#039;&#039;&#039; = Derived_Base / Base_Multiplier&lt;br /&gt;
 &#039;&#039;&#039;Quality_Bonus&#039;&#039;&#039; = Total_Roll - floor(Total_Roll)&lt;br /&gt;
&lt;br /&gt;
If an equipment is forged, the additional multiplier applies to Base_Roll and Suffix Roll only (i.e. Quality_Bonus part is unaffected)&lt;br /&gt;
&lt;br /&gt;
Since &#039;&#039;&#039;Base_Roll&#039;&#039;&#039; and &#039;&#039;&#039;Suffix_Roll&#039;&#039;&#039; are separate, they must be kept separate when determining the final value on a piece of gear.&lt;br /&gt;
 &#039;&#039;&#039;Derived_Base&#039;&#039;&#039; = (ceil( round(Base_Roll * Slot_Mod)) +&lt;br /&gt;
 ceil( round(Suffix_Roll * Slot_Mod)) + Quality_Bonus) * Base_Multiplier&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Slot_Mod&#039;&#039;&#039; is as follows:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Slot&lt;br /&gt;
!Amount&lt;br /&gt;
|-&lt;br /&gt;
|Body || 1.2&lt;br /&gt;
|-&lt;br /&gt;
|Legs || 1.1&lt;br /&gt;
|-&lt;br /&gt;
|Head || 1&lt;br /&gt;
|-&lt;br /&gt;
|Hands || 0.9&lt;br /&gt;
|-&lt;br /&gt;
|Feet || 0.8&lt;br /&gt;
|-&lt;br /&gt;
|Weapons &amp;amp; Shields || 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Projected_Maximums&#039;&#039;&#039; use the highest Rolls and Quality_Bonus seen on gear and are then plugged into the above formula to obtain the projected maximums.&lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;&#039;Quality_Bonus&#039;&#039;&#039;, 0.00 is used for the Derived_Base minimum and 0.865 is used for the Derived_Base maximum. &lt;br /&gt;
&amp;lt;!--For the Projected_Maximums for Exquisite, Magnificent, and Legendary quality, Quality_Bonuses of 0.94, 0.99, 1.08, and 1.14 are used respectively.&lt;br /&gt;
**The above information is no longer valid.--&amp;gt;&lt;br /&gt;
Quality_bonuses range from 0 to ~15 depending on the PXP0 value of equipment: Quality_Bonus = (PXP0-100)/25&lt;br /&gt;
&lt;br /&gt;
If an equipment is forged, the additional multiplier applies to Base_Roll and Suffix Roll only (i.e. Quality_Bonus part is unaffected)&lt;br /&gt;
&lt;br /&gt;
=Weapons=&lt;br /&gt;
==1-Handers==&lt;br /&gt;
===Axe===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;19&amp;quot; | Axe&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Base rolls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;             | Base multiplier/&amp;lt;br /&amp;gt;Fluctuation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Crude&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Fair&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Average&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Superior&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Exquisite&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Magnificent&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Legendary/Peerless&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Min || Max&lt;br /&gt;
|&lt;br /&gt;
| Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Weapon Damage&lt;br /&gt;
! Slaughter&lt;br /&gt;
| 470||888||0.0854||0||0||40.21||45.58||44.09||51.09||49.27||57.59||55.45||64.89||62.47||70.24||67.79||75.92&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 350||701||0.0854||29.9||32.42||31.52||35.93||34.68||40.27||38.86||45.4||43.73||51.16||49.23||55.4||53.39||59.87&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Attack Accuracy Bonus&lt;br /&gt;
! &lt;br /&gt;
| 75||211||0.06069||4.56||5.27||5.05||6.23||5.96||7.44||7.09||8.84||8.43||10.45||9.92||11.57||11.04||12.81&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Attack Critical Bonus&lt;br /&gt;
! &lt;br /&gt;
| 150||511||0.0105||1.58||1.89||1.79||2.34||2.19||2.89||2.71||3.53||3.33||4.26||4.02||4.8||4.55||5.37&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Burden&lt;br /&gt;
! Ethereal&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 250||200||0.07||17.22||17.5||16.8||17.29||16.31||16.94||15.68||16.45||15.05||15.89||14.49||15.26||14||14.77&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Interference&lt;br /&gt;
! Ethereal&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||50||0.07||9.94||10.5||9.1||10.15||8.12||9.38||6.86||8.47||5.53||7.28||4.55||6.02||3.5||5.04&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;6&amp;quot; | Elemental Damage Bonuses&lt;br /&gt;
! Elec Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.48||8.62||8.37||9.71||9.44||10.49||10.21||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Wind Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.63||8.37||9.72||9.46||10.5||10.22||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Fire Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.62||8.38||9.71||9.45||10.49||10.22||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Cold Prefix&lt;br /&gt;
| 92||141||0.0804||0||0||0||0||0||0||7.47||8.64||8.38||9.72||9.44||10.49||10.22||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Dark Prefix&lt;br /&gt;
| 92||141||0.0804||0||0||0||0||0||0||7.47||8.62||8.36||9.71||9.46||10.49||10.25||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Holy Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.62||8.38||9.71||9.45||10.49||10.31||11.34&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;3&amp;quot; | Primary Attribute Bonuses&lt;br /&gt;
! STR&lt;br /&gt;
| 84||211||0.03||0||0||2.52||3.08||2.95||3.68||3.51||4.37||4.17||5.16||4.9||5.72||5.46||6.33&lt;br /&gt;
|-&lt;br /&gt;
! DEX&lt;br /&gt;
| 66||136||0.03||0||0||1.98||2.27||2.2||2.6||2.52||3.02||2.9||3.42||3.31||3.74||3.63||4.08&lt;br /&gt;
|-&lt;br /&gt;
! AGI&lt;br /&gt;
| 50||111||0.03||0||0||1.5||1.77||1.71||2.05||1.97||2.39||2.31||2.76||2.65||3.05||2.94||3.33&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Club===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;19&amp;quot; | Club&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Base rolls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;             | Base multiplier/&amp;lt;br /&amp;gt;Fluctuation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Crude&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Fair&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Average&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Superior&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Exquisite&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Magnificent&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Legendary/Peerless&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Min || Max&lt;br /&gt;
|&lt;br /&gt;
| Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Weapon Damage&lt;br /&gt;
! Slaughter&lt;br /&gt;
| 353||792||0.0854||0||0||30.2||35.64||33.88||41.59||39.26||48.46||44.86||56.09||53.54||61.68||59.54||67.72&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 250||621||0.0854||21.36||23.98||23.08||27.76||26.11||32.34||30.13||37.79||35||43.81||41.46||48.3||45.36||53.04&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Attack Accuracy Bonus&lt;br /&gt;
! Balance&lt;br /&gt;
| 216||511||0.06069||0||0||13.13||15.61||15.02||18.47||17.6||21.75||20.77||25.47||24.37||28.01||27.02||31.02&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 80||211||0.06069||4.86||5.52||5.28||6.48||6.21||7.63||7.27||9.02||8.62||10.51||10.05||11.63||11.11||12.81&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Attack Critical Bonus&lt;br /&gt;
! Balance&lt;br /&gt;
| 344||991||0.0105||0||0||3.62||4.45||4.31||5.65||5.3||6.9||6.48||8.29||7.84||9.33||8.95||10.41&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 124||511||0.0105||1.31||1.66||1.54||2.13||1.97||2.72||2.52||3.41||3.18||4.19||3.93||4.76||4.48||5.37&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Magic Accuracy Chance&lt;br /&gt;
! Battlecaster&lt;br /&gt;
| 82||161||0.0491||0||0||4.03||4.49||4.44||5.18||5.01||5.91||5.7||6.68||6.46||7.29||7.03||7.91&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Mana Conservation&lt;br /&gt;
! Battlecaster&lt;br /&gt;
| 81||161||0.1||0||0||8.1||9.12||9.06||10.53||10.21||12.04||11.61||13.6||13.17||14.77||14.44||16.11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Parry&lt;br /&gt;
! Nimble&lt;br /&gt;
| 54||101||0.0894||0||0||4.89||5.42||5.31||6.15||5.98||6.94||6.71||7.7||7.56||8.37||8.17||9.04&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Burden&lt;br /&gt;
! Ethereal&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 220||140||0.07||14.91||15.4||14.28||15.12||13.44||14.49||12.53||13.79||11.41||12.88||10.64||11.83||9.8||11.06&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Interference&lt;br /&gt;
! Ethereal/Battlecaster&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||50||0.07||9.94||10.5||9.1||10.15||8.12||9.38||6.86||8.47||5.53||7.28||4.55||6.02||3.5||5.04&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;6&amp;quot; | Elemental Damage Bonuses&lt;br /&gt;
! Elec Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.48||8.64||8.38||9.72||9.45||10.49||10.22||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Wind Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.61||8.38||9.72||9.45||10.48||10.23||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Fire Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.48||8.62||8.38||9.72||9.45||10.49||10.22||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Cold Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.5||8.62||8.37||9.71||9.46||10.51||10.21||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Dark Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.48||8.62||8.39||9.7||9.46||10.46||10.31||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Holy Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.48||8.63||8.36||9.71||9.45||10.47||10.23||11.34&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;3&amp;quot; | Primary Attribute Bonuses&lt;br /&gt;
! STR&lt;br /&gt;
| 84||211||0.03||0||0||2.52||3.08||2.95||3.68||3.51||4.37||4.17||5.16||4.9||5.72||5.46||6.33&lt;br /&gt;
|-&lt;br /&gt;
! DEX&lt;br /&gt;
| 55||136||0.03||0||0||1.67||2.03||1.95||2.41||2.3||2.87||2.73||3.33||3.19||3.71||3.54||4.08&lt;br /&gt;
|-&lt;br /&gt;
! AGI&lt;br /&gt;
| 56||136||0.03||0||0||1.68||2.03||1.96||2.42||2.31||2.87||2.73||3.33||3.2||3.71||3.54||4.08&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Rapier===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;19&amp;quot; | Rapier&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Base rolls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;             | Base multiplier/&amp;lt;br /&amp;gt;Fluctuation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Crude&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Fair&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Average&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Superior&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Exquisite&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Magnificent&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Legendary/Peerless&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Min || Max&lt;br /&gt;
|&lt;br /&gt;
| Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Weapon Damage&lt;br /&gt;
! Slaughter&lt;br /&gt;
| 230||601||0.0854||0||0||19.65||24.09||22.79||29.23||26.82||35.06||32.25||41.59||38.93||46.26||42.8||51.33&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||461||0.0854||12.82||15.02||14.27||18.17||16.76||21.99||20||26.61||23.94||31.69||30.02||35.41||31.95||39.38&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Attack Accuracy Bonus&lt;br /&gt;
! Balance&lt;br /&gt;
| 330||736||0.06069||0||0||20.07||23.3||22.5||27.4||26.17||31.9||30.44||37.03||35.42||40.64||39.42||44.68&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||361||0.06069||9.11||10.19||9.85||11.7||11.19||13.57||12.98||15.76||15.05||18.22||17.46||20.01||19.19||21.92&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Attack Critical Bonus&lt;br /&gt;
! Balance&lt;br /&gt;
| 342||991||0.0105||0||0||3.6||4.56||4.31||5.65||5.3||6.9||6.49||8.28||7.83||9.31||8.88||10.41&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 124||511||0.0105||1.31||1.66||1.54||2.13||1.97||2.72||2.52||3.41||3.18||4.19||3.93||4.76||4.48||5.37&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Magic Accuracy Chance&lt;br /&gt;
! Battlecaster&lt;br /&gt;
| 81||161||0.0491||0||0||3.99||4.48||4.45||5.18||5.01||5.91||5.71||6.67||6.47||7.28||7.04||7.91&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Mana Conservation&lt;br /&gt;
! Battlecaster&lt;br /&gt;
| 81||161||0.1||0||0||8.13||8.5||9.07||10.55||10.21||12.06||11.64||13.58||13.18||14.77||14.43||16.11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Parry&lt;br /&gt;
! Nimble&lt;br /&gt;
| 137||301||0.0894||0||0||12.26||14.39||13.84||16.59||16.01||19.36||18.55||22.37||21.55||24.51||23.81||26.94&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 75||211||0.0894||6.72||7.79||7.47||9.21||8.8||10.98||10.45||13.04||12.44||15.4||14.63||17.07||16.29||18.89&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Burden&lt;br /&gt;
! Ethereal&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 180||90||0.07||12.04||12.6||11.34||12.25||10.43||11.62||9.38||10.78||8.12||9.73||7.21||8.54||6.3||7.7&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Interference&lt;br /&gt;
! Ethereal/Battlecaster&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||50||0.07||9.94||10.5||9.1||10.15||8.12||9.38||6.86||8.47||5.53||7.28||4.55||6.02||3.5||5.04&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;6&amp;quot; | Elemental Damage Bonuses&lt;br /&gt;
! Elec Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.61||8.39||9.72||9.46||10.49||10.23||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Wind Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.5||8.63||8.39||9.71||9.47||10.5||10.22||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Fire Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.48||8.61||8.39||9.73||9.46||10.48||10.23||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Cold Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.48||8.62||8.37||9.72||9.46||10.49||10.21||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Dark Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.62||8.39||9.73||9.47||10.51||10.23||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Holy Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.48||8.62||8.39||9.71||9.47||10.48||10.21||11.34&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;3&amp;quot; | Primary Attribute Bonuses&lt;br /&gt;
! STR&lt;br /&gt;
| 56||136||0.03||0||0||1.68||2.03||1.96||2.42||2.31||2.87||2.73||3.34||3.2||3.71||3.54||4.08&lt;br /&gt;
|-&lt;br /&gt;
! DEX&lt;br /&gt;
| 84||211||0.03||0||0||2.52||3.08||2.95||3.67||3.51||4.37||4.17||5.16||4.9||5.72||5.46||6.33&lt;br /&gt;
|-&lt;br /&gt;
! AGI&lt;br /&gt;
| 56||136||0.03||0||0||1.69||2.04||1.96||2.42||2.31||2.87||2.73||3.34||3.19||3.71||3.54||4.08&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Shortsword===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;19&amp;quot; | Shortsword&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Base rolls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;             | Base multiplier/&amp;lt;br /&amp;gt;Fluctuation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Crude&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Fair&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Average&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Superior&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Exquisite&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Magnificent&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Legendary/Peerless&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Min || Max&lt;br /&gt;
|&lt;br /&gt;
| Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Weapon Damage&lt;br /&gt;
! Slaughter&lt;br /&gt;
| 293||721||0.0854||0||0||25.09||30.43||28.91||36.13||33.77||42.7||39.99||50.3||47.85||55.8||53.22||61.58&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 200||561||0.0854||17.09||19.63||18.83||23.32||21.92||27.81||25.87||33.01||30.7||38.97||36.6||43.35||41.26||47.92&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Attack Accuracy Bonus&lt;br /&gt;
! Balance&lt;br /&gt;
| 406||886||0.06069||0||0||24.67||28.96||27.78||33.4||32||38.82||37.04||44.8||42.9||49.13||47.3||53.79&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 200||461||0.06069||12.15||13.47||13.07||15.34||14.71||17.64||16.87||20.37||19.49||23.38||22.43||25.67||24.59||27.99&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Attack Critical Bonus&lt;br /&gt;
! Balance&lt;br /&gt;
| 371||991||0.0105||0||0||3.9||4.75||4.58||5.86||5.52||7.05||6.66||8.39||7.95||9.38||8.99||10.41&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||511||0.0105||1.58||1.89||1.79||2.34||2.19||2.89||2.71||3.53||3.33||4.26||4.03||4.81||4.55||5.37&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; |Attack Speed&lt;br /&gt;
! Swiftness&lt;br /&gt;
| 55||135||0.0481||0||0||2.68||3.2||3.14||3.86||3.7||4.59||4.38||5.35||5.14||5.94||5.69||6.54&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Magic Accuracy Chance&lt;br /&gt;
! Battlecaster&lt;br /&gt;
| 82||160||0.0491||0||0||4.05||4.54||4.45||5.17||5.02||5.91||5.7||6.68||6.51||7.26||7.09||7.89&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Mana Conservation&lt;br /&gt;
! Battlecaster&lt;br /&gt;
| 84||159||0.1||0||0||8.41||9.16||9.06||10.53||10.2||12.04||11.62||13.6||13.17||14.85||14.52||15.97&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Parry&lt;br /&gt;
! &lt;br /&gt;
| 75||211||0.0894||6.72||7.76||7.45||9.22||8.79||10.97||10.46||13.04||12.44||15.42||14.64||17.08||16.29||18.89&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Burden&lt;br /&gt;
! Ethereal&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||75||0.07||10.08||10.5||9.45||10.22||8.68||9.66||7.77||8.96||6.79||8.12||6.02||7.14||5.25||6.44&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Interference&lt;br /&gt;
! Ethereal/Battlecaster&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||50||0.07||9.94||10.5||9.1||10.15||8.12||9.38||6.86||8.47||5.53||7.28||4.55||6.02||3.5||5.04&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;6&amp;quot; | Elemental Damage Bonuses&lt;br /&gt;
! Elec Prefix&lt;br /&gt;
| 92||141||0.0804||0||0||0||0||0||0||7.46||8.63||8.37||9.73||9.46||10.5||10.24||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Wind Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.5||8.64||8.38||9.71||9.46||10.49||10.24||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Fire Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.62||8.39||9.71||9.46||10.49||10.24||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Cold Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.63||8.37||9.72||9.46||10.49||10.23||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Dark Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.63||8.39||9.73||9.46||10.49||10.23||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Holy Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.61||8.37||9.72||9.45||10.5||10.23||11.34&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;3&amp;quot; | Primary Attribute Bonuses&lt;br /&gt;
! STR&lt;br /&gt;
| 84||211||0.03||0||0||2.53||3.08||2.95||3.68||3.51||4.37||4.17||5.16||4.91||5.72||5.46||6.33&lt;br /&gt;
|-&lt;br /&gt;
! DEX&lt;br /&gt;
| 84||211||0.03||0||0||2.52||3.08||2.95||3.68||3.51||4.37||4.17||5.17||4.91||5.72||5.46||6.33&lt;br /&gt;
|-&lt;br /&gt;
! AGI&lt;br /&gt;
| 84||211||0.03||0||0||2.52||3.08||2.95||3.67||3.51||4.38||4.17||5.16||4.91||5.72||5.46||6.33&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Wakizashi===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;19&amp;quot; | Wakizashi&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Base rolls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;             | Base multiplier/&amp;lt;br /&amp;gt;Fluctuation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Crude&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Fair&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Average&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Superior&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Exquisite&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Magnificent&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Legendary/Peerless&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Min || Max&lt;br /&gt;
|&lt;br /&gt;
| Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Weapon Damage&lt;br /&gt;
! Slaughter&lt;br /&gt;
| 238||541||0.0854||0||0||20.38||24.15||23.18||28.12||26.74||32.91||31.05||38.14||36.54||42.06||39.84||46.21&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 160||411||0.0854||13.67||15.44||14.9||18.01||17.07||21.14||19.9||24.82||23.25||28.88||27.13||31.92||30.49||35.11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Attack Accuracy Bonus&lt;br /&gt;
! Balance&lt;br /&gt;
| 476||811||0.06069||0||0||28.92||31.67||30.95||34.92||33.89||38.63||37.42||42.85||41.65||45.92||44.57||49.24&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 250||411||0.06069||15.18||16.02||15.75||17.18||16.83||18.61||18.15||20.25||19.73||22.1||21.52||23.53||22.9||24.96&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Attack Critical Bonus&lt;br /&gt;
! Balance&lt;br /&gt;
| 371||991||0.0105||0||0||3.9||4.82||4.59||5.85||5.53||7.05||6.66||8.39||7.95||9.38||8.97||10.41&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||511||0.0105||1.58||1.89||1.79||2.34||2.19||2.89||2.71||3.53||3.33||4.26||4.03||4.81||4.55||5.37&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; |Attack Speed&lt;br /&gt;
! Swiftness&lt;br /&gt;
| 143||386||0.0481||0||0||6.91||8.43||8.08||10.32||9.83||12.51||11.85||14.9||14.17||16.63||16.12||18.57&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 75||261||0.0481||3.61||4.38||4.12||5.42||5.07||6.72||6.3||8.25||7.79||9.96||9.4||11.24||10.64||12.56&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Magic Accuracy Chance&lt;br /&gt;
! Battlecaster&lt;br /&gt;
| 80||161||0.0491||0||0||3.97||4.55||4.44||5.18||5.02||5.92||5.71||6.68||6.49||7.25||7.03||7.91&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Mana Conservation&lt;br /&gt;
! Battlecaster&lt;br /&gt;
| 80||161||0.1||0||0||8.09||9.13||9.05||10.51||10.21||12.04||11.64||13.61||13.19||14.86||14.33||16.12&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Parry&lt;br /&gt;
! Nimble&lt;br /&gt;
| 181||341||0.0894||0||0||16.25||18.13||17.77||20.52||19.89||23.2||22.39||26.05||25.2||28.16||27.51||30.53&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 120||251||0.0894||10.75||11.71||11.42||13.13||12.74||14.82||14.32||16.89||16.3||19.08||18.4||20.74||19.97||22.48&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Burden&lt;br /&gt;
! Ethereal&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 80||40||0.07||5.39||5.6||5.04||5.46||4.62||5.18||4.13||4.76||3.64||4.34||3.22||3.78||2.8||3.43&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Interference&lt;br /&gt;
! Ethereal/Battlecaster&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 120||50||0.07||7.98||8.4||7.42||8.12||6.72||7.63||5.88||6.93||4.9||6.16||4.2||5.25||3.5||4.55&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;6&amp;quot; | Elemental Damage Bonuses&lt;br /&gt;
! Elec Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.63||8.39||9.72||9.47||10.5||10.23||11.35&lt;br /&gt;
|-&lt;br /&gt;
! Wind Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.62||8.41||9.71||9.45||10.5||10.24||11.35&lt;br /&gt;
|-&lt;br /&gt;
! Fire Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.5||8.63||8.39||9.72||9.46||10.5||10.23||11.35&lt;br /&gt;
|-&lt;br /&gt;
! Cold Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.64||8.39||9.71||9.46||10.5||10.23||11.35&lt;br /&gt;
|-&lt;br /&gt;
! Dark Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.5||8.63||8.39||9.73||9.47||10.49||10.25||11.35&lt;br /&gt;
|-&lt;br /&gt;
! Holy Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.51||8.62||8.39||9.71||9.46||10.51||10.23||11.35&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;3&amp;quot; | Primary Attribute Bonuses&lt;br /&gt;
! STR&lt;br /&gt;
| 50||111||0.03||0||0||1.51||1.76||1.72||2.06||1.98||2.39||2.31||2.76||2.66||3.05||2.94||3.33&lt;br /&gt;
|-&lt;br /&gt;
! DEX&lt;br /&gt;
| 110||261||0.03||0||0||3.31||3.98||3.82||4.7||4.47||5.51||5.25||6.43||6.14||7.13||6.81||7.83&lt;br /&gt;
|-&lt;br /&gt;
! AGI&lt;br /&gt;
| 110||261||0.03||0||0||3.31||3.99||3.82||4.7||4.47||5.51||5.25||6.42||6.14||7.13||6.81||7.83&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==2-Handers==&lt;br /&gt;
===Estoc===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;19&amp;quot; | Estoc&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Base rolls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;             | Base multiplier/&amp;lt;br /&amp;gt;Fluctuation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Crude&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Fair&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Average&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Superior&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Exquisite&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Magnificent&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Legendary/Peerless&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Min || Max&lt;br /&gt;
|&lt;br /&gt;
| Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Weapon Damage&lt;br /&gt;
! Slaughter&lt;br /&gt;
| 504||961||0.0854||0||0||43.07||48.29||47.35||54.92||52.88||62.02||59.62||70||67.44||75.87||73.01||82.07&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 375||761||0.0854||32.03||34.8||33.85||38.58||37.35||43.42||41.84||49.07||47.23||55.42||53.33||60.09||57.83||64.99&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Attack Accuracy Bonus&lt;br /&gt;
! Balance&lt;br /&gt;
| 206||436||0.06069||0||0||12.51||13.88||13.93||16.64||15.98||19.2||18.47||22.09||21.26||24.2||23.51||26.47&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 75||161||0.06069||4.56||4.97||4.88||5.64||5.47||6.41||6.18||7.31||7.03||8.26||7.98||9.01||8.7||9.78&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Attack Critical Bonus&lt;br /&gt;
! Balance&lt;br /&gt;
| 653||1291||0.0105||0||0||6.86||7.67||7.48||8.8||8.45||10.03||9.66||11.45||10.99||12.42||12.01||13.56&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 375||760||0.0105||3.94||4.28||4.17||4.75||4.59||5.34||5.14||6.03||5.81||6.81||6.56||7.39||7.11||7.99&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Magic Accuracy Chance&lt;br /&gt;
! Battlecaster&lt;br /&gt;
| 134||261||0.0491||0||0||6.58||6.58||7.29||8.44||8.2||9.6||9.29||10.89||10.49||11.8||11.5||12.82&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Mana Conservation&lt;br /&gt;
! Battlecaster&lt;br /&gt;
| 138||261||0.1||0||0||13.8||13.8||14.86||17.25||16.69||19.53||18.92||22.18||21.44||23.97||23.41||26.11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Burden&lt;br /&gt;
! Ethereal&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 400||200||0.07||26.81||28||25.2||27.23||23.17||25.83||20.79||23.87||18.06||21.63||16.1||18.97||14||17.08&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Interference&lt;br /&gt;
! Ethereal/Battlecaster&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 200||100||0.07||13.44||14||12.6||13.65||11.62||12.88||10.36||11.97||9.03||10.78||8.05||9.52||7||8.54&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;6&amp;quot; | Elemental Damage Bonuses&lt;br /&gt;
! Elec Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.61||8.4||9.7||9.47||10.48||10.23||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Wind Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.62||8.39||9.72||9.46||10.49||10.24||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Fire Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.62||8.4||9.7||9.47||10.48||10.24||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Cold Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.5||8.63||8.36||9.71||9.47||10.48||10.22||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Dark Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.5||8.63||8.4||9.69||9.47||10.48||10.22||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Holy Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.5||8.61||8.37||9.68||9.48||10.49||10.32||11.34&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;3&amp;quot; | Primary Attribute Bonuses&lt;br /&gt;
! STR&lt;br /&gt;
| 203||386||0.03||0||0||6.09||6.89||6.67||7.75||7.47||8.75||8.43||9.87||9.53||10.7||10.32||11.58&lt;br /&gt;
|-&lt;br /&gt;
! DEX&lt;br /&gt;
| 83||201||0.03||0||0||2.49||2.96||2.89||3.59||3.42||4.22||4.02||4.95||4.73||5.48||5.25||6.03&lt;br /&gt;
|-&lt;br /&gt;
! AGI&lt;br /&gt;
| 46||131||0.03||0||0||1.39||1.77||1.69||2.17||2.04||2.63||2.49||3.15||2.98||3.53||3.36||3.93&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Longsword===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;19&amp;quot; | Longsword&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Base rolls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;             | Base multiplier/&amp;lt;br /&amp;gt;Fluctuation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Crude&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Fair&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Average&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Superior&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Exquisite&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Magnificent&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Legendary/Peerless&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Min || Max&lt;br /&gt;
|&lt;br /&gt;
| Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Weapon Damage&lt;br /&gt;
! Slaughter&lt;br /&gt;
| 547||1153||0.0854||0||0||46.74||54.11||51.98||62.19||59.45||71.77||68.59||82.36||78.87||90.22||86.45||98.47&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 400||921||0.0854||34.17||37.88||36.74||43.1||41.26||49.58||47.31||57.17||54.66||65.76||62.88||72.04||68.93||78.66&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Attack Accuracy Bonus&lt;br /&gt;
! Balance&lt;br /&gt;
| 215||511||0.06069||0||0||13.06||15.21||14.67||18.11||17.31||21.51||20.48||25.23||24.2||27.95||27.38||31.02&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 75||211||0.06069||4.56||5.26||5.04||6.26||5.96||7.44||7.09||8.84||8.44||10.45||9.92||11.57||11.05||12.81&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Attack Critical Bonus&lt;br /&gt;
! Balance&lt;br /&gt;
| 680||1351||0.0105||0||0||7.15||7.91||7.84||9.22||8.85||10.52||10.09||11.98||11.53||13.05||12.56||14.19&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 400||811||0.0105||4.2||4.56||4.45||5.07||4.9||5.7||5.48||6.43||6.18||7.27||6.99||7.87||7.58||8.52&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Magic Accuracy Chance&lt;br /&gt;
! Battlecaster&lt;br /&gt;
| 136||261||0.0491||0||0||6.69||7.13||7.3||8.44||8.21||9.59||9.3||10.89||10.53||11.81||11.85||12.82&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Mana Conservation&lt;br /&gt;
! Battlecaster&lt;br /&gt;
| 144||261||0.1||0||0||14.42||14.73||14.87||17.12||16.72||19.54||18.91||22.2||21.48||24.06||25.14||26.11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Burden&lt;br /&gt;
! Ethereal&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 500||300||0.07||33.81||35||32.2||34.23||30.17||32.83||27.79||30.87||25.06||28.63||23.1||25.97||21||24.08&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Interference&lt;br /&gt;
! Ethereal/Battlecaster&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 300||150||0.07||20.09||21||18.9||20.44||17.36||19.32||15.61||17.92||13.58||16.24||12.04||14.28||10.5||12.81&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;6&amp;quot; | Elemental Damage Bonuses&lt;br /&gt;
! Elec Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.48||8.62||8.39||9.7||9.45||10.48||10.31||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Wind Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.51||8.62||8.4||9.69||9.45||10.48||10.24||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Fire Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.5||8.61||8.39||9.72||9.46||10.49||10.22||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Cold Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.48||8.62||8.38||9.7||9.47||10.48||10.23||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Dark Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.61||8.38||9.7||9.5||10.48||10.24||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Holy Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.51||8.54||8.38||9.69||9.45||10.46||10.23||11.34&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;3&amp;quot; | Primary Attribute Bonuses&lt;br /&gt;
! STR&lt;br /&gt;
| 213||411||0.03||0||0||6.39||7.28||7.03||8.2||7.92||9.28||8.94||10.5||10.12||11.39||10.98||12.33&lt;br /&gt;
|-&lt;br /&gt;
! DEX&lt;br /&gt;
| 160||311||0.03||0||0||4.8||5.47||5.31||6.2||5.97||7.01||6.75||7.92||7.64||8.63||8.31||9.33&lt;br /&gt;
|-&lt;br /&gt;
! AGI&lt;br /&gt;
| 81||161||0.03||0||0||2.44||2.75||2.71||3.16||3.05||3.61||3.48||4.08||3.94||4.46||4.29||4.83&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Mace===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;19&amp;quot; | Mace&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Base rolls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;             | Base multiplier/&amp;lt;br /&amp;gt;Fluctuation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Crude&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Fair&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Average&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Superior&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Exquisite&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Magnificent&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Legendary/Peerless&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Min || Max&lt;br /&gt;
|&lt;br /&gt;
| Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Weapon Damage&lt;br /&gt;
! Slaughter&lt;br /&gt;
| 503||961||0.0854||0||0||42.97||48.43||47.26||54.81||52.91||62.03||59.63||70.03||67.51||75.82||73.37||82.07&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 375||761||0.0854||32.03||34.81||33.91||38.69||37.32||43.44||41.82||49.06||47.23||55.43||53.33||60.08||57.83||64.99&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Attack Accuracy Bonus&lt;br /&gt;
! Balance&lt;br /&gt;
| 216||496||0.06069||0||0||13.11||15.26||14.86||18.17||17.32||21.34||20.31||24.82||23.78||27.34||26.48||30.11&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 80||201||0.06069||4.86||5.45||5.3||6.35||6.09||7.44||7.08||8.71||8.32||10.08||9.68||11.14||10.68||12.2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Attack Critical Bonus&lt;br /&gt;
! Balance&lt;br /&gt;
| 648||1291||0.0105||0||0||6.81||7.52||7.48||8.8||8.45||10.05||9.63||11.44||10.98||12.48||12.01||13.56&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 375||760||0.0105||3.94||4.28||4.16||4.75||4.59||5.34||5.14||6.03||5.8||6.82||6.56||7.39||7.11||7.99&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Magic Accuracy Chance&lt;br /&gt;
! Battlecaster&lt;br /&gt;
| 136||261||0.0491||0||0||6.69||6.69||7.28||8.46||8.22||9.59||9.28||10.9||10.49||11.75||11.5||12.82&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Mana Conservation&lt;br /&gt;
! Battlecaster&lt;br /&gt;
| 141||261||0.1||0||0||14.12||14.12||14.88||17.23||16.72||19.54||18.94||22.18||21.42||23.96||23.29||26.11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Burden&lt;br /&gt;
! Ethereal&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 400||200||0.07||26.81||28||25.2||27.23||23.17||25.83||20.79||23.87||18.06||21.63||16.1||18.97||14||17.08&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Interference&lt;br /&gt;
! Ethereal/Battlecaster&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 200||100||0.07||13.44||14||12.6||13.65||11.62||12.88||10.36||11.97||9.03||10.78||8.05||9.52||7||8.54&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;6&amp;quot; | Elemental Damage Bonuses&lt;br /&gt;
! Elec Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.54||8.4||9.69||9.46||10.49||10.22||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Wind Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.51||8.6||8.39||9.7||9.43||10.48||10.2||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Fire Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.51||8.62||8.41||9.71||9.45||10.49||10.31||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Cold Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.48||8.62||8.4||9.7||9.48||10.49||10.23||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Dark Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.53||8.56||8.4||9.7||9.46||10.48||10.22||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Holy Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.5||8.6||8.37||9.69||9.46||10.49||10.23||11.34&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;3&amp;quot; | Primary Attribute Bonuses&lt;br /&gt;
! STR&lt;br /&gt;
| 202||391||0.03||0||0||6.07||6.91||6.7||7.78||7.53||8.83||8.52||9.99||9.62||10.85||10.44||11.73&lt;br /&gt;
|-&lt;br /&gt;
! DEX&lt;br /&gt;
| 134||261||0.03||0||0||4.02||4.55||4.45||5.17||5.01||5.86||5.67||6.66||6.4||7.22||6.96||7.83&lt;br /&gt;
|-&lt;br /&gt;
! AGI&lt;br /&gt;
| 66||136||0.03||0||0||1.99||2.27||2.2||2.6||2.52||3.02||2.91||3.42||3.31||3.74||3.63||4.08&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Katana===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;19&amp;quot; | Katana&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Base rolls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;             | Base multiplier/&amp;lt;br /&amp;gt;Fluctuation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Crude&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Fair&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Average&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Superior&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Exquisite&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Magnificent&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Legendary/Peerless&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Min || Max&lt;br /&gt;
|&lt;br /&gt;
| Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Weapon Damage&lt;br /&gt;
! Slaughter&lt;br /&gt;
| 477||961||0.0854||0||0||40.75||46.8||45.13||53.31||50.99||60.75||58.17||69.35||66.41||75.41||72.61||82.07&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 350||761||0.0854||29.9||32.85||31.9||36.95||35.55||42.07||40.31||48.03||46.03||54.84||52.57||59.74||57.39||64.99&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Attack Accuracy Bonus&lt;br /&gt;
! Balance&lt;br /&gt;
| 405||886||0.06069||0||0||24.63||28.66||27.79||33.46||32||38.81||37.04||44.79||43||49.13||47.41||53.78&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 200||461||0.06069||12.15||13.45||13.06||15.34||14.71||17.64||16.86||20.36||19.48||23.37||22.43||25.65||24.58||27.98&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Attack Critical Bonus&lt;br /&gt;
! Balance&lt;br /&gt;
| 685||1351||0.0105||0||0||7.2||8.07||7.83||9.23||8.86||10.52||10.09||11.99||11.51||13.05||12.56||14.19&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 400||811||0.0105||4.2||4.56||4.44||5.07||4.9||5.7||5.48||6.43||6.18||7.27||6.99||7.87||7.58||8.52&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Burden&lt;br /&gt;
! Ethereal&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 400||200||0.07||26.81||28||25.2||27.23||23.17||25.83||20.79||23.87||18.06||21.63||16.1||18.97||14||17.08&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Interference&lt;br /&gt;
! Ethereal&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 200||100||0.07||13.44||14||12.6||13.65||11.62||12.88||10.36||11.97||9.03||10.78||8.05||9.52||7||8.54&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;6&amp;quot; | Elemental Damage Bonuses&lt;br /&gt;
! Elec Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.48||8.62||8.39||9.69||9.47||10.47||10.23||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Wind Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.63||8.37||9.71||9.45||10.45||10.22||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Fire Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.51||8.63||8.37||9.72||9.47||10.48||10.23||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Cold Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.48||8.62||8.38||9.71||9.47||10.47||10.22||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Dark Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.48||8.62||8.4||9.68||9.47||10.49||10.24||11.34&lt;br /&gt;
|-&lt;br /&gt;
! Holy Prefix&lt;br /&gt;
| 93||141||0.0804||0||0||0||0||0||0||7.49||8.61||8.39||9.69||9.46||10.51||10.21||11.34&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;3&amp;quot; | Primary Attribute Bonuses&lt;br /&gt;
! STR&lt;br /&gt;
| 213||411||0.03||0||0||6.41||7.28||7.03||8.2||7.92||9.29||8.94||10.5||10.12||11.38||10.98||12.33&lt;br /&gt;
|-&lt;br /&gt;
! DEX&lt;br /&gt;
| 160||311||0.03||0||0||4.81||5.45||5.32||6.2||5.96||7||6.75||7.92||7.63||8.63||8.31||9.33&lt;br /&gt;
|-&lt;br /&gt;
! AGI&lt;br /&gt;
| 57||161||0.03||0||0||1.71||2.16||2.08||2.66||2.51||3.26||3.09||3.87||3.67||4.34||4.14||4.83&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Staff==&lt;br /&gt;
===Katalox===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;19&amp;quot; | Katalox&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Base rolls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;             | Base multiplier/&amp;lt;br /&amp;gt;Fluctuation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Crude&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Fair&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Average&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Superior&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Exquisite&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Magnificent&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Legendary/Peerless&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Min || Max&lt;br /&gt;
|&lt;br /&gt;
| Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Weapon Damage&lt;br /&gt;
! &lt;br /&gt;
| 100||400||0.0854||8.55||10.65||10.07||13.74||12.79||17.48||16.23||21.92||20.43||26.84||25.19||30.41||28.69||34.23&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Magic Damage Bonus&lt;br /&gt;
! Destruction&lt;br /&gt;
| 270||629||0.082969||0||0||22.44||26.03||25.63||31.31||29.85||36.76||35.12||42.94||41.7||46.84||45.85||52.2&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||390||0.082969||12.45||14.1||13.58||16.43||15.64||19.38||18.36||22.86||21.61||26.63||25.43||29.44||28.09||32.4&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Magic Accuracy Bonus&lt;br /&gt;
! Focus&lt;br /&gt;
| 345||780||0.0491||0||0||16.98||18.99||18.66||22.81||21.72||26.99||25.68||31.48||30.34||34.23||33.4||38.34&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||390||0.0491||7.37||8.35||8.05||9.76||9.26||11.47||10.87||13.54||12.79||15.77||15.06||17.44||16.73||19.18&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Magic Crit Bonus&lt;br /&gt;
! Focus&lt;br /&gt;
| 445||1086||0.0114||0||0||5.08||6.01||5.84||7.23||6.89||8.6||8.19||10.08||9.7||11.22||10.98||12.39&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 250||640||0.0114||2.85||3.22||3.11||3.75||3.56||4.4||4.16||5.16||4.89||6.02||5.73||6.64||6.34||7.3&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Mana Conservation&lt;br /&gt;
! Focus&lt;br /&gt;
| 115||330||0.1||0||0||11.51||14.14||13.91||18.07||16.94||21.97||20.75||26.42||24.99||29.6||28.09||33.08&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;5&amp;quot; | Proficiency Bonus&lt;br /&gt;
! Divine Suffix&lt;br /&gt;
| 250||530||0.0306||0||0||7.66||8.13||8.34||9.96||9.63||11.65||11.27||13.37||13.21||14.54||14.41||16.24&lt;br /&gt;
|-&lt;br /&gt;
! Divine Non-Suffix&lt;br /&gt;
| 90||270||0.0306||2.76||3.21||3.1||3.88||3.7||4.7||4.45||5.65||5.37||6.7||6.36||7.47||7.1||8.29&lt;br /&gt;
|-&lt;br /&gt;
! Forbidden Suffix&lt;br /&gt;
| 250||530||0.0306||0||0||7.68||8.29||8.35||9.99||9.63||11.6||11.25||13.46||13.22||14.69||14.43||16.24&lt;br /&gt;
|-&lt;br /&gt;
! Forbidden Non-Suffix&lt;br /&gt;
| 90||270||0.0306||2.76||3.18||3.11||3.88||3.7||4.7||4.44||5.65||5.37||6.7||6.36||7.47||7.1||8.29&lt;br /&gt;
|-&lt;br /&gt;
! Deprecating&lt;br /&gt;
| 65||200||0.0306||1.99||2.33||2.26||2.82||2.71||3.44||3.28||4.15||3.96||4.96||4.71||5.51||5.26||6.14&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Burden&lt;br /&gt;
! Ethereal&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 200||100||0.07||13.44||14||12.6||13.65||11.62||12.88||10.36||11.97||9.03||10.78||8.05||9.52||7||8.54&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;12&amp;quot; | Elemental Damage Bonuses&lt;br /&gt;
! Holy Suffix/Prefix&lt;br /&gt;
| 289||470||0.0804||0||0||0||0||0||0||23.25||26.16||27.54||29.58||31.44||33.44||33.92||37.84&lt;br /&gt;
|-&lt;br /&gt;
! Holy Suffix&lt;br /&gt;
| 137||340||0.0804||0||0||11.09||13.33||13.03||16.03||15.31||19||18.22||22.36||21.44||24.45||24.11||27.39&lt;br /&gt;
|-&lt;br /&gt;
! Holy Prefix&lt;br /&gt;
| 149||270||0.0804||0||0||0||0||0||0||12.03||14.94||14.77||17.66||17.59||19.61||19.27||21.77&lt;br /&gt;
|-&lt;br /&gt;
! Holy Non-Suffix or Prefix&lt;br /&gt;
| 25||140||0.0804||2.02||2.8||2.64||3.91||3.59||5.28||4.92||6.9||6.45||8.71||8.11||9.91||9.4||11.32&lt;br /&gt;
|-&lt;br /&gt;
! Dark Suffix/Prefix&lt;br /&gt;
| 291||454||0.0804||0||0||0||0||0||0||23.42||26.24||26.8||30.14||30.95||33.45||34.48||36.52&lt;br /&gt;
|-&lt;br /&gt;
! Dark Suffix&lt;br /&gt;
| 140||340||0.0804||0||0||11.3||13.11||13.01||16.03||15.31||19.09||18.25||22.4||21.46||24.52||24.59||27.39&lt;br /&gt;
|-&lt;br /&gt;
! Dark Prefix&lt;br /&gt;
| 151||270||0.0804||0||0||0||0||0||0||12.2||14.97||14.53||17.54||17.53||19.47||19.05||21.76&lt;br /&gt;
|-&lt;br /&gt;
! Dark Non-Suffix or Prefix&lt;br /&gt;
| 25||140||0.0804||2.02||2.8||2.64||3.93||3.59||5.28||4.93||6.89||6.45||8.69||8.1||9.9||9.4||11.32&lt;br /&gt;
|-&lt;br /&gt;
! Elec Prefix&lt;br /&gt;
| 93||140||0.0804||0||0||0||0||0||0||7.5||8.62||8.4||9.71||9.48||10.44||10.22||11.32&lt;br /&gt;
|-&lt;br /&gt;
! Wind Prefix&lt;br /&gt;
| 93||140||0.0804||0||0||0||0||0||0||7.51||8.65||8.4||9.73||9.5||10.45||10.21||11.32&lt;br /&gt;
|-&lt;br /&gt;
! Fire Prefix&lt;br /&gt;
| 93||140||0.0804||0||0||0||0||0||0||7.52||8.63||8.44||9.73||9.48||10.44||10.21||11.32&lt;br /&gt;
|-&lt;br /&gt;
! Cold Prefix&lt;br /&gt;
| 93||140||0.0804||0||0||0||0||0||0||7.52||8.62||8.41||9.72||9.48||10.46||10.28||11.31&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Primary Attribute Bonuses&lt;br /&gt;
! INT&lt;br /&gt;
| 76||240||0.03||0||0||2.3||3.03||2.82||3.8||3.53||4.7||4.37||5.7||5.34||6.42||6.12||7.22&lt;br /&gt;
|-&lt;br /&gt;
! WIS&lt;br /&gt;
| 57||160||0.03||0||0||1.72||2.19||2.09||2.66||2.53||3.26||3.1||3.88||3.68||4.33||4.13||4.82&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Redwood===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;19&amp;quot; | Redwood&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Base rolls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;             | Base multiplier/&amp;lt;br /&amp;gt;Fluctuation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Crude&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Fair&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Average&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Superior&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Exquisite&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Magnificent&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Legendary/Peerless&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Min || Max&lt;br /&gt;
|&lt;br /&gt;
| Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Weapon Damage&lt;br /&gt;
! &lt;br /&gt;
| 100||400||0.0854||8.57||10.67||10.06||13.75||12.8||17.49||16.26||21.93||20.44||26.84||25.17||30.42||28.69||34.24&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Magic Damage Bonus&lt;br /&gt;
! Destruction&lt;br /&gt;
| 278||623||0.082969||0||0||23.09||26.52||25.46||31.04||29.74||36.56||34.96||42.61||41.18||46.86||45.95||51.71&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||385||0.082969||12.47||14.09||13.6||16.38||15.65||19.29||18.35||22.61||21.58||26.38||25.19||29.03||27.76||31.99&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Magic Accuracy Bonus&lt;br /&gt;
! Focus&lt;br /&gt;
| 337||773||0.0491||0||0||16.57||18.5||18.56||22.8||21.72||26.69||25.62||31.28||29.96||34.48||33.29||38&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||385||0.0491||7.38||8.34||8.05||9.73||9.27||11.43||10.86||13.39||12.79||15.63||14.92||17.2||16.45||18.94&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Magic Crit Bonus&lt;br /&gt;
! Focus&lt;br /&gt;
| 294||930||0.0114||0||0||3.36||4.3||4.11||5.5||5.17||6.85||6.45||8.36||7.91||9.4||9.1||10.61&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 125||510||0.0114||1.43||1.8||1.67||2.32||2.14||2.95||2.74||3.7||3.46||4.55||4.27||5.17||4.87||5.82&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Mana Conservation&lt;br /&gt;
! Focus&lt;br /&gt;
| 115||330||0.1||0||0||11.5||14.62||13.9||18.06||16.97||21.96||20.76||26.43||25.01||29.52||28.11||33.09&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;4&amp;quot; | Proficiency Bonus&lt;br /&gt;
! Elemental Suffix&lt;br /&gt;
| 251||530||0.0306||0||0||7.7||8.61||8.57||10.08||9.84||11.8||11.38||13.55||13.16||14.7||14.29||16.24&lt;br /&gt;
|-&lt;br /&gt;
! Elemental Non-Suffix&lt;br /&gt;
| 100||270||0.0306||3.07||3.48||3.4||4.12||3.94||4.89||4.66||5.8||5.52||6.8||6.48||7.5||7.19||8.29&lt;br /&gt;
|-&lt;br /&gt;
! Supportive&lt;br /&gt;
| 50||140||0.0306||1.54||1.77||1.72||2.11||2.04||2.53||2.4||2.99||2.86||3.53||3.36||3.9||3.73||4.31&lt;br /&gt;
|-&lt;br /&gt;
! Deprecating&lt;br /&gt;
| 50||140||0.0306||1.54||1.77||1.72||2.11||2.05||2.53||2.4||2.99||2.86||3.53||3.36||3.89||3.73||4.31&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Burden&lt;br /&gt;
! Ethereal&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||70||0.07||10.01||10.5||9.38||10.22||8.54||9.59||7.63||8.89||6.51||7.98||5.74||6.93||4.9||6.16&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;18&amp;quot; | Elemental Damage Bonuses&lt;br /&gt;
! Elec Suffix/Prefix&lt;br /&gt;
| 283||457||0.0804||0||0||0||0||0||0||22.76||26.25||26.59||30.79||30.54||33.54||34.42||36.77&lt;br /&gt;
|-&lt;br /&gt;
! Elec Suffix&lt;br /&gt;
| 142||340||0.0804||0||0||11.49||13.28||13.05||15.88||15.31||19.07||18.21||22.28||21.72||24.37||24.36||27.4&lt;br /&gt;
|-&lt;br /&gt;
! Elec Prefix&lt;br /&gt;
| 150||270||0.0804||0||0||0||0||0||0||12.09||14.9||14.39||17.51||17.53||19.39||18.97||21.78&lt;br /&gt;
|-&lt;br /&gt;
! Elec Non-Suffix or Prefix&lt;br /&gt;
| 25||140||0.0804||2.04||2.81||2.66||3.95||3.6||5.28||4.94||6.89||6.47||8.71||8.1||9.92||9.4||11.33&lt;br /&gt;
|-&lt;br /&gt;
! Wind Suffix/Prefix&lt;br /&gt;
| 293||464||0.0804||0||0||0||0||0||0||23.6||26.48||27.16||29.97||31.29||32.58||34.91||37.32&lt;br /&gt;
|-&lt;br /&gt;
! Wind Suffix&lt;br /&gt;
| 140||340||0.0804||0||0||11.31||13.26||13.03||16.03||15.38||19||18.21||22.36||21.87||24.54||26.29||27.4&lt;br /&gt;
|-&lt;br /&gt;
! Wind Prefix&lt;br /&gt;
| 150||270||0.0804||0||0||0||0||0||0||12.08||14.87||14.32||17.67||17.36||19.41||19.21||21.78&lt;br /&gt;
|-&lt;br /&gt;
! Wind Non-Suffix or Prefix&lt;br /&gt;
| 25||140||0.0804||2.04||2.81||2.64||3.94||3.61||5.28||4.92||6.89||6.46||8.71||8.11||9.92||9.41||11.33&lt;br /&gt;
|-&lt;br /&gt;
! Fire Suffix/Prefix&lt;br /&gt;
| 302||470||0.0804||0||0||0||0||0||0||24.31||26.02||26.43||30.94||30.8||33.7||34.72||37.85&lt;br /&gt;
|-&lt;br /&gt;
! Fire Suffix&lt;br /&gt;
| 142||340||0.0804||0||0||11.48||13.26||12.95||15.96||15.34||19.07||18.23||22.44||22.03||23.73||24.37||27.4&lt;br /&gt;
|-&lt;br /&gt;
! Fire Prefix&lt;br /&gt;
| 151||270||0.0804||0||0||0||0||0||0||12.18||14.99||14.29||17.53||17.28||19.55||19.06||21.78&lt;br /&gt;
|-&lt;br /&gt;
! Fire Non-Suffix or Prefix&lt;br /&gt;
| 25||140||0.0804||2.04||2.83||2.63||3.95||3.61||5.29||4.93||6.9||6.47||8.71||8.12||9.91||9.4||11.33&lt;br /&gt;
|-&lt;br /&gt;
! Cold Suffix/Prefix&lt;br /&gt;
| 291||459||0.0804||0||0||0||0||0||0||23.4||26.69||27.49||30.53||31.69||32.97||34.09||36.92&lt;br /&gt;
|-&lt;br /&gt;
! Cold Suffix&lt;br /&gt;
| 139||340||0.0804||0||0||11.25||13.25||12.95||16.03||15.4||19.02||18.23||22.44||21.8||24.37||26.95||27.4&lt;br /&gt;
|-&lt;br /&gt;
! Cold Prefix&lt;br /&gt;
| 153||270||0.0804||0||0||0||0||0||0||12.34||14.66||14.44||17.68||17.45||19.64||19.22||21.77&lt;br /&gt;
|-&lt;br /&gt;
! Cold Non-Suffix or Prefix&lt;br /&gt;
| 25||140||0.0804||2.04||2.81||2.65||3.95||3.61||5.28||4.93||6.89||6.46||8.7||8.11||9.92||9.4||11.33&lt;br /&gt;
|-&lt;br /&gt;
! Holy Prefix&lt;br /&gt;
| 93||140||0.0804||0||0||0||0||0||0||7.54||8.64||8.4||9.72||9.5||10.39||10.22||11.33&lt;br /&gt;
|-&lt;br /&gt;
! Dark Prefix&lt;br /&gt;
| 93||140||0.0804||0||0||0||0||0||0||7.52||8.59||8.43||9.72||9.58||10.21||10.23||11.33&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Primary Attribute Bonuses&lt;br /&gt;
! INT&lt;br /&gt;
| 84||211||0.03||0||0||2.54||3.08||2.96||3.68||3.52||4.37||4.18||5.17||4.92||5.71||5.46||6.33&lt;br /&gt;
|-&lt;br /&gt;
! WIS&lt;br /&gt;
| 84||211||0.03||0||0||2.53||3.09||2.97||3.68||3.52||4.37||4.18||5.17||4.91||5.71||5.46||6.33&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Willow===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;19&amp;quot; | Willow&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Base rolls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;             | Base multiplier/&amp;lt;br /&amp;gt;Fluctuation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Crude&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Fair&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Average&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Superior&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Exquisite&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Magnificent&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Legendary/Peerless&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Min || Max&lt;br /&gt;
|&lt;br /&gt;
| Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Weapon Damage&lt;br /&gt;
! &lt;br /&gt;
| 100||400||0.0854||8.58||10.64||10.08||13.76||12.79||17.48||16.25||21.92||20.45||26.84||25.18||30.42||28.68||34.24&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Magic Damage Bonus&lt;br /&gt;
! Destruction&lt;br /&gt;
| 270||623||0.082969||0||0||22.46||25.24||25.46||31.05||29.74||36.51||34.96||42.63||40.87||46.68||44.93||51.71&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||385||0.082969||12.47||14.1||13.59||16.4||15.64||19.3||18.35||22.61||21.6||26.38||25.2||29.04||27.76||31.99&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Magic Accuracy Bonus&lt;br /&gt;
! Focus&lt;br /&gt;
| 337||773||0.0491||0||0||16.59||19.1||18.51||22.74||21.69||26.72||25.52||31.19||29.85||34.48||33.31||38&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||385||0.0491||7.38||8.35||8.06||9.73||9.27||11.42||10.87||13.4||12.78||15.62||14.93||17.19||16.44||18.94&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Magic Crit Bonus&lt;br /&gt;
! Focus&lt;br /&gt;
| 306||930||0.0114||0||0||3.49||4.38||4.12||5.52||5.15||6.86||6.42||8.36||7.86||9.3||9.16||10.61&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 125||510||0.0114||1.43||1.8||1.67||2.31||2.14||2.95||2.74||3.7||3.46||4.55||4.27||5.17||4.87||5.82&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Counter-Resist&lt;br /&gt;
! &lt;br /&gt;
| 25||135||0.1||2.54||3.4||3.2||4.81||4.48||6.38||5.95||8.38||7.83||10.43||9.8||11.92||11.28||13.59&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Mana Conservation&lt;br /&gt;
! Focus&lt;br /&gt;
| 116||330||0.1||0||0||11.69||14.7||13.89||18.07||16.94||21.98||20.75||26.43||24.98||29.63||28.11||33.09&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;4&amp;quot; | Proficiency Bonus&lt;br /&gt;
! Deprecating Suffix&lt;br /&gt;
| 349||645||0.0306||0||0||10.69||11.36||11.46||13.17||12.79||14.92||14.43||16.83||16.4||18.28||17.93||19.76&lt;br /&gt;
|-&lt;br /&gt;
! Deprecating Non-Suffix&lt;br /&gt;
| 190||385||0.0306||5.83||6.3||6.18||7.04||6.82||7.91||7.63||8.93||8.61||10.07||9.73||10.9||10.53||11.81&lt;br /&gt;
|-&lt;br /&gt;
! Supportive&lt;br /&gt;
| 65||200||0.0306||2||2.35||2.27||2.84||2.72||3.45||3.28||4.15||3.97||4.97||4.71||5.52||5.26||6.15&lt;br /&gt;
|-&lt;br /&gt;
! Deprecating&lt;br /&gt;
| 65||200||0.0306||2||2.32||2.26||2.82||2.72||3.45||3.28||4.16||3.96||4.97||4.71||5.51||5.26||6.15&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Burden&lt;br /&gt;
! Ethereal&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||70||0.07||10.01||10.5||9.38||10.22||8.54||9.59||7.63||8.89||6.51||7.98||5.74||6.93||4.9||6.16&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;9&amp;quot; | Elemental Damage Bonuses&lt;br /&gt;
! Dark Prefix&lt;br /&gt;
| 179||330||0.0804||0||0||0||0||0||0||14.42||17.78||17.26||21.22||21.16||23.41||22.92||26.6&lt;br /&gt;
|-&lt;br /&gt;
! Dark Non-Prefix&lt;br /&gt;
| 40||200||0.0804||3.24||4.31||4.02||5.87||5.45||7.78||7.18||9.95||9.28||12.41||11.64||14.26||13.42||16.15&lt;br /&gt;
|-&lt;br /&gt;
! Elec Prefix&lt;br /&gt;
| 139||230||0.0804||0||0||0||0||0||0||11.2||13.3||12.99||15.38||15.28||16.74||16.47||18.56&lt;br /&gt;
|-&lt;br /&gt;
! Elec Non-Prefix&lt;br /&gt;
| 25||100||0.0804||2.04||2.5||2.48||3.31||3.12||4.17||3.96||5.28||5.01||6.38||6.09||7.18||6.91||8.11&lt;br /&gt;
|-&lt;br /&gt;
! Wind Prefix&lt;br /&gt;
| 139||230||0.0804||0||0||0||0||0||0||11.21||13.23||12.85||15.33||15.52||16.74||16.41||18.56&lt;br /&gt;
|-&lt;br /&gt;
! Wind Non-Prefix&lt;br /&gt;
| 25||100||0.0804||2.04||2.5||2.47||3.31||3.12||4.15||3.96||5.29||5.02||6.38||6.1||7.18||6.9||8.11&lt;br /&gt;
|-&lt;br /&gt;
! Fire Prefix&lt;br /&gt;
| 93||140||0.0804||0||0||0||0||0||0||7.54||8.65||8.42||9.73||9.57||10.46||10.28||11.33&lt;br /&gt;
|-&lt;br /&gt;
! Cold Prefix&lt;br /&gt;
| 93||140||0.0804||0||0||0||0||0||0||7.53||8.66||8.42||9.74||9.48||10.48||10.28||11.33&lt;br /&gt;
|-&lt;br /&gt;
! Holy Prefix&lt;br /&gt;
| 93||140||0.0804||0||0||0||0||0||0||7.51||8.64||8.42||9.72||9.5||10.38||10.2||11.33&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Primary Attribute Bonuses&lt;br /&gt;
! INT&lt;br /&gt;
| 57||161||0.03||0||0||1.72||2.19||2.09||2.66||2.53||3.26||3.1||3.88||3.69||4.33||4.13||4.83&lt;br /&gt;
|-&lt;br /&gt;
! WIS&lt;br /&gt;
| 76||241||0.03||0||0||2.3||3.03||2.82||3.8||3.52||4.7||4.37||5.71||5.31||6.43||6.12||7.23&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Oak===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;19&amp;quot; | Oak&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Base rolls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;             | Base multiplier/&amp;lt;br /&amp;gt;Fluctuation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Crude&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Fair&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Average&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Superior&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Exquisite&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Magnificent&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Legendary/Peerless&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Min || Max&lt;br /&gt;
|&lt;br /&gt;
| Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Weapon Damage&lt;br /&gt;
! &lt;br /&gt;
| 100||400||0.0854||8.56||10.68||10.08||13.76||12.78||17.49||16.27||21.93||20.45||26.84||25.18||30.43||28.69||34.24&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Magic Damage Bonus&lt;br /&gt;
! &lt;br /&gt;
| 150||385||0.082969||12.45||14.09||13.59||16.42||15.64||19.3||18.34||22.61||21.58||26.39||25.19||29.03||27.77||31.99&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Magic Accuracy Bonus&lt;br /&gt;
! Focus&lt;br /&gt;
| 336||773||0.0491||0||0||16.5||19.25||18.57||22.8||21.69||26.74||25.53||31.28||30.05||34.29||33.74||38&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||385||0.0491||7.38||8.35||8.04||9.72||9.26||11.42||10.87||13.39||12.79||15.62||14.93||17.19||16.45||18.94&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Magic Crit Bonus&lt;br /&gt;
! Focus&lt;br /&gt;
| 295||930||0.0114||0||0||3.37||4.15||4.12||5.52||5.17||6.85||6.42||8.36||7.98||9.44||9||10.61&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 125||510||0.0114||1.43||1.8||1.68||2.31||2.14||2.95||2.74||3.7||3.46||4.55||4.27||5.17||4.9||5.82&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Counter-Resist&lt;br /&gt;
! &lt;br /&gt;
| 25||135||0.1||2.54||3.42||3.27||4.81||4.48||6.37||5.93||8.38||7.84||10.42||9.79||11.94||11.3||13.59&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Mana Conservation&lt;br /&gt;
! Focus&lt;br /&gt;
| 114||330||0.1||0||0||11.42||14.66||13.9||18.08||16.95||21.98||20.75||26.43||25||29.64||28.32||33.09&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;4&amp;quot; | Proficiency Bonus&lt;br /&gt;
! Supportive Suffix&lt;br /&gt;
| 341||645||0.0306||0||0||10.46||11.13||11.45||13.23||12.78||14.9||14.55||16.83||16.56||18.21||17.9||19.76&lt;br /&gt;
|-&lt;br /&gt;
! Supportive Non-Suffix&lt;br /&gt;
| 190||385||0.0306||5.82||6.31||6.19||7.03||6.82||7.91||7.64||8.93||8.62||10.07||9.73||10.91||10.53||11.81&lt;br /&gt;
|-&lt;br /&gt;
! Elemental&lt;br /&gt;
| 75||210||0.0306||2.31||2.66||2.57||3.15||3.03||3.75||3.59||4.46||4.27||5.27||5.02||5.82||5.57||6.45&lt;br /&gt;
|-&lt;br /&gt;
! Divine&lt;br /&gt;
| 75||210||0.0306||2.31||2.66||2.57||3.14||3.02||3.75||3.59||4.46||4.27||5.27||5.02||5.82||5.58||6.45&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Burden&lt;br /&gt;
! Ethereal&lt;br /&gt;
| 0||0||0.07||0||0||0||0||0||0||0||0||0||0||0||0||0||0&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||70||0.07||10.01||10.5||9.38||10.22||8.54||9.59||7.63||8.89||6.51||7.98||5.74||6.93||4.9||6.16&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;11&amp;quot; | Elemental Damage Bonuses&lt;br /&gt;
! Holy Suffix/Prefix&lt;br /&gt;
| 318||530||0.0804||0||0||0||0||0||0||25.6||29.67||29.57||34.07||35.04||37.97||38.11||42.68&lt;br /&gt;
|-&lt;br /&gt;
! Holy Suffix&lt;br /&gt;
| 155||400||0.0804||0||0||12.51||15.36||14.79||18.45||17.65||22.15||21.04||26.15||25.08||28.95||27.81||32.22&lt;br /&gt;
|-&lt;br /&gt;
! Holy Prefix&lt;br /&gt;
| 179||330||0.0804||0||0||0||0||0||0||14.44||17.81||17.35||21.07||21.06||23.32||23.01||26.6&lt;br /&gt;
|-&lt;br /&gt;
! Holy Non-Suffix or Prefix&lt;br /&gt;
| 40||200||0.0804||3.25||4.31||4.03||5.88||5.45||7.77||7.19||9.95||9.28||12.41||11.66||14.25||13.43||16.15&lt;br /&gt;
|-&lt;br /&gt;
! Fire Prefix&lt;br /&gt;
| 137||230||0.0804||0||0||0||0||0||0||11.06||13.15||12.93||15.34||15.28||16.73||16.72||18.56&lt;br /&gt;
|-&lt;br /&gt;
! Fire Non-Prefix&lt;br /&gt;
| 25||100||0.0804||2.04||2.5||2.49||3.29||3.11||4.16||3.96||5.29||5.01||6.38||6.1||7.17||6.91||8.11&lt;br /&gt;
|-&lt;br /&gt;
! Cold Prefix&lt;br /&gt;
| 138||230||0.0804||0||0||0||0||0||0||11.13||13.18||12.85||15.37||15.2||16.74||16.64||18.56&lt;br /&gt;
|-&lt;br /&gt;
! Cold Non-Prefix&lt;br /&gt;
| 25||100||0.0804||2.04||2.51||2.49||3.31||3.11||4.16||3.97||5.29||5.02||6.38||6.09||7.18||6.92||8.11&lt;br /&gt;
|-&lt;br /&gt;
! Elec Prefix&lt;br /&gt;
| 93||140||0.0804||0||0||0||0||0||0||7.53||8.6||8.42||9.74||9.49||10.48||10.22||11.33&lt;br /&gt;
|-&lt;br /&gt;
! Wind Prefix&lt;br /&gt;
| 93||140||0.0804||0||0||0||0||0||0||7.52||8.64||8.43||9.73||9.48||10.47||10.31||11.33&lt;br /&gt;
|-&lt;br /&gt;
! Dark Prefix&lt;br /&gt;
| 93||140||0.0804||0||0||0||0||0||0||7.53||8.62||8.43||9.74||9.49||10.08||10.21||11.33&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Primary Attribute Bonuses&lt;br /&gt;
! INT&lt;br /&gt;
| 58||161||0.03||0||0||1.75||2.19||2.1||2.66||2.53||3.26||3.1||3.88||3.69||4.33||4.14||4.83&lt;br /&gt;
|-&lt;br /&gt;
! WIS&lt;br /&gt;
| 76||241||0.03||0||0||2.3||3.03||2.82||3.8||3.53||4.7||4.37||5.71||5.31||6.43||6||7.23&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Shields=&lt;br /&gt;
===Buckler===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;19&amp;quot; | Buckler&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Base rolls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;             | Base multiplier/&amp;lt;br /&amp;gt;Fluctuation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Crude&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Fair&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Average&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Superior&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Exquisite&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Magnificent&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Legendary/Peerless&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Min || Max&lt;br /&gt;
|&lt;br /&gt;
| Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; |Attack Speed&lt;br /&gt;
! Agile&lt;br /&gt;
| 35||75||0.0481||0||0||0||0||0||0||1.69||2.27||2.17||2.78||2.67||3.22||3.09||3.62&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Magic Accuracy Chance&lt;br /&gt;
! Battlecaster&lt;br /&gt;
| 133||259||0.0491||0||0||6.56||7.41||7.29||8.46||8.2||9.59||9.29||10.89||10.5||11.78||11.46||12.74&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Mana Conservation&lt;br /&gt;
! Battlecaster&lt;br /&gt;
| 136||257||0.1||0||0||13.66||14.5||14.83||17.22||16.7||19.56||18.92||22.2||21.38||24.04||23.22||25.75&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Physical Mitigation&lt;br /&gt;
! Protection&lt;br /&gt;
| 83||200||0.021||0||0||1.76||2.07||2.04||2.49||2.39||2.95||2.83||3.44||3.28||3.83||3.69||4.22&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 50||110||0.021||1.05||1.15||1.14||1.33||1.28||1.5||1.46||1.73||1.68||1.96||1.9||2.15||2.08||2.33&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Magical Mitigation&lt;br /&gt;
! Warding&lt;br /&gt;
| 147||313||0.0201||0||0||2.96||3.48||3.39||4.06||3.92||4.73||4.57||5.51||5.31||5.96||6.03||6.3&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 50||110||0.0201||1.01||1.1||1.09||1.27||1.23||1.44||1.4||1.66||1.6||1.87||1.82||2.06||1.99||2.23&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Block&lt;br /&gt;
! Barrier&lt;br /&gt;
| 188||375||0.0998||0||0||18.79||20.94||20.79||24.39||23.53||27.86||26.75||31.61||30.82||34.36||33.72||37.52&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 150||310||0.0998||14.98||16.34||15.92||18.24||17.66||20.62||19.84||23.31||22.44||26.35||25.39||28.69||27.67||31.03&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Parry&lt;br /&gt;
! Nimble&lt;br /&gt;
| 53||101||0.0894||0||0||4.8||5.39||5.31||6.14||5.98||6.92||6.7||7.71||7.56||8.37||8.14||9.04&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Burden&lt;br /&gt;
! Mithril&lt;br /&gt;
| 51||30||0.07||0||0||0||0||0||0||3.08||3.57||2.73||3.29||2.45||2.87||2.1||2.59&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 80||40||0.07||5.39||5.6||5.04||5.46||4.62||5.18||4.13||4.76||3.64||4.34||3.22||3.78||2.8||3.43&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Interference&lt;br /&gt;
! &lt;br /&gt;
| 80||20||0.07||5.25||5.6||4.76||5.39||4.13||4.97||3.43||4.34||2.59||3.71||2.03||2.87||1.4||2.31&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;3&amp;quot; | Specific Mitigation&lt;br /&gt;
! Crushing Reinforced&lt;br /&gt;
| 116||210||0.0155||0||0||0||0||0||0||1.81||2.25||2.17||2.66||2.54||2.94||2.82||3.26&lt;br /&gt;
|-&lt;br /&gt;
! Slashing Reinforced&lt;br /&gt;
| 117||209||0.0153||0||0||0||0||0||0||1.8||2.22||2.13||2.62||2.52||2.91||2.83||3.2&lt;br /&gt;
|-&lt;br /&gt;
! Piercing Reinforced&lt;br /&gt;
| 117||210||0.015||0||0||0||0||0||0||1.76||2.18||2.09||2.57||2.47||2.85||2.74||3.16&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;4&amp;quot; | Primary Attribute Bonuses&lt;br /&gt;
! STR&lt;br /&gt;
| 61||211||0.03||0||0||1.83||2.47||2.31||3.2||2.96||4.01||3.74||4.92||4.64||5.63||5.31||6.33&lt;br /&gt;
|-&lt;br /&gt;
! DEX&lt;br /&gt;
| 60||211||0.03||0||0||1.81||2.5||2.31||3.2||2.96||4.01||3.74||4.92||4.64||5.62||5.31||6.33&lt;br /&gt;
|-&lt;br /&gt;
! AGI&lt;br /&gt;
| 59||211||0.03||0||0||1.79||2.49||2.32||3.19||2.96||4.01||3.75||4.92||4.63||5.62||5.31||6.33&lt;br /&gt;
|-&lt;br /&gt;
! END&lt;br /&gt;
| 61||211||0.03||0||0||1.83||2.48||2.31||3.19||2.96||4.01||3.75||4.92||4.63||5.63||5.31||6.33&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Kite Shield===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;19&amp;quot; | Kite&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Base rolls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;             | Base multiplier/&amp;lt;br /&amp;gt;Fluctuation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Crude&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Fair&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Average&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Superior&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Exquisite&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Magnificent&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Legendary/Peerless&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Min || Max&lt;br /&gt;
|&lt;br /&gt;
| Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; |Attack Speed&lt;br /&gt;
! Agile&lt;br /&gt;
| 35||75||0.0481||0||0||0||0||0||0||1.69||2.27||2.17||2.78||2.71||3.23||3.09||3.65&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Physical Mitigation&lt;br /&gt;
! Protection&lt;br /&gt;
| 114||260||0.021||0||0||2.41||2.86||2.76||3.34||3.19||3.91||3.76||4.53||4.36||4.98||4.83||5.48&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 75||160||0.021||1.58||1.72||1.68||1.95||1.89||2.21||2.13||2.53||2.43||2.86||2.76||3.12||3.01||3.38&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Magical Mitigation&lt;br /&gt;
! Warding&lt;br /&gt;
| 178||391||0.0201||0||0||3.58||4.17||4.07||4.87||4.68||5.67||5.43||6.55||6.29||7.12||6.96||7.86&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 75||161||0.0201||1.51||1.65||1.61||1.86||1.81||2.12||2.04||2.42||2.33||2.73||2.64||2.98||2.87||3.24&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Block&lt;br /&gt;
! &lt;br /&gt;
| 200||360||0.0998||19.97||21.35||20.89||23.24||22.67||25.61||24.82||28.3||27.43||31.36||30.37||33.68||32.63||36.02&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Burden&lt;br /&gt;
! Mithril&lt;br /&gt;
| 166||113||0.07||0||0||0||0||0||0||10.43||11.62||9.38||10.71||8.68||9.8||7.91||9.03&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 250||150||0.07||16.94||17.5||16.1||17.15||15.12||16.38||13.86||15.47||12.53||14.28||11.55||13.02||10.5||12.04&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Interference&lt;br /&gt;
! &lt;br /&gt;
| 250||150||0.07||16.94||17.5||16.1||17.15||15.12||16.38||13.86||15.47||12.53||14.28||11.55||13.02||10.5||12.04&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;9&amp;quot; | Specific Mitigation&lt;br /&gt;
! Crushing Suffix+Prefix&lt;br /&gt;
| 356||655||0.0155||0||0||0||0||0||0||5.52||6.57||6.79||7.99||7.96||8.75||9.51||10.16&lt;br /&gt;
|-&lt;br /&gt;
! Crushing Suffix&lt;br /&gt;
| 170||460||0.0155||0||0||2.65||3.26||3.1||3.99||3.76||4.83||4.56||5.75||5.49||6.42||6.17||7.14&lt;br /&gt;
|-&lt;br /&gt;
! Crushing Prefix&lt;br /&gt;
| 117||210||0.0155||0||0||0||0||0||0||1.82||2.24||2.16||2.65||2.56||2.92||2.85||3.27&lt;br /&gt;
|-&lt;br /&gt;
! Slashing Suffix+Prefix&lt;br /&gt;
| 364||610||0.0153||0||0||0||0||0||0||5.58||6.63||6.57||7.92||8.2||8.53||9.34||9.34&lt;br /&gt;
|-&lt;br /&gt;
! Slashing Suffix&lt;br /&gt;
| 167||453||0.0153||0||0||2.57||3.18||3.07||3.93||3.72||4.77||4.5||5.67||5.38||6.34||6.13||6.94&lt;br /&gt;
|-&lt;br /&gt;
! Slashing Prefix&lt;br /&gt;
| 116||211||0.0153||0||0||0||0||0||0||1.79||2.22||2.14||2.63||2.51||2.91||2.79||3.23&lt;br /&gt;
|-&lt;br /&gt;
! Piercing Suffix+Prefix&lt;br /&gt;
| 362||626||0.015||0||0||0||0||0||0||5.43||6.68||6.69||7.83||7.81||8.36||8.63||9.4&lt;br /&gt;
|-&lt;br /&gt;
! Piercing Suffix&lt;br /&gt;
| 168||455||0.015||0||0||2.52||3.07||3.01||3.86||3.64||4.67||4.41||5.56||5.31||6.21||5.91||6.83&lt;br /&gt;
|-&lt;br /&gt;
! Piercing Prefix&lt;br /&gt;
| 117||210||0.015||0||0||0||0||0||0||1.76||2.17||2.09||2.57||2.46||2.81||2.75||3.16&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;4&amp;quot; | Primary Attribute Bonuses&lt;br /&gt;
! STR&lt;br /&gt;
| 60||211||0.03||0||0||1.82||2.48||2.31||3.19||2.96||4.01||3.74||4.92||4.63||5.63||5.31||6.33&lt;br /&gt;
|-&lt;br /&gt;
! DEX&lt;br /&gt;
| 61||211||0.03||0||0||1.83||2.45||2.32||3.19||2.96||4.01||3.75||4.92||4.63||5.63||5.31||6.33&lt;br /&gt;
|-&lt;br /&gt;
! AGI&lt;br /&gt;
| 60||211||0.03||0||0||1.82||2.47||2.31||3.19||2.97||4.01||3.75||4.93||4.65||5.6||5.31||6.33&lt;br /&gt;
|-&lt;br /&gt;
! END&lt;br /&gt;
| 60||211||0.03||0||0||1.8||2.44||2.32||3.19||2.96||4||3.74||4.92||4.64||5.62||5.31||6.33&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Force===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;19&amp;quot; | Force&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Base rolls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;             | Base multiplier/&amp;lt;br /&amp;gt;Fluctuation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Crude&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Fair&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Average&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Superior&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Exquisite&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Magnificent&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=&amp;quot;2&amp;quot; | Legendary/Peerless&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Min || Max&lt;br /&gt;
|&lt;br /&gt;
| Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max || Min || Max &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Physical Mitigation&lt;br /&gt;
! Protection&lt;br /&gt;
| 123||260||0.021||0||0||0||0||2.6||3.12||3.04||3.79||3.62||4.42||4.3||4.91||4.75||5.48&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 81||160||0.021||0||0||0||0||1.71||2.06||1.99||2.42||2.33||2.8||2.7||3.08||2.96||3.38&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;2&amp;quot; | Magical Mitigation&lt;br /&gt;
! Warding&lt;br /&gt;
| 195||391||0.0201||0||0||0||0||3.93||4.6||4.52||5.53||5.33||6.44||6.2||7.09||6.87||7.86&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| 81||161||0.0201||0||0||0||0||1.64||1.98||1.9||2.32||2.23||2.68||2.57||2.95||2.83||3.24&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Block&lt;br /&gt;
! &lt;br /&gt;
| 273||385||0.0998||0||0||0||0||27.29||29.63||29.11||31.97||31.34||34.63||33.74||36.47||35.64||38.52&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Burden&lt;br /&gt;
! &lt;br /&gt;
| 91||40||0.07||0||0||0||0||5.53||6.37||4.83||5.74||3.99||5.11||3.43||4.27||2.8||3.71&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;1&amp;quot; | Interference&lt;br /&gt;
! &lt;br /&gt;
| 569||400||0.07||0||0||0||0||37.17||39.83||34.79||37.87||32.06||35.63||30.1||32.97||28||31.08&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;9&amp;quot; | Specific Mitigation&lt;br /&gt;
! Crushing Suffix&lt;br /&gt;
| 235||460||0.0155||0||0||0||0||3.65||3.88||3.77||4.79||4.59||5.72||5.48||6.42||6.11||7.14&lt;br /&gt;
|-&lt;br /&gt;
! Slashing Suffix&lt;br /&gt;
| 208||460||0.0153||0||0||0||0||3.19||3.88||3.72||4.76||4.5||5.67||5.39||6.33||6.09||7.04&lt;br /&gt;
|-&lt;br /&gt;
! Piercing Suffix&lt;br /&gt;
| 210||460||0.015||0||0||0||0||3.16||3.8||3.64||4.67||4.41||5.56||5.28||6.21||5.91||6.9&lt;br /&gt;
|-&lt;br /&gt;
! Elec Prefix&lt;br /&gt;
| 149||261||0.1||0||0||0||0||0||0||14.97||18.18||17.51||21.35||20.65||23.7||22.74||26.1&lt;br /&gt;
|-&lt;br /&gt;
! Wind Prefix&lt;br /&gt;
| 149||261||0.1||0||0||0||0||0||0||14.96||18.19||17.53||21.36||20.54||23.75||22.71||26.1&lt;br /&gt;
|-&lt;br /&gt;
! Fire Prefix&lt;br /&gt;
| 149||261||0.1||0||0||0||0||0||0||14.95||18.27||17.51||21.37||20.47||23.69||22.73||26.1&lt;br /&gt;
|-&lt;br /&gt;
! Cold Prefix&lt;br /&gt;
| 151||261||0.1||0||0||0||0||0||0||15.12||18.2||17.57||21.34||20.53||23.74||22.71||26.1&lt;br /&gt;
|-&lt;br /&gt;
! Dark Prefix&lt;br /&gt;
| 151||260||0.1||0||0||0||0||0||0||15.1||18.19||17.56||21.25||20.64||23.72||22.82||26.03&lt;br /&gt;
|-&lt;br /&gt;
! Holy Prefix&lt;br /&gt;
| 153||261||0.1||0||0||0||0||0||0||15.31||17.69||17.54||21.32||20.46||23.67||22.83||26.1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; rowspan=&amp;quot;4&amp;quot; | Primary Attribute Bonuses&lt;br /&gt;
! STR&lt;br /&gt;
| 77||211||0.03||0||0||0||0||2.33||3.2||2.97||4.01||3.75||4.92||4.63||5.62||5.31||6.33&lt;br /&gt;
|-&lt;br /&gt;
! DEX&lt;br /&gt;
| 77||211||0.03||0||0||0||0||2.32||3.12||2.98||4||3.75||4.92||4.64||5.63||5.31||6.33&lt;br /&gt;
|-&lt;br /&gt;
! AGI&lt;br /&gt;
| 77||211||0.03||0||0||0||0||2.33||3.19||2.97||4||3.75||4.92||4.64||5.62||5.31||6.33&lt;br /&gt;
|-&lt;br /&gt;
! END&lt;br /&gt;
| 78||211||0.03||0||0||0||0||2.34||3.16||2.96||4||3.75||4.91||4.62||5.62||5.31||6.33&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Equipment Ranges Clothes]]&lt;br /&gt;
*[[Equipment Ranges Light]]&lt;br /&gt;
*[[Equipment Ranges Heavy]]&lt;br /&gt;
*[[Equipment Base Modifier Ranges]]&lt;br /&gt;
*[[Equipment Base Coefficients]]&lt;br /&gt;
*[[Equipment]]&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=53281 Equipment Ranges] - Post any new data here.&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Shrine&amp;diff=45509</id>
		<title>Shrine</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Shrine&amp;diff=45509"/>
		<updated>2017-08-27T16:14:58Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Distribution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://hentaiverse.org/?s=Bazaar&amp;amp;ss=ss The Shrine] allows players to make offerings to the goddess Snowflake in order to receive various blessings in return.&lt;br /&gt;
&lt;br /&gt;
Players can repeat the last action taken by pressing {{Keypress|Spacebar}} (including [[equipment]] choice).&lt;br /&gt;
&lt;br /&gt;
==Artifacts==&lt;br /&gt;
[[Artifacts]] grant various rewards when exchanged. Each artifact is of equivalent value. The type of reward is chosen at random.&lt;br /&gt;
&lt;br /&gt;
===Artifact Rewards===&lt;br /&gt;
*2 [[Hath]].&lt;br /&gt;
*A [[Items#Restoratives|Last Elixir]].&lt;br /&gt;
*An [[Items#Other_Restoratives|Energy Drink]].&lt;br /&gt;
*1,000 [[Crystals]] (type chosen at random).&lt;br /&gt;
**Amount not affected by the Crystarium [[Hath Perks]].&lt;br /&gt;
*A permanent +1 bonus to one [[Character_Stats#Primary Attributes|primary stat]] (chosen at random).&lt;br /&gt;
**Primary stat increases are limited to 50 per stat; these are also limited to 1/10th of the player&#039;s [[level]].&lt;br /&gt;
**Stat bonuses are displayed on the [[Character_Menu#Character|character screen]] in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; and do not affect the [[EXP]] cost of normal stat increases.&lt;br /&gt;
&lt;br /&gt;
====Distribution====&lt;br /&gt;
The chance for receiving stat bonuses starts around 10% and decreases the closer the player is to the stat bonus cap for their level. For players at the stat bonus cap:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Reward&lt;br /&gt;
!Estimated&amp;lt;br&amp;gt;Chance&lt;br /&gt;
|-&lt;br /&gt;
|Hath || 20%&lt;br /&gt;
|-&lt;br /&gt;
|Last Elixir || 20%&lt;br /&gt;
|-&lt;br /&gt;
|Energy Drink || 20%&lt;br /&gt;
|-&lt;br /&gt;
|Crystals || 40%&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[Trophies]]==&lt;br /&gt;
Give the player a roll on the [[equipment]] loot table. Players can choose between the seven major types of equipment ([[Equipment#One-Handed_Weapons_.281H.29|1-Handed]], [[Equipment#Two-Handed_Weapons_.282H.29|2-Handed]], [[Equipment#Staffs|Staff]], [[Shield]], [[Equipment#Cloth_Armor|Cloth armor]], [[Equipment#Light_Armor|Light armor]], and [[Equipment#Heavy_Armor|Heavy armor]]). &lt;br /&gt;
&lt;br /&gt;
*The rarity of the trophy determines how large the bonus to the equipment roll is. However, all types of trophies have the same chance to get a [[Quality|Peerless]] equipment.&lt;br /&gt;
*The [[Toplist#Monthly_Awards|coupon items]] from the monthly [[Toplists]] operate in the same manner as dropped trophies.&lt;br /&gt;
*The system tracks the total value of trophies (in [[credits]]) handed in after 2014-09-27 as part of the Follower of Snowflake [[hath perk]] (players must highlight a trophy in order to view this amount whilst at the shrine). This is due to the perk essentially working retroactively.&lt;br /&gt;
&lt;br /&gt;
==[[Collectables]]==&lt;br /&gt;
Grants the player 1 [[The_Forge#Bindings|binding]] and 1-3 [[The_Forge#Basic_Materials|high grade base materials]] per figurine shrined. The reward is chosen at random.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Items]]&lt;br /&gt;
*[[Equipment]]&lt;br /&gt;
*[[Hath]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Gallery_Categories&amp;diff=38572</id>
		<title>Gallery Categories</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Gallery_Categories&amp;diff=38572"/>
		<updated>2017-05-12T20:12:40Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Non-H Image:Non-h.png */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are the categories under which [[E-Hentai User Gallery System|user galleries]] may fall. Users can select their gallery&#039;s category before [[uploading]] or change it via their [[Gallery Manager]] interface. Categories may be changed by other users [[Gallery Tagging#Categories|via the tagging system]].&lt;br /&gt;
&lt;br /&gt;
==Categories==&lt;br /&gt;
&amp;lt;div id=&amp;quot;Doujin&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;doujin&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;doujinshi&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Doujinshi&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Doujinshi [[Image:Doujinshi.png]]===&lt;br /&gt;
Any &#039;&#039;&#039;self-published&#039;&#039;&#039; or self-distributed (e.g. via Pixiv) H-manga or comics of Asian origin, usually containing panels and text. Often involves parodies of existing anime, manga, video games, and other recognizable characters or mascots (e.g. [[Vocaloid]]).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;manga&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Manga&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;H-Manga&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;H-manga&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;H manga&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;H Manga&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;hmanga&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Hmanga&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Manga [[Image:Manga.png]]===&lt;br /&gt;
H-Manga (or just &amp;quot;Manga&amp;quot; for short in the context used on this site) are pornographic comics by Asian artists published by a 3rd party. Typically only feature original content. The majority of [[tankoubon]]s and [[anthologies]] are of this category.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;artistcg&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;artist cg&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Artist CG&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;ArtistCG&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;artistCG&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Artistcg&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Artist cg&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Artist CG [[Image:Artistcg.png]]===&lt;br /&gt;
Computer generated artwork sets, often singular images without panels in full color that appear less hand-drawn and have more detailed backgrounds. Does &#039;&#039;&#039;NOT&#039;&#039;&#039; refer to a batch of various works from a single artist; the images must be a particular set which is sold or distributed as such.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;gamecg&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;game cg&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Game CG&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;GameCG&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;gameCG&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Gamecg&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Game cg&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Game CG [[Image:Gamecg.png]]===&lt;br /&gt;
Computer generated works, often frames from Eroge (erotic games). Tend to have a very large number of images. Does &#039;&#039;&#039;NOT&#039;&#039;&#039; refer to images of video game characters or in-game [[screenshots]] of video games.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;western&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Western&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Western [[Image:Western.png]]===&lt;br /&gt;
&#039;&#039;&#039;All&#039;&#039;&#039; pornographic art of western origin whether they are images, CG, or comics.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;nonh&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Non-H&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Non-h&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;non-H&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Non-H [[Image:Non-h.png]]===&lt;br /&gt;
Asian origin drawings that are &#039;&#039;&#039;NOT&#039;&#039;&#039; pornographic in nature (a single explicit image featuring sex automatically disqualifies a gallery). Small amounts of nudity are permitted if they are non-sexual in nature. The Western equivalent of this is the [[Miscellaneous]] category. Does &#039;&#039;&#039;NOT&#039;&#039;&#039; permit any [[Expunging#prohibited|licensed material]] of any kind.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;imageset&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Imageset&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;image set&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;ImageSet&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Image Set&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;image Set&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Image Set [[Image:Imageset.png]]===&lt;br /&gt;
Image Sets are a generic gallery. They are largely for drawn content of Japanese origin but that are not Manga or Doujinshi. Images within such galleries are preferred to have a singular theme (e.g. a particular artist, a particular series&#039; character(s), or a particular fetish).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;cosplay&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Cosplay&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Cosplay [[Image:Cosplay.png]]===&lt;br /&gt;
Real people who dress up as characters from anime, manga, or video games for general posing ([[non-nude]] galleries are acceptable) or for sexual purposes. Dressing up as generic nurses or maids and not as characters does &#039;&#039;&#039;not&#039;&#039;&#039; count.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?showtopic=14341&amp;amp;st=0&amp;amp;p=216444&amp;amp;#entry216444]&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;misc&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Miscellaneous&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;miscellaneous&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Miscellaneous [[Image:Misc.png]]===&lt;br /&gt;
For materials that don&#039;t fit into any of the other categories.&lt;br /&gt;
&#039;&#039;&#039;All of the following fall under this category&#039;&#039;&#039;:&lt;br /&gt;
*[[3D]] galleries&lt;br /&gt;
*Non-pornographic western galleries&lt;br /&gt;
*[[figure|Figure]]/figurine galleries&lt;br /&gt;
*[[paperchild|Paperchild]] galleries&lt;br /&gt;
*[[real doll|Real doll]] galleries&lt;br /&gt;
The amount of [[GP]] earned from these galleries is reduced to 25% of what an uploader would usually receive.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;private&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Private&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Private [[Image:Private.png]]===&lt;br /&gt;
Private galleries are an informal category that allows users to not share their content with the rest of the E-Hentai community. They are often personal galleries that the user wanted for themselves, galleries they only want their friends to visit, etc. The amount of [[GP]] earned from private galleries is reduced to 10% of what an uploader would usually receive.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;In order to create a private gallery a user must have a [[Stars|Bronze Star or higher]].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Flow Chart==&lt;br /&gt;
[[Image:FlowCat_v4.png|frameless|775px|Click for Larger Version]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
*[[Renaming]]&lt;br /&gt;
*[[Expunging]]&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Expunging&amp;diff=38306</id>
		<title>Expunging</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Expunging&amp;diff=38306"/>
		<updated>2017-03-15T09:50:08Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Expunging allows users to remove [[galleries]] from the default listing and [[searches]]. Typically this is done because of duplicate or replaced content.&lt;br /&gt;
&lt;br /&gt;
==How To==&lt;br /&gt;
Expunging a gallery is done via a petitioning system. In each gallery there is a &amp;quot;Petition to Expunge&amp;quot; link on the right side above the images area. Clicking this will launch a new window with the list of reasons for which a gallery is expunged as well as a comment box to explain a user&#039;s reasons for expunging. The explanation section &#039;&#039;&#039;must&#039;&#039;&#039; be filled in for the user who is the first to expunge a gallery. Subsequent users do not require a reason but cannot enter a blank explanation.&lt;br /&gt;
&lt;br /&gt;
A user&#039;s [[Mod Power]] will determine the percentage their vote will contribute (capped at 40). A gallery is expunged once a petition reaches or exceeds 100%. Once an expunge occurs it cannot be undone except by a [[E-Hentai VIP|gallery moderator]]/admin.&lt;br /&gt;
&lt;br /&gt;
Petitions left incomplete for more than 7 days are automatically cleared. They may also be cleared by a moderator at any time.&lt;br /&gt;
&lt;br /&gt;
===Before Expunging===&lt;br /&gt;
Make sure that the gallery is not already expunged/deleted. This status is indicated on the left-hand side of the gallery page where it states &amp;quot;Visible&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Reasons To Expunge==&lt;br /&gt;
===None / Withdraw Petition===&lt;br /&gt;
This option withdraws a user&#039;s vote. It is the default option.&lt;br /&gt;
----&amp;lt;div id=&amp;quot;Compilation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;compilation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;watermarked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Watermarked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Already Uploaded===&lt;br /&gt;
&#039;&#039;This gallery is a duplicate of equal or lower quality of an earlier posted, clearly marked gallery.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This explanation requires a link to the superior/previously uploaded gallery.&lt;br /&gt;
*An exact duplicate already exists.&lt;br /&gt;
*A superior version already exists ([[#Superior|see below]]).&lt;br /&gt;
*The gallery is a compilation of works not permitted together.&lt;br /&gt;
**Images from an official set (such as a comic, tankoubon, or CG set) should only be posted in a gallery of that set, and should not be combined with other sets, nor be included in a random collection of images.&lt;br /&gt;
**Combinations of chapters from multiple tankoubons are not permitted, although related chapters from multiple &#039;&#039;anthologies&#039;&#039; are.&lt;br /&gt;
**Multiple language translations in a single gallery are not permitted.&lt;br /&gt;
**There is no requirement to provide sources for compilations. Furthermore, if portions of the compiled content have not been already uploaded users are free to re-upload them properly.&lt;br /&gt;
*A gallery updated more than twice per 30 days ([[Making Galleries#Exceptions|exceptions exist]]). A gallery expunged for this reason may not be re-published until 30+ days have passed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[already uploaded]] or [[compilation]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Replaced===&lt;br /&gt;
&#039;&#039;A newer higher-quality and clearly marked copy of this gallery has been uploaded.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This explanation requires a link to the superior gallery.&lt;br /&gt;
*A superior version now exists which makes the current gallery inferior. ([[#Superior|See below]])&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[replaced]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div id=&amp;quot;roe&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Prohibited&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;prohibited&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Prohibited Content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;prohibited content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;realporn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Realporn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Real Porn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;real porn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;prohibited content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;garbage&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Garbage&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Forbidden&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;forbidden&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Forbidden/Other===&lt;br /&gt;
&#039;&#039;This gallery contains either illicit content like child porn or anything else forbidden by the [https://e-hentai.org/tos.php Terms of Service], or otherwise falls under the Expunge Guidelines (specify below).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Anything indexed on the [https://forums.e-hentai.org/index.php?showtopic=19797 Do Not Post list].&lt;br /&gt;
**[[Image:Point.png]] Minor instances&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=3245032]&amp;lt;/sup&amp;gt; should not be expunged but instead [[reported]] with the image numbers included in the report.&lt;br /&gt;
**Content published by Wani does not apply (but may qualify as [[#Already Uploaded|already uploaded]]).&lt;br /&gt;
*Amateur [[cosplay]] porn (if any person cannot be verified as being 18+ years of age).&lt;br /&gt;
*Real children regardless of nudity or sexuality.&lt;br /&gt;
*Real [[guro]], extreme [[bdsm|BDSM]], [[bestiality]] or anything else considered &amp;quot;obscene&amp;quot; by law.&lt;br /&gt;
*Intentionally adding censorship beyond the artist&#039;s.&lt;br /&gt;
*Mainstream commercial manga and its publishers. [[artbook|Artbooks]] are &#039;&#039;&#039;exempt&#039;&#039;&#039;.&lt;br /&gt;
*Anything that does not fit with the theme of the site (e.g. memes, photos of real places/objects, etc.)&lt;br /&gt;
*Politically charged or extremist content.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[forbidden content]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
*Non-[[cosplay]] porn or pictures of real people.&lt;br /&gt;
*Male-only [[cosplay]] porn.&lt;br /&gt;
*Generic cosplay (any cosplay not from an established series or character).&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Exceptions are made if the image(s) are a genuine part of the work (e.g. real porn ads inside of [[anthologies]]).&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Asian Porn uploaded before 2012-02-15 (if otherwise considered acceptable) is exempt.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=58948&amp;amp;view=findpost&amp;amp;p=1663265]&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[realporn]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
*A gallery composed of mostly [[watermarked]] reproductions advertising any websites that are not the original source of the images.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[watermarked]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
*Having less than 8 images (unless it is a [[sample]] / complete work / ongoing story/set).&lt;br /&gt;
*Having tiny or barely visible images.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;(No tag is used for these)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;superior&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;What Constitutes A .22Superior.22 Version&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Superior&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Superior Versions==&lt;br /&gt;
The following factors make a gallery superior to other versions:&lt;br /&gt;
&amp;lt;div id=&amp;quot;complete&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Complete&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*More Complete&lt;br /&gt;
**&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;This includes&amp;lt;/span&amp;gt;:&lt;br /&gt;
***Any story images.&lt;br /&gt;
***Colophons and original credit pages.&lt;br /&gt;
***Translator credit pages.&lt;br /&gt;
****Only 1 is needed per translation group (even if team members change from chapter to chapter).&lt;br /&gt;
***Cover pages (Cover included within the set &amp;gt; official promotional website &amp;gt; online stores).&lt;br /&gt;
***Ad pages (some proof that these were part of the work may be required).&lt;br /&gt;
**&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;This does &#039;&#039;&#039;NOT&#039;&#039;&#039; include&amp;lt;/span&amp;gt;:&lt;br /&gt;
***Blank pages or pages that are effectively blank.&lt;br /&gt;
***Credit pages that are not part of the work besides those for translators (e.g. credits from the scanners, colorizers, or decensors).&lt;br /&gt;
***Any extras for CG sets such as backgrounds or character portraits.&lt;br /&gt;
***Any smaller resolution versions of existing images; only the largest ones count.&lt;br /&gt;
***Any additions to a translated gallery not included in the translator&#039;s release, even if the release is incomplete.&lt;br /&gt;
**A fully complete gallery may replace an incomplete that has superior image quality; however, if both galleries are incomplete in different ways then they both stay.&amp;lt;sup&amp;gt;([https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=2427563 Ref])&amp;lt;/sup&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;cover&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Cover&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Covers&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;covers&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Corrected Order&lt;br /&gt;
**Front cover placement.&lt;br /&gt;
**For non-covers this only applies to stories or other instances where image order actually matters.&lt;br /&gt;
&amp;lt;div id=&amp;quot;quality&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Quality&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Better Quality&lt;br /&gt;
**This includes cleaner scans, no watermarks/scanmarks, increased legibility of text, no folding marks, less artifacts, more visible contrast, etc.&lt;br /&gt;
**&#039;&#039;&#039;Images should be as released by the source.&#039;&#039;&#039; Conversions, &amp;quot;retouches&amp;quot;, leveling, splitting double-pages into singles, or removing original source watermarks do &#039;&#039;&#039;NOT&#039;&#039;&#039; count.&lt;br /&gt;
**Maximum DPI is 300; anything greater is considered excessive.&lt;br /&gt;
**Single page scans are preferred over double-page scans.&lt;br /&gt;
&amp;lt;div id=&amp;quot;resolution&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Resolution&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Upscale&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;upscale&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Upscales&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;upscales&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Bigger Resolution&lt;br /&gt;
**Upscales do &#039;&#039;&#039;NOT&#039;&#039;&#039; qualify.&lt;br /&gt;
&amp;lt;div id=&amp;quot;translator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Translator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;translators&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Translators&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Uploader&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;uploader&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Artist&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;artist&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;priority&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Priority&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Duplicate Images Removed&lt;br /&gt;
*Updated Translations&lt;br /&gt;
**The edits must have been done by the same translator(s).&lt;br /&gt;
&lt;br /&gt;
===Uploader Priority===&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
!Priority&lt;br /&gt;
!Uploader&lt;br /&gt;
|-&lt;br /&gt;
!1&lt;br /&gt;
|| Original artist posting their own art&lt;br /&gt;
*Followed by the writer&lt;br /&gt;
|-&lt;br /&gt;
!2&lt;br /&gt;
|| Translator posting their own translation&lt;br /&gt;
*Followed by the cleaner/editor&lt;br /&gt;
*Followed by any other member of the group that worked on the project&lt;br /&gt;
*Followed by any other known member of the group&lt;br /&gt;
|-&lt;br /&gt;
!3&lt;br /&gt;
|| Commissioner of the art or translation (proof required)&lt;br /&gt;
*[[Bounty]] posters do &#039;&#039;&#039;not&#039;&#039;&#039; qualify as commissioners&lt;br /&gt;
|-&lt;br /&gt;
!4&lt;br /&gt;
|| Everyone else&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Priority 1-2 uploads can only be replaced if the new gallery is from the same user (or another member of the same translation team).&lt;br /&gt;
&lt;br /&gt;
===Different Versions===&lt;br /&gt;
All versions of the following may exist simultaneously:&lt;br /&gt;
*&#039;&#039;Translated&#039;&#039; and &#039;&#039;Raw&#039;&#039; versions&lt;br /&gt;
*Rewrites&lt;br /&gt;
*Translations by different translators&lt;br /&gt;
*Different censorships&lt;br /&gt;
*&#039;&#039;Colored&#039;&#039; and &#039;&#039;Uncolored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Uncensored&#039;&#039; and &#039;&#039;Censored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Paper scans&#039;&#039; and &#039;&#039;Digital&#039;&#039; versions&lt;br /&gt;
**Digital [[tankoubon]]s &#039;&#039;&#039;do&#039;&#039;&#039; override paper scans that are not full [[tankoubon]]s&lt;br /&gt;
*[[Gallery_Categories#Image_Set|Imagesets]] of any theme, if uploaded by a different user. There is no such thing as a &amp;quot;more complete&amp;quot; collection in this regard.&lt;br /&gt;
&lt;br /&gt;
==Bad Reasons To Expunge==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Bad Reason&lt;br /&gt;
!Explanation&lt;br /&gt;
|-&lt;br /&gt;
|Gallery contains [[lolicon]], [[shotacon]], [[toddlercon]], [[incest]], [[abortion]], [[guro]], or [[scat]] content || [[Tag]] the gallery with the appropriate tag(s) and move on. This also applies to anything else seen as &amp;quot;unappealing&amp;quot; as a fetish.&lt;br /&gt;
|-&lt;br /&gt;
|Miscategorized || [[Tag]] the gallery with [[Gallery_Tagging#Categories|the correct category]] to help change it.&lt;br /&gt;
|-&lt;br /&gt;
|Gallery is non-pornographic || [[Tag]] with [[non-h]], [[misc]], or [[non-nude]] (whichever is appropriate).&lt;br /&gt;
|-&lt;br /&gt;
|Incorrect Name || Make or request a [[Renaming|rename petition]].&lt;br /&gt;
|-&lt;br /&gt;
|Incomplete / Sample || An [[incomplete]]/[[sample]] gallery may only be expunged via replacement by a more complete gallery.&lt;br /&gt;
|-&lt;br /&gt;
|Torrent || Anything that has to do with a gallery&#039;s [[torrent]] (or lack thereof) is entirely irrelevant. The EHTracker has a separate expunging system.&lt;br /&gt;
|-&lt;br /&gt;
|Themeless || Galleries [[themeless|with no central theme]] are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Rewrite / Redraw || [[Rewrites]] and [[redraw]]s are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Mistagged || Post the incorrect tags [https://forums.e-hentai.org/index.php?showtopic=11364 here].&lt;br /&gt;
|-&lt;br /&gt;
|Other || Reasons such as &amp;quot;uploader wants it expunged&amp;quot; (unless the uploader filed a proper expunge), &amp;quot;my work&amp;quot;, &amp;quot;because &amp;lt;username&amp;gt;&amp;quot; do not qualify as valid expunge reasons.&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;Attempts to bypass the expunge system will lead to a permanent [[ban]].&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;Please note that making too many false or incorrect expunges will result in a ban.&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Underage===&lt;br /&gt;
The following are the correct actions for underage content:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Type !! colspan=&amp;quot;4&amp;quot;| Actions&lt;br /&gt;
|-&lt;br /&gt;
![[Tag]] With !! [[#Prohibited Content|Expunge]] !! [[Reporting|Report]] !! Alert&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Drawn ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[lolicon]] / [[shotacon]] / [[toddlercon]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&#039;&#039;&#039;Realistic&#039;&#039;&#039; 3D ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[forbidden content]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Real children (regardless of nudity or sexuality) ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[forbidden content]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039; ||align=&amp;quot;left&amp;quot;| Post [https://forums.e-hentai.org/index.php?showtopic=22522 here] to alert gallery moderators.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Gallery Visibility==&lt;br /&gt;
If a gallery is &amp;quot;Visible&amp;quot; to at least 1 user (besides Tenboro) it is counted as existing in the system and thus any re-uploads should be expunged.&lt;br /&gt;
*[[Private]] galleries are not to be expunged unless they contain [[#Forbidden|forbidden content]].&lt;br /&gt;
&lt;br /&gt;
==Effects of Expunging==&lt;br /&gt;
*Expunged galleries do not earn any [[GP]]. Galleries expunged within 4 hours oftheir publishing will receive no [[GP]] at all.&lt;br /&gt;
*Expunged galleries become unsearchable by default; they can be [[Gallery Searching|searched]] via the advanced search setting &amp;quot;Show Expunged Galleries&amp;quot;.&lt;br /&gt;
*Expunged galleries may be deleted at any time by their uploader via the [[My Galleries]] UI.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Rewards For Expunging&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Expunging galleries (as well as [[renaming]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive more points for being the first to petition.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Note that repeated poor use of expunge petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==Forum Links==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=12234 Re-Up vigilante] - For posting links to galleries that require more votes or to ask if something is appropriate to expunge.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=193577 Wrongfully Expunged Galleries] - For galleries that were expunged unjustly and to be de-expunged.&lt;br /&gt;
**Note that [https://forums.e-hentai.org/index.php?showuser=2203 Spectre] serves as chief moderator and has final say for all expunging matters.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=36923 Not sure which to keep, which to expunge] - For discussing more difficult cases of deciding which galleries to expunge (e.g. very similar galleries).&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
*[[Renaming]]&lt;br /&gt;
*[[Reporting]]&lt;br /&gt;
*[https://e-hentai.org/tools.php?act=track_expunge Expunge Tracker]&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Expunging&amp;diff=38304</id>
		<title>Expunging</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Expunging&amp;diff=38304"/>
		<updated>2017-03-14T05:07:01Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Expunging allows users to remove [[galleries]] from the default listing and [[searches]]. Typically this is done because of duplicate or replaced content.&lt;br /&gt;
&lt;br /&gt;
==How To==&lt;br /&gt;
Expunging a gallery is done via a petitioning system. In each gallery there is a &amp;quot;Petition to Expunge&amp;quot; link on the right side above the images area. Clicking this will launch a new window with the list of reasons for which a gallery is expunged as well as a comment box to explain a user&#039;s reasons for expunging. The explanation section &#039;&#039;&#039;must&#039;&#039;&#039; be filled in for the user who is the first to expunge a gallery. Subsequent users do not require a reason but cannot enter a blank explanation.&lt;br /&gt;
&lt;br /&gt;
A user&#039;s [[Mod Power]] will determine the percentage their vote will contribute (capped at 40). A gallery is expunged once a petition reaches or exceeds 100%. Once an expunge occurs it cannot be undone except by a [[E-Hentai VIP|gallery moderator]]/admin.&lt;br /&gt;
&lt;br /&gt;
Petitions left incomplete for more than 7 days are automatically cleared. They may also be cleared by a moderator at any time.&lt;br /&gt;
&lt;br /&gt;
===Before Expunging===&lt;br /&gt;
Make sure that the gallery is not already expunged/deleted. This status is indicated on the left-hand side of the gallery page where it states &amp;quot;Visible&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Reasons To Expunge==&lt;br /&gt;
===None / Withdraw Petition===&lt;br /&gt;
This option withdraws a user&#039;s vote. It is the default option.&lt;br /&gt;
----&amp;lt;div id=&amp;quot;Compilation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;compilation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;watermarked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Watermarked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Already Uploaded===&lt;br /&gt;
&#039;&#039;This gallery is a duplicate of equal or lower quality of an earlier posted, clearly marked gallery.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This explanation requires a link to the superior/previously uploaded gallery.&lt;br /&gt;
*An exact duplicate already exists.&lt;br /&gt;
*A superior version already exists ([[#Superior|see below]]).&lt;br /&gt;
*The gallery is a [[compilation]] of works not permitted together (e.g. multiple volumes, multiple cg sets, multiple translations, or multiple comics)&lt;br /&gt;
**There is no requirement to provide sources for compilations. Furthermore, if portions of the compiled content have not been already uploaded users are free to re-upload them properly.&lt;br /&gt;
*A gallery updated more than twice per 30 days ([[Making Galleries#Exceptions|exceptions exist]]). A gallery expunged for this reason may not be re-published until 30+ days have passed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[already uploaded]] or [[compilation]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Replaced===&lt;br /&gt;
&#039;&#039;A newer higher-quality and clearly marked copy of this gallery has been uploaded.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This explanation requires a link to the superior gallery.&lt;br /&gt;
*A superior version now exists which makes the current gallery inferior. ([[#Superior|See below]])&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[replaced]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div id=&amp;quot;roe&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Prohibited&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;prohibited&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Prohibited Content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;prohibited content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;realporn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Realporn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Real Porn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;real porn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;prohibited content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;garbage&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Garbage&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Forbidden&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;forbidden&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Forbidden/Other===&lt;br /&gt;
&#039;&#039;This gallery contains either illicit content like child porn or anything else forbidden by the [https://e-hentai.org/tos.php Terms of Service], or otherwise falls under the Expunge Guidelines (specify below).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Anything indexed on the [https://forums.e-hentai.org/index.php?showtopic=19797 Do Not Post list].&lt;br /&gt;
**[[Image:Point.png]] Minor instances&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=3245032]&amp;lt;/sup&amp;gt; should not be expunged but instead [[reported]] with the image numbers included in the report.&lt;br /&gt;
**Content published by Wani does not apply (but may qualify as [[#Already Uploaded|already uploaded]]).&lt;br /&gt;
*Amateur [[cosplay]] porn (if any person cannot be verified as being 18+ years of age).&lt;br /&gt;
*Real children regardless of nudity or sexuality.&lt;br /&gt;
*Real [[guro]], extreme [[bdsm|BDSM]], [[bestiality]] or anything else considered &amp;quot;obscene&amp;quot; by law.&lt;br /&gt;
*Intentionally adding censorship beyond the artist&#039;s.&lt;br /&gt;
*Mainstream commercial manga and its publishers. [[artbook|Artbooks]] are &#039;&#039;&#039;exempt&#039;&#039;&#039;.&lt;br /&gt;
*Anything that does not fit with the theme of the site (e.g. memes, photos of real places/objects, etc.)&lt;br /&gt;
*Politically charged or extremist content.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[forbidden content]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
*Non-[[cosplay]] porn or pictures of real people.&lt;br /&gt;
*Male-only [[cosplay]] porn.&lt;br /&gt;
*Generic cosplay (any cosplay not from an established series or character).&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Exceptions are made if the image(s) are a genuine part of the work (e.g. real porn ads inside of [[anthologies]]).&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Asian Porn uploaded before 2012-02-15 (if otherwise considered acceptable) is exempt.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=58948&amp;amp;view=findpost&amp;amp;p=1663265]&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[realporn]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
*A gallery composed of mostly [[watermarked]] reproductions advertising any websites that are not the original source of the images.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[watermarked]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
*Having less than 8 images (unless it is a [[sample]] / complete work / ongoing story/set).&lt;br /&gt;
*Having tiny or barely visible images.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;(No tag is used for these)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;superior&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;What Constitutes A .22Superior.22 Version&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Superior&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Superior Versions==&lt;br /&gt;
The following factors make a gallery superior to other versions:&lt;br /&gt;
&amp;lt;div id=&amp;quot;complete&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Complete&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*More Complete&lt;br /&gt;
**&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;This includes&amp;lt;/span&amp;gt;:&lt;br /&gt;
***Any story images.&lt;br /&gt;
***Colophons and original credit pages.&lt;br /&gt;
***Translator credit pages.&lt;br /&gt;
****Only 1 is needed per translation group (even if team members change from chapter to chapter).&lt;br /&gt;
***Cover pages (Cover included within the set &amp;gt; official promotional website &amp;gt; online stores).&lt;br /&gt;
***Ad pages (some proof that these were part of the work may be required).&lt;br /&gt;
**&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;This does &#039;&#039;&#039;NOT&#039;&#039;&#039; include&amp;lt;/span&amp;gt;:&lt;br /&gt;
***Blank pages or pages that are effectively blank.&lt;br /&gt;
***Credit pages that are not part of the work besides those for translators (e.g. credits from the scanners, colorizers, or decensors).&lt;br /&gt;
***Any extras for CG sets such as backgrounds or character portraits.&lt;br /&gt;
***Any smaller resolution versions of existing images; only the largest ones count.&lt;br /&gt;
***Any additions to a translated gallery not included in the translator&#039;s release, even if the release is incomplete.&lt;br /&gt;
**A fully complete gallery may replace an incomplete that has superior image quality; however, if both galleries are incomplete in different ways then they both stay.&amp;lt;sup&amp;gt;([https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=2427563 Ref])&amp;lt;/sup&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;cover&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Cover&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Covers&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;covers&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Corrected Order&lt;br /&gt;
**Front cover placement.&lt;br /&gt;
**For non-covers this only applies to stories or other instances where image order actually matters.&lt;br /&gt;
&amp;lt;div id=&amp;quot;quality&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Quality&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Better Quality&lt;br /&gt;
**This includes cleaner scans, no watermarks/scanmarks, increased legibility of text, no folding marks, less artifacts, more visible contrast, etc.&lt;br /&gt;
**&#039;&#039;&#039;Images should be as released by the source.&#039;&#039;&#039; Conversions, &amp;quot;retouches&amp;quot;, leveling, splitting double-pages into singles, or removing original source watermarks do &#039;&#039;&#039;NOT&#039;&#039;&#039; count.&lt;br /&gt;
**Maximum DPI is 300; anything greater is considered excessive.&lt;br /&gt;
**Single page scans are preferred over double-page scans.&lt;br /&gt;
&amp;lt;div id=&amp;quot;resolution&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Resolution&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Upscale&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;upscale&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Upscales&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;upscales&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Bigger Resolution&lt;br /&gt;
**Upscales do &#039;&#039;&#039;NOT&#039;&#039;&#039; qualify.&lt;br /&gt;
&amp;lt;div id=&amp;quot;translator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Translator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;translators&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Translators&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Uploader&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;uploader&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Artist&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;artist&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;priority&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Priority&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Duplicate Images Removed&lt;br /&gt;
*Updated Translations&lt;br /&gt;
**The edits must have been done by the same translator(s).&lt;br /&gt;
&lt;br /&gt;
===Uploader Priority===&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
!Priority&lt;br /&gt;
!Uploader&lt;br /&gt;
|-&lt;br /&gt;
!1&lt;br /&gt;
|| Original artist posting their own art&lt;br /&gt;
*Followed by the writer&lt;br /&gt;
|-&lt;br /&gt;
!2&lt;br /&gt;
|| Translator posting their own translation&lt;br /&gt;
*Followed by the cleaner/editor&lt;br /&gt;
*Followed by any other member of the group that worked on the project&lt;br /&gt;
*Followed by any other known member of the group&lt;br /&gt;
|-&lt;br /&gt;
!3&lt;br /&gt;
|| Commissioner of the art or translation (proof required)&lt;br /&gt;
*[[Bounty]] posters do &#039;&#039;&#039;not&#039;&#039;&#039; qualify as commissioners&lt;br /&gt;
|-&lt;br /&gt;
!4&lt;br /&gt;
|| Everyone else&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Priority 1-2 uploads can only be replaced if the new gallery is from the same user (or another member of the same translation team).&lt;br /&gt;
&lt;br /&gt;
===Different Versions===&lt;br /&gt;
All versions of the following may exist simultaneously:&lt;br /&gt;
*&#039;&#039;Translated&#039;&#039; and &#039;&#039;Raw&#039;&#039; versions&lt;br /&gt;
*Rewrites&lt;br /&gt;
*Translations by different translators&lt;br /&gt;
*Different censorships&lt;br /&gt;
*&#039;&#039;Colored&#039;&#039; and &#039;&#039;Uncolored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Uncensored&#039;&#039; and &#039;&#039;Censored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Paper scans&#039;&#039; and &#039;&#039;Digital&#039;&#039; versions&lt;br /&gt;
**Digital [[tankoubon]]s &#039;&#039;&#039;do&#039;&#039;&#039; override paper scans that are not full [[tankoubon]]s&lt;br /&gt;
*[[Gallery_Categories#Image_Set|Imagesets]] of any theme, if uploaded by a different user. There is no such thing as a &amp;quot;more complete&amp;quot; collection in this regard.&lt;br /&gt;
&lt;br /&gt;
==Bad Reasons To Expunge==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Bad Reason&lt;br /&gt;
!Explanation&lt;br /&gt;
|-&lt;br /&gt;
|Gallery contains [[lolicon]], [[shotacon]], [[toddlercon]], [[incest]], [[abortion]], [[guro]], or [[scat]] content || [[Tag]] the gallery with the appropriate tag(s) and move on. This also applies to anything else seen as &amp;quot;unappealing&amp;quot; as a fetish.&lt;br /&gt;
|-&lt;br /&gt;
|Miscategorized || [[Tag]] the gallery with [[Gallery_Tagging#Categories|the correct category]] to help change it.&lt;br /&gt;
|-&lt;br /&gt;
|Gallery is non-pornographic || [[Tag]] with [[non-h]], [[misc]], or [[non-nude]] (whichever is appropriate).&lt;br /&gt;
|-&lt;br /&gt;
|Incorrect Name || Make or request a [[Renaming|rename petition]].&lt;br /&gt;
|-&lt;br /&gt;
|Incomplete / Sample || An [[incomplete]]/[[sample]] gallery may only be expunged via replacement by a more complete gallery.&lt;br /&gt;
|-&lt;br /&gt;
|Torrent || Anything that has to do with a gallery&#039;s [[torrent]] (or lack thereof) is entirely irrelevant. The EHTracker has a separate expunging system.&lt;br /&gt;
|-&lt;br /&gt;
|Themeless || Galleries [[themeless|with no central theme]] are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Rewrite / Redraw || [[Rewrites]] and [[redraw]]s are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Mistagged || Post the incorrect tags [https://forums.e-hentai.org/index.php?showtopic=11364 here].&lt;br /&gt;
|-&lt;br /&gt;
|Other || Reasons such as &amp;quot;uploader wants it expunged&amp;quot; (unless the uploader filed a proper expunge), &amp;quot;my work&amp;quot;, &amp;quot;because &amp;lt;username&amp;gt;&amp;quot; do not qualify as valid expunge reasons.&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;Attempts to bypass the expunge system will lead to a permanent [[ban]].&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;Please note that making too many false or incorrect expunges will result in a ban.&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Underage===&lt;br /&gt;
The following are the correct actions for underage content:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Type !! colspan=&amp;quot;4&amp;quot;| Actions&lt;br /&gt;
|-&lt;br /&gt;
![[Tag]] With !! [[#Prohibited Content|Expunge]] !! [[Reporting|Report]] !! Alert&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Drawn ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[lolicon]] / [[shotacon]] / [[toddlercon]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&#039;&#039;&#039;Realistic&#039;&#039;&#039; 3D ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[forbidden content]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Real children (regardless of nudity or sexuality) ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[forbidden content]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039; ||align=&amp;quot;left&amp;quot;| Post [https://forums.e-hentai.org/index.php?showtopic=22522 here] to alert gallery moderators.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Gallery Visibility==&lt;br /&gt;
If a gallery is &amp;quot;Visible&amp;quot; to at least 1 user (besides Tenboro) it is counted as existing in the system and thus any re-uploads should be expunged.&lt;br /&gt;
*[[Private]] galleries are not to be expunged unless they contain [[#Forbidden|forbidden content]].&lt;br /&gt;
&lt;br /&gt;
==Effects of Expunging==&lt;br /&gt;
*Expunged galleries do not earn any [[GP]]. Galleries expunged within 4 hours oftheir publishing will receive no [[GP]] at all.&lt;br /&gt;
*Expunged galleries become unsearchable by default; they can be [[Gallery Searching|searched]] via the advanced search setting &amp;quot;Show Expunged Galleries&amp;quot;.&lt;br /&gt;
*Expunged galleries may be deleted at any time by their uploader via the [[My Galleries]] UI.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Rewards For Expunging&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Expunging galleries (as well as [[renaming]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive more points for being the first to petition.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Note that repeated poor use of expunge petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==Forum Links==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=12234 Re-Up vigilante] - For posting links to galleries that require more votes or to ask if something is appropriate to expunge.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=193577 Wrongfully Expunged Galleries] - For galleries that were expunged unjustly and to be de-expunged.&lt;br /&gt;
**Note that [https://forums.e-hentai.org/index.php?showuser=2203 Spectre] serves as chief moderator and has final say for all expunging matters.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=36923 Not sure which to keep, which to expunge] - For discussing more difficult cases of deciding which galleries to expunge (e.g. very similar galleries).&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
*[[Renaming]]&lt;br /&gt;
*[[Reporting]]&lt;br /&gt;
*[https://e-hentai.org/tools.php?act=track_expunge Expunge Tracker]&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=drunk&amp;diff=37903</id>
		<title>drunk</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=drunk&amp;diff=37903"/>
		<updated>2017-02-06T02:19:30Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: verb tense typos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Activity / Tool&lt;br /&gt;
|description=Character is shown drinking prior or during sex. Should noticeably change their mood and/or actions. Often results in red cheeks accompanied by hazy or drugged eyes and a more relaxed attitude towards sex.&lt;br /&gt;
|note=Should &#039;&#039;&#039;not&#039;&#039;&#039; be confused with the [[drugs]] or [[chloroform]] tags.&lt;br /&gt;
|gender= The gender of the one that&#039;s drunk determines if the tag is placed in the female or male [[namespace]].&lt;br /&gt;
|taggroupid=5018&lt;br /&gt;
|maletaggroupid=8087&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Fetish_Listing&amp;diff=37902</id>
		<title>Fetish Listing</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Fetish_Listing&amp;diff=37902"/>
		<updated>2017-02-06T00:39:38Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: Found a few tags that were namespaced but not on this page yet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Age==&lt;br /&gt;
[[age progression]], [[age regression]], [[dilf]] ♂, [[infantilism]], [[lolicon]], [[low lolicon]] ♀, [[low shotacon]] ♂, [[milf]] ♀, [[old lady]] ♀, [[old man]] ♂, [[shotacon]] ♂, [[toddlercon]]&lt;br /&gt;
&lt;br /&gt;
==Body==&lt;br /&gt;
[[amputee]], [[body modification]], [[conjoined]], [[doll joints]], [[gijinka]], [[inflation]], [[invisible]], [[multiple arms]], [[multiple breasts]] ♀, [[multiple nipples]], [[multiple penises]], [[multiple vaginas]] ♀, [[muscle]], [[muscle growth]], [[pregnant]], [[stretching]], [[tailjob]], [[wings]]&lt;br /&gt;
&lt;br /&gt;
===Change===&lt;br /&gt;
[[absorption]], [[age progression]], [[age regression]], [[ass expansion]], [[balls expansion]], [[body swap]], [[breast expansion]], [[breast reduction]] ♀, [[clit growth]] ♀, [[corruption]], [[dick growth]], [[feminization]] ♂, [[gender bender]], [[growth]], [[moral degeneration]], [[muscle growth]], [[nipple expansion]] ♀, [[petrification]], [[shrinking]], [[transformation]], [[weight gain]]&lt;br /&gt;
&lt;br /&gt;
===Creature===&lt;br /&gt;
[[alien]], [[alien girl]] ♀, [[angel]], [[bee girl]] ♀, [[bunny boy]] ♂, [[bunny girl]] ♀, [[catboy]] ♂, [[catgirl]] ♀, [[centaur]], [[cowgirl]] ♀, [[cowman]] ♂, [[demon]] ♂, [[demon girl]] ♀, [[dog boy]] ♂, [[dog girl]] ♀, [[draenei]], [[fairy]], [[fox boy]] ♂, [[fox girl]] ♀, [[furry]], [[ghost]], [[goblin]], [[harpy]], [[horse boy]] ♂, [[horse girl]] ♀, [[human on furry]], [[insect boy]] ♂, [[insect girl]] ♀, [[kappa]], [[lizard girl]] ♀, [[lizard guy]] ♂, [[mermaid]] ♀, [[merman]] ♂, [[minotaur]] ♂, [[monoeye]], [[monster]] ♂, [[monster girl]] ♀, [[mouse boy]] ♂, [[mouse girl]] ♀, [[necrophilia]], [[oni]], [[orc]], [[pig girl]] ♀, [[pig man]] ♂, [[plant boy]] ♂, [[plant girl]] ♀, [[raccoon boy]] ♂, [[raccoon girl‎]] ♀, [[robot]], [[shark boy]] ♂, [[shark girl]] ♀, [[sheep boy]] ♂, [[sheep girl]] ♀, [[slime]], [[slime boy‎]] ♂, [[slime girl]] ♀, [[snake boy]] ♂, [[snake girl]] ♀, [[spider girl]] ♀, [[squid girl]] ♀, [[tentacles]], [[vampire]], [[wolf boy]] ♂, [[wolf girl]] ♀, [[yukkuri]], [[zombie]]&lt;br /&gt;
&lt;br /&gt;
====Animal====&lt;br /&gt;
[[animal on animal]], [[animal on furry]], [[bear]], [[bestiality]], [[bull]] ♂, [[camel]], [[cat]], [[cow]] ♀, [[crab]], [[dinosaur]], [[dog]], [[dolphin]], [[donkey]], [[dragon]], [[eel]], [[elephant]], [[fish]], [[fox]], [[frog]], [[goat]], [[gorilla]], [[horse]], [[insect]], [[kangaroo]], [[lion]] ♂, [[lioness]] ♀, [[low bestiality]], [[maggot]], [[monkey]], [[mouse]], [[octopus]], [[ostrich]], [[panther]], [[pig]], [[rabbit]], [[reptile]], [[rhinoceros]], [[sheep]], [[shark]], [[slug]], [[snake]], [[spider]], [[tiger]], [[turtle]], [[unicorn]], [[whale]], [[wolf]], [[worm]], [[zebra]]&lt;br /&gt;
&lt;br /&gt;
===Height===&lt;br /&gt;
[[giant]] ♂, [[giantess]] ♀, [[growth]], [[midget]], [[minigirl]] ♀, [[miniguy]] ♂, [[shrinking]], [[tall girl]] ♀, [[tall man]] ♂&lt;br /&gt;
&lt;br /&gt;
===Skin===&lt;br /&gt;
[[albino]], [[body writing]], [[body painting]], [[crotch tattoo]] ♀, [[dark skin]], [[freckles]], [[full body tattoo]], [[gyaru]] ♀, [[gyaru-oh‎]] ♂, [[oil]], [[scar]], [[skinsuit]], [[sweating]], [[tanlines]]&lt;br /&gt;
&lt;br /&gt;
===Weight===&lt;br /&gt;
[[anorexic]] ♀, [[bbm]] ♂, [[bbw]] ♀, [[weight gain]]&lt;br /&gt;
&lt;br /&gt;
==Head==&lt;br /&gt;
[[ahegao]], [[brain fuck]], [[cockslapping]] ♀, [[crown]], [[ear fuck]] ♀, [[elf]], [[facesitting]], [[gasmask]], [[hairjob]], [[masked face]], [[prehensile hair]] ♀&lt;br /&gt;
&lt;br /&gt;
===Mind===&lt;br /&gt;
[[body swap]], [[chloroform]], [[corruption]], [[drugs]], [[drunk]], [[emotionless sex]], [[mind break]], [[mind control]], [[moral degeneration]], [[parasite]], [[possession]], [[shared senses]], [[sleeping]]&lt;br /&gt;
&lt;br /&gt;
===Eyes===&lt;br /&gt;
[[blindfold]], [[cum in eye]] ♀, [[dark sclera]], [[eye penetration]], [[eyemask]], [[eyepatch]], [[glasses]], [[heterochromia]], [[monoeye]], [[sunglasses]], [[unusual pupils]]&lt;br /&gt;
&lt;br /&gt;
===Nose===&lt;br /&gt;
[[nose fuck]] ♀, [[nose hook]], [[smell]]&lt;br /&gt;
&lt;br /&gt;
===Mouth===&lt;br /&gt;
[[autofellatio]], [[ball sucking]], [[big lips]] ♀, [[blowjob]], [[blowjob face]], [[braces]] ♀, [[burping]], [[coprophagia]], [[cunnilingus]] ♀, [[deepthroat]], [[double blowjob]], [[foot licking]], [[gag]], [[gokkun]], [[kissing]], [[long tongue]], [[piss drinking]], [[rimjob]], [[saliva]], [[smoking]], [[tooth brushing]], [[unusual teeth]], [[vampire]], [[vomit]], [[vore]]&lt;br /&gt;
&lt;br /&gt;
==Neck==&lt;br /&gt;
[[asphyxiation]], [[collar]]&lt;br /&gt;
&lt;br /&gt;
==Arms==&lt;br /&gt;
[[armpit licking]], [[armpit sex]], [[fingering]], [[fisting]], [[handjob]], [[hairy armpits]]&lt;br /&gt;
&lt;br /&gt;
==Chest==&lt;br /&gt;
===Breasts===&lt;br /&gt;
[[autopaizuri]] ♀, [[big areolae]], [[big breasts]], [[breast expansion]], [[breast feeding]], [[breast reduction]] ♀, [[huge breasts]] ♀, [[lactation]], [[milking]], [[multiple paizuri]] ♀, [[oppai loli]] ♀, [[paizuri]], [[small breasts]] ♀&lt;br /&gt;
&lt;br /&gt;
====Nipples====&lt;br /&gt;
[[big nipples]], [[dark nipples]], [[dicknipples]], [[inverted nipples]], [[multiple nipples]] ♀, [[nipple birth]], [[nipple expansion]] ♀, [[nipple fuck]] ♀&lt;br /&gt;
&lt;br /&gt;
==Torso==&lt;br /&gt;
[[inflation]], [[navel fuck]], [[pregnant]], [[stomach deformation]]&lt;br /&gt;
&lt;br /&gt;
==Lower Body==&lt;br /&gt;
===Crotch===&lt;br /&gt;
[[bike shorts]], [[bloomers]], [[chastity belt]], [[crotch tattoo]] ♀, [[diaper]], [[fundoshi]], [[gymshorts]], [[hairy]], [[hotpants]], [[pubic stubble]], [[shimapan]], [[urethra insertion]]&lt;br /&gt;
&lt;br /&gt;
====Penile====&lt;br /&gt;
[[balls expansion]], [[ball sucking]], [[balljob]], [[big balls]], [[big penis]], [[cbt]], [[cuntboy]] ♂, [[cockslapping]] ♀, [[dick growth]], [[dickgirl on male]] ♂, [[frottage]], [[futanari]] ♀, [[horse cock]], [[huge penis]], [[multiple penises]], [[penis birth]], [[phimosis]], [[prostate massage]], [[shemale]] ♀, [[scrotal lingerie]], [[smegma]]&lt;br /&gt;
&lt;br /&gt;
====Vaginal====&lt;br /&gt;
[[big clit]] ♀, [[big vagina]] ♀, [[birth]], [[cervix penetration]] ♀, [[clit growth]] ♀, [[cunnilingus]] ♀, [[defloration]] ♀, [[double vaginal]] ♀, [[multiple vaginas]] ♀, [[squirting]] ♀, [[strap-on]] ♀, [[tribadism]] ♀, [[triple vaginal]] ♀, [[vaginal sticker]] ♀&lt;br /&gt;
&lt;br /&gt;
===Buttocks===&lt;br /&gt;
[[anal]], [[anal birth]], [[ass expansion]], [[assjob]], [[big ass]], [[double anal]], [[enema]], [[farting]], [[pegging]] ♂, [[rimjob]], [[scat]], [[spanking]], [[tail plug]], [[triple anal]]&lt;br /&gt;
&lt;br /&gt;
===Either Hole===&lt;br /&gt;
[[eggs]], [[gaping]], [[large insertions]], [[nakadashi]], [[prolapse]], [[sex toys]], [[speculum]], [[unbirth]]&lt;br /&gt;
&lt;br /&gt;
==Legs==&lt;br /&gt;
[[garter belt]], [[kneepit sex]] ♀, [[leg lock]], [[legjob]], [[pantyhose]], [[stockings]], [[sumata]]&lt;br /&gt;
&lt;br /&gt;
==Feet==&lt;br /&gt;
[[foot insertion]], [[foot licking]], [[footjob]], [[thigh high boots]]&lt;br /&gt;
&lt;br /&gt;
==Costume==&lt;br /&gt;
[[apron]], [[bandages]], [[bandaid]] ♀, [[bike shorts]], [[bikini]], [[blindfold]], [[bloomers]], [[bodystocking]], [[bodysuit]], [[bride]], [[bunny boy]] ♂, [[bunny girl]] ♀, [[business suit]], [[butler]], [[cashier]], [[catboy]] ♂, [[catgirl]] ♀, [[cheerleader]], [[chinese dress]], [[christmas]], [[collar]], [[condom]], [[corset]], [[cosplaying]], [[cowgirl]] ♀, [[cowman]] ♂, [[crossdressing]], [[diaper]], [[dougi]], [[eyemask]], [[eyepatch]], [[fundoshi]], [[gag]], [[garter belt]], [[gasmask]], [[glasses]], [[gothic lolita]], [[gymshorts]], [[haigure]], [[hijab]] ♀, [[hotpants]], [[kigurumi]], [[kimono]], [[kindergarten uniform]] ♀, [[kunoichi]], [[lab coat]], [[latex]], [[leotard]], [[lingerie]], [[living clothes]], [[magical girl]], [[maid]], [[mecha boy‎]] ♂, [[mecha girl]] ♀, [[metal armor]], [[miko]], [[military]], [[nazi]], [[ninja]] ♂, [[nose hook]], [[nun]], [[nurse]], [[pantyhose]], [[pantyjob]], [[pasties]], [[piercing]], [[pirate]], [[policeman]] ♂, [[policewoman]] ♀, [[ponygirl]] ♀, [[priest]] ♂, [[race queen]] ♀, [[randoseru]], [[schoolboy uniform]], [[schoolgirl uniform]], [[scrotal lingerie]], [[shimapan]], [[stewardess]], [[stockings]], [[swimsuit]], [[school swimsuit]], [[sundress]], [[sunglasses]], [[thigh high boots]], [[tiara]], [[tights]], [[tracksuit]], [[vaginal sticker]] ♀, [[waiter]], [[waitress]], [[wet clothes]], [[witch]]&lt;br /&gt;
&lt;br /&gt;
==Multiple Activities==&lt;br /&gt;
[[bisexual]], [[double anal]], [[double blowjob]], [[double vaginal]] ♀, [[ffm threesome]], [[fft threesome]] ♀, [[group]], [[harem]], [[layer cake]], [[mmf threesome]], [[mmt threesome]], [[mtf threesome]], [[multiple paizuri]] ♀, [[oyakodon‎]], [[triple anal]], [[triple vaginal]] ♀, [[ttf threesome]] ♀, [[ttm threesome]], [[twins]]&lt;br /&gt;
&lt;br /&gt;
===Multiple Holes===&lt;br /&gt;
[[all the way through]], [[double penetration]], [[triple penetration]]&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
[[blindfold]], [[dakimakura]], [[gag]], [[glory hole]], [[machine]], [[onahole]], [[pillory]], [[pole dancing]], [[real doll]] ♀, [[sex toys]], [[speculum]], [[strap-on]] ♀, [[syringe]], [[table masturbation]], [[tail plug]], [[tube]], [[vacbed]], [[whip]], [[wooden horse]], [[wormhole]]&lt;br /&gt;
&lt;br /&gt;
==Fluids==&lt;br /&gt;
[[oil]], [[slime]], [[slime boy‎]] ♂, [[slime girl]] ♀, [[underwater]]&lt;br /&gt;
&lt;br /&gt;
===Bodily Fluids===&lt;br /&gt;
[[blood]], [[lactation]], [[milking]], [[saliva]], [[squirting]] ♀&lt;br /&gt;
&lt;br /&gt;
====Semen====&lt;br /&gt;
[[bukkake]], [[cum bath]] ♀, [[cum in eye]] ♀, [[cum swap]] ♀, [[gokkun]], [[nakadashi]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Bodily Waste&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Waste====&lt;br /&gt;
[[coprophagia]], [[menstruation]] ♀, [[piss drinking]], [[public use]], [[scat]], [[sweating]], [[urination]], [[vomit]]&lt;br /&gt;
&lt;br /&gt;
==Force==&lt;br /&gt;
[[chikan]], [[rape]], [[sleeping]], [[time stop]]&lt;br /&gt;
&lt;br /&gt;
===Sadomasochism===&lt;br /&gt;
[[bdsm]], [[bodysuit]], [[blindfold]], [[collar]], [[femdom]] ♀, [[forniphilia]], [[human cattle]] ♀, [[human pet]], [[josou seme]] ♂, [[latex]], [[orgasm denial]], [[slave]], [[tickling]]&lt;br /&gt;
&lt;br /&gt;
===Bondage===&lt;br /&gt;
[[bondage]], [[gag]], [[pillory]], [[shibari]], [[stuck in wall]], [[vacbed]]&lt;br /&gt;
&lt;br /&gt;
===Violence===&lt;br /&gt;
[[abortion]], [[blood]], [[cannibalism]], [[catfight]] ♀, [[cbt]], [[guro]], [[electric shocks]], [[ryona]], [[snuff]], [[torture]], [[trampling]], [[whip]], [[wrestling]]&lt;br /&gt;
&lt;br /&gt;
==Self Pleasure==&lt;br /&gt;
[[autofellatio]], [[autopaizuri]] ♀, [[masturbation]], [[phone sex]], [[selfcest]], [[solo action]], [[table masturbation]]&lt;br /&gt;
&lt;br /&gt;
==Disability==&lt;br /&gt;
[[amputee]], [[blind]], [[handicapped]] ♀, [[mute]] ♀&lt;br /&gt;
&lt;br /&gt;
==Gender==&lt;br /&gt;
[[cuntboy]] ♂, [[feminization]] ♂, [[futanari]] ♀, [[gender bender]], [[shemale]] ♀&lt;br /&gt;
&lt;br /&gt;
===Inter-gender Relations===&lt;br /&gt;
[[bisexual]], [[dickgirl on dickgirl]] ♀, [[dickgirl on male]] ♂, [[fft threesome]] ♀, [[male on dickgirl]] ♀, [[mmt threesome]], [[mtf threesome]], [[ttf threesome]] ♀, [[ttm threesome]]&lt;br /&gt;
&lt;br /&gt;
==Technical==&lt;br /&gt;
[[3d]], [[anaglyph]], [[animated]], [[anthology]], [[artbook]], [[figure]], [[first person perspective]], [[full color]], [[game sprite]], [[how to]], [[multi-work series‎]], [[novel]], [[paperchild]], [[redraw]], [[screenshots]], [[stereoscopic]], [[story arc]], [[tankoubon]], [[themeless]], [[webtoon]], [[x-ray]]&lt;br /&gt;
&lt;br /&gt;
===Censorship===&lt;br /&gt;
[[full censorship]], [[mosaic censorship]], [[uncensored]]&lt;br /&gt;
&lt;br /&gt;
===[[Cosplay]]===&lt;br /&gt;
[[hardcore]], [[non-nude]]&lt;br /&gt;
&lt;br /&gt;
===[[Expunging]]===&lt;br /&gt;
[[already uploaded]], [[compilation]], [[forbidden content]], [[realporn]], [[replaced]], [[watermarked]]&lt;br /&gt;
&lt;br /&gt;
====Semi-[[Expunging]]====&lt;br /&gt;
[[incomplete]], [[missing cover]], [[out of order]], [[sample]], [[scanmark]]&lt;br /&gt;
&lt;br /&gt;
===Language===&lt;br /&gt;
[[albanian]], [[arabic]], [[caption]], [[catalan]], [[chinese]], [[czech]], [[danish]], [[dutch]], [[english]], [[esperanto]], [[estonian]], [[finnish]], [[french]], [[german]], [[greek]], [[hebrew]], [[hindi]], [[hungarian]], [[indonesian]], [[italian]], [[japanese]], [[korean]], [[malay]], [[polish]], [[poor grammar]], [[portuguese]], [[rewrite]], [[romanian]], [[russian]], [[slovak]], [[spanish]], [[speechless]], [[swedish]], [[tagalog]], [[text cleaned]], [[thai]], [[translated]], [[turkish]], [[ukrainian]], [[vietnamese]]&lt;br /&gt;
&lt;br /&gt;
==[[Contextual]]==&lt;br /&gt;
[[blackmail]], [[coach]], [[defloration]] ♀, [[females only]] ♀, [[males only]] ♂, [[impregnation]], [[oyakodon‎]], [[prostitution]], [[sole dickgirl]] ♀, [[sole female]] ♀, [[sole male]] ♂, [[teacher]], [[tomboy]] ♀, [[tomgirl]] ♂, [[tutor]], [[virginity]] ♂, [[widow]] ♀, [[widower]] ♂, [[yandere]], [[yaoi]] ♂, [[yuri]] ♀&lt;br /&gt;
&lt;br /&gt;
===Infidelity===&lt;br /&gt;
[[cheating]], [[netorare]], [[swinging]]&lt;br /&gt;
&lt;br /&gt;
===Incest===&lt;br /&gt;
[[aunt]] ♀, [[brother]] ♂, [[cousin]], [[daughter]] ♀, [[father]] ♂, [[granddaughter]] ♀, [[grandfather]] ♂, [[grandmother]] ♀, [[incest]], [[inseki]], [[mother]] ♀, [[niece]] ♀, [[sister]] ♀, [[uncle]] ♂&lt;br /&gt;
&lt;br /&gt;
==Privacy==&lt;br /&gt;
[[exhibitionism]], [[filming]], [[humiliation]], [[voyeurism]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
*[[:Category:Tag|Alphabetical Listing]]&lt;br /&gt;
&lt;br /&gt;
{{EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Talk:Gallery_Tagging&amp;diff=37540</id>
		<title>Talk:Gallery Tagging</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Talk:Gallery_Tagging&amp;diff=37540"/>
		<updated>2017-01-11T07:28:17Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Presence Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Content Tag Types==&lt;br /&gt;
Activity, Animal, Attribute, Change, Costume, Creature, Technical, Tool&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
*All [[:Category:Creator Tag|creator]]s are to be tagged as they are credited (tag slaving aside). Colophons overrule covers.&lt;br /&gt;
*[[furry]] and [[alien]] are not mutually exclusive.&lt;br /&gt;
*Creatures from [[pokemon]] are judged between animal, [[monster]], and [[furry]] based on their level of anthropomorphization and animal attributes.&lt;br /&gt;
**Very animalistic ones like [[ponyta]] and [[rapidash]] are generally animals (e.g. [[horse]]s).&lt;br /&gt;
**Humanoid-animals like [[pikachu]] and [[mewtwo]] are essentially always [[furry]].&lt;br /&gt;
**Very humanoid ones like [[gardevoir]] can be either [[monster]]/[[monster girl]] or [[furry]] depending on how much they resemble a non-human creature.&lt;br /&gt;
&lt;br /&gt;
==Non-Pornographic Galleries==&lt;br /&gt;
*Most tags may apply to [[Non-H]] and non-pornographic [[Western]] or [[3D]] works as long as they follow the presence rule.&lt;br /&gt;
**Attributes like [[big breasts]] and [[giantess]] can apply without nudity/sex.&lt;br /&gt;
**1-image tags like [[lolicon]] can apply on implicitly sexual imagery or explicit nudity.&lt;br /&gt;
**Animal and most Activity tags do &#039;&#039;&#039;not&#039;&#039;&#039; apply.&lt;br /&gt;
***Activities that don&#039;t explicitly require sex may apply (e.g. [[ahegao]], [[drunk]]).&lt;br /&gt;
&lt;br /&gt;
==Presence Notes==&lt;br /&gt;
*The general 25% rule is a baseline used for the most common gallery (a ~20 page [[doujinshi]]). It does not scale up past that point nor is it ironclad. The general idea is that something tagged is easily found within the gallery and is of a satisfactory amount. Sequential images generally lower the burden to meet minimum presence.&lt;br /&gt;
**20+ sequential pictures are generally acceptable for even the largest-sized galleries.&lt;br /&gt;
**The more fragmented non-sequential images are the less they count.&lt;br /&gt;
*Non-content images do not count as part of a gallery&#039;s image count for presence purposes.&lt;br /&gt;
**Examples: colophons, blank pages, credits, adverts, and artist notes. These may only count if they include some illustration(s). Backgrounds and menus for CG galleries also do not count. Novel pages do not count unless they&#039;re essentially the only content in a gallery.&lt;br /&gt;
*A 4-or-less image gallery can have nearly anything within it be tagged (although this is ill advised for [Ongoing] galleries since their validity may change once more images are added).&lt;br /&gt;
*For [[anthologies]] or (Various) works 4+ sequential images suffices for credited artists.&lt;br /&gt;
*For all but one of the &#039;&#039;Change&#039;&#039; tags only images involving the change itself are counted. For [[gender bender]] the duration of the individual being a different gender also qualifies (assuming sexual activity / Non-H presence).&lt;br /&gt;
*&#039;&#039;&#039;Gallery-wide tags&#039;&#039;&#039;: Most [[category]] and [[language]] tags, [[anthology]], [[artbook]], [[full censorship]], [[full color]], [[females only]], [[males only]], [[mosaic censorship]], [[non-nude]], [[sample]], [[sole female]], [[sole male]], [[story arc]], [[tankoubon]], [[themeless]], [[uncensored]].&lt;br /&gt;
**1 conflicting image is enough to nullify most of these tags. Omake/covers/credits/colophons can be ignored for technical tags like [[full color]].&lt;br /&gt;
*Whilst the [[incest]] tag is 1-image only the accompanying family tags (e.g. [[mother]]) are &#039;&#039;&#039;not&#039;&#039;&#039; and thus do not necessarily qualify if the actual activities involving them is too low in presence.&lt;br /&gt;
**The same applies to [[bestiality]] and [[animal]] tags.&lt;br /&gt;
&lt;br /&gt;
===1-Image Only Tags===&lt;br /&gt;
*&#039;&#039;&#039;Anywhere&#039;&#039;&#039;: [[abortion]], [[bestiality]], [[eye penetration]], [[guro]], [[incest]], [[lolicon]], [[scat]], [[shotacon]], [[snuff]], [[toddlercon]], [[vomit]]&lt;br /&gt;
*&#039;&#039;&#039;Stories / Sequences Only&#039;&#039;&#039;: [[birth]], [[burping]], [[penis birth]], [[smegma]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=corruption&amp;diff=37516</id>
		<title>corruption</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=corruption&amp;diff=37516"/>
		<updated>2017-01-09T08:06:22Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: typo fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Change&lt;br /&gt;
|description=Corrupting someone&#039;s mind forcefully with magic or other supernatural powers, robbing them of their purity. Likely to invoke [[transformation]], [[monster girl]], and [[demon girl]].&lt;br /&gt;
|note=Should &#039;&#039;&#039;not&#039;&#039;&#039; be confused with the [[mind break]], [[mind control]], or [[moral degeneration]] tags.&lt;br /&gt;
|gender=The gender of the one being corrupted determines if the tag is placed in the female or male [[namespace]].&lt;br /&gt;
|taggroupid=1129&lt;br /&gt;
|maletaggroupid=8532				&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Expunging&amp;diff=35441</id>
		<title>Expunging</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Expunging&amp;diff=35441"/>
		<updated>2016-03-02T06:22:42Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Uploader Priority */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Expunging allows users to remove [[galleries]] from the default listing and [[searches]]. Typically this is done because of duplicate or replaced content.&lt;br /&gt;
&lt;br /&gt;
==How To==&lt;br /&gt;
Expunging a gallery is done via a petitioning system. In each gallery there is a &amp;quot;Petition to Expunge&amp;quot; link on the right side above the images area. Clicking this will launch a new window with the list of reasons for which a gallery is expunged as well as a comment box to explain a user&#039;s reasons for expunging. The explanation section &#039;&#039;&#039;must&#039;&#039;&#039; be filled in for the user who is the first to expunge a gallery. Subsequent users do not require a reason but cannot enter a blank explanation.&lt;br /&gt;
&lt;br /&gt;
A user&#039;s [[Mod Power]] will determine the percentage their vote will contribute (capped at 30 + Base bonuses). A gallery is expunged once a petition reaches or exceeds 100%. Once an expunge occurs it cannot be undone except by a [[E-Hentai VIP|gallery moderator]]/admin.&lt;br /&gt;
&lt;br /&gt;
Petitions left incomplete for more than 7 days are automatically cleared. They may also be cleared by a moderator at any time beforehand.&lt;br /&gt;
&lt;br /&gt;
===Before Expunging===&lt;br /&gt;
Make sure that the gallery is not already expunged/deleted. This can be checked on the left-hand side of the gallery page where it states &amp;quot;Visibility&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Reasons To Expunge==&lt;br /&gt;
===None / Withdraw Petition===&lt;br /&gt;
This option withdraws a user&#039;s vote.&lt;br /&gt;
----&amp;lt;div id=&amp;quot;Compilation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;compilation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;watermarked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Watermarked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Already Uploaded===&lt;br /&gt;
&#039;&#039;This gallery is a duplicate of equal or lower quality of an earlier posted, clearly marked gallery.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Note that this explanation requires that a link to the superior/previously uploaded gallery.&lt;br /&gt;
*An exact duplicate already exists.&lt;br /&gt;
*A superior version already exists. ([[#Superior|See below]])&lt;br /&gt;
*The gallery is a compilation of works not permitted together (e.g. multiple volumes, multiple translations or multiple comics)&lt;br /&gt;
**There is no requirement to provide sources for compilations. Furthermore, if a user can verify that portions of the compiled content have not been already uploaded, they are free to re-upload them properly.&lt;br /&gt;
*A gallery updated more than twice per 30 days ([[Making Galleries#Exceptions|exceptions exist]]). A gallery expunged for this reason may not be re-published until 30 days have passed.&lt;br /&gt;
*A gallery composed of mostly watermarked reproductions advertising any websites that are not the actual source of the images.&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag:[[already uploaded]] or [[compilation]] or [[watermarked]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Replaced===&lt;br /&gt;
&#039;&#039;A newer higher-quality and clearly marked copy of this gallery has been uploaded.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Note that this explanation requires that a link to the superior/newly uploaded gallery.&lt;br /&gt;
*A superior version now exists which makes the current gallery inferior. ([[#Superior|See below]])&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[replaced]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div id=&amp;quot;roe&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Prohibited&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;prohibited&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Prohibited Content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;prohibited content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;realporn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Realporn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Real Porn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;real porn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;prohibited content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;garbage&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Garbage&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Forbidden&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;forbidden&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Forbidden/Other===&lt;br /&gt;
&#039;&#039;This gallery contains either illicit content like child porn or anything else forbidden by the [http://g.e-hentai.org/tos.php Terms of Service], or otherwise falls under the Expunge Guidelines (specify below).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Anything indexed on the [https://forums.e-hentai.org/index.php?showtopic=19797 Do Not Post list].&lt;br /&gt;
**[[Image:Point.png]] [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=3245032 Minor instances] should not be expunged but instead [[reported]] with the image numbers included in the report.&lt;br /&gt;
**Content published by Wani does not apply but may qualify as [[already uploaded]].&lt;br /&gt;
*Amateur [[cosplay]] porn (if any person cannot be verified as being 18+ years of age).&lt;br /&gt;
*Real children regardless of nudity or sexuality.&lt;br /&gt;
*Real [[guro]], extreme [[bdsm|BDSM]], or [[bestiality]].&lt;br /&gt;
*Anything considered &amp;quot;obscene&amp;quot; by law.&lt;br /&gt;
*Intentionally adding censorship beyond the artist&#039;s.&lt;br /&gt;
*Mainstream commercial manga. [[artbook|Artbooks]] are &#039;&#039;&#039;exempt&#039;&#039;&#039;.&lt;br /&gt;
*Anything that does not fit with the theme of the site (e.g. non-anime meme images, photos of real places, pictures of cars, etc.)&lt;br /&gt;
*Politically charged or extremist content.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[forbidden content]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
*Non-[[cosplay]] porn or pictures of real people.&lt;br /&gt;
*Male-only [[cosplay]] porn.&lt;br /&gt;
*Generic cosplay (any cosplay not from an established series or character).&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Exceptions are made if the image(s) are a genuine part of the work (e.g. real porn ads inside of [[anthologies]]).&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Asian Porn uploaded before Feb. 15, 2012 (if otherwise considered acceptable) is exempt.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=58948&amp;amp;view=findpost&amp;amp;p=1663265]&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[realporn]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
*Having less than 8 images (unless it is a [[sample]] / complete / ongoing story/set).&lt;br /&gt;
*Having mostly tiny or barely visible images (100x100 or smaller).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;(No tag is used for these)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;superior&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;What Constitutes A .22Superior.22 Version&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Superior&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Superior Versions==&lt;br /&gt;
The following factors make a gallery superior to other versions:&lt;br /&gt;
&amp;lt;div id=&amp;quot;complete&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Complete&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*More Complete&lt;br /&gt;
**&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;This includes&amp;lt;/span&amp;gt;:&lt;br /&gt;
***Any story images.&lt;br /&gt;
***Colophons and original credit pages.&lt;br /&gt;
***Translator credit pages.&lt;br /&gt;
***Cover pages (Cover included within the set &amp;gt; official promotional website &amp;gt; online stores).&lt;br /&gt;
***Ad pages (some proof that these were part of the work may be required).&lt;br /&gt;
**&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;This does &#039;&#039;&#039;NOT&#039;&#039;&#039; include&amp;lt;/span&amp;gt;:&lt;br /&gt;
***Blank pages or pages that are effectively blank.&lt;br /&gt;
***Credit pages that are not part of the work besides those for translators (e.g. credits from the scanners, colorizers, or decensors).&lt;br /&gt;
***Any extras for CG sets such as backgrounds or character portraits.&lt;br /&gt;
***Any smaller resolution versions of existing images; only the largest ones count.&lt;br /&gt;
**A fully complete gallery may replace an incomplete that has superior image quality; however, if both galleries are incomplete in different ways then they both stay.&amp;lt;sup&amp;gt;([https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=2427563 Ref])&amp;lt;/sup&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;cover&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Cover&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Covers&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;covers&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Corrected Order&lt;br /&gt;
**Front cover placement.&lt;br /&gt;
**For non-covers this only applies to stories or other instances where image order actually matters.&lt;br /&gt;
&amp;lt;div id=&amp;quot;quality&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Quality&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Better Quality&lt;br /&gt;
**This includes cleaner scans, no watermarks/scanmarks, increased legibility of text, no folding marks, less artifacts, more visible contrast, etc.&lt;br /&gt;
**&#039;&#039;&#039;Images should be as released by the source.&#039;&#039;&#039; Conversions, &amp;quot;retouches&amp;quot;, leveling, splitting double-pages into singles, or removing original source watermarks do &#039;&#039;&#039;NOT&#039;&#039;&#039; count.&lt;br /&gt;
**Maximum DPI is 300; anything greater is considered excessive.&lt;br /&gt;
**Single page scans are preferred over double-page scans.&lt;br /&gt;
&amp;lt;div id=&amp;quot;resolution&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Resolution&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Upscale&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;upscale&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Upscales&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;upscales&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Bigger Resolution&lt;br /&gt;
**Upscales do &#039;&#039;&#039;NOT&#039;&#039;&#039; qualify.&lt;br /&gt;
&amp;lt;div id=&amp;quot;translator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Translator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;translators&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Translators&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Uploader&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;uploader&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Artist&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;artist&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;priority&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Priority&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Duplicate Images Removed&lt;br /&gt;
*Updated Translations&lt;br /&gt;
**The edits must have been done by the same translator(s).&lt;br /&gt;
&lt;br /&gt;
===Uploader Priority===&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
!Rank&lt;br /&gt;
!Uploader&lt;br /&gt;
|-&lt;br /&gt;
|1 || Original artist posting their own art&lt;br /&gt;
*Followed by the writer&lt;br /&gt;
|-&lt;br /&gt;
|2 || Translator posting their own translation&lt;br /&gt;
*Followed by the cleaner/editor&lt;br /&gt;
*Then by any known member of the group that worked on the project&lt;br /&gt;
*Then by any known member of the group that did not work on the project&lt;br /&gt;
|-&lt;br /&gt;
|3 || Commissioner of the art or translation (proof required)&lt;br /&gt;
|-&lt;br /&gt;
|4 || Everyone else&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Priority uploads at ranks 1-2 can only be replaced as superior if the new gallery is from the same user (or another member of the same translation team).&lt;br /&gt;
&lt;br /&gt;
Bounty posters do not qualify as commissioners.&lt;br /&gt;
&lt;br /&gt;
===Different Versions===&lt;br /&gt;
All versions of the following may exist simultaneously:&lt;br /&gt;
*&#039;&#039;Translated&#039;&#039; and &#039;&#039;Raw&#039;&#039; versions&lt;br /&gt;
*Rewrites&lt;br /&gt;
*Translations by different translators&lt;br /&gt;
*Different censorships&lt;br /&gt;
*&#039;&#039;Colored&#039;&#039; and &#039;&#039;Uncolored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Uncensored&#039;&#039; and &#039;&#039;Censored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Paper scans&#039;&#039; and &#039;&#039;Digital&#039;&#039; versions&lt;br /&gt;
**Digital [[tankoubon]]s &#039;&#039;&#039;do&#039;&#039;&#039; override paper scans that are not full [[tankoubon]]s&lt;br /&gt;
*[[Gallery_Categories#Image_Set|Imagesets]] of any theme, if uploaded by a different user. There is no such thing as a &amp;quot;more complete&amp;quot; collection in this regard.&lt;br /&gt;
&lt;br /&gt;
==Bad Reasons To Expunge==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Bad Reason&lt;br /&gt;
!Explanation&lt;br /&gt;
|-&lt;br /&gt;
|Gallery contains [[lolicon]], [[shotacon]], [[toddlercon]], [[incest]], [[abortion]], [[guro]], or [[scat]] content || [[Tag]] the gallery with the appropriate tag(s) and move on. This also applies to anything else seen as &amp;quot;unappealing&amp;quot; as a fetish.&lt;br /&gt;
|-&lt;br /&gt;
|Miscategorized || [[Tag]] the gallery with [[Gallery_Tagging#Categories|the correct category]] to help change it.&lt;br /&gt;
|-&lt;br /&gt;
|Gallery is non-pornographic || [[Tag]] with [[non-h]], [[misc]], or [[non-nude]] (whichever is appropriate).&lt;br /&gt;
|-&lt;br /&gt;
|Incorrect Name || Make or request a [[Renaming|rename petition]].&lt;br /&gt;
|-&lt;br /&gt;
|Incomplete / Sample || An [[incomplete]]/[[sample]] gallery may only be expunged via replacement by a more complete gallery.&lt;br /&gt;
|-&lt;br /&gt;
|Torrent || Anything that has to do with a gallery&#039;s [[torrent]] (or lack thereof) is entirely irrelevant. The EHTracker has a separate expunging system.&lt;br /&gt;
|-&lt;br /&gt;
|Themeless || Galleries [[themeless|with no central theme]] are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Rewrite / Redraw || [[Rewrites]] and [[redraw]]s are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Mistagged || Post the incorrect tags [https://forums.e-hentai.org/index.php?showtopic=11364 here].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Please note that making too many false or incorrect expunges can result in a [[ban]].&lt;br /&gt;
&lt;br /&gt;
===Underage===&lt;br /&gt;
The following are the correct actions for underage content:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Type !! colspan=&amp;quot;4&amp;quot;| Actions&lt;br /&gt;
|-&lt;br /&gt;
![[Tag]] With !! [[#Prohibited Content|Expunge]] !! [[Reporting|Report]] !! Alert&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Drawn ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[lolicon]] / [[shotacon]] / [[toddlercon]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Realistic 3D ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[forbidden content]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Real children (regardless of nudity or sexuality) ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[forbidden content]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039; ||align=&amp;quot;left&amp;quot;| Post [https://forums.e-hentai.org/index.php?showtopic=22522 here] to alert gallery moderators.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Gallery Visibility==&lt;br /&gt;
If a gallery is &amp;quot;Visible&amp;quot; to at least 1 user (besides Tenboro) it is counted as existing in the system and thus any re-uploads should be expunged.&lt;br /&gt;
*[[Private]] galleries are not to be expunged unless they contain [[#Forbidden|forbidden content]].&lt;br /&gt;
&lt;br /&gt;
==Effects of Expunging==&lt;br /&gt;
*Expunged galleries do not earn any [[GP]]. Galleries expunged within 4 hours oftheir publishing will receive no [[GP]] at all.&lt;br /&gt;
*Expunged galleries become unsearchable by default; they can be [[Gallery Searching|searched]] via the advanced search setting &amp;quot;Show Expunged Galleries&amp;quot;.&lt;br /&gt;
*Expunged galleries may be deleted at any time by their uploader via the [[My Galleries]] UI.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Rewards For Expunging&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Expunging galleries (as well as [[renaming]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive more points for being the first to petition.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Note that repeated poor use of expunge petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==Forum Links==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=12234 Re-Up vigilante] - For posting links to galleries that require more votes or to ask if something is appropriate to expunge.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=28293 Wrongfully Expunged Vigilante] - For galleries that were expunged unjustly and to be de-expunged.&lt;br /&gt;
**Note that [https://forums.e-hentai.org/index.php?showuser=2203 Spectre] serves as chief moderator and has final say for all expunging matters.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=36923 Not sure which to keep, which to expunge] - For discussing more difficult cases of deciding which galleries to expunge (e.g. very similar galleries).&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
*[[Renaming]]&lt;br /&gt;
*[[Reporting]]&lt;br /&gt;
*[http://g.e-hentai.org/tools.php?act=track_expunge Expunge Tracker]&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=API&amp;diff=35023</id>
		<title>API</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=API&amp;diff=35023"/>
		<updated>2016-01-15T05:45:44Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The E-Hentai API can be used to request metadata information for [[galleries]]. This can be done for links to galleries or to individual images.&lt;br /&gt;
&lt;br /&gt;
==Basics==&lt;br /&gt;
*API URL: http://g.e-hentai.org/api.php&lt;br /&gt;
*Request method: POST&lt;br /&gt;
*Request type: JSON&lt;br /&gt;
*Response type: JSON&lt;br /&gt;
*Load limiting: 25 entries per request, 4-5 sequential requests usually okay before having to wait for ~5 seconds&lt;br /&gt;
&lt;br /&gt;
==Commands &amp;amp; Responses==&lt;br /&gt;
===Gallery Metadata===&lt;br /&gt;
Users must provide a gallery ID along with its token in order to retrieve metadata. Both of these can be found in a gallery&#039;s URL which has the following format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;http://g.e-hentai.org/g/{gallery_id}/{gallery_token}/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example: http://g.e-hentai.org/g/618395/0439fa3666/ would require the following request:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;{&lt;br /&gt;
  &amp;quot;method&amp;quot;: &amp;quot;gdata&amp;quot;,&lt;br /&gt;
  &amp;quot;gidlist&amp;quot;: [&lt;br /&gt;
      [618395,&amp;quot;0439fa3666&amp;quot;]&lt;br /&gt;
  ],&lt;br /&gt;
  &amp;quot;namespace&amp;quot;: 1&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which gives the following JSON payload in response:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;{&lt;br /&gt;
 &amp;quot;gmetadata&amp;quot;: [&lt;br /&gt;
   {&lt;br /&gt;
     &amp;quot;gid&amp;quot;: 618395,&lt;br /&gt;
     &amp;quot;token&amp;quot;: &amp;quot;0439fa3666&amp;quot;,&lt;br /&gt;
     &amp;quot;archiver_key&amp;quot;: &amp;quot;403565--d887c6dfe8aae79ed0071551aa1bafeb4a5ee361&amp;quot;,&lt;br /&gt;
     &amp;quot;title&amp;quot;: &amp;quot;(Kouroumu 8) [Handful☆Happiness! (Fuyuki Nanahara)] TOUHOU GUNMANIA A2 (Touhou Project)&amp;quot;,&lt;br /&gt;
     &amp;quot;title_jpn&amp;quot;: &amp;quot;(紅楼夢8) [Handful☆Happiness! (七原冬雪)] TOUHOU GUNMANIA A2 (東方Project)&amp;quot;,&lt;br /&gt;
     &amp;quot;category&amp;quot;: &amp;quot;Non-H&amp;quot;,&lt;br /&gt;
     &amp;quot;thumb&amp;quot;: &amp;quot;&amp;lt;nowiki&amp;gt;http://gt1.ehgt.org/14/63/1463dfbc16847c9ebef92c46a90e21ca881b2a12-1729712-4271-6032-jpg_l.jpg&amp;lt;/nowiki&amp;gt;&amp;quot;,&lt;br /&gt;
     &amp;quot;uploader&amp;quot;: &amp;quot;avexotsukaai&amp;quot;,&lt;br /&gt;
     &amp;quot;posted&amp;quot;: &amp;quot;1376143500&amp;quot;,&lt;br /&gt;
     &amp;quot;filecount&amp;quot;: &amp;quot;20&amp;quot;,&lt;br /&gt;
     &amp;quot;filesize&amp;quot;: 51210504,&lt;br /&gt;
     &amp;quot;expunged&amp;quot;: false,&lt;br /&gt;
     &amp;quot;rating&amp;quot;: &amp;quot;4.43&amp;quot;,&lt;br /&gt;
     &amp;quot;torrentcount&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
     &amp;quot;tags&amp;quot;: [&lt;br /&gt;
       &amp;quot;parody:touhou project&amp;quot;,&lt;br /&gt;
       &amp;quot;group:handful happiness&amp;quot;,&lt;br /&gt;
       &amp;quot;artist:nanahara fuyuki&amp;quot;,&lt;br /&gt;
       &amp;quot;full color&amp;quot;,&lt;br /&gt;
       &amp;quot;artbook&amp;quot;&lt;br /&gt;
     ]&lt;br /&gt;
   }&lt;br /&gt;
 ]&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If an invalid token is specified its entry in the &#039;&#039;gmetadata&#039;&#039; array will consist of the following:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;{&lt;br /&gt;
  &amp;quot;gid&amp;quot;:519325,&lt;br /&gt;
  &amp;quot;error&amp;quot;:&amp;quot;Key missing, or incorrect key provided.&amp;quot;&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Gallery Tokens===&lt;br /&gt;
Individual page links cannot be used directly for requesting gallery metadata; they contain the gallery ID but not the token. The &#039;&#039;gtoken&#039;&#039; method can be used to find the gallery token by providing the page data from the link. Page links use the following format:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;http://g.e-hentai.org/s/{page_token}/{gallery_id}-{pagenumber}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example: http://g.e-hentai.org/s/40bc07a79a/618395-11 would require the following request:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;{&lt;br /&gt;
  &amp;quot;method&amp;quot;: &amp;quot;gtoken&amp;quot;,&lt;br /&gt;
  &amp;quot;pagelist&amp;quot;: [&lt;br /&gt;
  [618395,&amp;quot;40bc07a79a&amp;quot;,11]&lt;br /&gt;
 ]&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which gives the following JSON payload in response:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;{&lt;br /&gt;
 &amp;quot;tokenlist&amp;quot;: [&lt;br /&gt;
   {&lt;br /&gt;
    &amp;quot;gid&amp;quot;:618395,&lt;br /&gt;
    &amp;quot;token&amp;quot;:&amp;quot;0439fa3666&amp;quot;&lt;br /&gt;
   }&lt;br /&gt;
  ]&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If any entries are invalid however, users will get an &#039;&#039;&amp;quot;error&amp;quot;: &amp;quot;File not found&amp;quot;&#039;&#039; instead of the &#039;&#039;&amp;quot;token&amp;quot;&#039;&#039; for that entry.&lt;br /&gt;
&lt;br /&gt;
==Gallery Metadata Specification==&lt;br /&gt;
*&#039;&#039;&#039;token&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;archiver_key&#039;&#039;&#039; - [[Archiver]] keys change every hour, but an individual key is good for up to 24 hours.&lt;br /&gt;
*&#039;&#039;category&#039;&#039; - [[Category]] names differ slightly from the ones used on the actual site. The following are how they are called in the API:&lt;br /&gt;
** Doujinshi&lt;br /&gt;
** Manga&lt;br /&gt;
** Artist CG Sets&lt;br /&gt;
** Game CG Sets&lt;br /&gt;
** Western&lt;br /&gt;
** Image Sets&lt;br /&gt;
** Non-H&lt;br /&gt;
** Cosplay&lt;br /&gt;
** Asian Porn&lt;br /&gt;
** Misc&lt;br /&gt;
** Private&lt;br /&gt;
*&#039;&#039;&#039;posted&#039;&#039;&#039; - UNIX time-stamp, UTC.&lt;br /&gt;
*&#039;&#039;&#039;filesize&#039;&#039;&#039; - Gallery size in bytes.&lt;br /&gt;
*&#039;&#039;&#039;tags&#039;&#039;&#039; - A list of the gallery tags as strings. [[Namespaces]] will not be included unless the optional &amp;quot;namespace&amp;quot; argument is set to &amp;quot;1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Multiple Requests==&lt;br /&gt;
To get the metadata for multiple galleries users simply add entries to the &#039;&#039;gidlist&#039;&#039;. Users can have up to 25 entries in a single request. The same applies for tokens but with entries in the &#039;&#039;pagelist&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[http://forums.e-hentai.org/index.php?showtopic=157779 Gallery Filecount] - A userscript that uses API requests to add information to search results&lt;br /&gt;
&lt;br /&gt;
{{EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Tagging_Mechanics&amp;diff=34969</id>
		<title>Tagging Mechanics</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Tagging_Mechanics&amp;diff=34969"/>
		<updated>2016-01-09T08:54:57Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is for more technical and advanced information about the [[tagging]] system.&lt;br /&gt;
&lt;br /&gt;
==Tag Disclaimer==&lt;br /&gt;
When a user attempts to add a tag for the first time they will be prompted by a disclaimer stating the guidelines for tagging. This is a setting stored in the user&#039;s cookies so clearing them resets accepting the disclaimer.&lt;br /&gt;
&lt;br /&gt;
==Tag Colors==&lt;br /&gt;
:Normal = &amp;lt;span style=&amp;quot;color:#DDDDDD&amp;quot;&amp;gt;White&amp;lt;/span&amp;gt;&lt;br /&gt;
:Upvoted = &amp;lt;span style=&amp;quot;color:#00E639&amp;quot;&amp;gt;Green&amp;lt;/span&amp;gt;&lt;br /&gt;
:Downvoted = &amp;lt;span style=&amp;quot;color:#FF3333&amp;quot;&amp;gt;Red&amp;lt;/span&amp;gt;&lt;br /&gt;
:Selected = &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Blue&amp;lt;/span&amp;gt;&lt;br /&gt;
:Slave = &amp;lt;span style=&amp;quot;color:#888A8F&amp;quot;&amp;gt;Gray&amp;lt;/span&amp;gt; (can only be downvoted)&lt;br /&gt;
:Downvoted slave = &amp;lt;span style=&amp;quot;color:#95464B&amp;quot;&amp;gt;Dark red&amp;lt;/span&amp;gt; (cannot be undone)&lt;br /&gt;
:Upvoted slave = &amp;lt;span style=&amp;quot;color:#2F8E4D&amp;quot;&amp;gt;Dark green&amp;lt;/span&amp;gt; (cannot be redone)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;What are slave tags?&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;slave&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Slave&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;slave tags&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;slave tag&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Slave Tag&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;What Are Slave Tags?&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Slave Tags==&lt;br /&gt;
Slave tags are tags that have been grouped together under a single master tag. Tags may be grouped because they are misspellings or they are closely similar concepts. The master will be the most correct spelling or usefully abstracted term (e.g. [[sex toys]] is the master for &amp;quot;dildo&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
When a tag is slaved all current instances of that tag remain on the galleries and are searchable. The master tag does not appear on those galleries until placed there by a user (which may be done simply by voting up the slaved tag).&lt;br /&gt;
&lt;br /&gt;
Attempting to tag a slaved tag will automatically tag the master instead. Searching for a slaved tag will yield any results from that tag as well as from its master. Searching for a master does NOT return results from any of its slaves.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;: [[Searching]] for &amp;quot;dildo&amp;quot; will return any gallery tagged with &amp;quot;dildo&amp;quot; as well as all galleries tagged with [[sex toys]].&lt;br /&gt;
&lt;br /&gt;
===Aliases===&lt;br /&gt;
Master tags may have 1 alias each (selected from its slaves). This will include the slave tag&#039;s name after the master tag, separated by a vertical bar. This is used primarily for parodies and creators well-known by more than 1 name.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;: &amp;quot;parody:[[the melancholy of haruhi suzumiya]] | suzumiya haruhi no yuuutsu&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Tag [[Mod Power]]==&lt;br /&gt;
Like many functions on E-Hentai, tagging operates on users&#039; [[mod power]].&lt;br /&gt;
&lt;br /&gt;
*Upvotes use mod power equal to that of the user while downvotes use half of that, rounded up. Users with [[VIP|veto power]] downvote at their full mod power instead.&lt;br /&gt;
*[http://ehwiki.org/index.php?title=Special%3ASearch&amp;amp;profile=advanced&amp;amp;search=%22power+requirement%22 Certain tags] cannot be voted on without a minimum amount of mod power; this is to prevent abuse/misuse by newer users.&lt;br /&gt;
**Tags that have never been used before require &#039;&#039;&#039;25&#039;&#039;&#039; mod power to be used for the first time. Ordinary users with sufficient mod power can only create new tags in the Misc namespace.&lt;br /&gt;
*Uploaders tagging or voting up tags on their own galleries receive a &#039;&#039;&#039;+20&#039;&#039;&#039; mod power bonus. Downvoting is not affected.&lt;br /&gt;
&lt;br /&gt;
Tags gain certain attributes if they reach specific amounts of mod power:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!width=&amp;quot;20px&amp;quot;|MP&lt;br /&gt;
!Effect on Tag&lt;br /&gt;
|-&lt;br /&gt;
|1+ || The tag becomes visible on the gallery. It will have a broken border.&lt;br /&gt;
|-&lt;br /&gt;
|5+ || The Tag Flagging [[Hath Perk]] works on the tag.&lt;br /&gt;
|-&lt;br /&gt;
|10+ || The tag becomes [[Searching|searchable]] by default. Newer galleries take between 1-5 minutes while older ones can take up to 1 hour to register into the search system. To find tags with less mod power, advanced search options are available.&lt;br /&gt;
|-&lt;br /&gt;
|100+ ||&lt;br /&gt;
*The tag will have a solid border.&lt;br /&gt;
*A [[:Category:Language Tag|language tag]] designates the gallery as being in that language. This also applies to language status tag ([[translated]] or [[rewrite]]).&lt;br /&gt;
*A [[category]] tag will forcibly change the gallery&#039;s [[category]].&lt;br /&gt;
**If multiple language or category tags are present, the one with the strongest total mod power has priority.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[Namespaces]]==&lt;br /&gt;
Namespaces indicate a tag&#039;s purpose. Some tags cannot be entered without an accompanying namespace; this is intentional. Any tag without a default namespace will request that the user enter one of the accepted namespaces already paired with the tag. Please attempt to use the tag in conjunction with the correct namespace. If there is a valid namespace not permitted for use post it [https://forums.e-hentai.org/index.php?showtopic=88776 here].&lt;br /&gt;
&lt;br /&gt;
==Limitations==&lt;br /&gt;
*The field to add tags has an input cap of 200 characters.&lt;br /&gt;
*Tags listed in order of power when they are of equal [[power]] are listed in reverse alphabetical order.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[http://g.e-hentai.org/tools.php?act=taggroup Tag Groups] - A list of master tags and their slaves. Note that not all tag groups represent good tags.&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Gallery_Tagging&amp;diff=34968</id>
		<title>Gallery Tagging</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Gallery_Tagging&amp;diff=34968"/>
		<updated>2016-01-09T08:54:43Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&#039;&#039;&#039;Additional languages: [[Gallery Tagging/Spanish|Spanish/Español]]&#039;&#039;&#039;--&amp;gt;&lt;br /&gt;
Tagging is a system of the [[E-Hentai Galleries]] to assist users in identifying the contents and properties of a gallery.&lt;br /&gt;
&amp;lt;div id =&amp;quot;rules&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Rules&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Rule&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;rule&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;guidelines&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Guidelines&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
==Usage Guidelines==&lt;br /&gt;
&amp;lt;div id=&amp;quot;Presence&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;presence&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;rule1&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Rule1&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!Rule&lt;br /&gt;
!Details&lt;br /&gt;
!Examples / Exceptions&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Presence&#039;&#039;&#039; || [[Image:Point.png]] &amp;lt;font size=5&amp;gt;In general, do &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;NOT&amp;lt;/span&amp;gt;&#039;&#039;&#039; tag something unless it has a fair amount of presence in a gallery. Anything found in only 1-2 images should almost never be tagged.&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
||&amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt;: 10+ out of 80 images or more than 25% would be sufficient for tagging, more so if they are sequential. See the [[Talk:Gallery_Tagging#Presence_Notes|talk page]] for further details.&lt;br /&gt;
&amp;lt;u&amp;gt;Exceptions&amp;lt;/u&amp;gt;: (See [[Talk:Gallery_Tagging#1-Image_Only_Tags|Here]])&lt;br /&gt;
&amp;lt;div id =&amp;quot;formatting&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;format&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Format&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&#039;&#039;&#039;Formatting&#039;&#039;&#039; || Tags only allow for alphanumeric, spaces, periods, and hyphens. Tags must be at least 3 characters long. &lt;br /&gt;
||&amp;lt;u&amp;gt;Exceptions&amp;lt;/u&amp;gt;: [[3d]] or anything with a [[namespace]].&lt;br /&gt;
|-&lt;br /&gt;
|Due to the technical limitation noted above certain terms are tagged differently then how they are normally written. ||&amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt;: The circle &amp;quot;#define&amp;quot; is tagged as &amp;quot;g:sharp define&amp;quot;.&lt;br /&gt;
&amp;lt;div id =&amp;quot;conflicting&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Conflicting&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Conflicts&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;conflicts&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;conflict&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Conflict&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Conflicting&#039;&#039;&#039; || Tags such as [[futanari]] and [[yuri]], [[cheating]] and [[netorare]], or [[dark skin]] and [[tanlines]] do not go together as they are mutually exclusive; they can only be tagged if they both occur separately.&lt;br /&gt;
||&amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt;: 2 females having sex followed by a futanari having sex with a female would suffice for both tags.&amp;lt;div id=&amp;quot;Costume&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Clothing&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;costume&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;clothing&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;clothes&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Clothes&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;costumes&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Costumes&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Clothing&#039;&#039;&#039; || Costume tags such as [[schoolgirl uniform]] only apply if they are kept on (at least partially) during sexual activities. If they are absent or removed beforehand, they should &#039;&#039;&#039;NOT&#039;&#039;&#039; be tagged.&lt;br /&gt;
||&amp;lt;u&amp;gt;Exceptions&amp;lt;/u&amp;gt;: For non-pornographic galleries the clothing does not need to be removed in any way.&amp;lt;div id =&amp;quot;visual&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Visual&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Visuals&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;visuals&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Visual&#039;&#039;&#039;|| Nearly all fetish/content tags are based on visuals and not text (&#039;&#039;see the next rule for [[Fetish_Listing#Contextual|contextual]] tags&#039;&#039;). If there is any conflict between what is being said/acted and what is shown the visual wins. || &amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt;: A girl saying she&#039;s old when she looks relatively young does not qualify for the [[milf]] nor [[old lady]] tags.&lt;br /&gt;
&amp;lt;div id =&amp;quot;Context&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;context&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Contextual&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;contextual&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Contextual&#039;&#039;&#039; || [[Fetish_Listing#Contextual|Contextual tags]] do not require visual presence but must have dialogue/story presence. &#039;&#039;&#039;DO NOT&#039;&#039;&#039; tag them unless they are fairly obvious to a casual reader.&lt;br /&gt;
||&amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt;: A woman saying the man with whom she&#039;s about to sex is not her husband and then does so for several pages counts as [[cheating]].&amp;lt;div id =&amp;quot;Namespace&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;namespace&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;namespaces&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Namespaces&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;NS&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;ns&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Namespace&#039;&#039;&#039; || Most [[fetish]] tags use either a female or male namespace to indicate which gender is being affected. For these purposes [[futanari]] and [[shemale]] are considered female.&lt;br /&gt;
||&amp;lt;u&amp;gt;Examples&amp;lt;/u&amp;gt;: m:[[glasses]] if a male is wearing them, f:[[glasses]] if a female is wearing them, etc.&amp;lt;div id =&amp;quot;new&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;New&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;New&#039;&#039;&#039; || The creation of new Fetish/Content tags is largely prohibited. Please use the [[forums]] to discuss any new tag possibilities. See the [[#Tag Directory|Tag Directory]] for existing tags.&lt;br /&gt;
||&amp;lt;u&amp;gt;Exceptions&amp;lt;/u&amp;gt;: Artist, Group, or Parody tags may be requested freely (with citations if possible).&amp;lt;div id =&amp;quot;Animal&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;animal&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;animals&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Animals&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Animal&#039;&#039;&#039;|| All animal tags require that either an [[animal on animal]], [[animal on furry]], or [[bestiality]] tag is also present and valid. || &amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt;: Two canines mating allows for the [[dog]] tag but two [[furry]] [[dog girl]]s having sex each other does not.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Good Tags==&lt;br /&gt;
;Contents/Fetishes&lt;br /&gt;
:As long as they are relevant sexually.&lt;br /&gt;
&lt;br /&gt;
;Languages&lt;br /&gt;
:Should be tagged in their English equivalent (e.g. &#039;&#039;Spanish&#039;&#039; not &#039;&#039;Espanol&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
;Circles&lt;br /&gt;
:Name of the circle(s) that published the work. &#039;&#039;&#039;Should NOT be added when they are not officially credited (e.g. most [[Manga]]).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Mangakas&lt;br /&gt;
:Name(s) of the artist(s) who drew major parts or all of the work and were officially credited as such. Japanese artists should be written as [https://en.wikipedia.org/wiki/Hepburn_romanization Hepburn romanizations] unless the artists themselves consistently spell them otherwise.&lt;br /&gt;
&lt;br /&gt;
;Original Series&lt;br /&gt;
:Names of the series that appear or are being parodied. Parodies should be obvious and relevant (e.g. a cosplayer cosplaying as a certain character). Should be as specific as possible (e.g. [[dragon quest viii]], not [[dragon quest]]) if the sub-series passes presence. A combination of images from different sub-series that passes presence (wherein the aforementioned sub-series do not pass individually) uses the generic parody.&lt;br /&gt;
&amp;lt;div id=&amp;quot;Participants&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Participant&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;participants&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;participant&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Character&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Characters&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;character&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;characters&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
;Participants &amp;lt;div id=&amp;quot;Names&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Characters&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;characters&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
:Names of characters (or characters that a cosplayer is cosplaying as) participating in the gallery. Original characters (non-parodies) that do not exist outside of their own works should not be tagged.&lt;br /&gt;
*[[Non-H]] works may only have the &#039;&#039;&#039;most focused&#039;&#039;&#039; characters be tagged.&lt;br /&gt;
*Character names are preferred &#039;&#039;&#039;in full and in their western order&#039;&#039;&#039; (given name(s) followed by family name; e.g. &#039;&#039;[[hinata hyuga]]&#039;&#039;). There are rare exceptions.&lt;br /&gt;
*A &#039;&#039;&#039;character in costume&#039;&#039;&#039; is to be tagged with their alias (should they have one), otherwise use their real name; e.g. &#039;&#039;[[sailor mercury]]&#039;&#039; when she is transformed, &#039;&#039;[[ami mizuno]]&#039;&#039; when she is not.&lt;br /&gt;
*A &#039;&#039;&#039;genderbent character&#039;&#039;&#039; is preferred be tagged with their regular name. Exceptions apply to characters that act independent of their normal gender&#039;s persona; these include &#039;&#039;[[naruko]]&#039;&#039; and &#039;&#039;kyonko&#039;&#039;.&lt;br /&gt;
*A &#039;&#039;&#039;character with no official name&#039;&#039;&#039; may be tagged based on their relationship with another character; e.g. &#039;&#039;[[dexters mom]]&#039;&#039; from [[Dexter&#039;s Laboratory]].&amp;lt;sup&amp;gt;([http://dexterslab.wikia.com/wiki/Mom Ref])&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Asian cosplayers&#039; names are preferred in eastern order.&lt;br /&gt;
&amp;lt;div id=&amp;quot;Directory&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;directory&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Tag Directory===&lt;br /&gt;
{{TagNav}}&lt;br /&gt;
&amp;lt;div id =&amp;quot;KTD&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;ktd&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;difference&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Difference&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Information Sources===&lt;br /&gt;
The information used to tag a gallery should almost always be based solely on the contents of the images in the gallery itself. The gallery&#039;s title or 3rd party sites do NOT qualify as sources in the majority of cases.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Exceptions:&amp;lt;/u&amp;gt;&lt;br /&gt;
*Artist name(s) may be gotten from a verifiable source if they are omitted from the gallery (e.g. galleries where only the circle name is used).&lt;br /&gt;
*The title may be used as proof of [[incest]] (unless the dialogue indicates otherwise).&lt;br /&gt;
*[[:Category:Series_Tag|Parodies]] have all of their canon counted as existing information (unless the dialogue indicates otherwise).&lt;br /&gt;
*Participants&#039; gender(s) being left &#039;&#039;extremely&#039;&#039; vague may use a verifiable source to identify them.&lt;br /&gt;
&lt;br /&gt;
==[[Know The Difference]]==&lt;br /&gt;
For tags that are often confused for one another.&lt;br /&gt;
&lt;br /&gt;
==Bad Tags==&lt;br /&gt;
&#039;&#039;Note: These are just a few examples.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Location&#039;&#039;&#039;: forest, office, prison, school, space, virtual reality&lt;br /&gt;
*&#039;&#039;&#039;Meme&#039;&#039;&#039;: arrow to the knee, epic fail, lolwut, over 9000, pomf, sup mugi&lt;br /&gt;
*&#039;&#039;&#039;No Sexual Connection&#039;&#039;&#039;: celebrity, exercise, heels, microphone, pillow, swords&lt;br /&gt;
*&#039;&#039;&#039;Opinionated / Pejorative&#039;&#039;&#039;: cute, extreme, funny, gross, hot, garbage, nice tits, not bad, sad, scary, terrible, ugly, weird&lt;br /&gt;
*&#039;&#039;&#039;Technical&#039;&#039;&#039;: double pages, fanart, hi-rez, sketch, times new roman&lt;br /&gt;
*&#039;&#039;&#039;Too Common&#039;&#039;&#039;: anime, censored, [[japanese]], long hair, nymphomaniac, semen, sex, skirt, softcore, straight, upskirt, vaginal&lt;br /&gt;
*&#039;&#039;&#039;Too Minor&#039;&#039;&#039;: (all eye colors), (all hair colors), heterochromia&lt;br /&gt;
*&#039;&#039;&#039;Too Vague&#039;&#039;&#039;: areola, ass, nipples, pussy, shaved, wet&lt;br /&gt;
*&#039;&#039;&#039;Requests&#039;&#039;&#039;: decensor request, more please, need english, torrent plz, translation wanted&lt;br /&gt;
**Requests should be made [https://forums.e-hentai.org/index.php?showforum=45 on the forums], not via tags.&lt;br /&gt;
&amp;lt;div id =&amp;quot;Category&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;category&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;categories&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Categories&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===[[Gallery Categories‎|Categories]]===&lt;br /&gt;
Category tags should &#039;&#039;&#039;only&#039;&#039;&#039; be used to change an improperly categorized gallery. Once such a tag receives 100 [[power]] the category will switch to that of the tag. If two of these tags are present (which means one of them is incorrect and should be downvoted) the one with the higher power will be used.&lt;br /&gt;
&lt;br /&gt;
===Bad Variables===&lt;br /&gt;
;Conventions&lt;br /&gt;
:Can be in the gallery&#039;s name, but not a tag. &#039;&#039;The most recent Comiket is given a temporary exception for 30-60 days.&#039;&#039;&lt;br /&gt;
;Dates, Years&lt;br /&gt;
:The month and year of publication can be in the gallery&#039;s name for [[anthology]] releases.&lt;br /&gt;
;Publishers, Websites&lt;br /&gt;
:Do not actually produce the content. Rare exceptions apply if no other names that can be used to identify a work&#039;s creator.&lt;br /&gt;
;Resolutions&lt;br /&gt;
:This is technical and not helpful for [[searches]].&lt;br /&gt;
;Scanners, Translators&lt;br /&gt;
:They do not produce the content.&lt;br /&gt;
;Software&lt;br /&gt;
:The tools with which the artist created the content are irrelevant.&lt;br /&gt;
;Title&lt;br /&gt;
:The title of a gallery is NOT something to be tagged unless it is otherwise an already appropriate tag.&lt;br /&gt;
;Writers&lt;br /&gt;
:Not to be confused with the artist(s).&lt;br /&gt;
&lt;br /&gt;
===Do Not===&lt;br /&gt;
*Use [[Cosplay]]-only tags ([[hardcore]] and [[non-nude]]) on non-Cosplay galleries.&lt;br /&gt;
*Use [[:Category:Language Tag|language tags]] for anything other than indicating a gallery&#039;s text.&lt;br /&gt;
*Use a language tag on an [[imageset]] gallery unless a vast majority of it (75%+) contains text in that language.&lt;br /&gt;
*Tag [[mother]] when not in conjunction with [[incest]]. This includes women giving [[birth]], women who happen to have children, or [[milf]]s.&lt;br /&gt;
*Use negative tags like &amp;quot;not futanari&amp;quot;. Users who disagree with a tag should vote it down and post in [https://forums.e-hentai.org/index.php?showtopic=11364 this forum thread].&lt;br /&gt;
*Use the [[cosplay]] tag when characters in drawn works are cosplaying as other characters; use [[cosplaying]] instead.&lt;br /&gt;
*Combine tags (e.g. &amp;quot;furry yaoi&amp;quot;). Each tag should be separated by a comma. This also includes artist/circle names or character pairings (e.g. &amp;quot;naruto x hinata&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
====Temporary Tags====&lt;br /&gt;
Please do not vote up tags of a temporary nature if they are already present. These include:&lt;br /&gt;
*[[incomplete]]&lt;br /&gt;
*[[out of order]]&lt;br /&gt;
*[[#Categories|Category tags]]&lt;br /&gt;
*Convention tags&lt;br /&gt;
*[[Expunging]] tags for galleries which may be updated/de-expunged&lt;br /&gt;
&amp;lt;div id=&amp;quot;Why Should I Tag?&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Tagging earns points toward a [[toplist]] position and the [[Toplists#Rewards|rewards that come with it]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Poor use of tags may result in the user losing [[power]] and heavy misuse will result in the user being [[power]] [[banned]] altogether.&lt;br /&gt;
&lt;br /&gt;
==[[Tagging Mechanics]]==&lt;br /&gt;
For further details about tags and advanced usage.&lt;br /&gt;
&lt;br /&gt;
===Exact Tag Searching===&lt;br /&gt;
Searches for certain tags can return results from more tags than intended. This happens to tags that appear as partial strings inside longer tags.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt;: The tag &#039;&#039;f:cat&#039;&#039; will match [[cat]], [[catgirl]], [[human cattle]], etc. (but not [[scat]] or [[petrification]]). This also impacts [[slave tag]]s; a search for &#039;&#039;f:anal&#039;&#039; may return a gallery tagged with [[sex toys]]. This happens because the search for &#039;&#039;anal&#039;&#039; matches &amp;quot;anal beads&amp;quot; which is slaved to [[sex toys]].&lt;br /&gt;
&lt;br /&gt;
To avoid this users may search with a dollar sign at the end of the tag to search only for that string (e.g. &#039;&#039;f:cat$&#039;&#039;, &#039;&#039;f:anal$&#039;&#039;, etc.)&lt;br /&gt;
&lt;br /&gt;
===Tagging Hotkeys===&lt;br /&gt;
The following hotkeys can be used when a tag is selected.&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align: center;&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Function&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|Hotkeys&lt;br /&gt;
|-&lt;br /&gt;
!Numpad !! Other&lt;br /&gt;
|-&lt;br /&gt;
|Show All Tagged Galleries || {{Keypress|4}} || {{Keypress|A}}&lt;br /&gt;
|-&lt;br /&gt;
|Show Tag Definition || {{Keypress|6}} || {{Keypress|D}}&lt;br /&gt;
|-&lt;br /&gt;
|Vote Up || {{Keypress|8}} || {{Keypress|W}}&lt;br /&gt;
|-&lt;br /&gt;
|Vote Down || {{Keypress|2}} || {{Keypress|S}}&lt;br /&gt;
|-&lt;br /&gt;
|Clear Selection || {{Keypress|5}} || {{Keypress|Spacebar}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tag History==&lt;br /&gt;
Users can check their own tag history (up to the last 1,000 actions within the last 30 days) and accuracy rating via this tool:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;http://g.e-hentai.org/tools.php?act=taglist&amp;amp;uid={USER}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Replace {USER} with the numeric forum ID (users can find this by clicking their own name at the top next to the &amp;quot;Logged in as&amp;quot; text).&lt;br /&gt;
**Example: [https://forums.e-hentai.org/index.php?showuser=5 Snowflake] would use the URL http://g.e-hentai.org/tools.php?act=taglist&amp;amp;uid=5&lt;br /&gt;
*Note that accuracy score calculations are delayed by 3 days (same as [[toplist]] calculations). Further accuracy checks take place to ensure a tag vote remains correct.&lt;br /&gt;
*The numbers next to each tag indicate the [[power]] the user utilized for that action.&lt;br /&gt;
*&amp;quot;Total Tagcount&amp;quot; includes all tagging actions. This includes tags that do not count towards the user&#039;s accuracy.&lt;br /&gt;
*&amp;quot;Started&amp;quot; indicates accuracy for tags the user added themselves. &amp;quot;Voted&amp;quot; indicates accuracy for existing tags upon which the user voted.&lt;br /&gt;
**N/A indicates that the user needs more votes for the system to calculate their accuracy.&lt;br /&gt;
*[[VIP|Gallery and tag moderators]] may check all users&#039; and tag histories.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Fetish Listing]] - A list of all official fetish tags based on their area.&lt;br /&gt;
*[[Toplists#Tagging_Toplists|Toplists - Tagging]]&lt;br /&gt;
*[[Gallery Categories‎]]&lt;br /&gt;
*[[Technical_Issues#Gallery_Tagging|Technical Issues - Gallery Tagging]]&lt;br /&gt;
*[http://g.e-hentai.org/tools.php?act=taggroup Tag Groups] - A list of master tags and their slaves. Note that not all tag groups represent good tags.&lt;br /&gt;
&lt;br /&gt;
==Forum Links==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=184081 Forum: Tagging and its abuse] - Please report any bad tagging here.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=174442 Forum: General tag discussions]&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Loot_Drop_Rolls&amp;diff=34803</id>
		<title>Loot Drop Rolls</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Loot_Drop_Rolls&amp;diff=34803"/>
		<updated>2015-12-10T06:54:46Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Increased Drop Chances */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are the drop formulas for the [[HentaiVerse]]. All drops go through several rolls to determine what the player will receive.&lt;br /&gt;
&lt;br /&gt;
==Loot Rolls==&lt;br /&gt;
[[Image:Drop Rolls.png|border|left]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!Roll&lt;br /&gt;
!width=&amp;quot;250px&amp;quot;|Base&lt;br /&gt;
!Affected By&lt;br /&gt;
|-&lt;br /&gt;
|Drop Roll || 10% ||&lt;br /&gt;
*Scavenger [[training]] (up to +2.5%)&lt;br /&gt;
*Monster&#039;s [[Monster_Lab#Monster_Stats_.26_Power_Level|Power Level]] bonus ((PL - 500) / 50); capped at +15%)&lt;br /&gt;
*[[Arena]] clear / [[Random Encounter]] bonus&lt;br /&gt;
*One additional roll for [[crystals]] in [[Grindfest]] (forward to C.Type Roll)&lt;br /&gt;
|-&lt;br /&gt;
|[[Equipment]] Roll || 2.5% ||&lt;br /&gt;
*Quartermaster [[Training]] (up to 2x)&lt;br /&gt;
*Guaranteed for [[Arena]] clear&lt;br /&gt;
*Guaranteed for [[Ring of Blood]] clear&lt;br /&gt;
*&#039;&#039;&#039;Will auto-fail if [[HentaiVerse_Bugs_%26_Errors#Combat|1,000 equipment pieces are owned]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|E.Quality Roll || 0 || &lt;br /&gt;
*[[Difficulty]]&lt;br /&gt;
**Nintendo and above have 0% chance for Fair/Crude&lt;br /&gt;
**Nightmare and below have 0% chance for Legendary/Peerless&lt;br /&gt;
***[[Arena]] clears have a &#039;&#039;very&#039;&#039; low chance for Legendary even on Normal&lt;br /&gt;
*[[Arena]] and [[Ring of Blood]] clear bonus&lt;br /&gt;
**Equal to a T1 [[trophy]] on Endgame challenge and below. Becomes T2+ with any higher challenge on Nightmare [[difficulty]] or higher. Longest Journey and above get +1 tier at Nightmare and above, and the three highest arenas get an additional +1 tier at IWBTH/PFUDOR. Dances with Dragons on PFUDOR is T8.&lt;br /&gt;
&lt;br /&gt;
*[[Trophies]] are pre-determined based on trophy tier and are &#039;&#039;&#039;not&#039;&#039;&#039; affected by anything else&lt;br /&gt;
**All trophies have 0.1% chance for Peerless&lt;br /&gt;
**T6 estimated rates:&lt;br /&gt;
***Legendary = 2%&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=182130&amp;amp;view=findpost&amp;amp;p=4126928]&amp;lt;/sup&amp;gt;&lt;br /&gt;
***Magnificent = 20%&lt;br /&gt;
***Exquisite = 78%&lt;br /&gt;
|-&lt;br /&gt;
|Slot Roll || Weighted: 9 / 3 / 3 / 3 / 15 / 15 / 15 &amp;lt;br&amp;gt;(1H / 2H / Staff / Shield / Cloth / Light / Heavy) || N/A; [[Trophies]] allow for manual selection&lt;br /&gt;
|-&lt;br /&gt;
|Tier Roll || Every [[quality]] rank has a specific base Rarity Chance ||&lt;br /&gt;
*Peerless = &amp;gt;25% base chance&lt;br /&gt;
*Average = 2%? base chance&lt;br /&gt;
*Fair/Crude = 0% chance&lt;br /&gt;
*Armor Only: Rarity Chance is multiplied directly by Luck of the Draw [[training]] (up to +25%)&lt;br /&gt;
|-&lt;br /&gt;
|[[Suffix]] Roll || None ||&lt;br /&gt;
*Limited selection based on type&lt;br /&gt;
*[[Quality]] must be Fair or higher; guaranteed at Superior or higher&lt;br /&gt;
|-&lt;br /&gt;
|PAB Rolls || 0 || [[Quality]] and Tier&lt;br /&gt;
*Certain PABs cannot be rolled depending on the slot (e.g. STR on Staffs)&lt;br /&gt;
*Phase has ~3.5% chance of having 0&lt;br /&gt;
*Staffs have 5% or 6.25% chance of having 0, depending on the type&lt;br /&gt;
*Maximum of 2 at Superior/Exquisite [[quality]]&lt;br /&gt;
*At Legendary/Peerless [[quality]] will always have 3 (4 for Light armor)&lt;br /&gt;
*Suffixes may add additional PABs (e.g. Arcanist)&lt;br /&gt;
|-&lt;br /&gt;
|[[Prefix]] Roll || Pre-determined, requires &amp;quot;Superior&amp;quot; or higher || See [[Equipment_Prefixes#Chances|chart]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Artifact]] Roll || 0.2% || Archaeologist [[training]] (up to 2x)&lt;br /&gt;
|-&lt;br /&gt;
|[[Collectable]] Roll || 1%? || N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[Token]] Roll || 0.2% ||&lt;br /&gt;
*Does not involve [[Soul Fragment]]s which are solely from [[Random Encounter]]s&lt;br /&gt;
*[[Arena]] Challenge / [[Ring of Blood]] clear bonus (15-25%?)&lt;br /&gt;
*Tokenizer [[hath perks]] (up to 4x)&lt;br /&gt;
|-&lt;br /&gt;
|T.Type Roll || 20% / 80% &amp;lt;br&amp;gt;(Blood / Chaos) || Tokenizer [[hath perks]] (increases Chaos by up to 10%?)&lt;br /&gt;
|-&lt;br /&gt;
|I.Type Roll || 35% / 35% / 10%? / 10% / 4%? / 4% / 2% &amp;lt;br&amp;gt;(Restoratives / [[Crystals]] / [[Scrolls]] / [[Food]] / [[Infusions]] / [[Shards]] / [[Special Items]]) ||&lt;br /&gt;
Luck of the Draw [[training]] (up to +25% towards rarer [[item]]s)&lt;br /&gt;
|-&lt;br /&gt;
|R.Quality Roll || 79% / 19% / 2% &amp;lt;br&amp;gt;(Draught / Potion / Elixir) || Luck of the Draw [[training]] (up to +25%)&lt;br /&gt;
|-&lt;br /&gt;
|C.Type Roll || Equal || N/A&lt;br /&gt;
|-&lt;br /&gt;
|C.Multiplier || 1x ||&lt;br /&gt;
*[[Difficulty]] (up to 3x)&lt;br /&gt;
*[[Grindfest]] round bonus (up to 3x)&lt;br /&gt;
**The two above cannot combined to more than 5x&lt;br /&gt;
*Crystarium [[Hath Perks]] (up to 10x)&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
|-&lt;br /&gt;
|F.Quality Roll || 90/5/5? ||&lt;br /&gt;
*[[Difficulty]] (up to 5x better for T2/T3)&lt;br /&gt;
*Happy Pills are not affected by anything --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Occurrences==&lt;br /&gt;
*Loot drop rolls only occur after clearing a [[battle]] round (with the exception of power-ups, which drop immediately after defeating a monster). There is a maximum of 1 drop per defeated monster.&lt;br /&gt;
*Guaranteed drops occur after clearing [[Random Encounter]]s, [[Ring of Blood]], and [[Arena]] challenges in addition to the last round&#039;s normal drop chances.&lt;br /&gt;
*For [[trophies]], the drop is guaranteed except in the non-final rounds of the level 225+ [[Arena#Arena_Challenges|arena challenges]] where it is a static 10% chance.&lt;br /&gt;
*No drops occur if the player is at 9 [[stamina]] or less.&lt;br /&gt;
&lt;br /&gt;
===Limits===&lt;br /&gt;
Playing a large number of rounds at lower [[difficulties]] in any [[battle mode]] reduces the drop rate from monsters for a period of time. This begins after 1,000 rounds and reaches maximum effect after 2,000 rounds. The reduction caps at 75% for Normal, 50% for Hard, and 25% for Nightmare. This applies to ALL drops besides [[Arena]]/[[Ring of Blood]] clear bonus drops. The round counter cools down at a rate of 1 per minute (out of combat only).&lt;br /&gt;
&lt;br /&gt;
==Increased Drop Chances==&lt;br /&gt;
Scavenger, Quartermaster, and Archaeologist [[training]] affect the base chances of drops. Base chance of getting any loot at all is 10%; maxing out Scavenger can bring this up to 12.5%.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?showtopic=128181&amp;amp;st=0&amp;amp;p=2612586]&amp;lt;/sup&amp;gt; Thus Scavenger increases a player&#039;s chance of getting both equipment and artifacts because there will be more rolls occurring after the initial loot roll, but their individual percentages will remain the same. Fighting more difficult monsters also gives an additional 0-15% drop rate, making the maximum drop rate 27.5% with maxed Scavenger and a monster with at least 1250PL. Additionally, because equipment rolls occur before artifact rolls, increasing Quartermaster will &#039;&#039;slightly&#039;&#039; reduce a player&#039;s chance of getting artifacts and other items.&lt;br /&gt;
&lt;br /&gt;
Drop chance can be determined by the following formula (Base_loot_drop = 0.10):&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;Loot_drop = Base_loot_drop * (1 + Scavenger_level * 0.0005) + Monster_PL_bonus&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
True equipment drop chance can be determined by the following formula (Base_equipment_drop = 0.025):&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;Equipment_drop = Loot_drop * (Base_equipment_drop * (1 + Quartermaster_level * 0.05)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
True artifact drop chance can be determined by the following formula (Base_artifact_drop = 0.002):&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;Artifact_drop = (Loot_drop - Equipment_drop) * (Base_artifact_drop * (1 + Archaeologist_level * 0.1))&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Other loot always has a 100% chance of dropping when a player rolls for a drop, and subsequent equipment and artifact rolls fail. More information about drop chances can be found [[Loot Drop Rolls|here]].&lt;br /&gt;
&lt;br /&gt;
Formula for other loot:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;Other_drop = (Loot_drop - Equipment_drop - Artifact_drop) * (Base_other_drop)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(Base_other_drop is the numerical value for a specific item, i.e. percentage_value / 100. It is possible to also combine the base drop chances of several items to get their true combined drop chance).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==[[Credits]]==&lt;br /&gt;
Credits can only drop from monsters that did not drop anything else; &#039;&#039;&#039;however&#039;&#039;&#039;, the credit drop chance is static (~20%?) and is &#039;&#039;&#039;not&#039;&#039;&#039; affected by anything (e.g. increasing Scavenger does not negatively impact credit drop chance in any significant way).&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Items]]&lt;br /&gt;
*[[Equipment]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Loot_Drop_Rolls&amp;diff=34799</id>
		<title>Loot Drop Rolls</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Loot_Drop_Rolls&amp;diff=34799"/>
		<updated>2015-12-10T01:50:39Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are the drop formulas for the [[HentaiVerse]]. All drops go through several rolls to determine what the player will receive.&lt;br /&gt;
&lt;br /&gt;
==Loot Rolls==&lt;br /&gt;
[[Image:Drop Rolls.png|border|left]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!Roll&lt;br /&gt;
!width=&amp;quot;250px&amp;quot;|Base&lt;br /&gt;
!Affected By&lt;br /&gt;
|-&lt;br /&gt;
|Drop Roll || 10% ||&lt;br /&gt;
*Scavenger [[training]] (up to +2.5%)&lt;br /&gt;
*Monster&#039;s [[Monster_Lab#Monster_Stats_.26_Power_Level|Power Level]] bonus ((PL - 500) / 50); capped at +15%)&lt;br /&gt;
*[[Arena]] clear / [[Random Encounter]] bonus&lt;br /&gt;
*One additional roll for [[crystals]] in [[Grindfest]] (forward to C.Type Roll)&lt;br /&gt;
|-&lt;br /&gt;
|[[Equipment]] Roll || 2.5% ||&lt;br /&gt;
*Quartermaster [[Training]] (up to 2x)&lt;br /&gt;
*Guaranteed for [[Arena]] clear&lt;br /&gt;
*Guaranteed for [[Ring of Blood]] clear&lt;br /&gt;
*&#039;&#039;&#039;Will auto-fail if [[HentaiVerse_Bugs_%26_Errors#Combat|1,000 equipment pieces are owned]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|E.Quality Roll || 0 || &lt;br /&gt;
*[[Difficulty]]&lt;br /&gt;
**Nintendo and above have 0% chance for Fair/Crude&lt;br /&gt;
**Nightmare and below have 0% chance for Legendary/Peerless&lt;br /&gt;
***[[Arena]] clears have a &#039;&#039;very&#039;&#039; low chance for Legendary even on Normal&lt;br /&gt;
*[[Arena]] and [[Ring of Blood]] clear bonus&lt;br /&gt;
**Equal to a T1 [[trophy]] on Endgame challenge and below. Becomes T2+ with any higher challenge on Nightmare [[difficulty]] or higher. Longest Journey and above get +1 tier at Nightmare and above, and the three highest arenas get an additional +1 tier at IWBTH/PFUDOR. Dances with Dragons on PFUDOR is T8.&lt;br /&gt;
&lt;br /&gt;
*[[Trophies]] are pre-determined based on trophy tier and are &#039;&#039;&#039;not&#039;&#039;&#039; affected by anything else&lt;br /&gt;
**All trophies have 0.1% chance for Peerless&lt;br /&gt;
**T6 estimated rates:&lt;br /&gt;
***Legendary = 2%&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=182130&amp;amp;view=findpost&amp;amp;p=4126928]&amp;lt;/sup&amp;gt;&lt;br /&gt;
***Magnificent = 20%&lt;br /&gt;
***Exquisite = 78%&lt;br /&gt;
|-&lt;br /&gt;
|Slot Roll || Weighted: 9 / 3 / 3 / 3 / 15 / 15 / 15 &amp;lt;br&amp;gt;(1H / 2H / Staff / Shield / Cloth / Light / Heavy) || N/A; [[Trophies]] allow for manual selection&lt;br /&gt;
|-&lt;br /&gt;
|Tier Roll || Every [[quality]] rank has a specific base Rarity Chance ||&lt;br /&gt;
*Peerless = &amp;gt;25% base chance&lt;br /&gt;
*Average = 2%? base chance&lt;br /&gt;
*Fair/Crude = 0% chance&lt;br /&gt;
*Armor Only: Rarity Chance is multiplied directly by Luck of the Draw [[training]] (up to +25%)&lt;br /&gt;
|-&lt;br /&gt;
|[[Suffix]] Roll || None ||&lt;br /&gt;
*Limited selection based on type&lt;br /&gt;
*[[Quality]] must be Fair or higher; guaranteed at Superior or higher&lt;br /&gt;
|-&lt;br /&gt;
|PAB Rolls || 0 || [[Quality]] and Tier&lt;br /&gt;
*Certain PABs cannot be rolled depending on the slot (e.g. STR on Staffs)&lt;br /&gt;
*Phase has ~3.5% chance of having 0&lt;br /&gt;
*Staffs have 5% or 6.25% chance of having 0, depending on the type&lt;br /&gt;
*Maximum of 2 at Superior/Exquisite [[quality]]&lt;br /&gt;
*At Legendary/Peerless [[quality]] will always have 3 (4 for Light armor)&lt;br /&gt;
*Suffixes may add additional PABs (e.g. Arcanist)&lt;br /&gt;
|-&lt;br /&gt;
|[[Prefix]] Roll || Pre-determined, requires &amp;quot;Superior&amp;quot; or higher || See [[Equipment_Prefixes#Chances|chart]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Artifact]] Roll || 0.2% || Archaeologist [[training]] (up to 2x)&lt;br /&gt;
|-&lt;br /&gt;
|[[Collectable]] Roll || 1%? || N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[Token]] Roll || 0.2% ||&lt;br /&gt;
*Does not involve [[Soul Fragment]]s which are solely from [[Random Encounter]]s&lt;br /&gt;
*[[Arena]] Challenge / [[Ring of Blood]] clear bonus (15-25%?)&lt;br /&gt;
*Tokenizer [[hath perks]] (up to 4x)&lt;br /&gt;
|-&lt;br /&gt;
|T.Type Roll || 20% / 80% &amp;lt;br&amp;gt;(Blood / Chaos) || Tokenizer [[hath perks]] (increases Chaos by up to 10%?)&lt;br /&gt;
|-&lt;br /&gt;
|I.Type Roll || 35% / 35% / 10%? / 10% / 4%? / 4% / 2% &amp;lt;br&amp;gt;(Restoratives / [[Crystals]] / [[Scrolls]] / [[Food]] / [[Infusions]] / [[Shards]] / [[Special Items]]) ||&lt;br /&gt;
Luck of the Draw [[training]] (up to +25% towards rarer [[item]]s)&lt;br /&gt;
|-&lt;br /&gt;
|R.Quality Roll || 79% / 19% / 2% &amp;lt;br&amp;gt;(Draught / Potion / Elixir) || Luck of the Draw [[training]] (up to +25%)&lt;br /&gt;
|-&lt;br /&gt;
|C.Type Roll || Equal || N/A&lt;br /&gt;
|-&lt;br /&gt;
|C.Multiplier || 1x ||&lt;br /&gt;
*[[Difficulty]] (up to 3x)&lt;br /&gt;
*[[Grindfest]] round bonus (up to 3x)&lt;br /&gt;
**The two above cannot combined to more than 5x&lt;br /&gt;
*Crystarium [[Hath Perks]] (up to 10x)&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
|-&lt;br /&gt;
|F.Quality Roll || 90/5/5? ||&lt;br /&gt;
*[[Difficulty]] (up to 5x better for T2/T3)&lt;br /&gt;
*Happy Pills are not affected by anything --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Occurrences==&lt;br /&gt;
*Loot drop rolls only occur after clearing a [[battle]] round (with the exception of power-ups, which drop immediately after defeating a monster). There is a maximum of 1 drop per defeated monster.&lt;br /&gt;
*Guaranteed drops occur after clearing [[Random Encounter]]s, [[Ring of Blood]], and [[Arena]] challenges in addition to the last round&#039;s normal drop chances.&lt;br /&gt;
*For [[trophies]], the drop is guaranteed except in the non-final rounds of the level 225+ [[Arena#Arena_Challenges|arena challenges]] where it is a static 10% chance.&lt;br /&gt;
*No drops occur if the player is at 9 [[stamina]] or less.&lt;br /&gt;
&lt;br /&gt;
===Limits===&lt;br /&gt;
Playing a large number of rounds at lower [[difficulties]] in any [[battle mode]] reduces the drop rate from monsters for a period of time. This begins after 1,000 rounds and reaches maximum effect after 2,000 rounds. The reduction caps at 75% for Normal, 50% for Hard, and 25% for Nightmare. This applies to ALL drops besides [[Arena]]/[[Ring of Blood]] clear bonus drops. The round counter cools down at a rate of 1 per minute (out of combat only).&lt;br /&gt;
&lt;br /&gt;
==Increased Drop Chances==&lt;br /&gt;
Scavenger, Quartermaster, and Archaeologist [[training]] affect the base chances of drops. Base chance of getting any loot at all is 10%; maxing out Scavenger can bring this up to 12.5%.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?showtopic=128181&amp;amp;st=0&amp;amp;p=2612586]&amp;lt;/sup&amp;gt; Thus Scavenger increases a player&#039;s chance of getting both equipment and artifacts because there will be more rolls occurring after the initial loot roll, but their individual percentages will remain the same. Fighting more difficult monsters also gives an additional 0-15% drop rate, making the maximum drop rate 27.5% with maxed Scavenger and a monster with at least 1250PL. Additionally, because equipment rolls occur before artifact rolls, increasing Quartermaster will &#039;&#039;slightly&#039;&#039; reduce a player&#039;s chance of getting artifacts and other items.&lt;br /&gt;
&lt;br /&gt;
Drop chance can be determined by the following formula (Base_loot_drop = 0.10):&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;Loot_drop = Base_loot_drop * (1 + Scavenger_level * 0.005) + Monster PL&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
True equipment drop chance can be determined by the following formula (Base_equipment_drop = 0.025):&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;Equipment_drop = Loot_drop * (Base_equipment_drop * (1 + Quartermaster_level * 0.05)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
True artifact drop chance can be determined by the following formula (Base_artifact_drop = 0.002):&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;Artifact_drop = (Loot_drop - Equipment_drop) * (Base_artifact_drop * (1 + Archaeologist_level * 0.1))&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Other loot always has a 100% chance of dropping when a player rolls for a drop, and subsequent equipment and artifact rolls fail. More information about drop chances can be found [[Loot Drop Rolls|here]].&lt;br /&gt;
&lt;br /&gt;
Formula for other loot:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;Other_drop = (Loot_drop - Equipment_drop - Artifact_drop) * (Base_other_drop)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(Base_other_drop is the numerical value for a specific item, i.e. percentage_value / 100. It is possible to also combine the base drop chances of several items to get their true combined drop chance).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==[[Credits]]==&lt;br /&gt;
Credits can only drop from monsters that did not drop anything else; &#039;&#039;&#039;however&#039;&#039;&#039;, the credit drop chance is static (~20%?) and is &#039;&#039;&#039;not&#039;&#039;&#039; affected by anything (e.g. increasing Scavenger does not negatively impact credit drop chance in any significant way).&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Items]]&lt;br /&gt;
*[[Equipment]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Monster_Lab&amp;diff=34726</id>
		<title>Monster Lab</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Monster_Lab&amp;diff=34726"/>
		<updated>2015-11-27T05:14:06Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Monster Lab Mainpage.PNG|thumb|The Monster Lab Mainpage.]]&lt;br /&gt;
[http://hentaiverse.org/?s=Bazaar&amp;amp;ss=ml The Monster Lab] allows the players to create custom monsters that any player can then encounter during [[battles]]. Monsters are primarily created to bring [[#Gifts|gifts]] to their owner as they do not assist the player in any other way.&lt;br /&gt;
&lt;br /&gt;
==Monster Creation==&lt;br /&gt;
[[Image:Monster Creation.JPG|thumb|Monster Creation page.]]&lt;br /&gt;
A monster slot is needed in order to create a new monster; such slots can be unlocked using [[Tokens|Chaos Tokens]]. A new monster is created by giving it a name, a base class, and a melee attack [[damage type]]. Players may choose from any of the 13 monster classes, each with their own strengths and weaknesses. Up to 100 monster slots can be unlocked; [[donators]] get up to 200.&lt;br /&gt;
&lt;br /&gt;
===Naming===&lt;br /&gt;
Monsters can only be named once they reach a Power Level of 25 ([[#Monster Stats &amp;amp; Power Level|see below]]). Some guidelines should be followed regarding the name of the monsters:&lt;br /&gt;
&lt;br /&gt;
*Maximum of 30 characters&lt;br /&gt;
*No gibberish&lt;br /&gt;
*No misspellings of existing monsters&#039; names&lt;br /&gt;
*No misleading names (e.g. &amp;quot;Weak Against Holy&amp;quot; or &amp;quot;Bob the Dragon&amp;quot; on a non-dragon monster)&lt;br /&gt;
*Only 1 monster should be named directly after an E-Hentai user&lt;br /&gt;
*No racist or hateful names&lt;br /&gt;
*No typographically similar numerical substitutions on names of existing monsters (that is, o=0 and i=1=l, space=hyphen)&lt;br /&gt;
**No consecutive spaces or hyphens&lt;br /&gt;
**Spaces and hyphens cannot be next to each other&lt;br /&gt;
**Cannot start or end with hyphens&lt;br /&gt;
**Maximum 5 spaces or hyphens per name&lt;br /&gt;
&lt;br /&gt;
===Costs &amp;amp; Deleting===&lt;br /&gt;
*The Nth monster slot costs &#039;&#039;roundup(1 + (N - 1)^1.2)&#039;&#039; Chaos Tokens to unlock.&lt;br /&gt;
**[[Donators]] at or above the Gold Star level get two slots per unlock. Slots unlocked before donating are retroactively doubled.&lt;br /&gt;
&lt;br /&gt;
*Monsters can be renamed and deleted for free.&lt;br /&gt;
**Once a monster reaches PL 250 these actions cost chaos tokens starting at 10 and increasing by 5 tokens every 100 PLs.&lt;br /&gt;
**Deleting a monster only frees up the slot, nothing else is refunded.&lt;br /&gt;
&lt;br /&gt;
==Monster Stats &amp;amp; Power Level==&lt;br /&gt;
[[Image:Monster Stats.PNG|thumb|Monster Stats page.]]&lt;br /&gt;
Monsters can be strengthened by their owner by using [[crystals]]. The monster&#039;s Power Level (PL) will rise with each [[Monster Stats|stat]] upgrade. As crystals are used to increase a monster&#039;s attributes the cost of subsequent increases in that stat goes up.&lt;br /&gt;
&lt;br /&gt;
===Upgrading===&lt;br /&gt;
[[Image:fire.png]] = Not enough crystals to upgrade, or the stat is maxed out&lt;br /&gt;
&lt;br /&gt;
[[Image:fire_a.png]] = Enough crystals to upgrade, simply click on it to spend the crystals&lt;br /&gt;
&lt;br /&gt;
Mousing over either of these will show the name and number of crystals needed for the next upgrade.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Where &#039;&#039;N&#039;&#039; is the number of times a stat has been upgraded so far&lt;br /&gt;
|-&lt;br /&gt;
!Stat type&lt;br /&gt;
!Crystal cost to upgrade&lt;br /&gt;
!PL increase per upgrade&lt;br /&gt;
!Total PL (per stat)&lt;br /&gt;
!Cap (per stat)&lt;br /&gt;
|- &lt;br /&gt;
!Primary&lt;br /&gt;
|round(50 * 1.555079154^N) || 3 + (N * 0.5) || 3 * (N + 1) + Roundup(N * (N + 1) / 4) || +25&lt;br /&gt;
|- &lt;br /&gt;
!Elemental&lt;br /&gt;
|round(10 * 1.26485522^N) || Rounddown(1 + (N * 0.1) || - || +50&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
There is currently no way to increase a monster&#039;s Piercing, Crushing, or Slashing defenses.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--====Costs and Results====&lt;br /&gt;
=====Attribute PL contributions=====&lt;br /&gt;
{|class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center; font-size: 1em&amp;quot;&lt;br /&gt;
|+ Chart of PL benefits from maximizing a single attribute, where the base number can be found [[Monster_Lab#Monster_Classes|below]]&lt;br /&gt;
!rowspan=&amp;quot;3&amp;quot; | Monster Class&lt;br /&gt;
!colspan=&amp;quot;6&amp;quot; | Primary Attributes&lt;br /&gt;
!colspan=&amp;quot;7&amp;quot; | Elemental Resistances&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;6&amp;quot; | = (25 - base)*(3 + (25 - base - 1) /2)&lt;br /&gt;
!colspan=&amp;quot;7&amp;quot; | = 75 - base&lt;br /&gt;
|-&lt;br /&gt;
! STR !! DEX !! AGI !! END !! INT !! WIS&lt;br /&gt;
! FIRE !! COLD !! ELEC !! WIND !! HOLY !! DARK&lt;br /&gt;
|-&lt;br /&gt;
! Arthropod&lt;br /&gt;
|187||250||207||150||273||273&lt;br /&gt;
|50||100||50||50||75||75&lt;br /&gt;
|-&lt;br /&gt;
! Avion&lt;br /&gt;
|250||187||88||273||228||250&lt;br /&gt;
|100||75||25||125||75||75&lt;br /&gt;
|-&lt;br /&gt;
! Beast&lt;br /&gt;
|187||168||168||207||297||322&lt;br /&gt;
|100||50||75||25||75||75&lt;br /&gt;
|-&lt;br /&gt;
! Celestial&lt;br /&gt;
|250||250||150||250||150||187&lt;br /&gt;
|50||50||50||50||25||125&lt;br /&gt;
|-&lt;br /&gt;
! Daimon&lt;br /&gt;
|168||168||187||273||228||250&lt;br /&gt;
|50||50||50||50||125||25&lt;br /&gt;
|-&lt;br /&gt;
!Dragonkin&lt;br /&gt;
|150||250||297||168||250||228&lt;br /&gt;
|25||125||50||100||75||75&lt;br /&gt;
|-&lt;br /&gt;
!Elemental&lt;br /&gt;
|297||228||228||273||187||117&lt;br /&gt;
|25||25||25||25||50||50&lt;br /&gt;
|-&lt;br /&gt;
!Giant&lt;br /&gt;
|150||187||297||117||322||348&lt;br /&gt;
|50||50||100||100||75||75&lt;br /&gt;
|-&lt;br /&gt;
! Humanoid&lt;br /&gt;
|250||150||187||250||187||207&lt;br /&gt;
|75||75||75||75||75||100&lt;br /&gt;
|-&lt;br /&gt;
!Mechanoid&lt;br /&gt;
|150||207||273||207||273||297&lt;br /&gt;
|25||25||150||25||25||75&lt;br /&gt;
|-&lt;br /&gt;
! Reptilian&lt;br /&gt;
|207||150||228||187||228||273&lt;br /&gt;
|50||125||50||75||75||75&lt;br /&gt;
|-&lt;br /&gt;
! Sprite&lt;br /&gt;
|297||117||117||322||207||228&lt;br /&gt;
|50||50||50||50||50||125&lt;br /&gt;
|-&lt;br /&gt;
! Undead&lt;br /&gt;
|150||207||273||150||322||322&lt;br /&gt;
|125||25||25||25||150||25&lt;br /&gt;
|}--&amp;gt;&lt;br /&gt;
===Monster PL vs. Player Level===&lt;br /&gt;
*A monster must have a PL of at least 25 to participate in [[battles]].&lt;br /&gt;
*Monsters give an additional [[EXP]] bonus of (1 + PL / 200).&lt;br /&gt;
*Monsters give additional [[Loot_Drop_Rolls|loot drop chance]] as ((PL - 500) / 50), capped at 15%.&lt;br /&gt;
*It is possible for players to fight monsters that they have created.&lt;br /&gt;
*For the PL cap calculation, a player&#039;s &#039;&#039;effective level&#039;&#039; (current level + [[HentaiVerse_Settings#Challenge_Level|difficulty modifier]]) is used .&lt;br /&gt;
*The system is biased towards picking monsters that are closer to the player&#039;s PL cap. The maximum PL of monsters that a player can face is:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Player&#039;s Level + [[HentaiVerse_Settings#Challenge_Level|Difficulty Modifier]]&lt;br /&gt;
!Max Monster PL&lt;br /&gt;
|-&lt;br /&gt;
|1-99 || Player&#039;s effective level?&lt;br /&gt;
|-&lt;br /&gt;
|100+ || ((Player&#039;s effective level) ^ 1.27) - 247?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At higher level players will face a minimum of (min(max_pl/2, 500)).&lt;br /&gt;
&lt;br /&gt;
===Important Power Levels===&lt;br /&gt;
[[Image:Crystal packs vs PL.png|thumb|Crystal packs required for each PL.]]&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Power&amp;lt;br&amp;gt;Level&lt;br /&gt;
!Effects&lt;br /&gt;
|-&lt;br /&gt;
|25 || Unlocks naming and becomes active in [[battles]] once named&lt;br /&gt;
|-&lt;br /&gt;
|200 || &lt;br /&gt;
*Unlocks second Skill Attack&lt;br /&gt;
*[[Morale]] drain reduced by 1.5x&lt;br /&gt;
|-&lt;br /&gt;
|400 || &lt;br /&gt;
*Unlocks Spirit Attack&lt;br /&gt;
*Morale drain reduced by 2x&lt;br /&gt;
|-&lt;br /&gt;
|499? || Gifts may now include High-Grade materials&lt;br /&gt;
|-&lt;br /&gt;
|700 || Morale drain reduced by 3x&lt;br /&gt;
|-&lt;br /&gt;
|750? || Low-Grade materials can no longer be gifts&lt;br /&gt;
|-&lt;br /&gt;
|1,000 ||&lt;br /&gt;
*Morale drain reduced by 4x&lt;br /&gt;
*Will never be un-named / deactivated&lt;br /&gt;
|-&lt;br /&gt;
|1,005 || All Chaos Upgrades are available&lt;br /&gt;
|-&lt;br /&gt;
|1,499? || Mid-Grade materials can no longer be gifts (100% are High-Grade)&lt;br /&gt;
|-&lt;br /&gt;
|2,250 || Power Level cap reached&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Skill Editor==&lt;br /&gt;
[[Image:Skill Editor.PNG|thumb|The Skill Editor page.]]&lt;br /&gt;
Monsters get skills when they are created, at PL 200, and at PL 400. &lt;br /&gt;
*Skill names need to be set before monsters can use them.&lt;br /&gt;
**Skills names must be between 3 and 30 characters long and contain only alphanumeric characters, hyphens, and spaces.&lt;br /&gt;
*The initial skill has the same damage type as the monster&#039;s main attack, and costs 50% MP.&lt;br /&gt;
**Monsters with a physical attack damage type gets a Physical type skill (which is boosted by DEX), while those with an elemental attack type get an Magical type skill (which is boosted by INT).&lt;br /&gt;
*Additional skills at PL 200 and PL 400 have following characteristics:&lt;br /&gt;
**The skill at PL 200 costs 50% MP and is more powerful than the initial skill.&lt;br /&gt;
**The skill at PL 400 costs 100% SP and is more powerful than both MP skills.&lt;br /&gt;
**Some monster classes can choose between physical and magical skills. The [[damage type]] can also be changed.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Monster Class || Skill Type || [[Damage Type]] || Power&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Arthropod&lt;br /&gt;
| Physical || Basic (Crushing/Piercing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Crushing/Piercing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Crushing/Piercing || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Avion&lt;br /&gt;
| Physical || Basic (Piercing/Slashing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Beast  &lt;br /&gt;
| Physical || Basic (Slashing/Piercing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Slashing/Piercing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Slashing/Piercing || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Celestial   &lt;br /&gt;
| Physical || Basic (Slashing/Crushing) || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Holy || 80&lt;br /&gt;
|-&lt;br /&gt;
| Magical || Holy/Void || 120&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Daimon    &lt;br /&gt;
| Physical || Basic (Slashing/Piercing) || 30&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Slashing/Piercing || 60&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Dark/Void || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Dragonkin     &lt;br /&gt;
| Physical || Basic (Piercing/Crushing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Piercing/Crushing/Fire || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Piercing/Crushing/Fire || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Elemental&lt;br /&gt;
| Magical || Basic (Fire/Elec/Wind/Cold) || 30&lt;br /&gt;
|-&lt;br /&gt;
| Magical || Fire/Elec/Wind/Cold || 60&lt;br /&gt;
|-&lt;br /&gt;
| Magical || Fire/Elec/Wind/Cold || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Giant&lt;br /&gt;
| Physical || Basic (Crushing) || 10&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Basic (Crushing) || 30&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Basic (Crushing) || 50&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Humanoid&lt;br /&gt;
| Physical || Basic (Piercing/Slashing/Crushing) || 30&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing/Crushing || 60&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Piercing/Slashing/Crushing&amp;lt;br&amp;gt;/Fire/Wind/Elec/Cold || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Mechanoid&lt;br /&gt;
| Physical || Basic (Piercing/Slashing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Reptilian&lt;br /&gt;
| Physical || Basic (Piercing/Slashing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Sprite&lt;br /&gt;
| Physical || Basic (Piercing/Slashing) || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Fire/Elec/Wind/Cold || 100&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Void || 150 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Undead &lt;br /&gt;
| Physical || Basic (Crushing/Slashing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Crushing/Slashing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Crushing/Slashing/Dark || 100&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Chaos Upgrades==&lt;br /&gt;
Monsters can be further upgraded using [[Tokens|chaos tokens]]. This will not change the monster&#039;s PL but does increase its &amp;quot;chaos level&amp;quot;.&lt;br /&gt;
*Available upgrades depend on PL of monster (every 5 PL unlocks another rank of at least 1 upgrade), and is shown in light blue blocks. Unavailable upgrades are shown in white blocks.&lt;br /&gt;
*The number of tokens required for an upgrade equals the number of next upgrade. (i.e. the Nth upgrade requires N tokens). Upgraded stats are shown in yellow.&lt;br /&gt;
*Each upgrade has 20 ranks. It takes 210 tokens to fully rank up an upgrade. Thus, it takes 2520 chaos tokens to fully upgrade one monster.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Name || Related Stats&lt;br /&gt;
|-&lt;br /&gt;
|Scavenging || Increases chance for double [[#Gifts|gift]] by 5%&lt;br /&gt;
|-&lt;br /&gt;
|Brutality || Increases monster damage by 2.5%&lt;br /&gt;
|-&lt;br /&gt;
|Swiftness || Increases monster attack speed by 2.5%&lt;br /&gt;
|-&lt;br /&gt;
|Accuracy || Increases monster accuracy by 5%&lt;br /&gt;
|-&lt;br /&gt;
|Precision || Decreases effective target evade/block by 1%&lt;br /&gt;
|-&lt;br /&gt;
|Overpower || Decreases effective target parry/resist by 1%&lt;br /&gt;
|-&lt;br /&gt;
|Fortitude || Increases monster health by 5%&lt;br /&gt;
|-&lt;br /&gt;
|Interception || Increases monster parry by 0.5%&lt;br /&gt;
|-&lt;br /&gt;
|Dissipation || Increases monster resist by 0.5%&lt;br /&gt;
|-&lt;br /&gt;
|Evasion || Increases monster evade by 0.5%&lt;br /&gt;
|-&lt;br /&gt;
|Defense || Increases monster physical mitigation by 1%&lt;br /&gt;
|-&lt;br /&gt;
|Warding || Increases monster magical mitigation by 1%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Crystal List==&lt;br /&gt;
Use these to increase a [[Monster Stats|monster&#039;s stats]] as follows.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Crystal !! Stat increased&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Vigor || Strength&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Finesse || Dexterity&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Swiftness || Agility&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Fortitude || Endurance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Cunning || Intelligence&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Knowledge || Wisdom&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Flames || [[Fire]] resistance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Frost || [[Cold]] resistance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Lightning || [[Elec]] resistance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Tempest || [[Wind]] resistance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Devotion || [[Holy]] resistance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Corruption || [[Dark]] resistance&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Monster Classes==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center; font-size: 1em&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Monster Class&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | Starting Attributes&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Resistances&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Neutral&amp;lt;br /&amp;gt;(0)&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Weaknesses&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Damage Types&lt;br /&gt;
|- style=&amp;quot;font-size: 0.8em&amp;quot;&lt;br /&gt;
! STR !! DEX !! AGI !! END !! INT !! WIS&lt;br /&gt;
! Major&amp;lt;br /&amp;gt;(75) !! Minor&amp;lt;br /&amp;gt;(50) !! Light&amp;lt;br /&amp;gt;(25)&lt;br /&gt;
! Light&amp;lt;br /&amp;gt;(-25) !! Minor&amp;lt;br /&amp;gt;(-50) !! Major&amp;lt;br /&amp;gt;(-75)&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Arthropods are a diverse phylum of invertebrate animals distinguished by having a segmented body with jointed appendages, encased in a hard exoskeleton. Variants include insects, spiders and scorpions, and they exist in many different forms and sizes. Remains of humanoid Arthropods have been discovered in old ruins, but it is unknown whether such animals still exist, and whether or not they are intelligent. Arthropods are typically equipped with crushing melee attacks using claws and similar appendages, or piercing attacks with stingers. There are rumors of massive mutated members of the species, large enough to crush other creatures with the sheer bulk of their bodies. Their natural armor provides a high degree of resistance against slashing attacks, but they are vulnerable to blunt weapons. The exoskeleton provides a heightened defense against most elemental attacks.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Arthropod&amp;lt;/span&amp;gt;&lt;br /&gt;
| 80 || 50 || 70 || 100 || 40 || 40&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || [[Fire]], [[Wind]], [[Elec]], Slash &lt;br /&gt;
| [[Holy]], [[Dark]], Pierce&lt;br /&gt;
| [[Cold]], Crush || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| Crush, Pierce&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Avions, also known as Aves or simply Birds, are a class of vertebrate endothermic animals distinguished by having wings. Variations exists, but typical Avions are bipedal with strong talons on their feet, covered in feathers, and equipped with a powerful beak. All Avions in the HentaiVerse have the ability to fly; non-flying birdlike creatures are classified as Beasts. Avions can specialize into using their beak for piercing attacks or talons for slashing attacks. The superior mobility and keen eyesight of higher level avions let them accurately target weak or unprotected parts of their opponent, giving them a high chance of scoring critical hits or temporarily cripple the target. While fast and agile, they do not have strong physical defenses. Due to their feather-covered body and flying nature, they are weak to fire and wind-based magicks. The fact that they are not grounded does however mean that they are resistant to electrical attacks.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Avion&amp;lt;/span&amp;gt;&lt;br /&gt;
| 50 || 80 || 140 || 40 || 60 || 50&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Elec, Pierce &lt;br /&gt;
| Cold, Holy, Dark, Crush, Slash&lt;br /&gt;
| Fire || Wind || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Slash&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Beasts cover the wide range of vertebrate air-breathing animals known as Mammals. There are many variations in this class, but the majority are quadrupeds of sizes varying from smaller than mice to larger than elephants. Beasts are typically either covered in fur or feathers, or more rarely, clad in a thick hairless hide. The fur makes them somewhat weak to fire-based magicks, but resistant to wind- and cold-based attacks. Most have average defense against physical weapons, but some have evolved a hard armor of keratin around vital points which heightens these defenses significantly. Their natural range of weapons allow them to bite down with sharp teeth, shred their foes with large claws, and impale them on pointy tusks. The most powerful beasts can simply use the sheer bulk of their body to crush a target. Rumors persist about terrible Beasts corrupted beyond all recognition with dark magicks, but those who have encountered them are not in a state to give a coherent description of their abilities.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Beast&amp;lt;/span&amp;gt;&lt;br /&gt;
| 80 || 90 || 90 || 70 || 30 || 20&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Wind, Cold, Crush&lt;br /&gt;
| Elec, Holy, Dark, Slash, Pierce&lt;br /&gt;
| Fire || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| Slash, Pierce&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Celestials are supernatural divine beings that reside on a different plane of existence. From time to time, some of these beings enter our world for reasons they usually choose not to divulge to outsiders. While worshiped by some individuals and groups as inherently good, it is suspected that those who leave have their own agendas that do not necessarily mesh well with that ideal. Appearing as lithe humanoid creatures who refuse to wear any form of armor, they have below average resistance to most physical attacks but make up for it with high agility. They have high resistance to elemental magicks, and are nearly impervious to divine attacks. They are however very weak against forbidden magicks, and their spiritual nature makes them somewhat more susceptible to soul-based magicks. Celestials can use a wide variety of humanoid armaments, but for unknown reasons they do not employ piercing weapons in their arsenal. Higher level celestials can imbue their weapons with pure divine power that lets their melee attacks deal holy damage.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Celestial&amp;lt;/span&amp;gt;&lt;br /&gt;
| 50 || 50 || 100 || 50 || 100 || 80&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Cold, Elec, Wind, Holy&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| Crush, Slash, Pierce&lt;br /&gt;
| Dark || &amp;amp;nbsp;&lt;br /&gt;
| Slash, Crush&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Daimons are supposedly corporeal manifestations of impure and often malevolent supernatural spirits that, some say, originate from the same plane of existence as Celestials. Their exact nature and relation to Celestials is however unknown. These spirits can take on any number of different appearances, but tend to choose one specifically tailored to the fears of their opponent. To allow for this shape changing capability, they do not wear any armor or use any other form of humanoid weaponry. This leaves them weak to physical attacks. Like Celestials, they have high resistances to elemental magicks and are somewhat susceptible to soul-based attacks. They are almost impervious to forbidden magicks, but highly vulnerable to divine attacks. Instead of forged weapons, these creatures take advantage of their physical malleability to reshape parts of their own body into blade-like weapons or sharp implements that they use for slashing and stabbing attacks. Higher level daimons are said to be able to conjure weapons of pure darkness that can bypass all defenses not specially enchanted to withstand it.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Daimon&amp;lt;/span&amp;gt;&lt;br /&gt;
| 90 || 90 || 80 || 40 || 60 || 50&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Cold, Elec, Wind, Dark&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| Crush, Slash, Pierce&lt;br /&gt;
| Holy || &amp;amp;nbsp;&lt;br /&gt;
| Slash, Pierce&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Dragonkin consist of Dragons, Drakes, and all other creatures that could be mistaken for giant flying fire-breathing lizards. That is however somewhat of an over-simplification as not all Dragonkin can fly, while breath attacks are not always fire, and are only fully developed in mature members of the species.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Dragonkin&amp;lt;/span&amp;gt;&lt;br /&gt;
| 100 || 50 || 30 || 90 || 50 || 60&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Elec, Crush, Slash&lt;br /&gt;
| Holy, Dark, Pierce&lt;br /&gt;
| Wind || Cold || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Crush&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Elementals are metaphysical beings that manifest as crystalline beings of pure elemental energy. It is thought that they can change between different elemental forms at will, but this has never been observed in battle.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Elemental&amp;lt;/span&amp;gt;&lt;br /&gt;
| 30 || 60 || 60 || 40 || 80 || 120&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; ||  Fire, Cold, Elec, Wind, Holy, Dark&lt;br /&gt;
| Slash&lt;br /&gt;
| Crush, Pierce || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| Fire, Elec, Wind, Cold&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Giants are huge, slow and stupid. The only reason they still thrive as a species is their extreme natural aggression and immense strength, combined with the fact that they are highly amused by smashing anything they can get a hold of.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Giant&amp;lt;/span&amp;gt;&lt;br /&gt;
| 100 || 80 || 30 || 120 || 20 || 10&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Cold, Crush&lt;br /&gt;
| Holy, Dark, Slash&lt;br /&gt;
| Elec, Wind, Pierce || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| Crush&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Humanoids comprise the various intelligent bipedal primates found in the world. While they have no notable supernatural powers nor beastlike strength, and are largely covered in a soft and delicate skin which grants only minor protection from the elements, a variety of armor and weapons fill the gaps in their natural defenses and give them a surprisingly large amount of flexibility in their offensive capabilities.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Humanoid&amp;lt;/span&amp;gt;&lt;br /&gt;
| 50 || 100 || 80 || 50 || 80 || 70&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| &#039;&#039;All but Dark&#039;&#039;&lt;br /&gt;
| Dark || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Slash, Crush&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Mechanoids are essentially living machines, remnants of ancient and highly advanced civilizations. The art of making such machinations has been long lost, but many still roam the world, oblivious of the fate that has befallen their deceased masters. Many variants of Mechanoids exist, from large bipedal machines forged for destruction to smaller humanoid builds created for peaceful purposes. Some were originally fitted with a wide variety of weaponry, but due to wear and lack of maintenance, most of the Mechanoids that are still functional equip themselves with simple melee weapons. These are typically blade- and spike-shaped attachments in place of a limb or other tool. There are however rumors of terrible machines that are capable of searing a creature to the bones with a stream of fire, or shatter their bodies with a torrent of deadly metal. Mechanoids are highly resistant to wind and cold-based magicks, and due to their artificial nature, they are almost impervious to divine and soul-based attacks. Their internal systems are however highly vulnerable to electrical shocks. Most have armor worn brittle with age, but stories of preserved heavily armored variants are told by the few who are fortunate enough to survive such an encounter.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Mechanoid&amp;lt;/span&amp;gt;&lt;br /&gt;
| 100 || 70 || 40 || 70 || 40 || 30&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Cold, Wind, Holy, Slash, Pierce&lt;br /&gt;
| Dark, Crush&lt;br /&gt;
| &amp;amp;nbsp; || Elec || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Slash&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Reptilians are cold-blooded creatures that thrive in and near water. They comprise animals like crocodiles, snakes, turtles and lizards, but also intelligent biped humanoid variants that have evolved independently of their fellow primates. Their skin is covered in scales or scutes, and some have hardened shells covering parts of their bodies.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Reptilian&amp;lt;/span&amp;gt;&lt;br /&gt;
| 70 || 100 || 60 || 80 || 60 || 40&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; ||Fire, Elec, Crush, Slash&lt;br /&gt;
| Wind, Holy, Dark, Pierce&lt;br /&gt;
| &amp;amp;nbsp; || Cold || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Slash&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Sprites are diminutive beings that seldom get involved in the Big World, preferring to remain with their own kin in the hidden places of the land where nature is still thick and undisturbed. Only a small minority choose to seek out the human world, where their high intelligence and small size make them excel for many tasks, ranging from accounting to assassination. Sprites are not a single species, but most of the big folk will be hard pressed to tell a pixie apart from a faery. They are commonly armed with using tiny swords and rapiers, and while they do not have much strength to put behind a thrust, their ability to seek out the most vulnerable parts of a target still make them a force to be reckoned with. Higher level Sprites can also master powerful magicks, and many an unwary adventurer have engaged them recklessly only to be sent to an early grave. Physically weak, the best way of dealing with them is swatting them with a crushing attack, but they are fast and hard to hit. Their tiny size also make them difficult to hit them with stabbing weapons. All Sprites have some resistance to elemental magicks, and depending on their natural affinity they can even be fully impervious to some elements. They are however naturally weak to the forbidden magicks.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Sprite&amp;lt;/span&amp;gt;&lt;br /&gt;
| 30 || 120 || 120 || 20 || 70 || 60&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Cold, Elec, Wind, Holy, Pierce&lt;br /&gt;
| Slash&lt;br /&gt;
| Crush || Dark || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Slash&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Undeads are animated necrotic remnants of living beings, cursed to an eternal lifeless existence with no warmth or joy. They range from mindless brutes such as zombies and animated skeletons, to higher undeads that have preserved parts of their mind but lost their soul, like liches, vampires and banshees. Having no need to maintain a body temperature and no vital processes that can be disturbed by electricity, undeads are highly resistant to cold and electrical magicks. Being born from darkness itself also makes them impervious to forbidden magicks, but they are vulnerable to divine attacks and fire magicks. Piercing attacks are ineffective due to a lack of weak points, while crushing or cutting off limbs works reasonably well. Mindless undeads tend to use simple melee implements like swords, or just crush their targets using their own limbs. Higher level undeads can use more sophisticated weaponry, and some even master deadly forms of forbidden magicks.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Undead&amp;lt;/span&amp;gt;&lt;br /&gt;
| 100 || 70 || 40 || 100 || 20 || 20&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Cold, Elec, Wind, Dark, Crush, Pierce&lt;br /&gt;
| Slash&lt;br /&gt;
| &amp;amp;nbsp; || Fire, Holy || &amp;amp;nbsp;&lt;br /&gt;
| Crush, Slash&lt;br /&gt;
|}&lt;br /&gt;
*For primary stats every point increases the stat by 1/10th of the base value (but always between 6 and 10).&lt;br /&gt;
&lt;br /&gt;
===Colored Charts===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resistances&#039;&#039;&#039;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center; font-size: 1em&amp;quot;&lt;br /&gt;
! &lt;br /&gt;
!Fire&lt;br /&gt;
!Cold&lt;br /&gt;
!Elec&lt;br /&gt;
!Wind&lt;br /&gt;
!Holy&lt;br /&gt;
!Dark&lt;br /&gt;
!Crushing&lt;br /&gt;
!Slashing&lt;br /&gt;
!Piercing&lt;br /&gt;
|-&lt;br /&gt;
!Arthropod&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
!Avion&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|-&lt;br /&gt;
!Beast&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
!Celestial&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|-&lt;br /&gt;
!Daimon&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|-&lt;br /&gt;
!Dragonkin&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
!Elemental&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|-&lt;br /&gt;
!Giant&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|-&lt;br /&gt;
!Humanoid&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
!Mechanoid&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|-&lt;br /&gt;
!Reptilian&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
!Sprite&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|-&lt;br /&gt;
!Undead&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
!Total&lt;br /&gt;
!125&lt;br /&gt;
!75&lt;br /&gt;
!150&lt;br /&gt;
!100&lt;br /&gt;
!0&lt;br /&gt;
! -50&lt;br /&gt;
!25&lt;br /&gt;
!50&lt;br /&gt;
!0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
PAB_Per_Upgrade.PNG|Primary Attributes gained with each crystal upgrade&lt;br /&gt;
Resist_Per_Upgrade.PNG|Resistances gained with each crystal upgrade; Appears to round down&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Morale== &lt;br /&gt;
Each monster has up to 12,000 points of morale that gradually decays over time. Morale solely affects a monster&#039;s ability to bring [[#Gifts|gifts]] to its owner. Freshly created monsters start with 0 morale.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Morale Color&lt;br /&gt;
!Morality&lt;br /&gt;
!Affect on [[Gift]]s&lt;br /&gt;
|-&lt;br /&gt;
|Green || 6,000 - 12,000 || +25% chance&lt;br /&gt;
|-&lt;br /&gt;
|Yellow || 3,000 - 5,999 || Normal chance&lt;br /&gt;
|-&lt;br /&gt;
|Red || 1 - 2,999 || -50% chance&lt;br /&gt;
|-&lt;br /&gt;
|Empty || 0 || 0% chance (any held gifts are lost and no new ones can be earned)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Morale can be raised by feeding monsters [[crystals]] or Happy Pills. Crystals restore morale based on how many are spent (roughly 500 + 2.5*N) and pills restore 6,000 (or 12,000 for players with the Extra Strength Formula [[Hath Perk]]).&lt;br /&gt;
&lt;br /&gt;
===Morale Drain Rate===&lt;br /&gt;
Morale drains over time at a base rate of ~33 per hour, lasting roughly 15 days.&lt;br /&gt;
*&#039;&#039;&#039;Increased By&#039;&#039;&#039;:&lt;br /&gt;
**A [[#Food|starving]] monster will lose morale faster (50%?) than normal&lt;br /&gt;
*&#039;&#039;&#039;Decreased By&#039;&#039;&#039;:&lt;br /&gt;
**All Owned Monsters:&lt;br /&gt;
***[[Training]] Inspiration (5% per rank?)&lt;br /&gt;
***Players with a [[Stars#Gold_Star|Gold Star]] or higher have 50% drain rate&lt;br /&gt;
****These 2 bonuses stack multiplicatively&lt;br /&gt;
**Individual Monsters:&lt;br /&gt;
***Raising a monster&#039;s PL past 200 reduces its drain rate by 33%, this is further improved at PL 400 (50%), PL 700 (67%), and PL 1000 (75%)&lt;br /&gt;
***Every [[#Chaos_Upgrades|chaos level]] reduces the drain rate, capping at 50% if the monster reaches chaos level 240&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;food&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;hunger&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Hunger&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Food==&lt;br /&gt;
Monsters consume food in order to &amp;quot;live&amp;quot; and must be fed every so often to keep them fighting and from losing morale. Freshly created monsters start at 2,000 food.&lt;br /&gt;
&lt;br /&gt;
Monsters of different [[power level]]s require different foods:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
![[Power Level]]&lt;br /&gt;
!Food Required&lt;br /&gt;
|-&lt;br /&gt;
|1 - 300 || Monster Chow&lt;br /&gt;
|-&lt;br /&gt;
|301 - 750 || Monster Edibles&lt;br /&gt;
|-&lt;br /&gt;
|751 - 2,250 || Monster Cuisine&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Monsters can be fed up to 12,000 food (3 days&#039; worth). Each unit of food restores up to 1,000 points; this can be increased to 1,200 with the That&#039;s Good Eatin&#039; [[Hath Perk]].&lt;br /&gt;
*Food can be fed 1 unit at a time or (if visiting an individual monster) a &amp;quot;max&amp;quot; amount which will only use as much food as possible without being wasteful (stopping before whichever unit does not restore a full 1,000) unless the monster has less than 1,000 hunger.&lt;br /&gt;
*Using the &amp;quot;Feed All Monsters&amp;quot; option however &#039;&#039;is&#039;&#039; wasteful.&lt;br /&gt;
&lt;br /&gt;
Higher tier food [[items]] drop more frequently on higher [[difficulties]] (capping at 40%/30%/30% on IWBTH).&lt;br /&gt;
&lt;br /&gt;
===Hunger Rate===&lt;br /&gt;
Monsters consume food at a base rate of ~166 per hour.&lt;br /&gt;
*This can be slowed (up to halved?) via Metabolism [[Training]].&lt;br /&gt;
*Players with a [[Stars#Gold_Star|Gold Star]] will halve their monsters&#039; hunger rate.&lt;br /&gt;
**These 2 bonuses stack (to 75%? reduced hunger).&lt;br /&gt;
&lt;br /&gt;
===Starving===&lt;br /&gt;
*A starving monster will lose [[#Morale|morale]] 50%(?) quicker.&lt;br /&gt;
*After 90 days of starving a monster will cease to participate in [[battles]] and will be un-named.&lt;br /&gt;
**Monsters that are 1,000+ [[PL]] are immune to this.&lt;br /&gt;
&lt;br /&gt;
==Gifts==&lt;br /&gt;
[[Image:Monster Gift.PNG|thumb|Monster Gift notification.]]&lt;br /&gt;
Player-created monsters have a chance of bringing [[The_Forge#Materials|materials]] to their owner. Monsters can hold up to 3 gifts (further doubled by the Scavenging [[#Chaos Upgrades|chaos upgrade]]). Simply visiting the Monster Lab will check if any of the player&#039;s monsters have gifts to give.&lt;br /&gt;
&lt;br /&gt;
===Chances===&lt;br /&gt;
The chance to receive a gift is based on how many battles a monster has won since they last delivered a gift, modified by their [[#Morale|morale]] (updated dynamically; a monster that goes from yellow morale to green may bring a gift immediately; visiting the monster list is necessary). A monster can give gifts up to once per hour. Monsters will automatically earn gifts if they have not earned one in the past 72 hours.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Battles won&#039;&#039;&#039;:&lt;br /&gt;
*[[Skills#Universal_Skills|Fleeing]] from battle counts as a win for all of the monsters in that round.&lt;br /&gt;
*Does &#039;&#039;&#039;not&#039;&#039;&#039; count deaths to a player&#039;s own monsters&lt;br /&gt;
*[[Abilities#Tier_11|Spark of Life]] being triggered does not count as anything&lt;br /&gt;
*There is a cooldown on how often a player can count as a repeat win&lt;br /&gt;
&lt;br /&gt;
===Power Level&#039;s Effect On Gifts===&lt;br /&gt;
[[Power Level]] helps with the quality of the gift. Whenever a player receives a graded material, its quality is determined as such:&lt;br /&gt;
&amp;lt;s&amp;gt;&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Gift Quality Roll&#039;&#039;&#039; = random(1..1000) + Power_Level&amp;lt;/pre&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
A roll of 500?+ is needed for medium-grade and 1500?+ for high-grade. At PL 750? low-grades will no longer be received and the chance to receive a high-grade starts at 500?. At PL 1499? the chance to receive a high-grade maxes out. PL has no effect on what gifts are received otherwise.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Gift List&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Distribution Ratio===&lt;br /&gt;
Graded materials are gifted at a ratio of 2:1:1:1 in Metal:Cloth:Leather:Wood.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Monster Stats]]&lt;br /&gt;
*[[Monster Lab Bestiary]] - Includes the top 50 monsters&lt;br /&gt;
*[[HentaiVerse Bestiary]]&lt;br /&gt;
*[http://hvlist.niblseed.com/ Jenga201&#039;s Monster Database]&lt;br /&gt;
*[[The Forge]]&lt;br /&gt;
*[[Grindfest]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Monster_Lab&amp;diff=34705</id>
		<title>Monster Lab</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Monster_Lab&amp;diff=34705"/>
		<updated>2015-11-22T07:27:11Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Chaos Upgrades */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Monster Lab Mainpage.PNG|thumb|The Monster Lab Mainpage.]]&lt;br /&gt;
[http://hentaiverse.org/?s=Bazaar&amp;amp;ss=ml The Monster Lab] allows the players to create custom monsters that any player can then encounter during [[battles]]. Monsters are primarily created to bring [[#Gifts|gifts]] to their owner as they do not assist the player in any other way.&lt;br /&gt;
&lt;br /&gt;
==Monster Creation==&lt;br /&gt;
[[Image:Monster Creation.JPG|thumb|Monster Creation page.]]&lt;br /&gt;
A monster slot is needed in order to create a new monster; such slots can be unlocked using [[Tokens|Chaos Tokens]]. A new monster is created by giving it a name, a base class, and a melee attack [[damage type]]. Players may choose from any of the 13 monster classes, each with their own strengths and weaknesses. Up to 100 monster slots can be unlocked; [[donators]] get up to 200.&lt;br /&gt;
&lt;br /&gt;
===Naming===&lt;br /&gt;
Monsters can only be named once they reach a Power Level of 100 ([[#Monster Stats &amp;amp; Power Level|see below]]). Some guidelines should be followed regarding the name of the monsters:&lt;br /&gt;
&lt;br /&gt;
*Maximum of 30 characters&lt;br /&gt;
*No gibberish&lt;br /&gt;
*No misspellings of existing monsters&#039; names&lt;br /&gt;
*No misleading names (e.g. &amp;quot;Weak Against Holy&amp;quot; or &amp;quot;Bob the Dragon&amp;quot; on a non-dragon monster)&lt;br /&gt;
*Only 1 monster should be named directly after an E-Hentai user&lt;br /&gt;
*No racist or hateful names&lt;br /&gt;
*No typographically similar numerical substitutions on names of existing monsters (that is, o=0 and i=1=l, space=hyphen)&lt;br /&gt;
**No consecutive spaces or hyphens&lt;br /&gt;
**Spaces and hyphens cannot be next to each other&lt;br /&gt;
**Cannot start or end with hyphens&lt;br /&gt;
**Maximum 5 spaces or hyphens per name&lt;br /&gt;
&lt;br /&gt;
===Costs &amp;amp; Deleting===&lt;br /&gt;
*The Nth monster slot costs &#039;&#039;roundup(1 + (N - 1)^1.2)&#039;&#039; Chaos Tokens to unlock.&lt;br /&gt;
**[[Donators]] at or above the Gold Star level get two slots per unlock. Slots unlocked before donating are retroactively doubled.&lt;br /&gt;
&lt;br /&gt;
*Monsters can be renamed and deleted for free.&lt;br /&gt;
**Once a monster reaches PL 250 these actions cost chaos tokens starting at 10 and increasing by 5 tokens every 100 PLs.&lt;br /&gt;
**Deleting a monster only frees up the slot, nothing else is refunded.&lt;br /&gt;
&lt;br /&gt;
==Monster Stats &amp;amp; Power Level==&lt;br /&gt;
[[Image:Monster Stats.PNG|thumb|Monster Stats page.]]&lt;br /&gt;
Monsters can be strengthened by their owner by using [[crystals]]. The monster&#039;s Power Level (PL) will rise with each [[Monster Stats|stat]] upgrade. As crystals are used to increase a monster&#039;s attributes the cost of subsequent increases in that stat goes up.&lt;br /&gt;
&lt;br /&gt;
===Upgrading===&lt;br /&gt;
[[Image:fire.png]] = Not enough crystals to upgrade, or the stat is maxed out&lt;br /&gt;
&lt;br /&gt;
[[Image:fire_a.png]] = Enough crystals to upgrade, simply click on it to spend the crystals&lt;br /&gt;
&lt;br /&gt;
Mousing over either of these will show the name and number of crystals needed for the next upgrade.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Where &#039;&#039;N&#039;&#039; is the number of times a stat has been upgraded so far&lt;br /&gt;
|-&lt;br /&gt;
!Stat type&lt;br /&gt;
!Crystal cost to upgrade&lt;br /&gt;
!PL increase per upgrade&lt;br /&gt;
!Total PL (per stat)&lt;br /&gt;
!Cap (per stat)&lt;br /&gt;
|- &lt;br /&gt;
!Primary&lt;br /&gt;
|round(50 * 1.555079154^N) || 3 + (N * 0.5) || 3 * (N + 1) + Roundup(N * (N + 1) / 4) || +25&lt;br /&gt;
|- &lt;br /&gt;
!Elemental&lt;br /&gt;
|round(10 * 1.26485522^N) || Rounddown(1 + (N * 0.1) || - || +50&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
There is currently no way to increase a monster&#039;s Piercing, Crushing, or Slashing defenses.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--====Costs and Results====&lt;br /&gt;
=====Attribute PL contributions=====&lt;br /&gt;
{|class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center; font-size: 1em&amp;quot;&lt;br /&gt;
|+ Chart of PL benefits from maximizing a single attribute, where the base number can be found [[Monster_Lab#Monster_Classes|below]]&lt;br /&gt;
!rowspan=&amp;quot;3&amp;quot; | Monster Class&lt;br /&gt;
!colspan=&amp;quot;6&amp;quot; | Primary Attributes&lt;br /&gt;
!colspan=&amp;quot;7&amp;quot; | Elemental Resistances&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;6&amp;quot; | = (25 - base)*(3 + (25 - base - 1) /2)&lt;br /&gt;
!colspan=&amp;quot;7&amp;quot; | = 75 - base&lt;br /&gt;
|-&lt;br /&gt;
! STR !! DEX !! AGI !! END !! INT !! WIS&lt;br /&gt;
! FIRE !! COLD !! ELEC !! WIND !! HOLY !! DARK&lt;br /&gt;
|-&lt;br /&gt;
! Arthropod&lt;br /&gt;
|187||250||207||150||273||273&lt;br /&gt;
|50||100||50||50||75||75&lt;br /&gt;
|-&lt;br /&gt;
! Avion&lt;br /&gt;
|250||187||88||273||228||250&lt;br /&gt;
|100||75||25||125||75||75&lt;br /&gt;
|-&lt;br /&gt;
! Beast&lt;br /&gt;
|187||168||168||207||297||322&lt;br /&gt;
|100||50||75||25||75||75&lt;br /&gt;
|-&lt;br /&gt;
! Celestial&lt;br /&gt;
|250||250||150||250||150||187&lt;br /&gt;
|50||50||50||50||25||125&lt;br /&gt;
|-&lt;br /&gt;
! Daimon&lt;br /&gt;
|168||168||187||273||228||250&lt;br /&gt;
|50||50||50||50||125||25&lt;br /&gt;
|-&lt;br /&gt;
!Dragonkin&lt;br /&gt;
|150||250||297||168||250||228&lt;br /&gt;
|25||125||50||100||75||75&lt;br /&gt;
|-&lt;br /&gt;
!Elemental&lt;br /&gt;
|297||228||228||273||187||117&lt;br /&gt;
|25||25||25||25||50||50&lt;br /&gt;
|-&lt;br /&gt;
!Giant&lt;br /&gt;
|150||187||297||117||322||348&lt;br /&gt;
|50||50||100||100||75||75&lt;br /&gt;
|-&lt;br /&gt;
! Humanoid&lt;br /&gt;
|250||150||187||250||187||207&lt;br /&gt;
|75||75||75||75||75||100&lt;br /&gt;
|-&lt;br /&gt;
!Mechanoid&lt;br /&gt;
|150||207||273||207||273||297&lt;br /&gt;
|25||25||150||25||25||75&lt;br /&gt;
|-&lt;br /&gt;
! Reptilian&lt;br /&gt;
|207||150||228||187||228||273&lt;br /&gt;
|50||125||50||75||75||75&lt;br /&gt;
|-&lt;br /&gt;
! Sprite&lt;br /&gt;
|297||117||117||322||207||228&lt;br /&gt;
|50||50||50||50||50||125&lt;br /&gt;
|-&lt;br /&gt;
! Undead&lt;br /&gt;
|150||207||273||150||322||322&lt;br /&gt;
|125||25||25||25||150||25&lt;br /&gt;
|}--&amp;gt;&lt;br /&gt;
===Monster PL vs. Player Level===&lt;br /&gt;
*A monster must have a PL of at least 100 to participate in [[battles]].&lt;br /&gt;
*Monsters give an additional [[EXP]] bonus of (1 + PL / 200).&lt;br /&gt;
*Monsters give additional [[Loot_Drop_Rolls|loot drop chance]] as ((PL - 500) / 50), capped at 15%.&lt;br /&gt;
*It is possible for players to fight monsters that they have created.&lt;br /&gt;
*For the PL cap calculation, a player&#039;s &#039;&#039;effective level&#039;&#039; (current level + [[HentaiVerse_Settings#Challenge_Level|difficulty modifier]]) is used .&lt;br /&gt;
*The system is biased towards picking monsters that are closer to the player&#039;s PL cap. The maximum PL of monsters that a player can face is:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Player&#039;s Level + [[HentaiVerse_Settings#Challenge_Level|Difficulty Modifier]]&lt;br /&gt;
!Max Monster PL&lt;br /&gt;
|-&lt;br /&gt;
|1-99 || Player&#039;s effective level?&lt;br /&gt;
|-&lt;br /&gt;
|100+ || ((Player&#039;s effective level) ^ 1.27) - 247?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At higher level players will face a minimum of (min(max_pl/2, 500)).&lt;br /&gt;
&lt;br /&gt;
===Important Power Levels===&lt;br /&gt;
[[Image:Crystal packs vs PL.png|thumb|Crystal packs required for each PL.]]&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Power&amp;lt;br&amp;gt;Level&lt;br /&gt;
!Effects&lt;br /&gt;
|-&lt;br /&gt;
|100 || Unlocks naming and becomes active in [[battles]] once named&lt;br /&gt;
|-&lt;br /&gt;
|200 || &lt;br /&gt;
*Unlocks second Skill Attack&lt;br /&gt;
*[[Morale]] drain reduced by 1.5x&lt;br /&gt;
|-&lt;br /&gt;
|400 || &lt;br /&gt;
*Unlocks Spirit Attack&lt;br /&gt;
*Morale drain reduced by 2x&lt;br /&gt;
|-&lt;br /&gt;
|499? || Gifts may now include High-Grade materials&lt;br /&gt;
|-&lt;br /&gt;
|700 || Morale drain reduced by 3x&lt;br /&gt;
|-&lt;br /&gt;
|750? || Low-Grade materials can no longer be gifts&lt;br /&gt;
|-&lt;br /&gt;
|1,000 ||&lt;br /&gt;
*Morale drain reduced by 4x&lt;br /&gt;
*Will never be un-named / deactivated&lt;br /&gt;
|-&lt;br /&gt;
|1,005 || All Chaos Upgrades are available&lt;br /&gt;
|-&lt;br /&gt;
|1,499? || Mid-Grade materials can no longer be gifts (100% are High-Grade)&lt;br /&gt;
|-&lt;br /&gt;
|2,250 || Power Level cap reached&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Skill Editor==&lt;br /&gt;
[[Image:Skill Editor.PNG|thumb|The Skill Editor page.]]&lt;br /&gt;
Monsters get skills when they are created, at PL 200, and at PL 400. &lt;br /&gt;
*Skill names need to be set before monsters can use them.&lt;br /&gt;
**Skills names must be between 3 and 30 characters long and contain only alphanumeric characters, hyphens, and spaces.&lt;br /&gt;
*The initial skill has the same damage type as the monster&#039;s main attack, and costs 50% MP.&lt;br /&gt;
**Monsters with a physical attack damage type gets a Physical type skill (which is boosted by DEX), while those with an elemental attack type get an Magical type skill (which is boosted by INT).&lt;br /&gt;
*Additional skills at PL 200 and PL 400 have following characteristics:&lt;br /&gt;
**The skill at PL 200 costs 50% MP and is more powerful than the initial skill.&lt;br /&gt;
**The skill at PL 400 costs 100% SP and is more powerful than both MP skills.&lt;br /&gt;
**Some monster classes can choose between physical and magical skills. The [[damage type]] can also be changed.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Monster Class || Skill Type || [[Damage Type]] || Power&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Arthropod&lt;br /&gt;
| Physical || Basic (Crushing/Piercing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Crushing/Piercing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Crushing/Piercing || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Avion&lt;br /&gt;
| Physical || Basic (Piercing/Slashing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Beast  &lt;br /&gt;
| Physical || Basic (Slashing/Piercing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Slashing/Piercing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Slashing/Piercing || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Celestial   &lt;br /&gt;
| Physical || Basic (Slashing/Crushing) || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Holy || 80&lt;br /&gt;
|-&lt;br /&gt;
| Magical || Holy/Void || 120&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Daimon    &lt;br /&gt;
| Physical || Basic (Slashing/Piercing) || 30&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Slashing/Piercing || 60&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Dark/Void || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Dragonkin     &lt;br /&gt;
| Physical || Basic (Piercing/Crushing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Piercing/Crushing/Fire || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Piercing/Crushing/Fire || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Elemental&lt;br /&gt;
| Magical || Basic (Fire/Elec/Wind/Cold) || 30&lt;br /&gt;
|-&lt;br /&gt;
| Magical || Fire/Elec/Wind/Cold || 60&lt;br /&gt;
|-&lt;br /&gt;
| Magical || Fire/Elec/Wind/Cold || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Giant&lt;br /&gt;
| Physical || Basic (Crushing) || 10&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Basic (Crushing) || 30&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Basic (Crushing) || 50&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Humanoid&lt;br /&gt;
| Physical || Basic (Piercing/Slashing/Crushing) || 30&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing/Crushing || 60&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Piercing/Slashing/Crushing&amp;lt;br&amp;gt;/Fire/Wind/Elec/Cold || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Mechanoid&lt;br /&gt;
| Physical || Basic (Piercing/Slashing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Reptilian&lt;br /&gt;
| Physical || Basic (Piercing/Slashing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Sprite&lt;br /&gt;
| Physical || Basic (Piercing/Slashing) || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Fire/Elec/Wind/Cold || 100&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Void || 150 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Undead &lt;br /&gt;
| Physical || Basic (Crushing/Slashing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Crushing/Slashing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Crushing/Slashing/Dark || 100&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Chaos Upgrades==&lt;br /&gt;
Monsters can be further upgraded using [[Tokens|chaos tokens]]. This will not change the monster&#039;s PL but does increase its &amp;quot;chaos level&amp;quot;.&lt;br /&gt;
*Available upgrades depend on PL of monster (every 5 PL unlocks another rank of at least 1 upgrade), and is shown in light blue blocks. Unavailable upgrades are shown in white blocks.&lt;br /&gt;
*The number of tokens required for an upgrade equals the number of next upgrade. (i.e. the Nth upgrade requires N tokens). Upgraded stats are shown in yellow.&lt;br /&gt;
*Each upgrade has 20 ranks. It takes 210 tokens to fully rank up an upgrade. Thus, it takes 2520 chaos tokens to fully upgrade one monster.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Name || Related Stats&lt;br /&gt;
|-&lt;br /&gt;
|Scavenging || Increases chance for double [[#Gifts|gift]] by 5%&lt;br /&gt;
|-&lt;br /&gt;
|Brutality || Increases monster damage by 2.5%&lt;br /&gt;
|-&lt;br /&gt;
|Swiftness || Increases monster attack speed by 2.5%&lt;br /&gt;
|-&lt;br /&gt;
|Accuracy || Increases monster accuracy by 5%&lt;br /&gt;
|-&lt;br /&gt;
|Precision || Decreases effective target evade/block by 1%&lt;br /&gt;
|-&lt;br /&gt;
|Overpower || Decreases effective target parry/resist by 1%&lt;br /&gt;
|-&lt;br /&gt;
|Fortitude || Increases monster health by 5%&lt;br /&gt;
|-&lt;br /&gt;
|Interception || Increases monster parry by 0.5%&lt;br /&gt;
|-&lt;br /&gt;
|Dissipation || Increases monster resist by 0.5%&lt;br /&gt;
|-&lt;br /&gt;
|Evasion || Increases monster evade by 0.5%&lt;br /&gt;
|-&lt;br /&gt;
|Defense || Increases monster physical mitigation by 1%&lt;br /&gt;
|-&lt;br /&gt;
|Warding || Increases monster magical mitigation by 1%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Crystal List==&lt;br /&gt;
Use these to increase a [[Monster Stats|monster&#039;s stats]] as follows.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Crystal !! Stat increased&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Vigor || Strength&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Finesse || Dexterity&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Swiftness || Agility&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Fortitude || Endurance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Cunning || Intelligence&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Knowledge || Wisdom&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Flames || [[Fire]] resistance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Frost || [[Cold]] resistance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Lightning || [[Elec]] resistance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Tempest || [[Wind]] resistance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Devotion || [[Holy]] resistance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Corruption || [[Dark]] resistance&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Monster Classes==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center; font-size: 1em&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Monster Class&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | Starting Attributes&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Resistances&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Neutral&amp;lt;br /&amp;gt;(0)&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Weaknesses&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Damage Types&lt;br /&gt;
|- style=&amp;quot;font-size: 0.8em&amp;quot;&lt;br /&gt;
! STR !! DEX !! AGI !! END !! INT !! WIS&lt;br /&gt;
! Major&amp;lt;br /&amp;gt;(75) !! Minor&amp;lt;br /&amp;gt;(50) !! Light&amp;lt;br /&amp;gt;(25)&lt;br /&gt;
! Light&amp;lt;br /&amp;gt;(-25) !! Minor&amp;lt;br /&amp;gt;(-50) !! Major&amp;lt;br /&amp;gt;(-75)&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Arthropods are a diverse phylum of invertebrate animals distinguished by having a segmented body with jointed appendages, encased in a hard exoskeleton. Variants include insects, spiders and scorpions, and they exist in many different forms and sizes. Remains of humanoid Arthropods have been discovered in old ruins, but it is unknown whether such animals still exist, and whether or not they are intelligent. Arthropods are typically equipped with crushing melee attacks using claws and similar appendages, or piercing attacks with stingers. There are rumors of massive mutated members of the species, large enough to crush other creatures with the sheer bulk of their bodies. Their natural armor provides a high degree of resistance against slashing attacks, but they are vulnerable to blunt weapons. The exoskeleton provides a heightened defense against most elemental attacks.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Arthropod&amp;lt;/span&amp;gt;&lt;br /&gt;
| 80 || 50 || 70 || 100 || 40 || 40&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || [[Fire]], [[Wind]], [[Elec]], Slash &lt;br /&gt;
| [[Holy]], [[Dark]], Pierce&lt;br /&gt;
| [[Cold]], Crush || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| Crush, Pierce&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Avions, also known as Aves or simply Birds, are a class of vertebrate endothermic animals distinguished by having wings. Variations exists, but typical Avions are bipedal with strong talons on their feet, covered in feathers, and equipped with a powerful beak. All Avions in the HentaiVerse have the ability to fly; non-flying birdlike creatures are classified as Beasts. Avions can specialize into using their beak for piercing attacks or talons for slashing attacks. The superior mobility and keen eyesight of higher level avions let them accurately target weak or unprotected parts of their opponent, giving them a high chance of scoring critical hits or temporarily cripple the target. While fast and agile, they do not have strong physical defenses. Due to their feather-covered body and flying nature, they are weak to fire and wind-based magicks. The fact that they are not grounded does however mean that they are resistant to electrical attacks.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Avion&amp;lt;/span&amp;gt;&lt;br /&gt;
| 50 || 80 || 140 || 40 || 60 || 50&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Elec, Pierce &lt;br /&gt;
| Cold, Holy, Dark, Crush, Slash&lt;br /&gt;
| Fire || Wind || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Slash&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Beasts cover the wide range of vertebrate air-breathing animals known as Mammals. There are many variations in this class, but the majority are quadrupeds of sizes varying from smaller than mice to larger than elephants. Beasts are typically either covered in fur or feathers, or more rarely, clad in a thick hairless hide. The fur makes them somewhat weak to fire-based magicks, but resistant to wind- and cold-based attacks. Most have average defense against physical weapons, but some have evolved a hard armor of keratin around vital points which heightens these defenses significantly. Their natural range of weapons allow them to bite down with sharp teeth, shred their foes with large claws, and impale them on pointy tusks. The most powerful beasts can simply use the sheer bulk of their body to crush a target. Rumors persist about terrible Beasts corrupted beyond all recognition with dark magicks, but those who have encountered them are not in a state to give a coherent description of their abilities.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Beast&amp;lt;/span&amp;gt;&lt;br /&gt;
| 80 || 90 || 90 || 70 || 30 || 20&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Wind, Cold, Crush&lt;br /&gt;
| Elec, Holy, Dark, Slash, Pierce&lt;br /&gt;
| Fire || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| Slash, Pierce&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Celestials are supernatural divine beings that reside on a different plane of existence. From time to time, some of these beings enter our world for reasons they usually choose not to divulge to outsiders. While worshiped by some individuals and groups as inherently good, it is suspected that those who leave have their own agendas that do not necessarily mesh well with that ideal. Appearing as lithe humanoid creatures who refuse to wear any form of armor, they have below average resistance to most physical attacks but make up for it with high agility. They have high resistance to elemental magicks, and are nearly impervious to divine attacks. They are however very weak against forbidden magicks, and their spiritual nature makes them somewhat more susceptible to soul-based magicks. Celestials can use a wide variety of humanoid armaments, but for unknown reasons they do not employ piercing weapons in their arsenal. Higher level celestials can imbue their weapons with pure divine power that lets their melee attacks deal holy damage.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Celestial&amp;lt;/span&amp;gt;&lt;br /&gt;
| 50 || 50 || 100 || 50 || 100 || 80&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Cold, Elec, Wind, Holy&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| Crush, Slash, Pierce&lt;br /&gt;
| Dark || &amp;amp;nbsp;&lt;br /&gt;
| Slash, Crush&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Daimons are supposedly corporeal manifestations of impure and often malevolent supernatural spirits that, some say, originate from the same plane of existence as Celestials. Their exact nature and relation to Celestials is however unknown. These spirits can take on any number of different appearances, but tend to choose one specifically tailored to the fears of their opponent. To allow for this shape changing capability, they do not wear any armor or use any other form of humanoid weaponry. This leaves them weak to physical attacks. Like Celestials, they have high resistances to elemental magicks and are somewhat susceptible to soul-based attacks. They are almost impervious to forbidden magicks, but highly vulnerable to divine attacks. Instead of forged weapons, these creatures take advantage of their physical malleability to reshape parts of their own body into blade-like weapons or sharp implements that they use for slashing and stabbing attacks. Higher level daimons are said to be able to conjure weapons of pure darkness that can bypass all defenses not specially enchanted to withstand it.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Daimon&amp;lt;/span&amp;gt;&lt;br /&gt;
| 90 || 90 || 80 || 40 || 60 || 50&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Cold, Elec, Wind, Dark&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| Crush, Slash, Pierce&lt;br /&gt;
| Holy || &amp;amp;nbsp;&lt;br /&gt;
| Slash, Pierce&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Dragonkin consist of Dragons, Drakes, and all other creatures that could be mistaken for giant flying fire-breathing lizards. That is however somewhat of an over-simplification as not all Dragonkin can fly, while breath attacks are not always fire, and are only fully developed in mature members of the species.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Dragonkin&amp;lt;/span&amp;gt;&lt;br /&gt;
| 100 || 50 || 30 || 90 || 50 || 60&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Elec, Crush, Slash&lt;br /&gt;
| Holy, Dark, Pierce&lt;br /&gt;
| Wind || Cold || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Crush&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Elementals are metaphysical beings that manifest as crystalline beings of pure elemental energy. It is thought that they can change between different elemental forms at will, but this has never been observed in battle.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Elemental&amp;lt;/span&amp;gt;&lt;br /&gt;
| 30 || 60 || 60 || 40 || 80 || 120&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; ||  Fire, Cold, Elec, Wind, Holy, Dark&lt;br /&gt;
| Slash&lt;br /&gt;
| Crush, Pierce || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| Fire, Elec, Wind, Cold&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Giants are huge, slow and stupid. The only reason they still thrive as a species is their extreme natural aggression and immense strength, combined with the fact that they are highly amused by smashing anything they can get a hold of.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Giant&amp;lt;/span&amp;gt;&lt;br /&gt;
| 100 || 80 || 30 || 120 || 20 || 10&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Cold, Crush&lt;br /&gt;
| Holy, Dark, Slash&lt;br /&gt;
| Elec, Wind, Pierce || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| Crush&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Humanoids comprise the various intelligent bipedal primates found in the world. While they have no notable supernatural powers nor beastlike strength, and are largely covered in a soft and delicate skin which grants only minor protection from the elements, a variety of armor and weapons fill the gaps in their natural defenses and give them a surprisingly large amount of flexibility in their offensive capabilities.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Humanoid&amp;lt;/span&amp;gt;&lt;br /&gt;
| 50 || 100 || 80 || 50 || 80 || 70&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| &#039;&#039;All but Dark&#039;&#039;&lt;br /&gt;
| Dark || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Slash, Crush&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Mechanoids are essentially living machines, remnants of ancient and highly advanced civilizations. The art of making such machinations has been long lost, but many still roam the world, oblivious of the fate that has befallen their deceased masters. Many variants of Mechanoids exist, from large bipedal machines forged for destruction to smaller humanoid builds created for peaceful purposes. Some were originally fitted with a wide variety of weaponry, but due to wear and lack of maintenance, most of the Mechanoids that are still functional equip themselves with simple melee weapons. These are typically blade- and spike-shaped attachments in place of a limb or other tool. There are however rumors of terrible machines that are capable of searing a creature to the bones with a stream of fire, or shatter their bodies with a torrent of deadly metal. Mechanoids are highly resistant to wind and cold-based magicks, and due to their artificial nature, they are almost impervious to divine and soul-based attacks. Their internal systems are however highly vulnerable to electrical shocks. Most have armor worn brittle with age, but stories of preserved heavily armored variants are told by the few who are fortunate enough to survive such an encounter.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Mechanoid&amp;lt;/span&amp;gt;&lt;br /&gt;
| 100 || 70 || 40 || 70 || 40 || 30&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Cold, Wind, Holy, Slash, Pierce&lt;br /&gt;
| Dark, Crush&lt;br /&gt;
| &amp;amp;nbsp; || Elec || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Slash&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Reptilians are cold-blooded creatures that thrive in and near water. They comprise animals like crocodiles, snakes, turtles and lizards, but also intelligent biped humanoid variants that have evolved independently of their fellow primates. Their skin is covered in scales or scutes, and some have hardened shells covering parts of their bodies.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Reptilian&amp;lt;/span&amp;gt;&lt;br /&gt;
| 70 || 100 || 60 || 80 || 60 || 40&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; ||Fire, Elec, Crush, Slash&lt;br /&gt;
| Wind, Holy, Dark, Pierce&lt;br /&gt;
| &amp;amp;nbsp; || Cold || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Slash&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Sprites are diminutive beings that seldom get involved in the Big World, preferring to remain with their own kin in the hidden places of the land where nature is still thick and undisturbed. Only a small minority choose to seek out the human world, where their high intelligence and small size make them excel for many tasks, ranging from accounting to assassination. Sprites are not a single species, but most of the big folk will be hard pressed to tell a pixie apart from a faery. They are commonly armed with using tiny swords and rapiers, and while they do not have much strength to put behind a thrust, their ability to seek out the most vulnerable parts of a target still make them a force to be reckoned with. Higher level Sprites can also master powerful magicks, and many an unwary adventurer have engaged them recklessly only to be sent to an early grave. Physically weak, the best way of dealing with them is swatting them with a crushing attack, but they are fast and hard to hit. Their tiny size also make them difficult to hit them with stabbing weapons. All Sprites have some resistance to elemental magicks, and depending on their natural affinity they can even be fully impervious to some elements. They are however naturally weak to the forbidden magicks.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Sprite&amp;lt;/span&amp;gt;&lt;br /&gt;
| 30 || 120 || 120 || 20 || 70 || 60&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Cold, Elec, Wind, Holy, Pierce&lt;br /&gt;
| Slash&lt;br /&gt;
| Crush || Dark || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Slash&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Undeads are animated necrotic remnants of living beings, cursed to an eternal lifeless existence with no warmth or joy. They range from mindless brutes such as zombies and animated skeletons, to higher undeads that have preserved parts of their mind but lost their soul, like liches, vampires and banshees. Having no need to maintain a body temperature and no vital processes that can be disturbed by electricity, undeads are highly resistant to cold and electrical magicks. Being born from darkness itself also makes them impervious to forbidden magicks, but they are vulnerable to divine attacks and fire magicks. Piercing attacks are ineffective due to a lack of weak points, while crushing or cutting off limbs works reasonably well. Mindless undeads tend to use simple melee implements like swords, or just crush their targets using their own limbs. Higher level undeads can use more sophisticated weaponry, and some even master deadly forms of forbidden magicks.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Undead&amp;lt;/span&amp;gt;&lt;br /&gt;
| 100 || 70 || 40 || 100 || 20 || 20&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Cold, Elec, Wind, Dark, Crush, Pierce&lt;br /&gt;
| Slash&lt;br /&gt;
| &amp;amp;nbsp; || Fire, Holy || &amp;amp;nbsp;&lt;br /&gt;
| Crush, Slash&lt;br /&gt;
|}&lt;br /&gt;
*For primary stats every point increases the stat by 1/10th of the base value (but always between 6 and 10).&lt;br /&gt;
&lt;br /&gt;
===Colored Charts===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resistances&#039;&#039;&#039;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center; font-size: 1em&amp;quot;&lt;br /&gt;
! &lt;br /&gt;
!Fire&lt;br /&gt;
!Cold&lt;br /&gt;
!Elec&lt;br /&gt;
!Wind&lt;br /&gt;
!Holy&lt;br /&gt;
!Dark&lt;br /&gt;
!Crushing&lt;br /&gt;
!Slashing&lt;br /&gt;
!Piercing&lt;br /&gt;
|-&lt;br /&gt;
!Arthropod&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
!Avion&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|-&lt;br /&gt;
!Beast&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
!Celestial&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|-&lt;br /&gt;
!Daimon&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|-&lt;br /&gt;
!Dragonkin&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
!Elemental&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|-&lt;br /&gt;
!Giant&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|-&lt;br /&gt;
!Humanoid&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
!Mechanoid&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|-&lt;br /&gt;
!Reptilian&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
!Sprite&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|-&lt;br /&gt;
!Undead&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
!Total&lt;br /&gt;
!125&lt;br /&gt;
!75&lt;br /&gt;
!150&lt;br /&gt;
!100&lt;br /&gt;
!0&lt;br /&gt;
! -50&lt;br /&gt;
!25&lt;br /&gt;
!50&lt;br /&gt;
!0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
PAB_Per_Upgrade.PNG|Primary Attributes gained with each crystal upgrade&lt;br /&gt;
Resist_Per_Upgrade.PNG|Resistances gained with each crystal upgrade; Appears to round down&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Morale== &lt;br /&gt;
Each monster has up to 12,000 points of morale that gradually decays over time. Morale solely affects a monster&#039;s ability to bring [[#Gifts|gifts]] to its owner. Freshly created monsters start with 0 morale.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Morale Color&lt;br /&gt;
!Morality&lt;br /&gt;
!Affect on [[Gift]]s&lt;br /&gt;
|-&lt;br /&gt;
|Green || 6,000 - 12,000 || +25% chance&lt;br /&gt;
|-&lt;br /&gt;
|Yellow || 3,000 - 5,999 || Normal chance&lt;br /&gt;
|-&lt;br /&gt;
|Red || 1 - 2,999 || -50% chance&lt;br /&gt;
|-&lt;br /&gt;
|Empty || 0 || 0% chance (any held gifts are lost and no new ones can be earned)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Morale can be raised by feeding monsters [[crystals]] or Happy Pills. Crystals restore morale based on how many are spent (roughly 500 + 2.5*N) and pills restore 6,000 (or 12,000 for players with the Extra Strength Formula [[Hath Perk]]).&lt;br /&gt;
&lt;br /&gt;
===Morale Drain Rate===&lt;br /&gt;
Morale drains over time at a base rate of ~33 per hour, lasting roughly 15 days.&lt;br /&gt;
*&#039;&#039;&#039;Increased By&#039;&#039;&#039;:&lt;br /&gt;
**A [[#Food|starving]] monster will lose morale faster (50%?) than normal&lt;br /&gt;
*&#039;&#039;&#039;Decreased By&#039;&#039;&#039;:&lt;br /&gt;
**All Owned Monsters:&lt;br /&gt;
***[[Training]] Inspiration (5% per rank?)&lt;br /&gt;
***Players with a [[Stars#Gold_Star|Gold Star]] or higher have 50% drain rate&lt;br /&gt;
****These 2 bonuses stack multiplicatively&lt;br /&gt;
**Individual Monsters:&lt;br /&gt;
***Raising a monster&#039;s PL past 200 reduces its drain rate by 33%, this is further improved at PL 400 (50%), PL 700 (67%), and PL 1000 (75%)&lt;br /&gt;
***Every [[#Chaos_Upgrades|chaos level]] reduces the drain rate, capping at 50% if the monster reaches chaos level 240&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;food&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;hunger&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Hunger&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Food==&lt;br /&gt;
Monsters consume food in order to &amp;quot;live&amp;quot; and must be fed every so often to keep them fighting and from losing morale. Freshly created monsters start at 2,000 food.&lt;br /&gt;
&lt;br /&gt;
Monsters of different [[power level]]s require different foods:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
![[Power Level]]&lt;br /&gt;
!Food Required&lt;br /&gt;
|-&lt;br /&gt;
|1 - 300 || Monster Chow&lt;br /&gt;
|-&lt;br /&gt;
|301 - 750 || Monster Edibles&lt;br /&gt;
|-&lt;br /&gt;
|751 - 2,250 || Monster Cuisine&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Monsters can be fed up to 12,000 food (3 days&#039; worth). Each unit of food restores up to 1,000 points; this can be increased to 1,200 with the That&#039;s Good Eatin&#039; [[Hath Perk]].&lt;br /&gt;
*Food can be fed 1 unit at a time or (if visiting an individual monster) a &amp;quot;max&amp;quot; amount which will only use as much food as possible without being wasteful (stopping before whichever unit does not restore a full 1,000) unless the monster has less than 1,000 hunger.&lt;br /&gt;
*Using the &amp;quot;Feed All Monsters&amp;quot; option however &#039;&#039;is&#039;&#039; wasteful.&lt;br /&gt;
&lt;br /&gt;
Higher tier food [[items]] drop more frequently on higher [[difficulties]] (capping at 40%/30%/30% on IWBTH).&lt;br /&gt;
&lt;br /&gt;
===Hunger Rate===&lt;br /&gt;
Monsters consume food at a base rate of ~166 per hour.&lt;br /&gt;
*This can be slowed (up to halved?) via Metabolism [[Training]].&lt;br /&gt;
*Players with a [[Stars#Gold_Star|Gold Star]] will halve their monsters&#039; hunger rate.&lt;br /&gt;
**These 2 bonuses stack (to 75%? reduced hunger).&lt;br /&gt;
&lt;br /&gt;
===Starving===&lt;br /&gt;
*A starving monster will lose [[#Morale|morale]] 50%(?) quicker.&lt;br /&gt;
*After 90 days of starving a monster will cease to participate in [[battles]] and will be un-named.&lt;br /&gt;
**Monsters that are 1,000+ [[PL]] are immune to this.&lt;br /&gt;
&lt;br /&gt;
==Gifts==&lt;br /&gt;
[[Image:Monster Gift.PNG|thumb|Monster Gift notification.]]&lt;br /&gt;
Player-created monsters have a chance of bringing [[The_Forge#Materials|materials]] to their owner. Monsters can hold up to 3 gifts (further doubled by the Scavenging [[#Chaos Upgrades|chaos upgrade]]). Simply visiting the Monster Lab will check if any of the player&#039;s monsters have gifts to give.&lt;br /&gt;
&lt;br /&gt;
===Chances===&lt;br /&gt;
The chance to receive a gift is based on how many battles a monster has won since they last delivered a gift, modified by their [[#Morale|morale]] (updated dynamically; a monster that goes from yellow morale to green may bring a gift immediately; visiting the monster list is necessary). A monster can give gifts up to once per hour. Monsters will automatically earn gifts if they have not earned one in the past 72 hours.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Battles won&#039;&#039;&#039;:&lt;br /&gt;
*[[Skills#Universal_Skills|Fleeing]] from battle counts as a win for all of the monsters in that round.&lt;br /&gt;
*Does &#039;&#039;&#039;not&#039;&#039;&#039; count deaths to a player&#039;s own monsters&lt;br /&gt;
*[[Abilities#Tier_11|Spark of Life]] being triggered does not count as anything&lt;br /&gt;
*There is a cooldown on how often a player can count as a repeat win&lt;br /&gt;
&lt;br /&gt;
===Power Level&#039;s Effect On Gifts===&lt;br /&gt;
[[Power Level]] helps with the quality of the gift. Whenever a player receives a graded material, its quality is determined as such:&lt;br /&gt;
&amp;lt;s&amp;gt;&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Gift Quality Roll&#039;&#039;&#039; = random(1..1000) + Power_Level&amp;lt;/pre&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
A roll of 500?+ is needed for medium-grade and 1500?+ for high-grade. At PL 750? low-grades will no longer be received and the chance to receive a high-grade starts at 500?. At PL 1499? the chance to receive a high-grade maxes out. PL has no effect on what gifts are received otherwise.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Gift List&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Distribution Ratio===&lt;br /&gt;
Graded materials are gifted at a ratio of 2:1:1:1 in Metal:Cloth:Leather:Wood.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Monster Stats]]&lt;br /&gt;
*[[Monster Lab Bestiary]] - Includes the top 50 monsters&lt;br /&gt;
*[[HentaiVerse Bestiary]]&lt;br /&gt;
*[http://hvlist.niblseed.com/ Jenga201&#039;s Monster Database]&lt;br /&gt;
*[[The Forge]]&lt;br /&gt;
*[[Grindfest]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=The_Forge&amp;diff=34676</id>
		<title>The Forge</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=The_Forge&amp;diff=34676"/>
		<updated>2015-11-18T01:59:18Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* SoulFuse */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Forge allows players to repair, salvage, reforge, and improve their [[equipment]]. It does not allow for the creation of new equipment from scratch.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Scraps&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;condition&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Condition&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;durability&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Durability&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;repairs&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Repairs&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Repairing&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;repairing&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
==Repair==&lt;br /&gt;
All [[equipment]] has Condition (a.k.a. Durability) which degrades with use. Degradation is a fixed value for every monster killed; [[difficulty]] and round/turn count do not have any effect. Being [[Battles#Losing|defeated]] in battle results in a set percentage being lost.&lt;br /&gt;
&lt;br /&gt;
Losses are as follows:&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Level&lt;br /&gt;
!Degrade Rate&lt;br /&gt;
!Defeat&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;100 || 0x || 2%&lt;br /&gt;
|-&lt;br /&gt;
|100-199 || 0.5x || 5%&lt;br /&gt;
|-&lt;br /&gt;
|200+ || 1x || 10%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt;: A player at level 250 that killed 10 monsters on average per round for 1,000 rounds would lose ~50 condition. At level 150 this would be ~25 and at level 50 it would be 0.&lt;br /&gt;
&lt;br /&gt;
The Repair Bear [[hath perk]]s reduce/prevent the degradation rate but only the 4th rank helps with condition loss caused by being [[Losing|defeated]].&lt;br /&gt;
&lt;br /&gt;
If an equipment&#039;s condition drops below 50% its effective [[stats|attributes]] are reduced until it is repaired. This reduction increases linearly with the loss of condition and will update mid-[[battle]]. At 0% condition [[equipment]] provides no attributes (except [[burden]] and [[interference]]). Equipment at 100% condition is not listed in the repair area of the forge.&lt;br /&gt;
&lt;br /&gt;
Every tier has a given range of possible maximum condition values. Rare tier gear are generally more fragile than the corresponding common tiers. The range of possible values is narrower for rare gear than for common gear, with a bonus based on the equipment [[quality]].&lt;br /&gt;
&lt;br /&gt;
Gear dropped from [[battles]] will start out at a random wear level between 50% and 100%. Gear from Snowflake&#039;s [[Shrine]] and the [[Lottery]] will always start at 100%.&lt;br /&gt;
&lt;br /&gt;
===Repair Costs===&lt;br /&gt;
Scrap materials are used to fully restore an [[equipment]] piece to its maximum condition. Scrap can be [[#Salvage|salvaged]] from unwanted [[equipment]] or bought from the [[Item Shop]].&lt;br /&gt;
&lt;br /&gt;
The amount of scrap required depends on the [[equipment]]&#039;s [[quality]] and percentage-wise degradation. Equipment with high max condition need less frequent repairs and comparatively less scrap to maintain over time. Repairing equipment will grant [[#Forge Level|forge experience]] according to the number of items used in the repair.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Scraps Needed&#039;&#039;&#039; = 1 + rounddown((100 - condition%) / quality_mod&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &#039;&#039;condition%&#039;&#039; is the equipment item&#039;s condition in percentage, and the &#039;&#039;quality_mod&#039;&#039; value is specified in the table below:&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
![[Quality]]&lt;br /&gt;
!Coefficient&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Superior&#039;&#039;&#039; and lower || 10&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Exquisite&#039;&#039;&#039; and &#039;&#039;&#039;Magnificent&#039;&#039;&#039; || 2.8&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Legendary&#039;&#039;&#039; and &#039;&#039;&#039;Peerless&#039;&#039;&#039; || 1.4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Rare tier armor and shields (Phase/Shade/Power Armor and Force Shields) require Energy Cells in addition to scrap materials. These can be salvaged from other rare [[equipment]] or bought from the [[Item Shop]].&lt;br /&gt;
*The required number of cells for repair will always be 1/3rd the amount of scrap. The number that can be salvaged from gear is linearly random between 10% and 100% of the salvaged scrap, but always at least 1.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Upgrading&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Upgrade==&lt;br /&gt;
Upgrading is done using the [[Monster_Lab#Gifts|materials]] brought to players by their [[Monster Lab|monsters]], [[salvage]]d, drops in [[battle]]s, or purchased from the [[Bazaar#Item_Shop|Bazaar&#039;s item shop]]. Catalysts are also required.&lt;br /&gt;
&lt;br /&gt;
*Each upgrade level adds the following factor to the base stat.&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;For non-ADB/MDB factors&#039;&#039;&#039;: 1 + 0.2 * ln(0.1 * forge_count + 1)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;For ADB/MDB&#039;&#039;&#039;: 1 + 0.278875 * ln(0.1 * forge_count + 1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Stats can only be increased.&lt;br /&gt;
*Only stats that already exist on the gear (including those stats gained from equip prefixes/suffixes) can be increased. No new stats may be added.&lt;br /&gt;
**Any stats that are gained from [[Item_World#Potencies|Potencies]] cannot be forged.&lt;br /&gt;
*Most upgrades are limited to 25 levels, except for physical and magical damage which go up to 50 levels.&lt;br /&gt;
**This upgrade cap can be increased by Forge Level up to double (50 and 100 levels respectively).&lt;br /&gt;
*No bindings for increasing any [[Fighting Styles|proc]] stats exist.&lt;br /&gt;
**Likewise for decreasing [[Burden]] and [[Interference]].&lt;br /&gt;
&lt;br /&gt;
===Materials===&lt;br /&gt;
====Basic Materials====&lt;br /&gt;
These come in &#039;&#039;&#039;Low&#039;&#039;&#039;, &#039;&#039;&#039;Mid&#039;&#039;&#039;, and &#039;&#039;&#039;High&#039;&#039;&#039;-grade varieties.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!Required to Reforge &amp;amp; Upgrade&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Cloth&#039;&#039;&#039; || Cloth armor&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Leather&#039;&#039;&#039; || Light armor&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Metals&#039;&#039;&#039; || Heavy armor and Weapons&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Wood&#039;&#039;&#039; || Staffs and Shields&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Rares====&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!Required to Reforge&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Crystallized Phazon&#039;&#039;&#039; || Phase armor&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Shade Fragment&#039;&#039;&#039; || Shade armor&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Repurposed Actuator&#039;&#039;&#039; || Power armor&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Defense Matrix Modulator&#039;&#039;&#039; || Force Shield&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Bindings====&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!Upgrades&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Binding of Slaughter&#039;&#039;&#039; ||  Base Physical Damage&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Balance&#039;&#039;&#039; || Physical Hit Chance&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Isaac&#039;&#039;&#039; || Physical Crit Chance&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Destruction&#039;&#039;&#039; || Base Magical Damage&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Focus&#039;&#039;&#039; || Magical Hit Chance&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Friendship&#039;&#039;&#039; || Magical Crit Chance&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Protection&#039;&#039;&#039; || Physical Defense&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Fleet&#039;&#039;&#039; || Evade Chance&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Barrier&#039;&#039;&#039; || Block Chance&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Nimble&#039;&#039;&#039; || Parry Chance&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Elementalist&#039;&#039;&#039; || Elemental Magic Proficiency&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Heaven-sent&#039;&#039;&#039; || Divine Magic Proficiency&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Demon-fiend&#039;&#039;&#039; || Forbidden Magic Proficiency&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Curse-weaver&#039;&#039;&#039; || Depreciating Magic Proficiency&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Earth-walker&#039;&#039;&#039; || Supportive Magic Proficiency&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Surtr&#039;&#039;&#039; || Fire Spell Damage&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Niflheim&#039;&#039;&#039; || Cold Spell Damage&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Mjolnir&#039;&#039;&#039; || Elec Spell Damage&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Freyr&#039;&#039;&#039; || Wind Spell Damage&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Heimdall&#039;&#039;&#039; || Holy Spell Damage&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Fenrir&#039;&#039;&#039; || Dark Spell Damage&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Dampening&#039;&#039;&#039; || Crushing Mitigation&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Stone-skin&#039;&#039;&#039; || Slashing Mitigation&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Deflection&#039;&#039;&#039; || Piercing Mitigation&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Fire-eater&#039;&#039;&#039; || Fire Mitigation&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Frost-born&#039;&#039;&#039; || Cold Mitigation&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Thunder-child&#039;&#039;&#039; || Elec Mitigation&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Wind-waker&#039;&#039;&#039; || Wind Mitigation&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Thrice-blessed&#039;&#039;&#039; || Holy Mitigation&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Spirit-ward&#039;&#039;&#039; || Dark Mitigation&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Ox&#039;&#039;&#039; || Strength&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Raccoon&#039;&#039;&#039; || Dexterity&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Cheetah&#039;&#039;&#039; || Agility&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Turtle&#039;&#039;&#039; || Endurance&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Fox&#039;&#039;&#039; || Intelligence&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of the Owl&#039;&#039;&#039; || Wisdom&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Warding&#039;&#039;&#039; || Magical Mitigation&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Binding of Negation&#039;&#039;&#039; || Resist Chance&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Material Costs===&lt;br /&gt;
*The first 5 levels of upgrades on any piece of equipment do not require any bindings and will always have the same material costs.&lt;br /&gt;
**Past the first 5 levels the material costs gradually rise and 1 binding corresponding to the stat being upgraded is required.&lt;br /&gt;
**The amount required varies based on the equipment&#039;s [[quality]] and the number of upgrades already done in that stat. As the equipment is upgraded further it will require more high-grade materials, although the total number of materials needed should remain the same.&lt;br /&gt;
***Superior and below start out at 6 low-grade materials, Exquisite at 4 low/2 mid, Magnificent at 2 low/4 mid, and Legendary+ at 6 mid.&lt;br /&gt;
*For rarer equipment (Phase, Shade, and Power armors) a special component is required to upgrade them by a level in a stat. Doing so however, allows for all other stats to be upgraded to that level without another special component.&lt;br /&gt;
**Shade and power armors, in particular, will require at least 50 special components to fully upgrade its physical damage.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- {|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot; &lt;br /&gt;
|+ Basic Material Required per upgrade (except physical and magical damage)&lt;br /&gt;
!rowspan=&amp;quot;3&amp;quot; | Upgrade Level&lt;br /&gt;
!colspan=&amp;quot;18&amp;quot; | [[Equipment_Ranges#Formulas | Quality]] / Material per upgrade&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot; | Below 0.5 ||colspan=&amp;quot;3&amp;quot; |  0.5 - 0.6 ||colspan=&amp;quot;3&amp;quot; |  0.6 - 0.7 ||colspan=&amp;quot;3&amp;quot; |  0.7 - 0.8 ||colspan=&amp;quot;3&amp;quot; |  0.8 - 0.9 ||colspan=&amp;quot;3&amp;quot; |  0.9 - 1.0&lt;br /&gt;
|-&lt;br /&gt;
| Low || Mid || High || Low || Mid || High || Low || Mid || High || Low || Mid || High || Low || Mid || High || Low || Mid || High &lt;br /&gt;
|-&lt;br /&gt;
| 1 - 2 || 5 || 0 || 0 || 4 || 1 || 0 || 3 || 2 || 0 || 2 || 3 || 0 || 1 || 4 || 0 || 0 || 5 || 0&lt;br /&gt;
|-&lt;br /&gt;
| 3 - 6 || 4 || 1 || 0 || 3 || 2 || 0 || 2 || 3 || 0 || 1 || 4 || 0 || 0 || 5 || 0 || 0 || 4 || 1&lt;br /&gt;
|-&lt;br /&gt;
| 7 - 10 || 3 || 2 || 0 || 2 || 3 || 0 || 1 || 4 || 0 || 0 || 5 || 0 || 0 || 4 || 1 || 0 || 3 || 2&lt;br /&gt;
|-&lt;br /&gt;
| 11 - 14 || 2 || 3 || 0 || 1 || 4 || 0 || 0 || 5 || 0 || 0 || 4 || 1 || 0 || 3 || 2 || 0 || 2 || 3&lt;br /&gt;
|-&lt;br /&gt;
| 15 - 18 || 1 || 4 || 0 || 0 || 5 || 0 || 0 || 4 || 1 || 0 || 3 || 2 || 0 || 2 || 3 || 0 || 1 || 4&lt;br /&gt;
|-&lt;br /&gt;
| 19 - 22 || 0 || 5 || 0 || 0 || 4 || 1 || 0 || 3 || 2 || 0 || 2 || 3 || 0 || 1 || 4 || 0 || 0 || 5&lt;br /&gt;
|-&lt;br /&gt;
| 23 - 26 || 0 || 4 || 1 || 0 || 3 || 2 || 0 || 2 || 3 || 0 || 1 || 4 || 0 || 0 || 5 || 0 || 0 || 5&lt;br /&gt;
|-&lt;br /&gt;
| 27 - 30 || 0 || 3 || 2 || 0 || 2 || 3 || 0 || 1 || 4 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5&lt;br /&gt;
|-&lt;br /&gt;
| 31 - 34 || 0 || 2 || 3 || 0 || 1 || 4 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5&lt;br /&gt;
|-&lt;br /&gt;
| 35 - 38 || 0 || 1 || 4 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5&lt;br /&gt;
|-&lt;br /&gt;
| 39 - 40 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center&amp;quot; &lt;br /&gt;
|+ Basic Material Required per upgrade (physical and magical damage)&lt;br /&gt;
!rowspan=&amp;quot;3&amp;quot; | Upgrade Level&lt;br /&gt;
!colspan=&amp;quot;18&amp;quot; | [[Equipment_Ranges#Formulas | Quality]] / Material per upgrade&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot; | Below 0.5 ||colspan=&amp;quot;3&amp;quot; |  0.5 - 0.6 ||colspan=&amp;quot;3&amp;quot; |  0.6 - 0.7 ||colspan=&amp;quot;3&amp;quot; |  0.7 - 0.8 ||colspan=&amp;quot;3&amp;quot; |  0.8 - 0.9 ||colspan=&amp;quot;3&amp;quot; |  0.9 - 1.0&lt;br /&gt;
|-&lt;br /&gt;
| Low || Mid || High || Low || Mid || High || Low || Mid || High || Low || Mid || High || Low || Mid || High || Low || Mid || High &lt;br /&gt;
|-&lt;br /&gt;
| 1 - 4 || 5 || 0 || 0 || 4 || 1 || 0 || 3 || 2 || 0 || 2 || 3 || 0 || 1 || 4 || 0 || 0 || 5 || 0&lt;br /&gt;
|-&lt;br /&gt;
| 5 - 14 || 4 || 1 || 0 || 3 || 2 || 0 || 2 || 3 || 0 || 1 || 4 || 0 || 0 || 5 || 0 || 0 || 4 || 1&lt;br /&gt;
|-&lt;br /&gt;
| 15 - 24 || 3 || 2 || 0 || 2 || 3 || 0 || 1 || 4 || 0 || 0 || 5 || 0 || 0 || 4 || 1 || 0 || 3 || 2&lt;br /&gt;
|-&lt;br /&gt;
| 25 - 34 || 2 || 3 || 0 || 1 || 4 || 0 || 0 || 5 || 0 || 0 || 4 || 1 || 0 || 3 || 2 || 0 || 2 || 3&lt;br /&gt;
|-&lt;br /&gt;
| 35 - 44 || 1 || 4 || 0 || 0 || 5 || 0 || 0 || 4 || 1 || 0 || 3 || 2 || 0 || 2 || 3 || 0 || 1 || 4&lt;br /&gt;
|-&lt;br /&gt;
| 45 - 54 || 0 || 5 || 0 || 0 || 4 || 1 || 0 || 3 || 2 || 0 || 2 || 3 || 0 || 1 || 4 || 0 || 0 || 5&lt;br /&gt;
|-&lt;br /&gt;
| 55 - 64 || 0 || 4 || 1 || 0 || 3 || 2 || 0 || 2 || 3 || 0 || 1 || 4 || 0 || 0 || 5 || 0 || 0 || 5&lt;br /&gt;
|-&lt;br /&gt;
| 65 - 74 || 0 || 3 || 2 || 0 || 2 || 3 || 0 || 1 || 4 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5&lt;br /&gt;
|-&lt;br /&gt;
| 75 - 84 || 0 || 2 || 3 || 0 || 1 || 4 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5&lt;br /&gt;
|-&lt;br /&gt;
| 85 - 94 || 0 || 1 || 4 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5&lt;br /&gt;
|-&lt;br /&gt;
| 95 - 100 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5 || 0 || 0 || 5&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;Enchantments&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Enchant==&lt;br /&gt;
*Gives time-limited bonuses to equipment in order to make them more powerful.&lt;br /&gt;
*Requires a [[#Shards|shard]] or an [[Items#Infusions|Infusion]] to activate.&lt;br /&gt;
*Expires after 1 hour real-time.&lt;br /&gt;
**Infusion on weapons expires after 15 minutes real-time.&lt;br /&gt;
*Different shard/infusion types can be applied the same equipment simultaneously to get multiple effects.&lt;br /&gt;
**However, weapons can only have two different [[#Infusions|infusion enchantments]] active at maximum.&lt;br /&gt;
*Applying the same shard/infusion type multiple times extends the effect&#039;s duration per shard/infusion.&lt;br /&gt;
&lt;br /&gt;
===[[Items#Shards|Shards]]===&lt;br /&gt;
*Lasts 1 hour per shard (besides Amnesia which is permanent).&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
![[Weapon]]s&lt;br /&gt;
![[Armor]]s&lt;br /&gt;
!Effect&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Voidseeker&#039;s Blessing&#039;&#039;&#039; || align=&amp;quot;center&amp;quot;|✔ || || The weapon&#039;s damage type is changed to [[void]], and a +50% physical accuracy bonus.&lt;br /&gt;
*These bonus do not stack when [[Fighting_Styles#Dual_Wielding|dual-wielding]] enhanced weapons. &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Suffused Aether&#039;&#039;&#039; || align=&amp;quot;center&amp;quot;|✔ || || Gives +10% [[Spells#Spell_Cost|mana conservation]] bonus and a +50% magic accuracy bonus.&lt;br /&gt;
*These bonus do not stack when [[Fighting_Styles#Dual_Wielding|dual-wielding]] enhanced weapons. &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Featherweight Charm&#039;&#039;&#039; || align=&amp;quot;center&amp;quot;|✔ || align=&amp;quot;center&amp;quot;|✔ || Reduces the equipment&#039;s [[burden]] and [[interference]] by 7 or 50%, whichever is higher.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Amnesia Shards&#039;&#039;&#039; || align=&amp;quot;center&amp;quot;|✔ || align=&amp;quot;center&amp;quot;|✔ || Resets an equipment&#039;s [[Item_World#Item_Potency|Item Potency]] completely back to 0.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[Items#Infusions|Infusions]]===&lt;br /&gt;
*Weapons can have up to two different [[Equipment#Elemental_Strike|elemental strike]] effects active at the same time, in addition to the weapon&#039;s Void Strike. Lasts 15 min. per infusion.&lt;br /&gt;
*Armors can have any number of different infusion types active at the same time. Lasts 60 min. per infusion.&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!Equip type !!Effect&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Weapons&#039;&#039;&#039; || The infused [[weapon]] gains a corresponding [[Equipment#Elemental_Strike|elemental strike]] effect.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Armors&#039;&#039;&#039; || The infused [[armor]] gains 5% [[Character_Stats#Elemental_Resistance|resistance]] to the corresponding element.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Salvaging&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Salvage==&lt;br /&gt;
Salvaging retrieves materials from higher-quality [[equipment]] pieces and [[scrap]] from all pieces. Only low/mid/high-grade [[#Basic_Materials|base materials]] can be directly acquired this way. Rare tier armor can also give Energy Cells (see above). [[Locked]] and equipped items cannot be salvaged.&lt;br /&gt;
&lt;br /&gt;
*Salvaging yields between 1 and 50 scrap per equipment depending on its sale value. This scales such that it is always more economical to salvage for scrap rather than sell the equipment in order to buy the same amount of scrap from the [[bazaar]].&lt;br /&gt;
**For equipment of Average quality or lower, Scrap is given with the following formula: roundup(sale_value / 100); e.g. if the equipment&#039;s sale value was 101 a player would receive 2 scrap.&lt;br /&gt;
**For equipment of Superior quality or higher, you get one graded material (see below), and a quantity of scrap equal to roundup(sale_value / 500).&lt;br /&gt;
*Salvaging equipment with upgrades will always return 90% of the materials spent on upgrading rounded down (but never any catalysts).&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
![[Quality]]&lt;br /&gt;
!Salvage Result&lt;br /&gt;
|-&lt;br /&gt;
|Average or lower || Only Scrap&lt;br /&gt;
|-&lt;br /&gt;
|Superior || Low-Grade + Scrap&lt;br /&gt;
|-&lt;br /&gt;
|Exquisite || Mid-Grade + Scrap&lt;br /&gt;
|-&lt;br /&gt;
|Magnificent or higher || High-Grade + Scrap&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Salvaged equipment can be bought from the [[bazaar]] for up to 24 hours after it was salvaged. It will only be visible to the salvager and will be fully repaired but also account-bound. The equipment will be wiped entirely of its [[potencies]] and [[forge]] benefits. The buyback cost is 5 times the normal buy cost or 10k [[credits]], whichever is higher.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Reforging&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Reforge==&lt;br /&gt;
Reforging can reset the [[Item_World#Item_Potency|Item Potency]] experience and unlocked potentials of an equipment. Equipped items cannot be reforged. [[Locked]] equipment can be reforged but will request a confirmation each time.&lt;br /&gt;
&lt;br /&gt;
*Reforging requires [[#Shards|Amnesia Shards]]. The number of shards required is equal to the equipment&#039;s Item Potency level.&lt;br /&gt;
**This amount is cut in half for players with the Dark Descent [[Hath Perk]].&lt;br /&gt;
*Players can only choose to forfeit all the existing Item Potency levels or keep all of them.&lt;br /&gt;
*If any potencies had their stats increased via forging they will become inactive.&lt;br /&gt;
&lt;br /&gt;
===Renaming===&lt;br /&gt;
A custom name can be given to the equipment.&lt;br /&gt;
*The equipment needs to have its [[potency]] maxed.&lt;br /&gt;
*The original name of the equipment will always be preserved, and will be displayed on the equipment popup below the custom name.&lt;br /&gt;
**The custom name can be removed by renaming to blank or the same as the original name.&lt;br /&gt;
**Sending the equipment through the [[MoogleMail]] will also remove the custom name.&lt;br /&gt;
&lt;br /&gt;
==SoulFuse==&lt;br /&gt;
By consuming Soul Fragments players can bind a piece of gear to their character and make it [[level]] up as they do.&lt;br /&gt;
*When equipment is soulfused, its stats will be immediately [[Level_Scaling|scaled]] to the player&#039;s level, and will continue scaling as the player levels up.&lt;br /&gt;
*Soulfused equipment also gains double the PXP gains in [[Item World]] and from [[#Upgrade|upgrades]].&lt;br /&gt;
*Soulfused equipment becomes &#039;&#039;&#039;untradeable&#039;&#039;&#039; but can still be [[salvage]]d.&lt;br /&gt;
*Soulfusion is permanent and cannot be undone.&lt;br /&gt;
*All equipment rewarded from the [[Lotteries]] or the Follow of Snowflake [[hath perk]] are automatically soulfused.&lt;br /&gt;
&lt;br /&gt;
Equipment pieces that are already soulfused cannot be seen on this pane.&lt;br /&gt;
&lt;br /&gt;
===Soul Fragments===&lt;br /&gt;
Soul Fragments are [[token]]s that are dropped frequently from [[random encounter]]s. They can also be purchased from the [[Item Shop]] for 10k [[credits]] each, or received every [[dawn]] for players with the Soul Catcher [[Hath Perk]].&lt;br /&gt;
&lt;br /&gt;
The base number of fragments required for fusion is as follows:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
![[Quality]]&lt;br /&gt;
!Cost&lt;br /&gt;
|-&lt;br /&gt;
|Peerless || 100&lt;br /&gt;
|-&lt;br /&gt;
|Legendary/Magnificent || 50&lt;br /&gt;
|-&lt;br /&gt;
|Exquisite/Superior/Fine || 25&lt;br /&gt;
|-&lt;br /&gt;
|Average and below || 10&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Fusing equipment above the player&#039;s [[level]] requires +2% for every level of difference. Players cannot soulfuse with anything that is 100+ [[level]]s above their own.&lt;br /&gt;
&lt;br /&gt;
==Forge Level==&lt;br /&gt;
Every time a player [[#Upgrade|upgrade]]s an equipment the forge will gain a certain amount of experience.&lt;br /&gt;
*The Forge level is capped at 50.&lt;br /&gt;
*The [[#Upgrading|upgrade]] cap will be increased by Forge level.&lt;br /&gt;
*The amount of experience gained depends the level of the materials used for the upgrade: +2 per low-grade, +10 per mid-grade, and +40 per high-grade; this means an effective cap of 250? per upgrade. It is not affected by bindings or rare materials used.&lt;br /&gt;
**The amount of EXP that will be gained is shown when hovering over an upgrade.&lt;br /&gt;
**This also gives [[potency]] EXP to the equipment being upgraded equal to 1/10 of the forge EXP gained.&lt;br /&gt;
&lt;br /&gt;
===Forge Ranks===&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Experience to reach next forge level&#039;&#039;&#039; = (Current forge level * 250) + 250&amp;lt;/pre&amp;gt;&lt;br /&gt;
*The [[#Upgrade|upgrade]] cap increases by 2% per forge level, rounded down&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable collapsible collapsed&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; | Level&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; | Rank&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; | EXP required&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; | Upgrade Cap&lt;br /&gt;
|-&lt;br /&gt;
!WD/ADB/MDB || Others&lt;br /&gt;
|-&lt;br /&gt;
|0 || Novice || 250 || 50 || 25&lt;br /&gt;
|-&lt;br /&gt;
|1 || Novice || 500 || 51 || 25&lt;br /&gt;
|-&lt;br /&gt;
|2 || Novice || 750 || 52 || 26&lt;br /&gt;
|-&lt;br /&gt;
|3 || Novice || 1000 || 53 || 26&lt;br /&gt;
|-&lt;br /&gt;
|4 || Novice || 1250 || 54 || 27&lt;br /&gt;
|-&lt;br /&gt;
|5 || Novice || 1500 || 55 || 27&lt;br /&gt;
|-&lt;br /&gt;
|6 || Novice || 1750 || 56 || 28&lt;br /&gt;
|-&lt;br /&gt;
|7 || Novice || 2000 || 57 || 28&lt;br /&gt;
|-&lt;br /&gt;
|8 || Novice || 2250 || 58 || 29&lt;br /&gt;
|-&lt;br /&gt;
|9 || Novice || 2500 || 59 || 29&lt;br /&gt;
|-&lt;br /&gt;
|10 || Apprentice || 2750 || 60 || 30&lt;br /&gt;
|-&lt;br /&gt;
|11 || Apprentice || 3000 || 61 || 30&lt;br /&gt;
|-&lt;br /&gt;
|12 || Apprentice || 3250 || 62 || 31&lt;br /&gt;
|-&lt;br /&gt;
|13 || Apprentice || 3500 || 63 || 31&lt;br /&gt;
|-&lt;br /&gt;
|14 || Apprentice || 3750 || 64 || 32&lt;br /&gt;
|-&lt;br /&gt;
|15 || Apprentice || 4000 || 65 || 32&lt;br /&gt;
|-&lt;br /&gt;
|16 || Apprentice || 4250 || 66 || 33&lt;br /&gt;
|-&lt;br /&gt;
|17 || Apprentice || 4500 || 67 || 33&lt;br /&gt;
|-&lt;br /&gt;
|18 || Apprentice || 4750 || 68 || 34&lt;br /&gt;
|-&lt;br /&gt;
|19 || Apprentice || 5000 || 69 || 34&lt;br /&gt;
|-&lt;br /&gt;
|20 || Journeyman || 5250 || 70 || 35&lt;br /&gt;
|-&lt;br /&gt;
|21 || Journeyman || 5500 || 71 || 35&lt;br /&gt;
|-&lt;br /&gt;
|22 || Journeyman || 5750 || 72 || 36&lt;br /&gt;
|-&lt;br /&gt;
|23 || Journeyman || 6000 || 73 || 36&lt;br /&gt;
|-&lt;br /&gt;
|24 || Journeyman || 6250 || 74 || 37&lt;br /&gt;
|-&lt;br /&gt;
|25 || Journeyman || 6500 || 75 || 37&lt;br /&gt;
|-&lt;br /&gt;
|26 || Journeyman || 6750 || 76 || 38&lt;br /&gt;
|-&lt;br /&gt;
|27 || Journeyman || 7000 || 77 || 38&lt;br /&gt;
|-&lt;br /&gt;
|28 || Journeyman || 7250 || 78 || 39&lt;br /&gt;
|-&lt;br /&gt;
|29 || Journeyman || 7500 || 79 || 39&lt;br /&gt;
|-&lt;br /&gt;
|30 || Artisan || 7750 || 80 || 40&lt;br /&gt;
|-&lt;br /&gt;
|31 || Artisan || 8000 || 81 || 40&lt;br /&gt;
|-&lt;br /&gt;
|32 || Artisan || 8250 || 82 || 41&lt;br /&gt;
|-&lt;br /&gt;
|33 || Artisan || 8500 || 83 || 41&lt;br /&gt;
|-&lt;br /&gt;
|34 || Artisan || 8750 || 84 || 42&lt;br /&gt;
|-&lt;br /&gt;
|35 || Artisan || 9000 || 85 || 42&lt;br /&gt;
|-&lt;br /&gt;
|36 || Artisan || 9250 || 86 || 43&lt;br /&gt;
|-&lt;br /&gt;
|37 || Artisan || 9500 || 87 || 43&lt;br /&gt;
|-&lt;br /&gt;
|38 || Artisan || 9750 || 88 || 44&lt;br /&gt;
|-&lt;br /&gt;
|39 || Artisan || 10000 || 89 || 44&lt;br /&gt;
|-&lt;br /&gt;
|40 || Expert || 10250 || 90 || 45&lt;br /&gt;
|-&lt;br /&gt;
|41 || Expert || 10500 || 91 || 45&lt;br /&gt;
|-&lt;br /&gt;
|42 || Expert || 10750 || 92 || 46&lt;br /&gt;
|-&lt;br /&gt;
|43 || Expert || 11000 || 93 || 46&lt;br /&gt;
|-&lt;br /&gt;
|44 || Expert || 11250 || 94 || 47&lt;br /&gt;
|-&lt;br /&gt;
|45 || Expert || 11500 || 95 || 47&lt;br /&gt;
|-&lt;br /&gt;
|46 || Expert || 11750 || 96 || 48&lt;br /&gt;
|-&lt;br /&gt;
|47 || Expert || 12000 || 97 || 48&lt;br /&gt;
|-&lt;br /&gt;
|48 || Expert || 12250 || 98 || 49&lt;br /&gt;
|-&lt;br /&gt;
|49 || Expert || 12500 || 99 || 49&lt;br /&gt;
|-&lt;br /&gt;
|50 || Master || - || 100 || 50&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Equipment]]&lt;br /&gt;
*[[Monster Lab]]&lt;br /&gt;
*[[Item World]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Equipment_Prefixes&amp;diff=34640</id>
		<title>Equipment Prefixes</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Equipment_Prefixes&amp;diff=34640"/>
		<updated>2015-11-10T06:58:13Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Quality */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Prefixes are special characteristics that can be found on all types of equipment. Some prefixes can only occur on certain types of equipment. &lt;br /&gt;
&lt;br /&gt;
==Quality==&lt;br /&gt;
Quality has an effect on the stats of the equipment, where higher quality equipment generally has higher stats (and lower [[interference]] and [[burden]]). Higher quality equipment [[Item World]]s have more difficult monsters and likewise reward more [[EXP]]. &lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!PXP At 0&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|Crude || 103-138 ||&lt;br /&gt;
*Never has a [[suffix]].&lt;br /&gt;
|-&lt;br /&gt;
|Fair || ~139-187 ||&lt;br /&gt;
|-&lt;br /&gt;
|Average || ~188-227 ||&lt;br /&gt;
*Never has a prefix.&lt;br /&gt;
|-&lt;br /&gt;
|Superior || ~228-282 ||&lt;br /&gt;
*Guaranteed a [[suffix]].&lt;br /&gt;
*Assigned the player&#039;s [[level]] as soon as it drops.&lt;br /&gt;
|-&lt;br /&gt;
|Exquisite || ~277-303 ||&lt;br /&gt;
|-&lt;br /&gt;
|Magnificent || ~304-348 ||&lt;br /&gt;
*Base drop chance = 0.0005%&lt;br /&gt;
|-&lt;br /&gt;
|Legendary || ~348-399 ||&lt;br /&gt;
*85-100% of maximum stats (varies on each stat).&lt;br /&gt;
*Guaranteed 2-3 [[Character_Stats#Primary_Attributes|attribute bonuses]] (depending on type).&lt;br /&gt;
*Base drop chance = 0.00025%&lt;br /&gt;
|-&lt;br /&gt;
|Peerless || ~371-399+ ||&lt;br /&gt;
*Guaranteed all stats maxed (125% of Superior&#039;s maximum).&lt;br /&gt;
**Essentially a Legendary with 100% on every stat.&lt;br /&gt;
*Guaranteed a prefix.&lt;br /&gt;
*Base drop chance = 0.0001%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
It should be noted that stats generate prefixes, not the other way around (with the exception of Peerless). The quality prefix is based on the average value of all the stats relative to their possible maximum. For a stat that ranges from 5-10, getting 5 is +1 quality while getting 10 is +6 quality. The sum of the quality scores is then divided by the maximum possible quality score to get a quality rating between 0 and 1.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?act=findpost&amp;amp;pid=1052349]&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One way to quickly approximate the quality of a particular equipment piece is to observe its &amp;lt;span title=&amp;quot;Potency EXP&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;PXP&amp;lt;/span&amp;gt; at level 0. Quality can then be approximated by:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Quality&#039;&#039;&#039; ≅ (PXP0 - 100) / 250&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Ethereal/Elemental&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;Weapons&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Weapon Prefixes==&lt;br /&gt;
&amp;lt;div id=&amp;quot;Ethereal Weapons&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Ethereal===&lt;br /&gt;
*Have no [[interference]] or [[burden]].&lt;br /&gt;
*Do [[Void]] damage, which is significantly better than crushing/slashing/piercing on most [[HentaiVerse_Bestiary|boss-class or higher monsters]].&lt;br /&gt;
*Gives Void Strike effect (same as Elemental Strike except the damage type is void)&lt;br /&gt;
**At level 10 [[potency]] such weapons gain a random Elemental Strike (in addition to the existing Void Strike)&lt;br /&gt;
*Still affects monsters having their physical defenses reduced (i.e. [[Penetrated Armor]]).&lt;br /&gt;
&amp;lt;div id=&amp;quot;Elemental Weapons&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Elemental===&lt;br /&gt;
*Functions the same as weapons affected by [[infusions]] through [[The Forge]]&lt;br /&gt;
**Gives Elemental Damage Bonus for one of the six [[damage types|magic elements]]&lt;br /&gt;
**Gives the weapon an [[Elemental Strike]] effect (additional damage in that element)&lt;br /&gt;
***At level 10 [[potency]] such weapons&#039; damage type changes to [[Void]] and gains Void Strike in addition to the existing Elemental Strike&lt;br /&gt;
**Using [[infusion]]s will give an additional Elemental Strike effect, unless the infusion is the same as the weapon&#039;s elemental type&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
![[Damage Type]]&lt;br /&gt;
|-&lt;br /&gt;
|Fiery || Fire&lt;br /&gt;
|-&lt;br /&gt;
|Arctic || Cold&lt;br /&gt;
|-&lt;br /&gt;
|Shocking || Elec&lt;br /&gt;
|-&lt;br /&gt;
|Tempestuous || Wind&lt;br /&gt;
|-&lt;br /&gt;
|Hallowed || Holy&lt;br /&gt;
|-&lt;br /&gt;
|Demonic || Dark&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Armor Prefixes==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Armor&lt;br /&gt;
!Variants&lt;br /&gt;
!Increases&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|Cloth || Charged || Casting Speed&lt;br /&gt;
|-&lt;br /&gt;
|Frugal || Mana Conservation&lt;br /&gt;
|-&lt;br /&gt;
|Radiant || Magic Damage (Phase only)&lt;br /&gt;
|-&lt;br /&gt;
|Mystic || Spell Critical Damage [Multiplier?] (Phase only)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|Light || Agile || Attack Speed&lt;br /&gt;
|-&lt;br /&gt;
|Reinforced || Crushing/Slashing/Piercing Mitigation (Leather only)&lt;br /&gt;
|-&lt;br /&gt;
|Savage || Attack Critical Damage Multiplier (Shade only)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|Heavy || Shielding || Block (Plate only)&lt;br /&gt;
|-&lt;br /&gt;
|Mithril || -20% [[Burden]] (applies on equip roll)&lt;br /&gt;
|-&lt;br /&gt;
|Savage || Attack Critical Damage Multiplier (Power only)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|Shield || Agile || Attack Speed (Buckler and Kite Shields only)&lt;br /&gt;
|-&lt;br /&gt;
|Reinforced || Crushing/Slashing/Piercing Mitigation (Buckler and Kite Shields only)&lt;br /&gt;
|-&lt;br /&gt;
|Mithril || -20% [[Burden]] (applies on equip roll)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot; width=&amp;quot;100px&amp;quot;|&#039;&#039;All&#039;&#039;&lt;br /&gt;
|Ruby || Fire Resistance&lt;br /&gt;
|-&lt;br /&gt;
|Cobalt || Cold Resistance&lt;br /&gt;
|-&lt;br /&gt;
|Amber || Elec Resistance&lt;br /&gt;
|-&lt;br /&gt;
|Jade || Wind Resistance&lt;br /&gt;
|-&lt;br /&gt;
|Zircon || Holy Resistance&lt;br /&gt;
|-&lt;br /&gt;
|Onyx || Dark Resistance&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Chances==&lt;br /&gt;
Equipment with the quality grade of &amp;quot;Superior&amp;quot; or higher have a chance to drop with a prefix.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Quality&lt;br /&gt;
!Chance&lt;br /&gt;
|-&lt;br /&gt;
|Superior || 10%&lt;br /&gt;
|-&lt;br /&gt;
|Exquisite || 25%&lt;br /&gt;
|-&lt;br /&gt;
|Magnificent || 50%&lt;br /&gt;
|-&lt;br /&gt;
|Legendary || 100%&lt;br /&gt;
|-&lt;br /&gt;
|Peerless || 100%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If a prefix roll is successful:&lt;br /&gt;
*Weapons have a 30% for Ethereal and 10% for each type of elemental prefix.&lt;br /&gt;
*Armor has an equal chance for all applicable prefixes.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Equipment]]&lt;br /&gt;
*[[Equipment Suffixes]]&lt;br /&gt;
*[[Item World]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=HentaiVerse_Settings&amp;diff=34625</id>
		<title>HentaiVerse Settings</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=HentaiVerse_Settings&amp;diff=34625"/>
		<updated>2015-11-08T18:20:39Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Font Engine */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is at the bottom the [[Character Menu]] in the [[HentaiVerse]]. Here a player can change various settings that affect the game. &#039;&#039;&#039;Before any changes go into effect the player must hit the &amp;quot;Apply Changes&amp;quot; button on the bottom of the page.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Challenge Level==&lt;br /&gt;
This setting changes the difficulty in [[battle]] which affects the following:&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Challenge&lt;br /&gt;
!colspan=&amp;quot;7&amp;quot;|Modifiers&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Notes&lt;br /&gt;
|-&lt;br /&gt;
![[EXP]]&lt;br /&gt;
![[Credits]]&lt;br /&gt;
!Monster HP&lt;br /&gt;
!width=55px|[[Item_World#Item_Potency|Potency EXP]]&lt;br /&gt;
!Monster Damage &amp;amp; [[Crystals]]&lt;br /&gt;
!Quality [[Loot_Drop_Rolls|Roll Bonus]]&lt;br /&gt;
![[Monster_Lab#Monster_PL_vs._Player_Level|Power Level Ceiling]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span title=&amp;quot;Balanced Fun&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Normal&amp;lt;/span&amp;gt; || x1 || x1 || x1 || x2 || x1 || x1 || 0 || &lt;br /&gt;
*Up to 75% reduced [[Loot Drop Rolls#Limits|Loot Drop frequency]] penalty for excessive play&lt;br /&gt;
*Voidseeker, Aether, and Amnesia [[shard]]s do not drop&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span title=&amp;quot;Somewhat Tricky&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Hard&amp;lt;/span&amp;gt; || x2 || x1.25 || x1.4 || x2.8 || x1.2 || x1.5 || +5? || &lt;br /&gt;
Up to 50% reduced [[Loot Drop Rolls#Limits|Loot Drop frequency]] penalty for excessive play&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span title=&amp;quot;Pretty Tough&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Nightmare&amp;lt;/span&amp;gt; || x4 || x1.5 || x2 || x4 || x1.4 || x2 || +20? || &lt;br /&gt;
Up to 25% reduced [[Loot Drop Rolls#Limits|Loot Drop frequency]] penalty for excessive play&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span title=&amp;quot;Even Tougher&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Hell&amp;lt;/span&amp;gt; || x6 || x1.75 || x2.8 || x6 ||x1.6 || x2.5 || +30? || &lt;br /&gt;
Random [[equipment]] drops can now be Legendary/Peerless [[quality]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span title=&amp;quot;Old School&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Nintendo&amp;lt;/span&amp;gt; || x10 || x2.2? || x5? || x10 ||x1.8? || x3? || +60? || &lt;br /&gt;
Random [[equipment]] drops will be at minimum Average [[quality]] &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span title=&amp;quot;I Wanna Be The Hentai&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;IWBTH &amp;lt;/span&amp;gt; || x15 || x3 || x7.8 || x16 || x2.5 || x5 || +100? || &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span title=&amp;quot;Smiles; Pink Fluffy Unicorns Dancing On Rainbows&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;PFUDOR&amp;lt;/span&amp;gt; || x20 || x3? || x7.8 || x16 || x3 || x6? || +125? &lt;br /&gt;
|&lt;br /&gt;
Monsters have:&lt;br /&gt;
*+25% [[Action Speed]] bonus&lt;br /&gt;
*+50% mana/spirit regen&lt;br /&gt;
*+10% [[Damage#Monsters|resist/parry]]&lt;br /&gt;
*A higher chance to use skills/magic attacks&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Display Title==&lt;br /&gt;
Applies any [[Ranks|title]] that has been unlocked which will be displayed both in game and on the [[E-Hentai Forums]]. See the article for each title&#039;s effect.&lt;br /&gt;
&lt;br /&gt;
==Font Engine==&lt;br /&gt;
Changes the font used for the in-game text. Many [http://ehwiki.org/wiki/HentaiVerse_Scripts_%26_Tools scripts] require using a custom font (such as Arial) and will not function if the default HV font is used.&lt;br /&gt;
&lt;br /&gt;
==Quickbar Slots==&lt;br /&gt;
Commonly used [[spells]] can be placed in the shortcut bar for easier access during [[battles]]. These are linked to the current [[Character_Menu#Equipment|equipment set]].&lt;br /&gt;
&lt;br /&gt;
==Auto-cast Slots==&lt;br /&gt;
Allows players to set certain [[Spells#Supportive_Magic| supportive spells]] to be automatically cast at the beginning of [[Battles|battles]].&lt;br /&gt;
*Slots are unlocked by purchasing the Innate Arcana [[Hath Perks]].&lt;br /&gt;
*The spells that can be assigned are: &#039;&#039;&#039;Haste, Shadow Veil, Protection, Spark of Life, Spirit Shield&#039;&#039;&#039;.&lt;br /&gt;
*Supportive [[Proficiency]] has a chance to be raised with each turn that an auto-cast spell is active. However, auto-cast spells cannot proc [[Fighting_Styles#Any|Channeling]].&lt;br /&gt;
**The chance only occurs once per turn and is determined by upkeep cost.&lt;br /&gt;
*If a player chooses to manually cast an auto-casted spell, or use a [[Items#Scrolls|scroll]], the spell will be cast normally and the MP upkeep will be suspended. Once the duration of the spell runs out the auto-cast version will be recast at the end of the player&#039;s turn, before monster actions.&lt;br /&gt;
&lt;br /&gt;
===Costs===&lt;br /&gt;
Auto-casted [[spell]]s deduct MP every battle round as upkeep.&lt;br /&gt;
*The base cost for each spell&#039;s per turn upkeep is determined by the spell&#039;s normal casting cost, its duration, and the action&#039;s speed of the player&#039;s last turn as follows:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Upkeep&#039;&#039;&#039; = casting_MP_cost * Speed of action taken in the last turn / duration&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Each rank of IA grants a 10% discount off of the upkeep, including the first rank.&lt;br /&gt;
*Supportive [[Proficiency]] helps reduce upkeep since it increases spell duration.&lt;br /&gt;
*These spells will dissipate if the player drops below 10% total MP and are recast once the player reaches at least 25%.&lt;br /&gt;
**When the player is between 10-24% MP the following will not be recast:&lt;br /&gt;
***Spark of Life after it has been triggered.&lt;br /&gt;
***Any spells (when entering a new [[battle]] series).&lt;br /&gt;
***Any spell which was manually cast.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Battles]]&lt;br /&gt;
*[[Character Menu]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;br /&gt;
[[Category:HentaiVerse]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Renaming&amp;diff=34584</id>
		<title>Renaming</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Renaming&amp;diff=34584"/>
		<updated>2015-11-01T22:01:02Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Special Indicators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Renaming Petition.png|thumb|An example of a gallery renaming petition that has successfully changed the name of a gallery.]]&lt;br /&gt;
&lt;br /&gt;
Renaming allows users besides the gallery&#039;s uploader to change the name of [[E-Hentai_User_Gallery_System|a user uploaded gallery]]. Both the Romanized (&#039;&#039;&#039;R&#039;&#039;&#039;) and Japanese (&#039;&#039;&#039;J&#039;&#039;&#039;) fields can be changed. Typically this makes the gallery easier to identify or find via searches.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
*Renaming typically occurs once a petition option reaches 100% [[power]]. Votes can exceed 100%.&lt;br /&gt;
**If multiple options exist past 100% the one with the highest percentage will take priority.&lt;br /&gt;
**Votes on a single option are capped at 200%. This cap is raised by if an option over 100% exists but maintains a 100% ceiling from there. e.g. A petition with a 150% option allows for other options to go up to 249%.&lt;br /&gt;
*Users may withdraw or change their vote at any time. Selecting &amp;quot;◯ Blank Vote&amp;quot; will withdraw a vote on that field. Withdrawing votes will cause a gallery to revert to its original name or to the highest option that exceeds 99%.&lt;br /&gt;
*Options left incomplete for more than 7 days are automatically purged.&lt;br /&gt;
*Options with no votes are automatically removed.&lt;br /&gt;
*Ideally a gallery that has not changed should only require &#039;&#039;&#039;1&#039;&#039;&#039; renaming at most.&lt;br /&gt;
&lt;br /&gt;
==Naming Style==&lt;br /&gt;
The basic styles are as follows: &lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!width=85px|Type&lt;br /&gt;
!Style&lt;br /&gt;
!Example&lt;br /&gt;
|-&lt;br /&gt;
|[[Doujinshi]]&lt;br /&gt;
|(Convention Name) [Circle Names (Artist Names)] Title (Parody Names) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = (C71) [Gambler Club (Kousaka Jun)] Mahora Gakuen TyuuToubo 3-A (Mahou Sensei Negima!) [English] [SaHa] [Decensored]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = (C71) [ギャンブラー倶楽部 (香坂純)] MAHORAGAKUEN TYÛTÔBO 3-A (魔法先生ネギま！) [英訳] [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|[[Manga]] Magazine&lt;br /&gt;
|Title &#039;&#039;YYYY-MM&#039;&#039; Vol. &#039;&#039;#&#039;&#039; [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = COMIC XO 2009-07 Vol. 38&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = COMIC XO 2009年7月号 Vol.38&lt;br /&gt;
|-&lt;br /&gt;
|Stand-alone [[Anthology]]&lt;br /&gt;
|[Anthology] Title (Parody Names) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Anthology] Ero Shota 02 - Milk Boys&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [アンソロジー] えろ☆しょた 02 みるくボーイズ&lt;br /&gt;
|-&lt;br /&gt;
|[[Manga]] [[Tankoubon]]&lt;br /&gt;
|[Artist Names] Title [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Fuuga] Setsunai Omoi [Decensored]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [楓牙] せつない想い [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|Single Chapter [[Manga]] Story&lt;br /&gt;
|[Artist Names] Title (Magazine or Tankoubon source) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Kurokoshi You] Ryousai Kenimouto | น้องสาวที่คลั่งพี่ชาย (COMIC Megastore 2010-02) [Thai ภาษาไทย] [HypNos]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [黒越陽] 良妻兼妹 (コミックメガストア 2010年2月号) [タイ翻訳]&lt;br /&gt;
|-&lt;br /&gt;
|Multi-chapter [[Manga]] Story&lt;br /&gt;
|[Artist Names] Title Ch. &#039;&#039;#&#039;&#039;-&#039;&#039;#&#039;&#039; [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Ooshima Ryou] Torikae Apuri Ch. 1-7 [Korean] [Team EDGE]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [大嶋亮] とりかえアプリ 第1-7話 [韓国翻訳]&lt;br /&gt;
|-&lt;br /&gt;
|[[Western]]/[[3D]]&lt;br /&gt;
|[Artist Names] Title (Parody) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Freako, Rainbow-Flyer] Come On, Cum-Busken! (Pokemon) [Ongoing]&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;&#039;&#039;J&#039;&#039;&#039; field is N/A&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|[[Rewrite]]&lt;br /&gt;
|Rewritten Title [Language] [Rewrite] [Rewriters]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = Paзвpaтнaя Cecтpa [Russian] [Rewrite] [009]&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;&#039;&#039;J&#039;&#039;&#039; field is N/A&#039;&#039;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Anatomy of A Gallery Name==&lt;br /&gt;
;Convention Name&lt;br /&gt;
:The [[convention]] where the work was sold. Use shorthand whenever possible ([[#Formatting|see below]]). Never applies to [Digital] releases.&lt;br /&gt;
;Circle Name(s)&lt;br /&gt;
:The group names under which the artist(s) work. Never to be used on works where a circle is not credited. Artists can work under multiple circles or can change at any time; therefore users should never assume the circle name based on the artist name (and vice-versa).&lt;br /&gt;
;Artist Name(s)&lt;br /&gt;
:Writer names are also accepted for more [[novel]]-like works but they should never be [[tagged]].&lt;br /&gt;
;Title(s)&lt;br /&gt;
:May include its translated name after a [https://en.wikipedia.org/wiki/Vertical_bar vertical bar] if the work is translated (e.g. &#039;&#039;Nurse wo Kanojo ni Suru Houhou | How to Go Steady with a Nurse&#039;&#039;). Sub-titles should be separated with a hyphen.&lt;br /&gt;
;Chapter / Volume&lt;br /&gt;
:Always abbreviated. Includes a space in the &#039;&#039;&#039;R&#039;&#039;&#039; field (e.g. &#039;&#039;Vol. 8&#039;&#039; / &#039;&#039;第8巻&#039;&#039;). Allows for ranges for chapters (e.g. &#039;&#039;Ch. 1-5&#039;&#039; / &#039;&#039;第1-5話&#039;&#039;).&lt;br /&gt;
;Magazine or Tankoubon Source&lt;br /&gt;
:The publication source of the scan. For magazines use title and date only. If a magazine title combines English and Japanese (e.g. &#039;&#039;COMIC 真激&#039;&#039;) add a space between the English and Japanese portions of the title.&lt;br /&gt;
;Parody Name(s)&lt;br /&gt;
:Names of the series being parodied. Most common in [[Doujinshi]] galleries. For the &#039;&#039;&#039;R&#039;&#039;&#039; field they are preferred how they are in romaji followed by how they are [[tag|tagged]] (e.g. &#039;&#039;Ah! Megami-sama&#039;&#039; is preferred over &#039;&#039;Ah! My Goddess&#039;&#039;)&lt;br /&gt;
;[[:Category:Language_Tag|Language]]&lt;br /&gt;
:Must be the language&#039;s equivalent name in English (e.g. &#039;&#039;[Spanish]&#039;&#039;, &#039;&#039;[German]&#039;&#039;). [[Thai]] and [[Vietnamese]] must include their in-language equivalents (&#039;&#039;[Thai ภาษาไทย]&#039;&#039; and &#039;&#039;[Vietnamese Tiếng Việt]&#039;&#039;).&lt;br /&gt;
;Translator(s)&lt;br /&gt;
:While square brackets are preferred {curly braces} and 【sumistuki】 are also acceptable. They are preferred how the translator writes them (such as on their archive files). Only for use in the &#039;&#039;&#039;R&#039;&#039;&#039; field.&lt;br /&gt;
;[[#Special_Indicators|Special Indicator(s)]]&lt;br /&gt;
:Decensored, Colorized, Incomplete, Digital, Sample, Textless, etc.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
*Only known and applicable information should be used. Any unconfirmed information should be left out. New rename petitions can be made to amend any missing information.&lt;br /&gt;
*The primary focus of renaming is adding or correcting major data (e.g. serious spelling mistakes, wrong convention). It is recommended NOT to rename galleries simply to correct minor mistakes in their formatting (e.g. wrong brackets used, improper casing).&lt;br /&gt;
*Multiple entries in any portion must be separated with commas. Translators may also use spaced plus signs.&lt;br /&gt;
*Use [https://en.wikipedia.org/wiki/Letter_case#Headings_and_publication_titles Title Casing] unless otherwise indicated by the work.&lt;br /&gt;
*In all cases where the colophon and the cover have conflicting information the colophon wins.&lt;br /&gt;
**Additional information from the cover (such as subtitles, possibly English) is to be included in the &#039;&#039;&#039;R&#039;&#039;&#039; field but should only be added to the &#039;&#039;&#039;J&#039;&#039;&#039; field if it is in the colophon as well.&lt;br /&gt;
*If the creator/parody names exceed 3 in number it is preferred to state &amp;quot;Various&amp;quot; / &amp;quot;よろず&amp;quot; instead.&lt;br /&gt;
*Creator names should be written as credited on the work; this is especially the case when a creator&#039;s tag is aliased.&lt;br /&gt;
*Languages should only be indicated for translated/rewritten works or wherever such languages would not be expected; e.g. [Japanese] is not needed because it is the default language for most works.&lt;br /&gt;
*Any chapter collection should include the chapter numbers, except complete ones.&lt;br /&gt;
*Leading zeros are only included if they appear explicitly; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Ch. 7&amp;lt;/span&amp;gt;&amp;quot; not &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ch. 07&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;COMIC1☆3&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;COMIC1☆03&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*If the translation is released by a group (e.g. Doujin-moe) the group&#039;s name takes precedence over that of the translator. Translators who are anonymous or sources that are not official groups (e.g. /a/) should not be credited.&lt;br /&gt;
*A translation of a [[rewrite]] is still a [[rewrite]] and thus follows that format.&lt;br /&gt;
&lt;br /&gt;
===J Field Only===&lt;br /&gt;
*For lists in the &#039;&#039;&#039;J&#039;&#039;&#039; field ideographic commas (、) are preferred over batsus (×) and ampersands (&amp;amp;). Ordinary commas are also acceptable; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;大熊狸喜、かん奈&amp;lt;/span&amp;gt;&amp;quot; over &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;大熊狸喜×かん奈&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Symbols such as &amp;quot;☆&amp;quot; are mandatory for the &#039;&#039;&#039;J&#039;&#039;&#039; field but are optional for the &#039;&#039;&#039;R&#039;&#039;&#039; field.&lt;br /&gt;
*All caps titles are mandatory for the &#039;&#039;&#039;J&#039;&#039;&#039; but are optional for the &#039;&#039;&#039;R&#039;&#039;&#039; field.&lt;br /&gt;
*Chinese and Korean original works (not translations) use the &#039;&#039;&#039;J&#039;&#039;&#039; field as though it was applicable to them instead of Japanese. Names in these fields must end with &amp;quot;[中国語]&amp;quot; or &amp;quot;[韓国語]&amp;quot; (Chinese and Korean respectively). Their non-romanized titles must be included in the &#039;&#039;&#039;R&#039;&#039;&#039; field as well (post-vertical line if a romanized title exists).&lt;br /&gt;
&lt;br /&gt;
===Transliteration===&lt;br /&gt;
*Always use [https://en.wikipedia.org/wiki/Hepburn_romanization Hepburn romanization].&lt;br /&gt;
**を as a particle is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;o&amp;lt;/span&amp;gt;&amp;quot;, not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;wo&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
**本 is &amp;quot;Hon&amp;quot; unless it follows a noun/pronoun which then makes it &amp;quot;Bon&amp;quot;.&lt;br /&gt;
*If the romaji is obviously spelling out an English word then use the correct English word instead of the romaji version of it; e.g. &amp;quot;シスター&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Sister&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Shisutaa&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;ラブ&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Love&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rabu&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;メイド&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Maid&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Meido&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
**Shortened or clipped English stays as is.&lt;br /&gt;
*Kanji representing numbers should be romanized as words, not as numbers; e.g. &amp;quot;九&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Kyuu&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;9&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Use hyphens to separate names/pronouns from honorifics; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Onii-chan&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Oniichan&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Marus (○) or other censors are to be corrected in the &#039;&#039;&#039;R&#039;&#039;&#039; field if the information being censored is known.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Do Not&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Do &#039;&#039;&#039;NOT&#039;&#039;&#039;==&lt;br /&gt;
*Use whitespace characters to blank out a field. This is not the same as a blank name and [[To_Be_Added#E-Hentai_Galleries|the petition system does not support blanking fields at the time of writing]].&lt;br /&gt;
**If a gallery needs a reversion to a blank state, all ongoing petitions should be withdrawn and the gallery uploader should change the name fields accordingly.&lt;br /&gt;
*Use &amp;quot;同人誌&amp;quot;, &amp;quot;同人CG集&amp;quot;, &amp;quot;同人ソフトCG&amp;quot;, &amp;quot;同人ゲームCG&amp;quot;, &amp;quot;アダルトコミック&amp;quot;, &amp;quot;フルカラーコミック&amp;quot;, &amp;quot;エロ&amp;quot;, &amp;quot;コスプレ&amp;quot;, &amp;quot;成年コミック&amp;quot;, &amp;quot;非エロ&amp;quot;, or &amp;quot;総集編&amp;quot;; these are all redundant / irrelevant.&lt;br /&gt;
*Use &amp;quot;Complete&amp;quot;, &amp;quot;End&amp;quot;, &amp;quot;Finished&amp;quot;, or any other variants to indicate the end of a series or a work&#039;s completeness.&lt;br /&gt;
*Use &amp;quot;Original&amp;quot; or &amp;quot;オリジナル&amp;quot; as a parody. This is already assumed for any gallery without a parody indicator.&lt;br /&gt;
*Use &amp;quot;Raw&amp;quot; as a language. This is already assumed for any gallery without a language indicator.&lt;br /&gt;
*Use publisher or website names. Some exceptions apply (typically when no other creator names can be associated with the work).&lt;br /&gt;
*Put the date in any brackets if it&#039;s part of the name; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Comic Megastore 2011-10&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Comic Megastore [2011-10]&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Rename a gallery to describe the its contents (rare exceptions exist if the existing title is pejorative or very misleading).&lt;br /&gt;
*Include a translated title in the &#039;&#039;&#039;R&#039;&#039;&#039; field if the gallery is not in that language unless the translator/uploader has used a title from a third language.&lt;br /&gt;
*Indicate the quality of the work in any fashion; e.g. &amp;quot;Version 2&amp;quot;, &amp;quot;Hi-Res&amp;quot;, &amp;quot;High Quality&amp;quot;, &amp;quot;300 DPI&amp;quot;, etc.&lt;br /&gt;
*Use alternative alphabetic characters (such as full-width) in the &#039;&#039;&#039;R&#039;&#039;&#039; field; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Nudism Zone&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ｎｕｄｉｓｍ Ｚｏｎｅ&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Use the [Digital] indicator for CG sets or &#039;&#039;&#039;any&#039;&#039;&#039; work that has no paper version.&lt;br /&gt;
*Use the [Colorized] indicator for works that were not colored by a 3rd party.&lt;br /&gt;
*Rename [[expunged]] galleries (unless they are due for de-expunging or administrative purposes).&lt;br /&gt;
&lt;br /&gt;
==Formatting==&lt;br /&gt;
===Special Indicators===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Romanized&lt;br /&gt;
!Japanese&lt;br /&gt;
|-&lt;br /&gt;
|[Colorized] || [カラー化]&lt;br /&gt;
|-&lt;br /&gt;
|[Decensored] || [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|[Digital] || [DL版]&lt;br /&gt;
|-&lt;br /&gt;
|[Incomplete] || [ページ欠落]&lt;br /&gt;
|-&lt;br /&gt;
|[Ongoing] || [進行中]&lt;br /&gt;
|-&lt;br /&gt;
|[Sample] || [見本]&lt;br /&gt;
|-&lt;br /&gt;
|[Textless] || [無字]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Conventions&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;conventions&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;convention&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Convention&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Conventions===&lt;br /&gt;
Note that the numbers used are largely just for example.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Full Name&lt;br /&gt;
!Romanized&lt;br /&gt;
!Japanese&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot;|&#039;&#039;&#039;Conventions&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|ABnormal Carnival 3 || (ABC 3) || (アブノーマル・カーニバル3)&lt;br /&gt;
|-&lt;br /&gt;
|Air Reitaisai 8 || (Air Reitaisai 8) || (エア例大祭8)&lt;br /&gt;
|-&lt;br /&gt;
|Akatsuki no Utage 3 || (Akatsuki no Utage 3) || (紅月ノ宴3)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Characters! 2 || (ComiChara 2) || (コミキャラ2nd)&lt;br /&gt;
|-&lt;br /&gt;
|Comic City &#039;&#039;CityName&#039;&#039;&lt;br /&gt;
&amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt;: Comic City Osaka 66&lt;br /&gt;
| (CC&#039;&#039;CityNameInEnglish##&#039;&#039;) &amp;lt;br&amp;gt; (CCOsaka66)&lt;br /&gt;
| (CC&#039;&#039;CityNameInJapanese##&#039;&#039;) &amp;lt;br&amp;gt; (CC大阪66)&lt;br /&gt;
|-&lt;br /&gt;
|Comic City Spark 20 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (SPARK20)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Communication 13 || (ComiComi13) || (コミコミ13)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Market 53 / Comiket 53 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (C53)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Market Special 5 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (CSP5)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Revolution 37 || (CR37) || (Cレヴォ37)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Treasure 14 || (CT14) || (こみトレ14)&lt;br /&gt;
|-&lt;br /&gt;
|The 1st COMIC1 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (COMIC1)&lt;br /&gt;
|-&lt;br /&gt;
|The 2nd COMIC1 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (COMIC1☆2)&lt;br /&gt;
|-&lt;br /&gt;
|COMITIA 91 || (&amp;lt;span title=&amp;quot;Those with a space are acceptable&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;COMITIA91&amp;lt;/span&amp;gt;) || (コミティア91)&lt;br /&gt;
|-&lt;br /&gt;
|Costume Cafe 19 || (CosCafe19) || (コスカ19号店)&lt;br /&gt;
|-&lt;br /&gt;
|Fancy Frontier 18 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (FF18)&lt;br /&gt;
|-&lt;br /&gt;
|Fetishism IV || (Fetishism 4) || (フェティシズムIV)&lt;br /&gt;
|-&lt;br /&gt;
|Fur-st 3 || (Fur-st 3) || (ふぁーすと3)&lt;br /&gt;
|-&lt;br /&gt;
|Futaket 5 || (Futaket 5) || (ふたけっと5)&lt;br /&gt;
|-&lt;br /&gt;
|Hakurei Jinja Reitaisai 5 || (Reitaisai 5) || (例大祭5)&lt;br /&gt;
|-&lt;br /&gt;
|Haru Comic City 17 || (HaruCC17) || (HARUCC17)&lt;br /&gt;
|-&lt;br /&gt;
|Kemoket 2 || (Kemoket 2) || (けもケット2)&lt;br /&gt;
|-&lt;br /&gt;
|King of Colors 2 || (King of Colors II) || (KOCII)&lt;br /&gt;
|-&lt;br /&gt;
|Koi no Mahou wa Marisa ni Omakase! 4 || (KoiMari4) || (こいまり4)&lt;br /&gt;
|-&lt;br /&gt;
|Koharu Komichi 4 || (Koharu Komichi 4) || (小春小径4)&lt;br /&gt;
|-&lt;br /&gt;
|Kyonyuukko 5 || (Kyonyuukko 5) || (巨乳っ娘5)&lt;br /&gt;
|-&lt;br /&gt;
|Lyrical Magical 3 || (Lyrical Magical 3) || (リリカルマジカル3)&lt;br /&gt;
|-&lt;br /&gt;
|Makimasuka? Makimasenka? 3 || (MakiMaki 3) || (まきまき3)&lt;br /&gt;
|-&lt;br /&gt;
|Men&#039;s Comic 45 || (MenComi45) || (メンコミ45)&lt;br /&gt;
|-&lt;br /&gt;
|Mimiket 24 || (Mimiket 24) || (みみけっと24)&lt;br /&gt;
|-&lt;br /&gt;
|Mofuket 2 || (Mofuket 2) || (もふけっと2)&lt;br /&gt;
|-&lt;br /&gt;
|Mou Nanimo Kowakunai 2 || (Mou Nanimo Kowakunai 2) || (もう何も恐くない2)&lt;br /&gt;
|-&lt;br /&gt;
|Puniket 22 || (Puniket 22) || (ぷにケット22)&lt;br /&gt;
|-&lt;br /&gt;
|Rainbow Flavor &#039;&#039;CityName&#039;&#039; || (RF&#039;&#039;CityName&#039;&#039;) || (レイフレ&#039;&#039;CITYNAME&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|Reisensai 2 || (Reisensai 2) || (鈴仙祭2)&lt;br /&gt;
|-&lt;br /&gt;
|Shota Scratch 11 || (Shota Scratch 11) || (ショタスクラッチ11)&lt;br /&gt;
|-&lt;br /&gt;
|Shotaket 11 || (Shotaket 11) ||  (ショタケット11)&lt;br /&gt;
|-&lt;br /&gt;
|Sunshine Creation 40 || (SC40) || (サンクリ40)&lt;br /&gt;
|-&lt;br /&gt;
|Super Comic City 17 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (SUPER17)&lt;br /&gt;
|-&lt;br /&gt;
|Super Comic City Kansai 21 || (SUPERKansai21) || (SUPER関西21)&lt;br /&gt;
|-&lt;br /&gt;
|Super Heroine Time 2012 Aki || (SHT2012 Aki) || (SHT2012秋)&lt;br /&gt;
|-&lt;br /&gt;
|Super Heroine Time 2012 Haru || (SHT2012 Haru) || (SHT2012春)&lt;br /&gt;
|-&lt;br /&gt;
|Tengu-sama no Oshigoto 4 || (Tengu-sama no Oshigoto 4) || (天狗様のお仕事4)&lt;br /&gt;
|-&lt;br /&gt;
|Tokimeki Party Sensation 5 || (TokiPa 5) || (ときパ5)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Fuhai Komachi 3 || (Komachi 3) || (東方不敗小町3)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Kouroumu 2 || (Kouroumu 2) || (紅楼夢2)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Ruuchakai 4 || (Ruuchakai 4) || (螺茶会4)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Yarinsai Daisanmaku 3 || (Yarinsai 3) || (東方椰麟祭3)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Renaming galleries (as well as [[expunging]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive 5 points for being the first to petition and 1 point for voting on an existing petition. Points are only awarded on the day that the petition is successful and will not be rewarded if the petition does not pass.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Note that repeated poor use of rename petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=21476 The Rename/Reclass thread] - Post any galleries that need renaming here after putting forward a petition or seeing an appropriate one that needs additional votes. Users should indicate which option they recommend if there are multiple options on the petition.&lt;br /&gt;
*[http://g.e-hentai.org/tools.php?act=track_rename Rename Tracker]&lt;br /&gt;
*[[Expunging]]&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
&lt;br /&gt;
{{EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Item_World&amp;diff=34491</id>
		<title>Item World</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Item_World&amp;diff=34491"/>
		<updated>2015-10-19T21:40:27Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Item Potency */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Item World (IW) is one of the [[battle modes]] in the [[HentaiVerse]] mini-game. Item World allows users to do battle inside any piece of [[equipment]] not equipped to their current equipment set in order to increase its latent potential.&lt;br /&gt;
&lt;br /&gt;
==Rounds==&lt;br /&gt;
An Item World has rounds based on the equipment&#039;s [[quality]]. It can be approximated by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Number of Item World Rounds&#039;&#039;&#039; = 75 * (equip_quality)^3&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There is a lower cap of 10 rounds and upper cap of 100 rounds. Monsters start at 100% base damage and increase by 2%? per round. The number of monsters present in each round is random but tends to rise as the round counter increases.&lt;br /&gt;
&lt;br /&gt;
==Item Potency==&lt;br /&gt;
Clearing an Item World or [[The_Forge#Upgrading|Upgrading]] a piece of equipment earns the item PXP (Potency Experience) towards increasing the potency of the [[equipment]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;PXP gain&#039;&#039;&#039; = roundup(Item round count * [[difficulty|PXP modifier]] * [[soulfusion]] modifier)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
![[Difficulty]]&lt;br /&gt;
!PXP Multiplier&lt;br /&gt;
|- style=&amp;quot;border-top: 2px solid #AAAAAA;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Normal || x2.0&lt;br /&gt;
|-&lt;br /&gt;
|Hard || x2.8&lt;br /&gt;
|-&lt;br /&gt;
|Nighmare || x4.0&lt;br /&gt;
|-&lt;br /&gt;
|Hell || x6.0&lt;br /&gt;
|-&lt;br /&gt;
|Nintendo || x10.0&lt;br /&gt;
|-&lt;br /&gt;
|IWBTH || x16.0&lt;br /&gt;
|-&lt;br /&gt;
|PFUDOR || x16.0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Fleeing]] or being defeated in an IW does not grant any PXP; only clearing all rounds grants PXP for the item.&#039;&#039;&#039; Players cannot gain any PXP if they are at &amp;quot;exhausted&amp;quot; [[stamina]].&lt;br /&gt;
&lt;br /&gt;
All equipment starts at Potency Level 0, and can be leveled up to Level 10, unlocking a total of ten potencies. The amount of PXP required for the next level is displayed next to the equipment potency&#039;s level and increases as the item gains in potency levels. Potency unlocks add stats to the equipment - with the exception of &#039;of focus&#039; weapons which cannot gain Economizer, and armor with a mitigation prefix, which cannot gain IW mitigation for that element. Additional levels of potency are more likely to level up existing ones rather than give new ones (50% chance when you have one, 75% when you have two). These additional stats &#039;&#039;&#039;cannot&#039;&#039;&#039; be further upgraded in the [[forge]].&lt;br /&gt;
&lt;br /&gt;
Except for the Level 10 weapon unlock, there are five levels to each potency, and it is possible to get up to three different potencies.&lt;br /&gt;
&lt;br /&gt;
Item Potency can be reset by [[The_Forge#Reforging|reforging]] in the [[forge]]. This requires [[The_Forge#Shards|Amnesia Shards]] equal to the equipment&#039;s Item Potency level. Players can only keep all the existing potencies or forfeit all of them.&lt;br /&gt;
&lt;br /&gt;
When an equipment piece has reached max level, it no longer shows up in the Item World.&lt;br /&gt;
&lt;br /&gt;
===Formula for &amp;lt;span title=&amp;quot;Potency Experience&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;PXP&amp;lt;/span&amp;gt;===&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;PXP(x) = PXP(1) * (1 + PXP(1)/1000)^(x-1)&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note that PXP(x) is the amount of PXP required to advance from level (x-1) to level x.&lt;br /&gt;
&lt;br /&gt;
The amount of PXP required to advance from level 0 to level n is as follows:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;Total PXP needed = 1000*((1+PXP(1)/1000)^n - 1)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Potencies===&lt;br /&gt;
All potencies give roughly 2% bonus per potency level (then scaled according to player&#039;s [[level]]) except for mitigation potencies which give 4 base points. Economizer gives 5% mana conservation per level.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Class&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Name&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Addition&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|[[Weapon]]&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|[[Shield]]&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|[[Armor]]&lt;br /&gt;
|-&lt;br /&gt;
!Melee !! Staff&lt;br /&gt;
|- style=&amp;quot;border-top: 2px solid #AAAAAA;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;7&amp;quot; | Mitigation&lt;br /&gt;
|-&lt;br /&gt;
|Coldproof || Cold || || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Darkproof || Dark || || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Elecproof || Elec || || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Fireproof || Fire || || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Holyproof || Holy || || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Windproof || Wind || || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-style=&amp;quot;border-top: 2px solid #AAAAAA;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;12&amp;quot; | Special&lt;br /&gt;
|-&lt;br /&gt;
|Capacitor || Bonus MP || || || || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
|Juggernaut || Bonus HP || || || || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Butcher || Bonus Weapon Damage || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Fatality || Attack Crit Damage || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Overpower || Counter-Parry || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Swift Strike || Raises [[Action Speed|Attack Speed]] || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Annihilator || Spell Crit Damage || || &#039;&#039;&#039;X&#039;&#039;&#039; || ||&lt;br /&gt;
|-&lt;br /&gt;
|Archmage || Bonus Magic Damage || || &#039;&#039;&#039;X&#039;&#039;&#039; || ||&lt;br /&gt;
|-&lt;br /&gt;
|Economizer || Mana Conservation || || &#039;&#039;&#039;X&#039;&#039;&#039; || ||&lt;br /&gt;
|-&lt;br /&gt;
|Penetrator || Counter-Resist || || &#039;&#039;&#039;X&#039;&#039;&#039; || ||&lt;br /&gt;
|-&lt;br /&gt;
|Spellweaver || Cast Speed || || &#039;&#039;&#039;X&#039;&#039;&#039; || ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Level 10====&lt;br /&gt;
At level 10 an equipment piece ceases to gain PXP and may be renamed freely (max 50 characters).&lt;br /&gt;
&lt;br /&gt;
=====Weapon Level 10 Only=====&lt;br /&gt;
At level 10 a [[weapon]] will always get a special Potency based on what kind of weapon it is.&lt;br /&gt;
&lt;br /&gt;
Ethereal weapons will get a random &#039;&#039;&#039;[[Elemental Strike]]&#039;&#039;&#039; from the chart below.&lt;br /&gt;
*This does not turn a weapon into a true [[Equipment#Elemental_Weapons|Elemental Weapon]] (as a true elemental weapon also has Elemental Damage Bonus to boost [[spell]] damage).&lt;br /&gt;
&lt;br /&gt;
All other weapons will get &#039;&#039;&#039;Hollowforged&#039;&#039;&#039; which converts its damage type from Crushing/Slashing/Piercing to Void.&lt;br /&gt;
*Hollowforged weapons also get one additional void strike.&lt;br /&gt;
*This does not turn a weapon into a true [[Equipment#Ethereal_Weapons|Ethereal Weapon]] (it still has [[burden]]/[[interference]]).&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
!Class&lt;br /&gt;
!Name&lt;br /&gt;
!Addition&lt;br /&gt;
|- style=&amp;quot;border-top: 2px solid #AAAAAA;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;7&amp;quot; | Elemental&amp;lt;br&amp;gt;Strike&lt;br /&gt;
|-&lt;br /&gt;
|Cold Strike || Adds Cold damage&lt;br /&gt;
|-&lt;br /&gt;
|Dark Strike || Adds Dark damage&lt;br /&gt;
|-&lt;br /&gt;
|Elec Strike || Adds Elec damage&lt;br /&gt;
|-&lt;br /&gt;
|Fire Strike || Adds Fire damage&lt;br /&gt;
|-&lt;br /&gt;
|Holy Strike || Adds Holy damage&lt;br /&gt;
|-&lt;br /&gt;
|Wind Strike || Adds Wind damage&lt;br /&gt;
|- style=&amp;quot;border-top: 2px solid #AAAAAA;&amp;quot;&lt;br /&gt;
| Special || Hollowforged || Damage Type converts to [[Void]], adds Void Strike&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[EXP]]==&lt;br /&gt;
The strength of the monsters and [[EXP]] gains depend on the [[quality]] of the item. A Magnificent item will have significantly harder mobs than a Crude one. Legendary equipment should give EXP equivalent to [[Grindfest]] at the same [[difficulty]]. The drop quality bonus is identical to the that of Grindfest.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;EXP Gains in IW&#039;&#039;&#039; = Non-IW_EXP * (Base_PXP - 100) * 0.004&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Equipment]]&lt;br /&gt;
*[[The Forge]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Proficiencies&amp;diff=34482</id>
		<title>Proficiencies</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Proficiencies&amp;diff=34482"/>
		<updated>2015-10-19T11:49:50Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Gains */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==[[Equipment]] Proficiencies==&lt;br /&gt;
Weapon proficiencies increase the chances of the special procs for a player&#039;s active [[Fighting Styles|Fighting Style]]. They also grant additional [[Skills#Fighting Skills|fighting skills]].&lt;br /&gt;
&lt;br /&gt;
The following effects are &#039;&#039;&#039;per 1 point&#039;&#039;&#039; in their respective proficiency. Each bonus requires the related [[ability]] to be slotted as well as the player only wearing the matching equipment.&lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;&#039;health points, magic points, accuracy, spell cast speed and damage,&#039;&#039;&#039; the values are simply added on to the character sheet. For &#039;&#039;&#039;everything else&#039;&#039;&#039;, there is a single proficiency bonus that is multiplied on. See the [[attributes#Derived_Attributes|attributes]] page for the appropriate formula.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Bonus&lt;br /&gt;
!Amount&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
===[[Weapon]]===&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
====One-Handed====&lt;br /&gt;
|-&lt;br /&gt;
| +Physical Damage || 2 / 3 / 4&lt;br /&gt;
|-&lt;br /&gt;
| +Physical Accuracy || 0.01% / 0.02%&lt;br /&gt;
|-&lt;br /&gt;
| +Block Chance || 0.025%&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
====Two-Handed====&lt;br /&gt;
|-&lt;br /&gt;
| +Physical Damage || 2 / 2.5 / 3&lt;br /&gt;
|-&lt;br /&gt;
| +Physical Accuracy || 0.01% / 0.02%&lt;br /&gt;
|-&lt;br /&gt;
| +Parry Chance || 0.025%&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
====Dual-Wielding====&lt;br /&gt;
|-&lt;br /&gt;
| +Physical Damage || 3 / 4 / 5&lt;br /&gt;
|-&lt;br /&gt;
| +Physical Accuracy || 0.01% / 0.02%&lt;br /&gt;
|-&lt;br /&gt;
| +Physical Critical Chance || 0.025%&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
====Niten Ichiryuu====&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;| (&#039;&#039;See Two-Handed and Dual-Wielding&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
====Staff====&lt;br /&gt;
|-&lt;br /&gt;
| +Spell Damage || 0.2 / 0.4 / 0.5&lt;br /&gt;
|-&lt;br /&gt;
| +Spell Accuracy || 0.01% / 0.02%&lt;br /&gt;
|-&lt;br /&gt;
| +Physical Damage || 3&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
===[[Armor]]===&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
====Cloth====&lt;br /&gt;
|-&lt;br /&gt;
| +Spell Accuracy || 0.05%&lt;br /&gt;
|-&lt;br /&gt;
| +Spell Critical Chance || 0.01% / 0.015% / 0.018% / 0.021% / 0.025%&lt;br /&gt;
|-&lt;br /&gt;
| +Spell Casting Speed || 0.015% / 0.025%&lt;br /&gt;
|-&lt;br /&gt;
| +Magic Points || 0.05% / 0.06% / 0.07% / 0.08% / 0.09% / 0.095% / 0.1%&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
====Light====&lt;br /&gt;
|-&lt;br /&gt;
| +Physical Accuracy || 0.05%&lt;br /&gt;
|-&lt;br /&gt;
| +Physical Critical Chance || 0.01% / 0.015% / 0.018% / 0.021% / 0.025%&lt;br /&gt;
|-&lt;br /&gt;
| +Physical Attack Speed || 0.015% / 0.025%&lt;br /&gt;
|-&lt;br /&gt;
| +Health &amp;amp; Magic Points || HP: 0.025% / 0.035% / 0.045% / 0.055% / 0.065% / 0.07% / 0.075% &amp;lt;br&amp;gt;MP: 0.02% / 0.025% / 0.03% / 0.035% / 0.04% / 0.045% / 0.05%&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
====Heavy====&lt;br /&gt;
|-&lt;br /&gt;
| +Crushing Mitigation || 0.02 / 0.04 / 0.05&lt;br /&gt;
|-&lt;br /&gt;
| +Piercing Mitigation || 0.02 / 0.04 / 0.05&lt;br /&gt;
|-&lt;br /&gt;
| +Slashing Mitigation || 0.02 / 0.04 / 0.05&lt;br /&gt;
|-&lt;br /&gt;
| +Health Points || 0.05% / 0.06% / 0.07% / 0.08% / 0.09% / 0.095% / 0.1%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Gaining [[Equipment]] Proficiencies===&lt;br /&gt;
For [[Armor]]:&lt;br /&gt;
*When a player is attacked (even if they evade/block/parry/absorb/resist, or if the monster misses), an occupied armor slot is randomly chosen for the chance at a proficiency gain.&lt;br /&gt;
*When a player blocks an attack with a [[shield]], they have an increased chance of gaining One-Handed proficiency.&lt;br /&gt;
&lt;br /&gt;
For [[Weapons]]:&lt;br /&gt;
*When a player attacks an enemy (even if the monster evades), there is a chance that they will gain proficiency with their active fighting style.&lt;br /&gt;
**Players using the [[Fighting Styles#Niten Ichiryu|Niten Ichiryu]] fighting style do not gain proficiency in either [[Fighting Styles#Two-Handed|Two-Handed]] or [[Fighting Styles#Dual Wielding|Dual Wielding]] proficiency even though both are used to determine [[equipment]] stats and fighting style procs.&lt;br /&gt;
&lt;br /&gt;
==[[Spells|Magic]] Proficiencies==&lt;br /&gt;
===Effects===&lt;br /&gt;
Magic proficiencies:&lt;br /&gt;
*Lower the cast time and mana cost of spells by up to 25% (based on spell).&lt;br /&gt;
*Increase the duration of sustained spells (beyond the effects of [[abilities]]).&lt;br /&gt;
**This includes the duration of [[Spells#Status_Effects|status effects]].&lt;br /&gt;
**Base durations can be found on the [[Spells]] page.&lt;br /&gt;
**Durations can be increased by maximum a factor of 7 (supportive/curative spells) or 4 (everything else).&lt;br /&gt;
*Increase a player&#039;s [[Damage#Countering|counter-resist]] and grants a [[Damage#Monsters|specific element mitigation reduction]] with spells of that type.&lt;br /&gt;
**Both effects depend on the player&#039;s proficiency factor, capped between 0 and 1:&lt;br /&gt;
**&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;gt;&#039;&#039;&#039;prof_factor&#039;&#039;&#039; = (effective_proficiency - monsterlevel) / monsterlevel&amp;lt;/pre&amp;gt;&lt;br /&gt;
**[[Damage#Resist_Mechanics|Counter-resist bonus]] = prof_factor * 50%&lt;br /&gt;
**Mitigation reduction = (prof_factor ^ 1.5) * 50&lt;br /&gt;
*Supportive magic proficiency scales the power of Cure.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?showtopic=178980]&amp;lt;/sup&amp;gt;&lt;br /&gt;
**0 supportive proficiency yields 80%. Matching the player&#039;s [[level]] yields 100% base. Doubling the player&#039;s [[level]] yields 150% base.&lt;br /&gt;
&lt;br /&gt;
===Gaining Magic Proficiencies===&lt;br /&gt;
Magic proficiency increases when casting a spell of the specific type even if it misses/is resisted. The chance of gaining proficiency when using a spell is directly tied to the cost of the spell compared to the player&#039;s base magic points. Spells auto-casted via [[Innate Arcana]] can give an increase each turn that they are kept active.&lt;br /&gt;
&lt;br /&gt;
*Elemental Proficiency can be increased by casting any [[Fire]], [[Cold]], [[Elec]], or [[Wind]] spells.&lt;br /&gt;
*Divine Proficiency can be increased by casting any [[Holy]] spells.&lt;br /&gt;
*Forbidden Proficiency can be increased by casting any [[Dark]] spells.&lt;br /&gt;
*Deprecating Proficiency can be increased by casting any negative status effect spell (e.g. [[Spells#Deprecating Magic|Weaken]]).&lt;br /&gt;
*Supportive Proficiency can be increased by casting any positive status spell (e.g. [[Spells#Supportive Magic|Haste]]) or any health-restoring spell (e.g. [[Spells#Curative Magic|Regen]]).&lt;br /&gt;
&lt;br /&gt;
Magic proficiencies can also be gained by purchasing certain [[Hath Perks]]. Each perk grants a 10% bonus to the base proficiency of the respective type of proficiency.&lt;br /&gt;
&lt;br /&gt;
==Gains==&lt;br /&gt;
*The base gain rate is much greater at lower levels (up to 5x the normal rate at level 1). This rate normalizes at level 250.&lt;br /&gt;
*The rate at which proficiency is gained can be increased via Assimilator [[training]] at +10% per rank trained, up to a maximum of double the normal rate.&lt;br /&gt;
*The chance for a proficiency gain decreases as the proficiency approaches the cap. The amount of gain however, is always chosen at random to be 0.01, 0.02, or 0.03.&lt;br /&gt;
*The chance of gaining proficiency when using a [[spell]] is directly tied to the cost of the spell compared to the player&#039;s base magic points.&lt;br /&gt;
*Proficiencies cannot be gained during the turn the [[Skills#Universal_Skills|Defend, Focus, or Spirit Stance commands]] are used or when a player otherwise [[HentaiVerse Bugs &amp;amp; Errors|skips]] a turn. (Proficiencies can be gained while using Scan.)&lt;br /&gt;
&lt;br /&gt;
==Effective Proficiency==&lt;br /&gt;
*&#039;&#039;&#039;Effective proficiency&#039;&#039;&#039; can be seen on the right-side scroll section of the [[Character_Menu|character page]].&lt;br /&gt;
*Base proficiencies are capped at a player&#039;s current [[level]]. However, bonus proficiency points on [[equipment]], or through certain [[Hath Perks]], allow players to exceed their cap.&lt;br /&gt;
*Effective magic proficiency is capped at twice a player&#039;s level.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Fighting Styles]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Training&amp;diff=34237</id>
		<title>Training</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Training&amp;diff=34237"/>
		<updated>2015-10-06T20:40:30Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Training allows [[credits]] to be spent on various bonuses for a player in the [[HentaiVerse]].&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
*Players can only train one skill at a time.&lt;br /&gt;
*Training can be aborted, in which case the whole cost will be refunded.&lt;br /&gt;
**Once a training is complete it cannot be undone or refunded.&lt;br /&gt;
*Players can continue to take other actions including [[combat]] after initiating training.&lt;br /&gt;
*If a player leaves the training screen before training is completed they will have to revisit it after the training has finished in order to receive the bonus.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: right&amp;quot;&lt;br /&gt;
!Skill&lt;br /&gt;
!Effect&lt;br /&gt;
!Time&lt;br /&gt;
!Levels&lt;br /&gt;
!Initial Cost&lt;br /&gt;
!Final Cost&lt;br /&gt;
!Total Cost&lt;br /&gt;
|-&lt;br /&gt;
!Adept Learner&lt;br /&gt;
|align=&amp;quot;left&amp;quot; | +1% [[EXP]] bonus.&lt;br /&gt;
|1H&lt;br /&gt;
|300&lt;br /&gt;
|100&lt;br /&gt;
|49,999&lt;br /&gt;
|5,126,661&lt;br /&gt;
|-&lt;br /&gt;
!Assimilator&lt;br /&gt;
|align=&amp;quot;left&amp;quot; | +10% [[proficiency]] gain rate.&lt;br /&gt;
|24H&lt;br /&gt;
|10&lt;br /&gt;
|50,000&lt;br /&gt;
|1,000,000&lt;br /&gt;
|4,403,900&lt;br /&gt;
|-&lt;br /&gt;
!Ability Boost&lt;br /&gt;
|align=&amp;quot;left&amp;quot; | +1 [[Ability Point]].&lt;br /&gt;
|2H&lt;br /&gt;
|500&amp;lt;sup&amp;gt;a&amp;lt;/sup&amp;gt;&lt;br /&gt;
|100&lt;br /&gt;
|999,999&lt;br /&gt;
|109,521,469&lt;br /&gt;
|-&lt;br /&gt;
!Manifest Destiny&lt;br /&gt;
|align=&amp;quot;left&amp;quot; | +1 [[Mastery Point]].&lt;br /&gt;
|24H&lt;br /&gt;
|10&amp;lt;sup&amp;gt;b&amp;lt;/sup&amp;gt;&lt;br /&gt;
|1,000,000&lt;br /&gt;
|10,000,000&lt;br /&gt;
|55,000,000&lt;br /&gt;
|-&lt;br /&gt;
!Scavenger&lt;br /&gt;
|align=&amp;quot;left&amp;quot; | +1% base loot [[drop chance]].&lt;br /&gt;
|4H&lt;br /&gt;
|50&lt;br /&gt;
|500&lt;br /&gt;
|2,000,000&lt;br /&gt;
|17,484,001&lt;br /&gt;
|-&lt;br /&gt;
!Luck of the Draw&lt;br /&gt;
|align=&amp;quot;left&amp;quot; | +1% base rare [[drop chance]].&lt;br /&gt;
|8H&lt;br /&gt;
|25&lt;br /&gt;
|2,000&lt;br /&gt;
|4,000,000&lt;br /&gt;
|18,371,540&lt;br /&gt;
|-&lt;br /&gt;
!Quartermaster&lt;br /&gt;
|align=&amp;quot;left&amp;quot; | +5% base [[equipment]] [[drop chance]].&lt;br /&gt;
|12H&lt;br /&gt;
|20&lt;br /&gt;
|5,000&lt;br /&gt;
|5,000,000&lt;br /&gt;
|20,275,728&lt;br /&gt;
|-&lt;br /&gt;
!Archaeologist&lt;br /&gt;
|align=&amp;quot;left&amp;quot; | +10% base [[artifact]] [[drop chance]].&lt;br /&gt;
|24H&lt;br /&gt;
|10&lt;br /&gt;
|25,000&lt;br /&gt;
|7,999,999&lt;br /&gt;
|19,268,648&lt;br /&gt;
|-&lt;br /&gt;
!Metabolism&lt;br /&gt;
|align=&amp;quot;left&amp;quot; | Slows monster [[hunger]] drain by 5%?&lt;br /&gt;
|24H&lt;br /&gt;
|10&lt;br /&gt;
|1,000,000&lt;br /&gt;
|10,000,000&lt;br /&gt;
|47,800,000&lt;br /&gt;
|-&lt;br /&gt;
!Inspiration&lt;br /&gt;
|align=&amp;quot;left&amp;quot; | Slows monster [[morale]] drain by 5%?&lt;br /&gt;
|24H&lt;br /&gt;
|10&lt;br /&gt;
|2,000,000&lt;br /&gt;
|20,000,000&lt;br /&gt;
|110,000,000&lt;br /&gt;
|-&lt;br /&gt;
!Scholar of War&lt;br /&gt;
|align=&amp;quot;left&amp;quot; | +1 [[Battle Inventory|Battle Scroll]] slots.&lt;br /&gt;
|0H&lt;br /&gt;
|5&amp;lt;sup&amp;gt;b&amp;lt;/sup&amp;gt;&lt;br /&gt;
|30,000&lt;br /&gt;
|70,000&lt;br /&gt;
|250,000&lt;br /&gt;
|-&lt;br /&gt;
!Tincture&lt;br /&gt;
|align=&amp;quot;left&amp;quot; | +1 [[Battle Inventory|Battle Infusion]] slots.&lt;br /&gt;
|0H&lt;br /&gt;
|5&amp;lt;sup&amp;gt;b&amp;lt;/sup&amp;gt;&lt;br /&gt;
|30,000&lt;br /&gt;
|70,000&lt;br /&gt;
|250,000&lt;br /&gt;
|-&lt;br /&gt;
!Pack Rat&lt;br /&gt;
|align=&amp;quot;left&amp;quot; | +1 [[Battle Inventory]] slots.&lt;br /&gt;
|0H&lt;br /&gt;
|10&amp;lt;sup&amp;gt;c&amp;lt;/sup&amp;gt;&lt;br /&gt;
|10,000&lt;br /&gt;
|100,000&lt;br /&gt;
|540,000&lt;br /&gt;
|-&lt;br /&gt;
!Set Collector&lt;br /&gt;
|align=&amp;quot;left&amp;quot; | +1 [[equipment]] set.&lt;br /&gt;
|12H&lt;br /&gt;
|4&lt;br /&gt;
|12,500&lt;br /&gt;
|50,000&lt;br /&gt;
|125,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;a&amp;lt;/sup&amp;gt; - Cannot be trained beyond the player&#039;s [[level]].&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;sup&amp;gt;b&amp;lt;/sup&amp;gt; - Cannot be training beyond (the player&#039;s level / 50).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;sup&amp;gt;c&amp;lt;/sup&amp;gt; - Cannot be training beyond (the player&#039;s level / 20).&lt;br /&gt;
&lt;br /&gt;
==Costs==&lt;br /&gt;
The credit cost of any training can be calculated as:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Cost&#039;&#039;&#039; = round[(base_cost + level_cost * N) ^ (1 + exponent * N)]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
*base_cost = The initial base cost of the training item&lt;br /&gt;
*level_cost = The cost to go up from level N to level N+1&lt;br /&gt;
*N = The current level trained&lt;br /&gt;
*exponent = The exponential value used to create a dynamic cost curve&lt;br /&gt;
&lt;br /&gt;
===Values===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Skill&lt;br /&gt;
!Base Cost&lt;br /&gt;
!Level Cost&lt;br /&gt;
!Exponent&lt;br /&gt;
|-&lt;br /&gt;
|Adept Learner || 100 || 50 || 0.000417446&lt;br /&gt;
|-&lt;br /&gt;
|Assimilator || 50,000 || 50,000 || 0.0058690916&lt;br /&gt;
|-&lt;br /&gt;
|Ability Boost || 100 || 100 || 0.0005548607&lt;br /&gt;
|-&lt;br /&gt;
|Manifest Destiny || 1,000,000 || 1,000,000 || 0&lt;br /&gt;
|-&lt;br /&gt;
|Scavenger || 500 || 500 || 0.0088310825&lt;br /&gt;
|-&lt;br /&gt;
|Luck of the Draw || 2,000 || 2,000 || 0.0168750623&lt;br /&gt;
|-&lt;br /&gt;
|Quartermaster || 5,000 || 5,000 || 0.017883894&lt;br /&gt;
|-&lt;br /&gt;
|Archaeologist || 25,000 || 25,000 || 0.030981982&lt;br /&gt;
|-&lt;br /&gt;
|Metabolism || 1,000,000 || 1,000,000 || 0&lt;br /&gt;
|-&lt;br /&gt;
|Inspiration || 2,000,000 || 2,000,000 || 0&lt;br /&gt;
|-&lt;br /&gt;
|Scholar of War|| 30,000 || 10,000 || 0&lt;br /&gt;
|-&lt;br /&gt;
|Tincture || 30,000 || 10,000 || 0&lt;br /&gt;
|-&lt;br /&gt;
|Pack Rat || 10,000 || 10,000 || 0&lt;br /&gt;
|-&lt;br /&gt;
|Set Collector || 12,500 || 12,500 || 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Hath Perks]]&lt;br /&gt;
*[[Loot Drop Rolls]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:HentaiVerse]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Equipment&amp;diff=34213</id>
		<title>Equipment</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Equipment&amp;diff=34213"/>
		<updated>2015-10-02T22:27:58Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Elemental Strike */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Equipment is worn to enhance a player&#039;s [[stats]]. It is equipped via the [[Character Menu#Equipment|character equipment screen]].&lt;br /&gt;
&lt;br /&gt;
==Equipment Popups==&lt;br /&gt;
[[Image:Equipment.png|thumb|The layout of an equipment piece&#039;s popup]]&lt;br /&gt;
&lt;br /&gt;
To open a popup window listing the stats for a piece of equipment, simply mouse over the equipment (in either the [[Bazaar#Equipment_Shop|Equipment Shop]] or the [[Character Menu#Equipment|character equipment screen]]) and press &amp;quot;{{Keypress|C}}&amp;quot;. Caps Lock must be off and the browser used must be set to allow popups from the HentaiVerse. This allows the stats or the equipment URL to be copied and pasted such as in a [[forum]] post.&lt;br /&gt;
&lt;br /&gt;
Hovering over equipment stats on the equipment popup and in the forge and lottery will display the base (level 0) value for the stat.&lt;br /&gt;
&lt;br /&gt;
==Drops==&lt;br /&gt;
The base chance for equipment to drop is 4% of a normal loot drop (See [[Loot Drop Rolls]]). This can be increased (up to doubled) via Quartermaster [[training]]. Quartermaster only increases the ratio of Equipment in relation to other drops. Drops are nullified if a player is holding 1,000 or more pieces of equipment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: [[Obsolete Items#Equipment|Equipment from older versions of the game]] may be found in the [[Bazaar#Equipment_Shop|Bazaar&#039;s Equipment Shop]] but no longer drop from battles.&lt;br /&gt;
&lt;br /&gt;
==Level==&lt;br /&gt;
All equipment possess levels similar to players which affects their stats.&lt;br /&gt;
*Anything that is below the player&#039;s level will not [[Level Scaling|scale]] up with them.&lt;br /&gt;
*Equipment dropped in [[battle]] will always be the same as the player&#039;s current level. Any equipment without a level will become the player&#039;s level once it is equipped.&lt;br /&gt;
*Equipment can become [[soulfuse]]d via the [[forge]] which causes a piece of gear to become tied to the player&#039;s level (matching it and growing with them).&lt;br /&gt;
*Players cannot equip anything above their [[level]] but they can [[soulfuse]] equipment up to 50 levels higher than they are.&lt;br /&gt;
&lt;br /&gt;
==Weapons==&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;Legend:&#039;&#039;&lt;br /&gt;
 ▲ = High  &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;●&amp;lt;/span&amp;gt; = Mid  ▼ = Low &#039;&#039;&#039;▬&#039;&#039;&#039; = None   &lt;br /&gt;
 Par = [[Damage|Parry]] Bur = [[Burden]] Intr = [[Interference]] ASB = [[Action Speed|Attack Speed Bonus]]&lt;br /&gt;
 Ele = Elemental For = Forbidden Div = Divine Dep = Deprecating Sup = Supportive&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: The information in these tables does NOT include bonuses from [[prefixes]] or [[suffixes]].&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;wikitable&amp;quot;  style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
!Weapon || Style || Damage Type || [[Equipment Proc]] || Dmg || Acc || Crit || Par || Bur || Intr || ASB&lt;br /&gt;
|-&lt;br /&gt;
|Axe || 1H || Slashing || Bleeding Wound &lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:red&amp;quot;|▼ || ▬ &lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▲ ||style=&amp;quot;color:blue&amp;quot;|● || ▬&lt;br /&gt;
|-&lt;br /&gt;
|Club || 1H || Crushing || Stun &lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:red&amp;quot;|▼ || ▬ &lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● || ▬&lt;br /&gt;
|-&lt;br /&gt;
|Rapier || 1H || Piercing || Penetrated Armor &lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼▼ ||style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:red&amp;quot;|▼ &lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:green&amp;quot;|▼ ||style=&amp;quot;color:blue&amp;quot;|● || ▬&lt;br /&gt;
|- &lt;br /&gt;
|Shortsword || 1H || Slashing || Bleeding Wound &lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼ ||style=&amp;quot;color:green&amp;quot;|▲▲ ||style=&amp;quot;color:red&amp;quot;|▼&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼ ||style=&amp;quot;color:green&amp;quot;|▼ ||style=&amp;quot;color:blue&amp;quot;|● || ▬&lt;br /&gt;
|-&lt;br /&gt;
|Wakizashi || 1H || Slashing || Bleeding Wound&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼▼▼ ||style=&amp;quot;color:green&amp;quot;|▲▲ ||style=&amp;quot;color:red&amp;quot;|▼&lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:green&amp;quot;|▼▼ ||style=&amp;quot;color:green&amp;quot;|▼ ||style=&amp;quot;color:green&amp;quot;|▲&lt;br /&gt;
|-&lt;br /&gt;
|Estoc || 2H || Piercing || Penetrated Armor&lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲▲ ||style=&amp;quot;color:red&amp;quot;|▼ ||style=&amp;quot;color:green&amp;quot;|▲ || ▬&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▲▲ ||style=&amp;quot;color:red&amp;quot;|▲ || ▬&lt;br /&gt;
|-&lt;br /&gt;
|Longsword || 2H || Slashing || Bleeding Wound &lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲▲▲ ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:green&amp;quot;|▲ || ▬&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▲▲▲ ||style=&amp;quot;color:red&amp;quot;|▲▲ || ▬&lt;br /&gt;
|-&lt;br /&gt;
|Mace || 2H || Crushing || Stun &lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲▲ ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:green&amp;quot;|▲ || ▬&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▲▲ ||style=&amp;quot;color:red&amp;quot;|▲ || ▬&lt;br /&gt;
|-&lt;br /&gt;
|Katana || 2H || Slashing || Bleeding Wound&lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲▲ ||style=&amp;quot;color:green&amp;quot;|▲▲ ||style=&amp;quot;color:green&amp;quot;|▲ || ▬&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▲▲ ||style=&amp;quot;color:red&amp;quot;|▲ || ▬&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===One-Handed Weapons (1H)===&lt;br /&gt;
One-handed weapons typically have lower damage, higher accuracy, lower critical, weaker procs, and lower [[burden]]/[[interference]] than two-handed weapons. They also usually have a parry bonus and can have the &amp;quot;of the nimble&amp;quot; [[suffix]].&lt;br /&gt;
&lt;br /&gt;
===Two-Handed Weapons (2H)===&lt;br /&gt;
Two-handed weapons typically have higher damage, lower accuracy, higher critical, stronger procs, and higher [[burden]]/[[interference]] than one-handed weapons. They also don&#039;t have any parry bonuses.&lt;br /&gt;
&lt;br /&gt;
===Staffs===&lt;br /&gt;
Staffs are two-handed weapons that have the following characteristics:&lt;br /&gt;
*Crushing [[damage type]].&lt;br /&gt;
*Ether Theft proc.&lt;br /&gt;
*No [[Interference]].&lt;br /&gt;
*Older staffs can have physical accuracy on them at the cost of no magic crit increase.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Weapon&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|MDmg&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|MAcc&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|MCrit&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|C-Resist&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Bur&lt;br /&gt;
!colspan=&amp;quot;5&amp;quot;|[[Proficiencies#Magic Proficiencies|Magic Proficiencies]]&lt;br /&gt;
!colspan=&amp;quot;6&amp;quot;|Elemental Damage&lt;br /&gt;
|-&lt;br /&gt;
!Ele || Div || For || Dep || Sup&lt;br /&gt;
!Fire ||Cold ||Elec ||Wind ||Holy || Dark&lt;br /&gt;
|-&lt;br /&gt;
|Oak&lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● &lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● ||▬ ||▬ ||style=&amp;quot;color:green&amp;quot;|▲▲ ||style=&amp;quot;color:red&amp;quot;|▼ ||style=&amp;quot;color:red&amp;quot;|▼ ||▬ ||▬ &lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲▲ ||▬&lt;br /&gt;
|-&lt;br /&gt;
|Redwood&lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● ||▬ ||style=&amp;quot;color:green&amp;quot;|▼ ||style=&amp;quot;color:green&amp;quot;|▲ ||▬ ||▬&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼ ||style=&amp;quot;color:red&amp;quot;|▼ ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|●&lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● ||▬ ||▬&lt;br /&gt;
|-&lt;br /&gt;
|Willow&lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:green&amp;quot;|▼ ||style=&amp;quot;color:blue&amp;quot;|● ||▬&lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:green&amp;quot;|▲▲ ||▬ ||▬ ||▬ ||style=&amp;quot;color:red&amp;quot;|▼ ||style=&amp;quot;color:red&amp;quot;|▼ ||▬  ||style=&amp;quot;color:green&amp;quot;|▲▲&lt;br /&gt;
|-&lt;br /&gt;
|Katalox&lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:green&amp;quot;|▲ ||▬ ||style=&amp;quot;color:blue&amp;quot;|● ||▬ ||style=&amp;quot;color:green&amp;quot;|▲ &lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:blue&amp;quot;|● ||▬ ||▬ ||▬ ||▬ ||▬ ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|●&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Armor==&lt;br /&gt;
Armor can be divided into shields, cloth armors, light armors, and heavy armors. Each category of armor has 3-4 types available in the game. Each type of armors has particular strengths and weaknesses and suit the needs of different character builds and play styles. Each category of armors (besides shields) have [[abilities]] that can raise different [[stats]] as [[proficiency]] increases if the player is wearing the full set of armor.&lt;br /&gt;
&lt;br /&gt;
Currently, each category of armors have 1 type that no longer drops in-game and can only be purchased from the bazaar or from other players.&lt;br /&gt;
&lt;br /&gt;
===Shields===&lt;br /&gt;
Shields are used in [[Fighting_Styles#One-Handed|One-Handed]] fighting style. They have very low mitigation stats, but are notable for their ability to [[Damage|block]] both physical and magical attacks and gives a player a chance to [[Counter-Attack]] after a successful block.&lt;br /&gt;
&lt;br /&gt;
===Cloth Armor===&lt;br /&gt;
Cloth armors have low physical/magical mitigation with has no [[burden]] and [[interference]]. Cloth armor also increases Magic Accuracy, Evade Chance, and Resist Chance. It has abilities that increases maximum MP, spell damage, spell crit chance, and spell casting speed as proficiency increases&lt;br /&gt;
&lt;br /&gt;
===Light Armor===&lt;br /&gt;
Light armors have moderate physical/magical mitigation with low [[burden]] and [[interference]]. Light armors also increase Evade Chance and Resist Chance. It has abilities that increases maximum HP and MP, accuracy, crit chance, and attack speed as proficiency increases&lt;br /&gt;
&lt;br /&gt;
===Heavy Armor===&lt;br /&gt;
Heavy armors have high physical/magical mitigation with high [[burden]] and [[interference]]. It has abilities that increases maximum HP and specific mitigation (crushing, slashing, and piercing) as proficiency increases&lt;br /&gt;
&lt;br /&gt;
===Tables===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;80%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Type&lt;br /&gt;
!colspan=&amp;quot;5&amp;quot;|Slot Name&lt;br /&gt;
|-&lt;br /&gt;
! Head || Body || Hands || Legs || Feet&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Cloth&#039;&#039;&#039; || Cap || Robe || Gloves || Pants || Shoes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Light&#039;&#039;&#039; || Helmet || Breastplate || Gauntlets || Leggings || Boots&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Heavy&#039;&#039;&#039; || Helmet || Cuirass/Armor || Gauntlets || Greaves/Leggings || Sabatons/Boots&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Armor &lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Type&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Tier &lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|PMiti &lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|MMiti &lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Bur &lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Intr &lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|PDmg&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|PAcc&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|MAcc&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|Specific Mitigation&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|Avoidance&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Notes&lt;br /&gt;
|-&lt;br /&gt;
! Crush || Slash || Pierce  &lt;br /&gt;
! Evade || Block || Resist&lt;br /&gt;
|-&lt;br /&gt;
|Buckler || Shield || Common&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼▼▼ || style=&amp;quot;color:red&amp;quot;|▼▼▼ || style=&amp;quot;color:green&amp;quot;|▼▼ || style=&amp;quot;color:green&amp;quot;|▼▼▼ || ▬ || ▬ || ▬ &lt;br /&gt;
|| ▬ || ▬ || ▬ || ▬ || style=&amp;quot;color:blue&amp;quot;|● || ▬ &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Kite || Shield || Common&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼▼ || style=&amp;quot;color:red&amp;quot;|▼▼ || style=&amp;quot;color:red&amp;quot;|▲ || style=&amp;quot;color:blue&amp;quot;|● || ▬ || ▬ || ▬ &lt;br /&gt;
| ▬ || ▬ || ▬ || ▬ || style=&amp;quot;color:green&amp;quot;|▲ || ▬&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Force || Shield || Rare&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼▼ || style=&amp;quot;color:red&amp;quot;|▼▼ || style=&amp;quot;color:green&amp;quot;|▼▼ || style=&amp;quot;color:red&amp;quot;|▲▲▲ || ▬ || ▬ || ▬ &lt;br /&gt;
| ▬ || ▬ || ▬ || ▬ || style=&amp;quot;color:green&amp;quot;|▲▲ || ▬&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Cotton || Cloth || Common&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼ || style=&amp;quot;color:red&amp;quot;|▼ || ▬ || ▬ || ▬ || style=&amp;quot;color:blue&amp;quot;|● || style=&amp;quot;color:blue&amp;quot;|● &lt;br /&gt;
| style=&amp;quot;color:red&amp;quot;|▼▼ || ▬ || ▬ || style=&amp;quot;color:blue&amp;quot;|● || ▬ || style=&amp;quot;color:red&amp;quot;|▼&lt;br /&gt;
|align=&amp;quot;left&amp;quot;| Can have a [[Proficiencies#Magic Proficiencies|Magic Proficiency]] [[suffix]].&lt;br /&gt;
|-&lt;br /&gt;
|Phase || Cloth || Rare&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼▼ || style=&amp;quot;color:red&amp;quot;|▼ || ▬ || ▬ || ▬ || style=&amp;quot;color:blue&amp;quot;|● || style=&amp;quot;color:green&amp;quot;|▲ &lt;br /&gt;
| style=&amp;quot;color:red&amp;quot;|▼▼▼ || ▬ || ▬ || style=&amp;quot;color:green&amp;quot;|▲ || ▬ || style=&amp;quot;color:red&amp;quot;|▼&lt;br /&gt;
|align=&amp;quot;left&amp;quot;| Always has an Elemental Damage Bonus [[suffix]].&lt;br /&gt;
|-&lt;br /&gt;
|Leather || Light || Common&lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲ || style=&amp;quot;color:green&amp;quot;|▲ || style=&amp;quot;color:green&amp;quot;|▼▼ || style=&amp;quot;color:green&amp;quot;|▼▼ || ▬ || ▬ || ▬ &lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲ || style=&amp;quot;color:green&amp;quot;|▲ || style=&amp;quot;color:red&amp;quot;|▼ || style=&amp;quot;color:red&amp;quot;|▼ || ▬ || style=&amp;quot;color:blue&amp;quot;|●&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Shade || Light || Rare&lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● || style=&amp;quot;color:blue&amp;quot;|● || ▬ || style=&amp;quot;color:green&amp;quot;|▼ || style=&amp;quot;color:blue&amp;quot;|● || style=&amp;quot;color:green&amp;quot;|▲▲ || ▬ &lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● || style=&amp;quot;color:blue&amp;quot;|● || ▬ || style=&amp;quot;color:blue&amp;quot;|● || ▬ || style=&amp;quot;color:green&amp;quot;|▲&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Plate || Heavy || Common&lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲▲ || style=&amp;quot;color:green&amp;quot;|▲▲ || style=&amp;quot;color:red&amp;quot;|▲▲ || style=&amp;quot;color:red&amp;quot;|▲ || ▬ || ▬ || ▬ &lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● || style=&amp;quot;color:green&amp;quot;|▲▲ || style=&amp;quot;color:green&amp;quot;|▲▲ || ▬ || ▬ || ▬&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Power || Heavy || Rare&lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲ || style=&amp;quot;color:green&amp;quot;|▲ || style=&amp;quot;color:red&amp;quot;|▲ || style=&amp;quot;color:red&amp;quot;|▲▲ || style=&amp;quot;color:green&amp;quot;|▲ || style=&amp;quot;color:green&amp;quot;|▲ || ▬ &lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼ || style=&amp;quot;color:green&amp;quot;|▲ || style=&amp;quot;color:green&amp;quot;|▲ || ▬ || ▬ || ▬&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Gives Crit and Crit Damage Bonus.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Equipment Characteristics==&lt;br /&gt;
&lt;br /&gt;
===Tier===&lt;br /&gt;
Armor tier drops are affected by [[difficulty]] setting and determines the equipments&#039; rarity and [[bazaar]] value. There is one &#039;common&#039; tier and one &#039;rare&#039; tier.&lt;br /&gt;
&lt;br /&gt;
===[[Prefixes]] and [[Suffixes]]===&lt;br /&gt;
Prefixes and Suffixes are special characteristics that can be found on all weapons and armor and add or improve certain stats.&lt;br /&gt;
&lt;br /&gt;
===[[Character_Stats#Primary_Attributes|Primary Attribute]] Bonus===&lt;br /&gt;
There are separate rolls for the various primary attribute bonuses that can be applied to an equipment piece. Since it rolls against a probability for each given stat, a given piece will usually not have every bonus it can have.&lt;br /&gt;
*[[Quality]] of the equipment affects the chance to get primary attribute bonuses. equipments of higher quality will have better chance to get more bonuses. &lt;br /&gt;
*Conversely, the number of primary attribute bonuses will affect the final quality score.&lt;br /&gt;
&lt;br /&gt;
The following table is the list of Primary Attribute Bonus possible on the specific type of equipment.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Equipment || STR || DEX || AGI || END || INT || WIS&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;9&amp;quot; | Melee Weapons&lt;br /&gt;
| Axe || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Club || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;  || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Rapier || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Shortsword || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;  || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Wakizashi || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Estoc || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Longsword || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Mace || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Katana || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Staffs&lt;br /&gt;
|-&lt;br /&gt;
| Oak || || || || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Redwood || || || || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Willow || || || || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Katalox || || || || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;10&amp;quot; | Shield/Armor&lt;br /&gt;
|-&lt;br /&gt;
| Buckler || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;  || || &#039;&#039;&#039;X&#039;&#039;&#039;  || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kite || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;  || || &#039;&#039;&#039;X&#039;&#039;&#039;  || ||&lt;br /&gt;
|-&lt;br /&gt;
| Force || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;  || || &#039;&#039;&#039;X&#039;&#039;&#039;  || ||&lt;br /&gt;
|-&lt;br /&gt;
| Cotton || || || &#039;&#039;&#039;X&#039;&#039;&#039; || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Phase || || || &#039;&#039;&#039;X&#039;&#039;&#039; || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Leather || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || ||&lt;br /&gt;
|-&lt;br /&gt;
| Shade || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;A&#039;&#039;&#039; || &#039;&#039;&#039;A&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Plate || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || &#039;&#039;&#039;X&#039;&#039;&#039; || ||&lt;br /&gt;
|-&lt;br /&gt;
| Power || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || &#039;&#039;&#039;X&#039;&#039;&#039; || ||&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;A&#039;&#039;&#039;: Can come with Int and Wis bonus if it has the &amp;quot;of the Arcanist&amp;quot; [[suffix]].&lt;br /&gt;
&lt;br /&gt;
===Elemental Strike===&lt;br /&gt;
Can be obtained on [[weapons]] though [[Equipment Prefixes]], achieving level 10 [[potency]] in Item World, or by [[infusions]] through [[The Forge]].&lt;br /&gt;
*Deals additional damage in that element&lt;br /&gt;
**Average damage done is equal to 50% of your physical damage (before mitigation by monsters) - this has a separate damage roll independent from the main hit. Counts as physical damage&lt;br /&gt;
**Unaffected by elemental EDB&lt;br /&gt;
**Triggered by both main-hand and offhand melee hits&lt;br /&gt;
**Only affects the primary target&lt;br /&gt;
&lt;br /&gt;
==Improvements==&lt;br /&gt;
*[[Upgrades]] are shown in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt;.&lt;br /&gt;
*[[Potencies]] are shown in &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt;.&lt;br /&gt;
*[[Enhancements]] are shown in &amp;lt;span style=&amp;quot;color:purple&amp;quot;&amp;gt;purple&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[The Forge]]&lt;br /&gt;
*[[Equipment Procs]]&lt;br /&gt;
*[[Equipment Prefixes]]&lt;br /&gt;
*[[Equipment Suffixes]]&lt;br /&gt;
*[[Fighting Styles]]&lt;br /&gt;
*[[Item World]]&lt;br /&gt;
*[[Level Scaling]]&lt;br /&gt;
*[[Bazaar#Equipment_Shop|Equipment Shop]]&lt;br /&gt;
*[[The Lottery]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Tagging_Mechanics&amp;diff=34189</id>
		<title>Tagging Mechanics</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Tagging_Mechanics&amp;diff=34189"/>
		<updated>2015-09-27T06:37:33Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Tag Mod Power */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is for more technical and advanced information about the [[tagging]] system.&lt;br /&gt;
&lt;br /&gt;
==Tag Disclaimer==&lt;br /&gt;
When a user attempts to add a tag for the first time they will be prompted by a disclaimer stating the guidelines for tagging. This is a setting stored in the user&#039;s cookies so clearing them resets accepting the disclaimer.&lt;br /&gt;
&lt;br /&gt;
==Tag Colors==&lt;br /&gt;
:Normal = &amp;lt;span style=&amp;quot;color:#DDDDDD&amp;quot;&amp;gt;White&amp;lt;/span&amp;gt;&lt;br /&gt;
:Upvoted = &amp;lt;span style=&amp;quot;color:#00E639&amp;quot;&amp;gt;Green&amp;lt;/span&amp;gt;&lt;br /&gt;
:Downvoted = &amp;lt;span style=&amp;quot;color:#FF3333&amp;quot;&amp;gt;Red&amp;lt;/span&amp;gt;&lt;br /&gt;
:Selected = &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Blue&amp;lt;/span&amp;gt;&lt;br /&gt;
:Slave = &amp;lt;span style=&amp;quot;color:#888A8F&amp;quot;&amp;gt;Gray&amp;lt;/span&amp;gt; (can only be downvoted)&lt;br /&gt;
:Downvoted slave = &amp;lt;span style=&amp;quot;color:#95464B&amp;quot;&amp;gt;Dark red&amp;lt;/span&amp;gt; (cannot be undone)&lt;br /&gt;
:Upvoted slave = &amp;lt;span style=&amp;quot;color:#2F8E4D&amp;quot;&amp;gt;Dark green&amp;lt;/span&amp;gt; (cannot be redone)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;What are slave tags?&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;slave&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Slave&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;slave tags&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;slave tag&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Slave Tag&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id =&amp;quot;Slave Tags&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==What Are Slave Tags?==&lt;br /&gt;
Slave tags are tags that have been grouped together under a single master tag. Tags may be grouped because they are misspellings or they are closely similar concepts, and the master will be the most correct spelling or a usefully abstracted term (for instance, [[sex toys]] is the master for the group that includes &amp;quot;dildo&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
When a tag is slaved, current instances of that tag remain on galleries and searchable, and the master of that tag does not appear on those galleries until placed there by a user (which may be done simply by voting up the slaved tag).&lt;br /&gt;
&lt;br /&gt;
Attempting to tag a slaved tag will automatically tag the master instead. Searching for a slaved tag will yield any results from that tag, as well as from its master. Searching for a master does NOT return results from any of its slaves.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;: [[Searching]] for &amp;quot;dildo&amp;quot; will return any gallery tagged with &amp;quot;dildo&amp;quot; as well as all galleries tagged with [[sex toys]].&lt;br /&gt;
&lt;br /&gt;
==Tag [[Mod Power]]==&lt;br /&gt;
Like many functions on E-Hentai, tagging operates on users&#039; [[mod power]].&lt;br /&gt;
&lt;br /&gt;
*Upvotes use mod power equal to that of the user while downvotes use half of that, rounded up. Users with [[VIP|veto power]] downvote at their full mod power instead.&lt;br /&gt;
*[http://ehwiki.org/index.php?title=Special%3ASearch&amp;amp;profile=advanced&amp;amp;search=%22power+requirement%22 Certain tags] cannot be voted on without a minimum amount of mod power; this is to prevent abuse/misuse by newer users.&lt;br /&gt;
**Tags that have never been used before require &#039;&#039;&#039;25&#039;&#039;&#039; mod power to be used for the first time. Ordinary users with sufficient mod power can only create new tags in the Misc namespace.&lt;br /&gt;
*Uploaders tagging or voting up tags on their own galleries receive a &#039;&#039;&#039;+20&#039;&#039;&#039; mod power bonus. Downvoting is not affected.&lt;br /&gt;
&lt;br /&gt;
Tags gain certain attributes if they reach specific amounts of mod power:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!width=&amp;quot;20px&amp;quot;|MP&lt;br /&gt;
!Effect on Tag&lt;br /&gt;
|-&lt;br /&gt;
|1+ || The tag becomes visible on the gallery. It will have a broken border.&lt;br /&gt;
|-&lt;br /&gt;
|5+ || The Tag Flagging [[Hath Perk]] works on the tag.&lt;br /&gt;
|-&lt;br /&gt;
|10+ || The tag becomes [[Searching|searchable]] by default. Newer galleries take between 1-5 minutes while older ones can take up to 1 hour to register into the search system. To find tags with less mod power, advanced search options are available.&lt;br /&gt;
|-&lt;br /&gt;
|100+ ||&lt;br /&gt;
*The tag will have a solid border.&lt;br /&gt;
*A [[:Category:Language Tag|language tag]] designates the gallery as being in that language. This also applies to language status tag ([[translated]] or [[rewrite]]).&lt;br /&gt;
*A [[category]] tag will forcibly change the gallery&#039;s [[category]].&lt;br /&gt;
**If multiple language or category tags are present, the one with the strongest total mod power has priority.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Known Issues==&lt;br /&gt;
===Longer String Issues===&lt;br /&gt;
Searches for certain tags can return results from more tags than intended. This happens because of [[Gallery Searching#Title vs Tag Matches|how the search engine works]].  The main problem is that a search term may appear as a partial string in a longer tag.&lt;br /&gt;
&lt;br /&gt;
As an example, &#039;&#039;cat&#039;&#039; will match the [[cat]], [[catgirl]], [[human cattle]], and many other tags, though it will not match [[scat]] or [[petrification]]. If a [[slave tag]] is matched, though, the connection may not be so obvious. For instance, a search for &#039;&#039;anal&#039;&#039; may return a gallery that is not tagged with anything containing the word &amp;quot;anal&amp;quot;; it may only be tagged with [[sex toys]]. This happens because the search for &#039;&#039;anal&#039;&#039; matches both the [[anal]] and &amp;quot;anal beads&amp;quot; tags, and since &amp;quot;anal beads&amp;quot; is slaved to [[sex toys]], the search results will include any galleries tagged with [[sex toys]].&lt;br /&gt;
&lt;br /&gt;
Known instances of this issue are listed below.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!Tag&lt;br /&gt;
!Will Include&lt;br /&gt;
|-&lt;br /&gt;
|[[monster]] || [[monster girl]]&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&#039;&#039;^ Also applies to [[alien]], [[demon]], [[robot]], [[slime]], etc.&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[cat]] || [[catgirl]], [[catboy]]; [[human cattle]]&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&#039;&#039;^ Also applies to [[rabbit|bunny]], [[dog]], [[fox]], [[wolf]], etc.&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[spider]] || [[spider-man]], [[spider-woman]], [[spider girl]], [[spider-girl]], [[spider riders]], etc.&lt;br /&gt;
|-&lt;br /&gt;
|[[horse]] || [[horse cock]], [[wooden horse]]&lt;br /&gt;
|-&lt;br /&gt;
|[[avatar]] || [[avatar the last airbender]]&lt;br /&gt;
|-&lt;br /&gt;
|[[inflation]], expansion || breast inflation ([[breast expansion]])&lt;br /&gt;
|-&lt;br /&gt;
|[[chinese]] || [[chinese dress]]&lt;br /&gt;
|-&lt;br /&gt;
|insert || [[large insertions]], [[foot insertion]], [[urethra insertion]]&lt;br /&gt;
|-&lt;br /&gt;
|[[anal]] || anal beads ([[sex toys]]), anal play ([[fingering]]), analingus ([[rimjob]])&lt;br /&gt;
|-&lt;br /&gt;
|[[nichijou]] || [[danshi koukousei no nichijou]]&lt;br /&gt;
|-&lt;br /&gt;
|[[corruption]] || [[corruption of champions]]&lt;br /&gt;
|-&lt;br /&gt;
|[[eggs]] || [[i my me strawberry eggs]]&lt;br /&gt;
|-&lt;br /&gt;
|[[father]] || grand father ([[grandfather]])&lt;br /&gt;
|-&lt;br /&gt;
|[[dragon]] || [[dragon ball]], [[dragon quest]], [[how to train your dragon]], etc.&lt;br /&gt;
|-&lt;br /&gt;
|[[growth]] || breast growth ([[breast expansion]]), [[dick growth]]&lt;br /&gt;
|-&lt;br /&gt;
|[[vampire]] || vampire savior ([[darkstalkers]]), [[rosario vampire]], [[vampire hunter d]], etc.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Workarounds===&lt;br /&gt;
There are four potential solutions to the longer string issue, each with their ups and downs.&lt;br /&gt;
&lt;br /&gt;
====Slave Tags====&lt;br /&gt;
If a tag has a slave term that does not itself have longer string issues, then that slave term can be used to search with in order to limit the returned results to the intended tag.&lt;br /&gt;
*E.g., since &#039;&#039;&amp;quot;anal sex&amp;quot;&#039;&#039; is slaved to [[anal]], searching &#039;&#039;&amp;quot;anal sex&amp;quot;&#039;&#039; will return galleries with [[anal]] tagged, and will not return any galleries that may only have [[sex toys]] tagged since &#039;&#039;&amp;quot;anal sex&amp;quot;&#039;&#039; is not a slave of [[sex toys]].&lt;br /&gt;
&lt;br /&gt;
====[[Namespace]]====&lt;br /&gt;
For some tags, the inclusion of a namespace along with the tag will heavily refine the search results. Of course, this is only possible for tags that have namespace pairings.&lt;br /&gt;
*E.g. searching &#039;&#039;artist:inazuma&#039;&#039; will avoid getting results that include [[inazuma eleven]].&lt;br /&gt;
&lt;br /&gt;
====Tag Exclusion====&lt;br /&gt;
To exclude galleries that match a longer, unintended tag, simply subtract that tag from the search.&lt;br /&gt;
*E.g. searching &#039;&#039;monster -&amp;quot;monster girl&amp;quot;&#039;&#039; to exclude galleries tagged with [[monster girl]].&lt;br /&gt;
The disadvantage to this method is that it will also exclude any galleries that are tagged with both [[monster]] and [[monster girl]]. It also becomes prohibitive if there are many tags to exclude. The advantage to this approach is that it remains possible to use other search terms, as well as the various search options.&lt;br /&gt;
&lt;br /&gt;
====Exact Tag====&lt;br /&gt;
To get a list of all galleries tagged with a given tag, either:&lt;br /&gt;
*Find a gallery tagged &#039;&#039;monster&#039;&#039; (for example), click on the tag, and then click the &amp;quot;Show Tagged Galleries&amp;quot; link that appears.&lt;br /&gt;
*Type the appropriate URL directly into the address bar (e.g., [http://g.e-hentai.org/tag/monster/ http://g.e-hentai.org/tag/monster/]).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Advantages&amp;lt;/u&amp;gt;: Every gallery in this list will have the exact tag desired and not any longer, unintended tags. This is uninfluenced even by slave or master tags.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Disadvantages&amp;lt;/u&amp;gt;: This method essentially provides just a list and not a real search; the search functions cannot be used and it is not possible to include another tag or tags in any way or search for that tag if it is low-power. Clicking Apply Filter will abandon the list and start a normal search.&lt;br /&gt;
&lt;br /&gt;
==[[Namespaces]]==&lt;br /&gt;
Namespaces indicate a tag&#039;s purpose. Some tags cannot be entered without an accompanying namespace; this is intentional. Any tag without a default namespace will request that the user enter one of the accepted namespaces already paired with the tag. Please attempt to use the tag in conjunction with the correct namespace. If there is a valid namespace not permitted for use post it [https://forums.e-hentai.org/index.php?showtopic=88776 here].&lt;br /&gt;
&lt;br /&gt;
==Limitations==&lt;br /&gt;
*The field to add tags has an input cap of 200 characters.&lt;br /&gt;
*Tags listed in order of power when they are of equal [[power]] are listed in reverse alphabetical order.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[http://g.e-hentai.org/tools.php?act=taggroup Tag Groups] - Note that not all tag groups represent good tags&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Renaming&amp;diff=34154</id>
		<title>Renaming</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Renaming&amp;diff=34154"/>
		<updated>2015-09-21T03:42:08Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Renaming Petition.png|thumb|An example of a gallery renaming petition that has successfully changed the name of a gallery.]]&lt;br /&gt;
&lt;br /&gt;
Renaming allows users besides the gallery&#039;s uploader to change the name of [[E-Hentai_User_Gallery_System|a user uploaded gallery]]. Both the Romanized (&#039;&#039;&#039;R&#039;&#039;&#039;) and Japanese (&#039;&#039;&#039;J&#039;&#039;&#039;) fields can be changed. Typically this makes the gallery easier to identify or find via searches.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
*Renaming typically occurs once a petition option reaches 100% [[power]]. Votes can exceed 100%.&lt;br /&gt;
**If multiple options exist past 100% the one with the highest percentage will take priority.&lt;br /&gt;
**Votes on a single option are capped at 200%. This cap is raised by if an option over 100% exists but maintains a 100% ceiling from there. e.g. A petition with a 150% option allows for other options to go up to 249%.&lt;br /&gt;
*Users may withdraw or change their vote at any time. Selecting &amp;quot;◯ Blank Vote&amp;quot; will withdraw a vote on that field. Withdrawing votes will cause a gallery to revert to its original name or to the highest option that exceeds 99%.&lt;br /&gt;
*Options left incomplete for more than 7 days are automatically purged.&lt;br /&gt;
*Options with no votes are automatically removed.&lt;br /&gt;
*Ideally a gallery that has not changed should only require &#039;&#039;&#039;1&#039;&#039;&#039; renaming at most.&lt;br /&gt;
&lt;br /&gt;
==Naming Style==&lt;br /&gt;
The basic styles are as follows: &lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!width=85px|Type&lt;br /&gt;
!Style&lt;br /&gt;
!Example&lt;br /&gt;
|-&lt;br /&gt;
|[[Doujinshi]]&lt;br /&gt;
|(Convention Name) [Circle Names (Artist Names)] Title (Parody Names) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = (C71) [Gambler Club (Kousaka Jun)] Mahora Gakuen TyuuToubo 3-A (Mahou Sensei Negima!) [English] [SaHa] [Decensored]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = (C71) [ギャンブラー倶楽部 (香坂純)] MAHORAGAKUEN TYÛTÔBO 3-A (魔法先生ネギま！) [英訳] [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|[[Manga]] Magazine&lt;br /&gt;
|Title &#039;&#039;YYYY-MM&#039;&#039; Vol. &#039;&#039;#&#039;&#039; [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = COMIC XO 2009-07 Vol. 38&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = COMIC XO 2009年7月号 Vol.38&lt;br /&gt;
|-&lt;br /&gt;
|Stand-alone [[Anthology]]&lt;br /&gt;
|[Anthology] Title (Parody Names) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Anthology] Ero Shota 02 - Milk Boys&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [アンソロジー] えろ☆しょた 02 みるくボーイズ&lt;br /&gt;
|-&lt;br /&gt;
|[[Manga]] [[Tankoubon]]&lt;br /&gt;
|[Artist Names] Title [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Fuuga] Setsunai Omoi [Decensored]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [楓牙] せつない想い [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|Single Chapter [[Manga]] Story&lt;br /&gt;
|[Artist Names] Title (Magazine or Tankoubon source) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Kurokoshi You] Ryousai Kenimouto | น้องสาวที่คลั่งพี่ชาย (COMIC Megastore 2010-02) [Thai ภาษาไทย] [HypNos]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [黒越陽] 良妻兼妹 (コミックメガストア 2010年2月号) [タイ翻訳]&lt;br /&gt;
|-&lt;br /&gt;
|Multi-chapter [[Manga]] Story&lt;br /&gt;
|[Artist Names] Title Ch. &#039;&#039;#&#039;&#039;-&#039;&#039;#&#039;&#039; [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Ooshima Ryou] Torikae Apuri Ch. 1-7 [Korean] [Team EDGE]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [大嶋亮] とりかえアプリ 第1-7話 [韓国翻訳]&lt;br /&gt;
|-&lt;br /&gt;
|[[Western]]/[[3D]]&lt;br /&gt;
|[Artist Names] Title (Parody) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Freako, Rainbow-Flyer] Come On, Cum-Busken! (Pokemon) [Ongoing]&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;&#039;&#039;J&#039;&#039;&#039; field is N/A&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|[[Rewrite]]&lt;br /&gt;
|Rewritten Title [Language] [Rewrite] [Rewriters]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = Paзвpaтнaя Cecтpa [Russian] [Rewrite] [009]&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;&#039;&#039;J&#039;&#039;&#039; field is N/A&#039;&#039;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Anatomy of A Gallery Name==&lt;br /&gt;
;Convention Name&lt;br /&gt;
:The [[convention]] where the work was sold. Use shorthand whenever possible ([[#Formatting|see below]]). Never applies to [Digital] releases.&lt;br /&gt;
;Circle Name(s)&lt;br /&gt;
:The group names under which the artist(s) work. Never to be used on works where a circle is not credited. Artists can work under multiple circles or can change at any time; therefore users should never assume the circle name based on the artist name (and vice-versa).&lt;br /&gt;
;Artist Name(s)&lt;br /&gt;
:Writer names are also accepted for more [[novel]]-like works but they should never be [[tagged]].&lt;br /&gt;
;Title(s)&lt;br /&gt;
:May include its translated name after a [https://en.wikipedia.org/wiki/Vertical_bar vertical bar] if the work is translated (e.g. &#039;&#039;Nurse wo Kanojo ni Suru Houhou | How to Go Steady with a Nurse&#039;&#039;). Sub-titles should be separated with a hyphen.&lt;br /&gt;
;Chapter / Volume&lt;br /&gt;
:Always abbreviated. Includes a space in the &#039;&#039;&#039;R&#039;&#039;&#039; field (e.g. &#039;&#039;Vol. 8&#039;&#039; / &#039;&#039;第8巻&#039;&#039;). Allows for ranges for chapters (e.g. &#039;&#039;Ch. 1-5&#039;&#039; / &#039;&#039;第1-5話&#039;&#039;).&lt;br /&gt;
;Magazine or Tankoubon Source&lt;br /&gt;
:The publication source of the scan. For magazines use title and date only. If a magazine title combines English and Japanese (e.g. &#039;&#039;COMIC 真激&#039;&#039;) add a space between the English and Japanese portions of the title.&lt;br /&gt;
;Parody Name(s)&lt;br /&gt;
:Names of the series being parodied. Most common in [[Doujinshi]] galleries. For the &#039;&#039;&#039;R&#039;&#039;&#039; field they are preferred how they are in romaji followed by how they are [[tag|tagged]] (e.g. &#039;&#039;Ah! Megami-sama&#039;&#039; is preferred over &#039;&#039;Ah! My Goddess&#039;&#039;)&lt;br /&gt;
;[[:Category:Language_Tag|Language]]&lt;br /&gt;
:Must be the language&#039;s equivalent name in English (e.g. &#039;&#039;[Spanish]&#039;&#039;, &#039;&#039;[German]&#039;&#039;). [[Thai]] and [[Vietnamese]] must include their in-language equivalents (&#039;&#039;[Thai ภาษาไทย]&#039;&#039; and &#039;&#039;[Vietnamese Tiếng Việt]&#039;&#039;).&lt;br /&gt;
;Translator(s)&lt;br /&gt;
:While square brackets are preferred {curly braces} and 【sumistuki】 are also acceptable. They are preferred how the translator writes them (such as on their archive files). Only for use in the &#039;&#039;&#039;R&#039;&#039;&#039; field.&lt;br /&gt;
;[[#Special_Indicators|Special Indicator(s)]]&lt;br /&gt;
:Decensored, Colorized, Incomplete, Digital, Sample, Textless, etc.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
*Only known and applicable information should be used. Any unconfirmed information should be left out. New rename petitions can be made to amend any missing information.&lt;br /&gt;
*The primary focus of renaming is adding or correcting major data (e.g. serious spelling mistakes, wrong convention). It is recommended NOT to rename galleries simply to correct minor mistakes in their formatting (e.g. wrong brackets used, improper casing).&lt;br /&gt;
*Multiple entries in any portion must be separated with commas.&lt;br /&gt;
*Use [https://en.wikipedia.org/wiki/Letter_case#Headings_and_publication_titles Title Casing] unless otherwise indicated by the work.&lt;br /&gt;
*In all cases where the colophon and the cover have conflicting information the colophon wins.&lt;br /&gt;
**Additional information from the cover (such as subtitles, possibly English) is to be included in the &#039;&#039;&#039;R&#039;&#039;&#039; field but should only be added to the &#039;&#039;&#039;J&#039;&#039;&#039; field if it is in the colophon as well.&lt;br /&gt;
*If the creator/parody names exceed 3 in number, it is preferred to state &amp;quot;Various&amp;quot; / &amp;quot;よろず&amp;quot; instead.&lt;br /&gt;
*Languages should only be indicated for translated/rewritten works or wherever such languages would not be expected; e.g. [Japanese] is not needed because it is the default language for most works.&lt;br /&gt;
*Any chapter collection should include the chapter numbers, except complete ones.&lt;br /&gt;
*Leading zeros are only included if they appear explicitly; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Ch. 7&amp;lt;/span&amp;gt;&amp;quot; not &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ch. 07&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;COMIC1☆3&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;COMIC1☆03&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*If the translation is released by a group (e.g. Doujin-moe), the group&#039;s name takes precedence over the name of the translator. Translators who are anonymous, or sources that are not official groups (e.g. /a/) should not be credited.&lt;br /&gt;
*A translation of a [[rewrite]] is still a [[rewrite]] and thus follows that format.&lt;br /&gt;
&lt;br /&gt;
===J Field Only===&lt;br /&gt;
*For lists in the &#039;&#039;&#039;J&#039;&#039;&#039; field ideographic commas (、) are preferred over batsus (×) and ampersands (&amp;amp;). Ordinary commas are also acceptable; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;大熊狸喜、かん奈&amp;lt;/span&amp;gt;&amp;quot; over &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;大熊狸喜×かん奈&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Symbols such as &amp;quot;☆&amp;quot; are mandatory for the &#039;&#039;&#039;J&#039;&#039;&#039; field but are optional for the &#039;&#039;&#039;R&#039;&#039;&#039; field.&lt;br /&gt;
*All caps titles are mandatory for the &#039;&#039;&#039;J&#039;&#039;&#039; but are optional for the &#039;&#039;&#039;R&#039;&#039;&#039; field.&lt;br /&gt;
*Chinese and Korean original works (not translations) use the &#039;&#039;&#039;J&#039;&#039;&#039; field as though it was applicable to them instead of Japanese. Names in these fields must end with &amp;quot;[中国語]&amp;quot; or &amp;quot;[韓国語]&amp;quot; (Chinese and Korean respectively). Their non-romanized titles must be included in the &#039;&#039;&#039;R&#039;&#039;&#039; field as well (post-vertical line if a romanized title exists).&lt;br /&gt;
&lt;br /&gt;
===Transliteration===&lt;br /&gt;
*Always use [https://en.wikipedia.org/wiki/Hepburn_romanization Hepburn romanization].&lt;br /&gt;
**を as a particle is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;o&amp;lt;/span&amp;gt;&amp;quot;, not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;wo&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
**本 is &amp;quot;Hon&amp;quot; unless it follows a noun/pronoun which then makes it &amp;quot;Bon&amp;quot;.&lt;br /&gt;
*If the romaji is obviously spelling out an English word then use the correct English word instead of the romaji version of it; e.g. &amp;quot;シスター&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Sister&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Shisutaa&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;ラブ&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Love&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rabu&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;メイド&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Maid&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Meido&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
**Shortened or clipped English stays as is.&lt;br /&gt;
*Kanji representing numbers should be romanized as words, not as numbers; e.g. &amp;quot;九&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Kyuu&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;9&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Use hyphens to separate names/pronouns from honorifics; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Onii-chan&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Oniichan&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Marus (○) or other censors are to be corrected in the &#039;&#039;&#039;R&#039;&#039;&#039; field if the information being censored is known.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Do Not&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Do &#039;&#039;&#039;NOT&#039;&#039;&#039;==&lt;br /&gt;
*Use whitespace characters to blank out a field. This is not the same as a blank name and [[To_Be_Added#E-Hentai_Galleries|the petition system does not support blanking fields at the time of writing]].&lt;br /&gt;
**If a gallery needs a reversion to a blank state, all ongoing petitions should be withdrawn and the gallery uploader should change the name fields accordingly.&lt;br /&gt;
*Use &amp;quot;同人誌&amp;quot;, &amp;quot;同人CG集&amp;quot;, &amp;quot;同人ソフトCG&amp;quot;, &amp;quot;同人ゲームCG&amp;quot;, &amp;quot;アダルトコミック&amp;quot;, &amp;quot;フルカラーコミック&amp;quot;, &amp;quot;エロ&amp;quot;, &amp;quot;コスプレ&amp;quot;, &amp;quot;成年コミック&amp;quot;, &amp;quot;非エロ&amp;quot;, or &amp;quot;総集編&amp;quot;; these are all redundant / irrelevant.&lt;br /&gt;
*Use &amp;quot;Complete&amp;quot;, &amp;quot;End&amp;quot;, &amp;quot;Finished&amp;quot;, or any other variants to indicate the end of a series or a work&#039;s completeness.&lt;br /&gt;
*Use &amp;quot;Original&amp;quot; or &amp;quot;オリジナル&amp;quot; as a parody. This is already assumed for any gallery without a parody indicator.&lt;br /&gt;
*Use &amp;quot;Raw&amp;quot; as a language. This is already assumed for any gallery without a language indicator.&lt;br /&gt;
*Use publisher or website names. Some exceptions apply (typically when no other creator names can be associated with the work).&lt;br /&gt;
*Put the date in any brackets if it&#039;s part of the name; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Comic Megastore 2011-10&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Comic Megastore [2011-10]&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Rename a gallery to describe the its contents (rare exceptions exist if the existing title is pejorative or very misleading).&lt;br /&gt;
*Include a translated title in the &#039;&#039;&#039;R&#039;&#039;&#039; field if the gallery is not in that language unless the translator/uploader has used a title from a third language.&lt;br /&gt;
*Indicate the quality of the work in any fashion; e.g. &amp;quot;Version 2&amp;quot;, &amp;quot;Hi-Res&amp;quot;, &amp;quot;High Quality&amp;quot;, &amp;quot;300 DPI&amp;quot;, etc.&lt;br /&gt;
*Use alternative alphabetic characters (such as full-width) in the &#039;&#039;&#039;R&#039;&#039;&#039; field; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Nudism Zone&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ｎｕｄｉｓｍ Ｚｏｎｅ&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Use the [Digital] indicator for CG sets or &#039;&#039;&#039;any&#039;&#039;&#039; work that has no paper version.&lt;br /&gt;
*Use the [Colorized] indicator for works that were not colored by a 3rd party.&lt;br /&gt;
*Rename [[expunged]] galleries (unless they are due for de-expunging or administrative purposes).&lt;br /&gt;
&lt;br /&gt;
==Formatting==&lt;br /&gt;
===Special Indicators===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Romanized&lt;br /&gt;
!Japanese&lt;br /&gt;
|-&lt;br /&gt;
|[Colorized] || [カラー化]&lt;br /&gt;
|-&lt;br /&gt;
|[Decensored] || [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|[Digital] || [DL版]&lt;br /&gt;
|-&lt;br /&gt;
|[Incomplete] || [ページ欠落]&lt;br /&gt;
|-&lt;br /&gt;
|[Ongoing] || [進行中]&lt;br /&gt;
|-&lt;br /&gt;
|[Phone Scan] || &lt;br /&gt;
|-&lt;br /&gt;
|[Sample] || [見本]&lt;br /&gt;
|-&lt;br /&gt;
|[Textless] || [無字]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Conventions&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;conventions&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;convention&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Convention&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Conventions===&lt;br /&gt;
Note that the numbers used are largely just for example.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Full Name&lt;br /&gt;
!Romanized&lt;br /&gt;
!Japanese&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot;|&#039;&#039;&#039;Conventions&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|ABnormal Carnival 3 || (ABC 3) || (アブノーマル・カーニバル3)&lt;br /&gt;
|-&lt;br /&gt;
|Air Reitaisai 8 || (Air Reitaisai 8) || (エア例大祭8)&lt;br /&gt;
|-&lt;br /&gt;
|Akatsuki no Utage 3 || (Akatsuki no Utage 3) || (紅月ノ宴3)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Characters! 2 || (ComiChara 2) || (コミキャラ2nd)&lt;br /&gt;
|-&lt;br /&gt;
|Comic City &#039;&#039;CityName&#039;&#039;&lt;br /&gt;
&amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt;: Comic City Osaka 66&lt;br /&gt;
| (CC&#039;&#039;CityNameInEnglish##&#039;&#039;) &amp;lt;br&amp;gt; (CCOsaka66)&lt;br /&gt;
| (CC&#039;&#039;CityNameInJapanese##&#039;&#039;) &amp;lt;br&amp;gt; (CC大阪66)&lt;br /&gt;
|-&lt;br /&gt;
|Comic City Spark 20 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (SPARK20)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Communication 13 || (ComiComi13) || (コミコミ13)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Market 53 / Comiket 53 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (C53)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Market Special 5 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (CSP5)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Revolution 37 || (CR37) || (Cレヴォ37)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Treasure 14 || (CT14) || (こみトレ14)&lt;br /&gt;
|-&lt;br /&gt;
|The 1st COMIC1 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (COMIC1)&lt;br /&gt;
|-&lt;br /&gt;
|The 2nd COMIC1 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (COMIC1☆2)&lt;br /&gt;
|-&lt;br /&gt;
|COMITIA 91 || (&amp;lt;span title=&amp;quot;Those with a space are acceptable&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;COMITIA91&amp;lt;/span&amp;gt;) || (コミティア91)&lt;br /&gt;
|-&lt;br /&gt;
|Costume Cafe 19 || (CosCafe19) || (コスカ19号店)&lt;br /&gt;
|-&lt;br /&gt;
|Fancy Frontier 18 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (FF18)&lt;br /&gt;
|-&lt;br /&gt;
|Fetishism IV || (Fetishism 4) || (フェティシズムIV)&lt;br /&gt;
|-&lt;br /&gt;
|Fur-st 3 || (Fur-st 3) || (ふぁーすと3)&lt;br /&gt;
|-&lt;br /&gt;
|Futaket 5 || (Futaket 5) || (ふたけっと5)&lt;br /&gt;
|-&lt;br /&gt;
|Hakurei Jinja Reitaisai 5 || (Reitaisai 5) || (例大祭5)&lt;br /&gt;
|-&lt;br /&gt;
|Haru Comic City 17 || (HaruCC17) || (HARUCC17)&lt;br /&gt;
|-&lt;br /&gt;
|Kemoket 2 || (Kemoket 2) || (けもケット2)&lt;br /&gt;
|-&lt;br /&gt;
|King of Colors 2 || (King of Colors II) || (KOCII)&lt;br /&gt;
|-&lt;br /&gt;
|Koi no Mahou wa Marisa ni Omakase! 4 || (KoiMari4) || (こいまり4)&lt;br /&gt;
|-&lt;br /&gt;
|Koharu Komichi 4 || (Koharu Komichi 4) || (小春小径4)&lt;br /&gt;
|-&lt;br /&gt;
|Kyonyuukko 5 || (Kyonyuukko 5) || (巨乳っ娘5)&lt;br /&gt;
|-&lt;br /&gt;
|Lyrical Magical 3 || (Lyrical Magical 3) || (リリカルマジカル3)&lt;br /&gt;
|-&lt;br /&gt;
|Makimasuka? Makimasenka? 3 || (MakiMaki 3) || (まきまき3)&lt;br /&gt;
|-&lt;br /&gt;
|Men&#039;s Comic 45 || (MenComi45) || (メンコミ45)&lt;br /&gt;
|-&lt;br /&gt;
|Mimiket 24 || (Mimiket 24) || (みみけっと24)&lt;br /&gt;
|-&lt;br /&gt;
|Mofuket 2 || (Mofuket 2) || (もふけっと2)&lt;br /&gt;
|-&lt;br /&gt;
|Puniket 22 || (Puniket 22) || (ぷにケット22)&lt;br /&gt;
|-&lt;br /&gt;
|Rainbow Flavor &#039;&#039;CityName&#039;&#039; || (RF&#039;&#039;CityName&#039;&#039;) || (レイフレ&#039;&#039;CITYNAME&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|Reisensai 2 || (Reisensai 2) || (鈴仙祭2)&lt;br /&gt;
|-&lt;br /&gt;
|Shota Scratch 11 || (Shota Scratch 11) || (ショタスクラッチ11)&lt;br /&gt;
|-&lt;br /&gt;
|Shotaket 11 || (Shotaket 11) ||  (ショタケット11)&lt;br /&gt;
|-&lt;br /&gt;
|Sunshine Creation 40 || (SC40) || (サンクリ40)&lt;br /&gt;
|-&lt;br /&gt;
|Super Comic City 17 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (SUPER17)&lt;br /&gt;
|-&lt;br /&gt;
|Super Comic City Kansai 21 || (SUPERKansai21) || (SUPER関西21)&lt;br /&gt;
|-&lt;br /&gt;
|Super Heroine Time 2012 Aki || (SHT2012 Aki) || (SHT2012秋)&lt;br /&gt;
|-&lt;br /&gt;
|Super Heroine Time 2012 Haru || (SHT2012 Haru) || (SHT2012春)&lt;br /&gt;
|-&lt;br /&gt;
|Tengu-sama no Oshigoto 4 || (Tengu-sama no Oshigoto 4) || (天狗様のお仕事4)&lt;br /&gt;
|-&lt;br /&gt;
|Tokimeki Party Sensation 5 || (TokiPa 5) || (ときパ5)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Fuhai Komachi 3 || (Komachi 3) || (東方不敗小町3)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Kouroumu 2 || (Kouroumu 2) || (紅楼夢2)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Ruuchakai 4 || (Ruuchakai 4) || (螺茶会4)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Yarinsai Daisanmaku 3 || (Yarinsai 3) || (東方椰麟祭3)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Renaming galleries (as well as [[expunging]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive 5 points for being the first to petition and 1 point for voting on an existing petition. Points are only awarded on the day that the petition is successful and will not be rewarded if the petition does not pass.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Note that repeated poor use of rename petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=21476 The Rename/Reclass thread] - Post any galleries that need renaming here after putting forward a petition or seeing an appropriate one that needs additional votes. Users should indicate which option they recommend if there are multiple options on the petition.&lt;br /&gt;
*[http://g.e-hentai.org/tools.php?act=track_rename Rename Tracker]&lt;br /&gt;
*[[Expunging]]&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
&lt;br /&gt;
{{EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Renaming&amp;diff=34153</id>
		<title>Renaming</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Renaming&amp;diff=34153"/>
		<updated>2015-09-21T03:38:56Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Anatomy of A Gallery Name */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Renaming Petition.png|thumb|An example of a gallery renaming petition that has successfully changed the name of a gallery.]]&lt;br /&gt;
&lt;br /&gt;
Renaming allows users besides the gallery&#039;s uploader to change the name of [[E-Hentai_User_Gallery_System|a user uploaded gallery]]. Both the Romanized (&#039;&#039;&#039;R&#039;&#039;&#039;) and Japanese (&#039;&#039;&#039;J&#039;&#039;&#039;) fields can be changed. Typically this makes the gallery easier to identify or find via searches.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
*Renaming typically occurs once a petition option reaches 100% [[power]]. Votes can exceed 100%.&lt;br /&gt;
**If multiple options exist past 100% the one with the highest percentage will take priority.&lt;br /&gt;
**Votes on a single option are capped at 200%. This cap is raised by if an option over 100% exists but maintains a 100% ceiling from there. e.g. A petition with a 150% option allows for other options to go up to 249%.&lt;br /&gt;
*Users may withdraw or change their vote at any time. Selecting &amp;quot;◯ Blank Vote&amp;quot; will withdraw a vote on that field. Withdrawing votes will cause a gallery to revert to its original name or to the highest option that exceeds 99%.&lt;br /&gt;
*Options left incomplete for more than 7 days are automatically purged.&lt;br /&gt;
*Options with no votes are automatically removed.&lt;br /&gt;
*Ideally a gallery that has not changed should only require &#039;&#039;&#039;1&#039;&#039;&#039; renaming at most.&lt;br /&gt;
&lt;br /&gt;
==Naming Style==&lt;br /&gt;
The basic styles are as follows: &lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!width=85px|Type&lt;br /&gt;
!Style&lt;br /&gt;
!Example&lt;br /&gt;
|-&lt;br /&gt;
|[[Doujinshi]]&lt;br /&gt;
|(Convention Name) [Circle Names (Artist Names)] Title (Parody Names) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = (C71) [Gambler Club (Kousaka Jun)] Mahora Gakuen TyuuToubo 3-A (Mahou Sensei Negima!) [English] [SaHa] [Decensored]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = (C71) [ギャンブラー倶楽部 (香坂純)] MAHORAGAKUEN TYÛTÔBO 3-A (魔法先生ネギま！) [英訳] [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|[[Manga]] Magazine&lt;br /&gt;
|Title &#039;&#039;YYYY-MM&#039;&#039; Vol. &#039;&#039;#&#039;&#039; [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = COMIC XO 2009-07 Vol. 38&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = COMIC XO 2009年7月号 Vol.38&lt;br /&gt;
|-&lt;br /&gt;
|Stand-alone [[Anthology]]&lt;br /&gt;
|[Anthology] Title (Parody Names) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Anthology] Ero Shota 02 - Milk Boys&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [アンソロジー] えろ☆しょた 02 みるくボーイズ&lt;br /&gt;
|-&lt;br /&gt;
|[[Manga]] [[Tankoubon]]&lt;br /&gt;
|[Artist Names] Title [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Fuuga] Setsunai Omoi [Decensored]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [楓牙] せつない想い [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|Single Chapter [[Manga]] Story&lt;br /&gt;
|[Artist Names] Title (Magazine or Tankoubon source) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Kurokoshi You] Ryousai Kenimouto | น้องสาวที่คลั่งพี่ชาย (COMIC Megastore 2010-02) [Thai ภาษาไทย] [HypNos]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [黒越陽] 良妻兼妹 (コミックメガストア 2010年2月号) [タイ翻訳]&lt;br /&gt;
|-&lt;br /&gt;
|Multi-chapter [[Manga]] Story&lt;br /&gt;
|[Artist Names] Title Ch. &#039;&#039;#&#039;&#039;-&#039;&#039;#&#039;&#039; [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Ooshima Ryou] Torikae Apuri Ch. 1-7 [Korean] [Team EDGE]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [大嶋亮] とりかえアプリ 第1-7話 [韓国翻訳]&lt;br /&gt;
|-&lt;br /&gt;
|[[Western]]/[[3D]]&lt;br /&gt;
|[Artist Names] Title (Parody) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Freako, Rainbow-Flyer] Come On, Cum-Busken! (Pokemon) [Ongoing]&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;&#039;&#039;J&#039;&#039;&#039; field is N/A&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|[[Rewrite]]&lt;br /&gt;
|Rewritten Title [Language] [Rewrite] [Rewriters]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = Paзвpaтнaя Cecтpa [Russian] [Rewrite] [009]&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;&#039;&#039;J&#039;&#039;&#039; field is N/A&#039;&#039;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Anatomy of A Gallery Name==&lt;br /&gt;
;Convention Name&lt;br /&gt;
:The [[convention]] where the work was sold. Use shorthand whenever possible ([[#Formatting|see below]]). Never applies to [Digital] releases.&lt;br /&gt;
;Circle Name(s)&lt;br /&gt;
:The group names under which the artist(s) work. Never to be used on works where a circle is not credited. Artists can work under multiple circles or can change at any time; therefore users should never assume the circle name based on the artist name (and vice-versa).&lt;br /&gt;
;Artist Name(s)&lt;br /&gt;
:Writer names are also accepted for more [[novel]]-like works but they should never be [[tagged]].&lt;br /&gt;
;Title(s)&lt;br /&gt;
:May include its translated name after a [https://en.wikipedia.org/wiki/Vertical_bar vertical bar] if the work is translated (e.g. &#039;&#039;Nurse wo Kanojo ni Suru Houhou | How to Go Steady with a Nurse&#039;&#039;). Sub-titles should be separated with a hyphen.&lt;br /&gt;
;Chapter / Volume&lt;br /&gt;
:Always abbreviated. Includes a space in the &#039;&#039;&#039;R&#039;&#039;&#039; field (e.g. &#039;&#039;Vol. 8&#039;&#039; / &#039;&#039;第8巻&#039;&#039;). Allows for ranges for chapters (e.g. &#039;&#039;Ch. 1-5&#039;&#039; / &#039;&#039;第1-5話&#039;&#039;).&lt;br /&gt;
;Magazine or Tankoubon Source&lt;br /&gt;
:The publication source of the scan. For magazines use title and date only. If a magazine title combines English and Japanese (e.g. &#039;&#039;COMIC 真激&#039;&#039;) add a space between the English and Japanese portions of the title.&lt;br /&gt;
;Parody Name(s)&lt;br /&gt;
:Names of the series being parodied. Most common in [[Doujinshi]] galleries. For the &#039;&#039;&#039;R&#039;&#039;&#039; field they are preferred how they are in romaji followed by how they are [[tag|tagged]] (e.g. &#039;&#039;Ah! Megami-sama&#039;&#039; is preferred over &#039;&#039;Ah! My Goddess&#039;&#039;)&lt;br /&gt;
;[[:Category:Language_Tag|Language]]&lt;br /&gt;
:Must be the language&#039;s equivalent name in English (e.g. &#039;&#039;[Spanish]&#039;&#039;, &#039;&#039;[German]&#039;&#039;). [[Thai]] and [[Vietnamese]] must include their in-language equivalents (&#039;&#039;[Thai ภาษาไทย]&#039;&#039; and &#039;&#039;[Vietnamese Tiếng Việt]&#039;&#039;).&lt;br /&gt;
;Translator(s)&lt;br /&gt;
:While square brackets are preferred {curly braces} and 【sumistuki】 are also acceptable. They are preferred how the translator writes them (such as on their archive files). If the translation is released by a group (e.g. Doujin-moe), the group&#039;s name takes precedence over the name of the translator. Translators who are anonymous, or sources that are not official groups (e.g. /a/) should not be credited. Only for use in the &#039;&#039;&#039;R&#039;&#039;&#039; field.&lt;br /&gt;
;[[#Special_Indicators|Special Indicator(s)]]&lt;br /&gt;
:Decensored, Colorized, Incomplete, Digital, Sample, Textless, etc.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
*Only known and applicable information should be used. Any unconfirmed information should be left out. New rename petitions can be made to amend any missing information.&lt;br /&gt;
*The primary focus of renaming is adding or correcting major data (e.g. serious spelling mistakes, wrong convention). It is recommended NOT to rename galleries simply to correct minor mistakes in their formatting (e.g. wrong brackets used, improper casing).&lt;br /&gt;
*Multiple entries in any portion must be separated with commas.&lt;br /&gt;
*Use [https://en.wikipedia.org/wiki/Letter_case#Headings_and_publication_titles Title Casing] unless otherwise indicated by the work.&lt;br /&gt;
*In all cases where the colophon and the cover have conflicting information the colophon wins.&lt;br /&gt;
**Additional information from the cover (such as subtitles, possibly English) is to be included in the &#039;&#039;&#039;R&#039;&#039;&#039; field but should only be added to the &#039;&#039;&#039;J&#039;&#039;&#039; field if it is in the colophon as well.&lt;br /&gt;
*If the creator/parody names exceed 3 in number, it is preferred to state &amp;quot;Various&amp;quot; / &amp;quot;よろず&amp;quot; instead.&lt;br /&gt;
*Languages should only be indicated for translated/rewritten works or wherever such languages would not be expected; e.g. [Japanese] is not needed because it is the default language for most works.&lt;br /&gt;
*Any chapter collection should include the chapter numbers, except complete ones.&lt;br /&gt;
*Leading zeros are only included if they appear explicitly; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Ch. 7&amp;lt;/span&amp;gt;&amp;quot; not &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ch. 07&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;COMIC1☆3&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;COMIC1☆03&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*A translation of a [[rewrite]] is still a [[rewrite]] and thus follows that format.&lt;br /&gt;
&lt;br /&gt;
===J Field Only===&lt;br /&gt;
*For lists in the &#039;&#039;&#039;J&#039;&#039;&#039; field ideographic commas (、) are preferred over batsus (×) and ampersands (&amp;amp;). Ordinary commas are also acceptable; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;大熊狸喜、かん奈&amp;lt;/span&amp;gt;&amp;quot; over &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;大熊狸喜×かん奈&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Symbols such as &amp;quot;☆&amp;quot; are mandatory for the &#039;&#039;&#039;J&#039;&#039;&#039; field but are optional for the &#039;&#039;&#039;R&#039;&#039;&#039; field.&lt;br /&gt;
*All caps titles are mandatory for the &#039;&#039;&#039;J&#039;&#039;&#039; but are optional for the &#039;&#039;&#039;R&#039;&#039;&#039; field.&lt;br /&gt;
*Chinese and Korean original works (not translations) use the &#039;&#039;&#039;J&#039;&#039;&#039; field as though it was applicable to them instead of Japanese. Names in these fields must end with &amp;quot;[中国語]&amp;quot; or &amp;quot;[韓国語]&amp;quot; (Chinese and Korean respectively). Their non-romanized titles must be included in the &#039;&#039;&#039;R&#039;&#039;&#039; field as well (post-vertical line if a romanized title exists).&lt;br /&gt;
&lt;br /&gt;
===Transliteration===&lt;br /&gt;
*Always use [https://en.wikipedia.org/wiki/Hepburn_romanization Hepburn romanization].&lt;br /&gt;
**を as a particle is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;o&amp;lt;/span&amp;gt;&amp;quot;, not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;wo&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
**本 is &amp;quot;Hon&amp;quot; unless it follows a noun/pronoun which then makes it &amp;quot;Bon&amp;quot;.&lt;br /&gt;
*If the romaji is obviously spelling out an English word then use the correct English word instead of the romaji version of it; e.g. &amp;quot;シスター&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Sister&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Shisutaa&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;ラブ&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Love&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rabu&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;メイド&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Maid&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Meido&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
**Shortened or clipped English stays as is.&lt;br /&gt;
*Kanji representing numbers should be romanized as words, not as numbers; e.g. &amp;quot;九&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Kyuu&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;9&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Use hyphens to separate names/pronouns from honorifics; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Onii-chan&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Oniichan&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Marus (○) or other censors are to be corrected in the &#039;&#039;&#039;R&#039;&#039;&#039; field if the information being censored is known.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Do Not&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Do &#039;&#039;&#039;NOT&#039;&#039;&#039;==&lt;br /&gt;
*Use whitespace characters to blank out a field. This is not the same as a blank name and [[To_Be_Added#E-Hentai_Galleries|the petition system does not support blanking fields at the time of writing]].&lt;br /&gt;
**If a gallery needs a reversion to a blank state, all ongoing petitions should be withdrawn and the gallery uploader should change the name fields accordingly.&lt;br /&gt;
*Use &amp;quot;同人誌&amp;quot;, &amp;quot;同人CG集&amp;quot;, &amp;quot;同人ソフトCG&amp;quot;, &amp;quot;同人ゲームCG&amp;quot;, &amp;quot;アダルトコミック&amp;quot;, &amp;quot;フルカラーコミック&amp;quot;, &amp;quot;エロ&amp;quot;, &amp;quot;コスプレ&amp;quot;, &amp;quot;成年コミック&amp;quot;, &amp;quot;非エロ&amp;quot;, or &amp;quot;総集編&amp;quot;; these are all redundant / irrelevant.&lt;br /&gt;
*Use &amp;quot;Complete&amp;quot;, &amp;quot;End&amp;quot;, &amp;quot;Finished&amp;quot;, or any other variants to indicate the end of a series or a work&#039;s completeness.&lt;br /&gt;
*Use &amp;quot;Original&amp;quot; or &amp;quot;オリジナル&amp;quot; as a parody. This is already assumed for any gallery without a parody indicator.&lt;br /&gt;
*Use &amp;quot;Raw&amp;quot; as a language. This is already assumed for any gallery without a language indicator.&lt;br /&gt;
*Use publisher or website names. Some exceptions apply (typically when no other creator names can be associated with the work).&lt;br /&gt;
*Put the date in any brackets if it&#039;s part of the name; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Comic Megastore 2011-10&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Comic Megastore [2011-10]&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Rename a gallery to describe the its contents (rare exceptions exist if the existing title is pejorative or very misleading).&lt;br /&gt;
*Include a translated title in the &#039;&#039;&#039;R&#039;&#039;&#039; field if the gallery is not in that language unless the translator/uploader has used a title from a third language.&lt;br /&gt;
*Indicate the quality of the work in any fashion; e.g. &amp;quot;Version 2&amp;quot;, &amp;quot;Hi-Res&amp;quot;, &amp;quot;High Quality&amp;quot;, &amp;quot;300 DPI&amp;quot;, etc.&lt;br /&gt;
*Use alternative alphabetic characters (such as full-width) in the &#039;&#039;&#039;R&#039;&#039;&#039; field; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Nudism Zone&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ｎｕｄｉｓｍ Ｚｏｎｅ&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Use the [Digital] indicator for CG sets or &#039;&#039;&#039;any&#039;&#039;&#039; work that has no paper version.&lt;br /&gt;
*Use the [Colorized] indicator for works that were not colored by a 3rd party.&lt;br /&gt;
*Rename [[expunged]] galleries (unless they are due for de-expunging or administrative purposes).&lt;br /&gt;
&lt;br /&gt;
==Formatting==&lt;br /&gt;
===Special Indicators===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Romanized&lt;br /&gt;
!Japanese&lt;br /&gt;
|-&lt;br /&gt;
|[Colorized] || [カラー化]&lt;br /&gt;
|-&lt;br /&gt;
|[Decensored] || [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|[Digital] || [DL版]&lt;br /&gt;
|-&lt;br /&gt;
|[Incomplete] || [ページ欠落]&lt;br /&gt;
|-&lt;br /&gt;
|[Ongoing] || [進行中]&lt;br /&gt;
|-&lt;br /&gt;
|[Phone Scan] || &lt;br /&gt;
|-&lt;br /&gt;
|[Sample] || [見本]&lt;br /&gt;
|-&lt;br /&gt;
|[Textless] || [無字]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Conventions&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;conventions&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;convention&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Convention&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Conventions===&lt;br /&gt;
Note that the numbers used are largely just for example.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Full Name&lt;br /&gt;
!Romanized&lt;br /&gt;
!Japanese&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot;|&#039;&#039;&#039;Conventions&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|ABnormal Carnival 3 || (ABC 3) || (アブノーマル・カーニバル3)&lt;br /&gt;
|-&lt;br /&gt;
|Air Reitaisai 8 || (Air Reitaisai 8) || (エア例大祭8)&lt;br /&gt;
|-&lt;br /&gt;
|Akatsuki no Utage 3 || (Akatsuki no Utage 3) || (紅月ノ宴3)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Characters! 2 || (ComiChara 2) || (コミキャラ2nd)&lt;br /&gt;
|-&lt;br /&gt;
|Comic City &#039;&#039;CityName&#039;&#039;&lt;br /&gt;
&amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt;: Comic City Osaka 66&lt;br /&gt;
| (CC&#039;&#039;CityNameInEnglish##&#039;&#039;) &amp;lt;br&amp;gt; (CCOsaka66)&lt;br /&gt;
| (CC&#039;&#039;CityNameInJapanese##&#039;&#039;) &amp;lt;br&amp;gt; (CC大阪66)&lt;br /&gt;
|-&lt;br /&gt;
|Comic City Spark 20 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (SPARK20)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Communication 13 || (ComiComi13) || (コミコミ13)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Market 53 / Comiket 53 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (C53)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Market Special 5 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (CSP5)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Revolution 37 || (CR37) || (Cレヴォ37)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Treasure 14 || (CT14) || (こみトレ14)&lt;br /&gt;
|-&lt;br /&gt;
|The 1st COMIC1 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (COMIC1)&lt;br /&gt;
|-&lt;br /&gt;
|The 2nd COMIC1 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (COMIC1☆2)&lt;br /&gt;
|-&lt;br /&gt;
|COMITIA 91 || (&amp;lt;span title=&amp;quot;Those with a space are acceptable&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;COMITIA91&amp;lt;/span&amp;gt;) || (コミティア91)&lt;br /&gt;
|-&lt;br /&gt;
|Costume Cafe 19 || (CosCafe19) || (コスカ19号店)&lt;br /&gt;
|-&lt;br /&gt;
|Fancy Frontier 18 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (FF18)&lt;br /&gt;
|-&lt;br /&gt;
|Fetishism IV || (Fetishism 4) || (フェティシズムIV)&lt;br /&gt;
|-&lt;br /&gt;
|Fur-st 3 || (Fur-st 3) || (ふぁーすと3)&lt;br /&gt;
|-&lt;br /&gt;
|Futaket 5 || (Futaket 5) || (ふたけっと5)&lt;br /&gt;
|-&lt;br /&gt;
|Hakurei Jinja Reitaisai 5 || (Reitaisai 5) || (例大祭5)&lt;br /&gt;
|-&lt;br /&gt;
|Haru Comic City 17 || (HaruCC17) || (HARUCC17)&lt;br /&gt;
|-&lt;br /&gt;
|Kemoket 2 || (Kemoket 2) || (けもケット2)&lt;br /&gt;
|-&lt;br /&gt;
|King of Colors 2 || (King of Colors II) || (KOCII)&lt;br /&gt;
|-&lt;br /&gt;
|Koi no Mahou wa Marisa ni Omakase! 4 || (KoiMari4) || (こいまり4)&lt;br /&gt;
|-&lt;br /&gt;
|Koharu Komichi 4 || (Koharu Komichi 4) || (小春小径4)&lt;br /&gt;
|-&lt;br /&gt;
|Kyonyuukko 5 || (Kyonyuukko 5) || (巨乳っ娘5)&lt;br /&gt;
|-&lt;br /&gt;
|Lyrical Magical 3 || (Lyrical Magical 3) || (リリカルマジカル3)&lt;br /&gt;
|-&lt;br /&gt;
|Makimasuka? Makimasenka? 3 || (MakiMaki 3) || (まきまき3)&lt;br /&gt;
|-&lt;br /&gt;
|Men&#039;s Comic 45 || (MenComi45) || (メンコミ45)&lt;br /&gt;
|-&lt;br /&gt;
|Mimiket 24 || (Mimiket 24) || (みみけっと24)&lt;br /&gt;
|-&lt;br /&gt;
|Mofuket 2 || (Mofuket 2) || (もふけっと2)&lt;br /&gt;
|-&lt;br /&gt;
|Puniket 22 || (Puniket 22) || (ぷにケット22)&lt;br /&gt;
|-&lt;br /&gt;
|Rainbow Flavor &#039;&#039;CityName&#039;&#039; || (RF&#039;&#039;CityName&#039;&#039;) || (レイフレ&#039;&#039;CITYNAME&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|Reisensai 2 || (Reisensai 2) || (鈴仙祭2)&lt;br /&gt;
|-&lt;br /&gt;
|Shota Scratch 11 || (Shota Scratch 11) || (ショタスクラッチ11)&lt;br /&gt;
|-&lt;br /&gt;
|Shotaket 11 || (Shotaket 11) ||  (ショタケット11)&lt;br /&gt;
|-&lt;br /&gt;
|Sunshine Creation 40 || (SC40) || (サンクリ40)&lt;br /&gt;
|-&lt;br /&gt;
|Super Comic City 17 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (SUPER17)&lt;br /&gt;
|-&lt;br /&gt;
|Super Comic City Kansai 21 || (SUPERKansai21) || (SUPER関西21)&lt;br /&gt;
|-&lt;br /&gt;
|Super Heroine Time 2012 Aki || (SHT2012 Aki) || (SHT2012秋)&lt;br /&gt;
|-&lt;br /&gt;
|Super Heroine Time 2012 Haru || (SHT2012 Haru) || (SHT2012春)&lt;br /&gt;
|-&lt;br /&gt;
|Tengu-sama no Oshigoto 4 || (Tengu-sama no Oshigoto 4) || (天狗様のお仕事4)&lt;br /&gt;
|-&lt;br /&gt;
|Tokimeki Party Sensation 5 || (TokiPa 5) || (ときパ5)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Fuhai Komachi 3 || (Komachi 3) || (東方不敗小町3)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Kouroumu 2 || (Kouroumu 2) || (紅楼夢2)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Ruuchakai 4 || (Ruuchakai 4) || (螺茶会4)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Yarinsai Daisanmaku 3 || (Yarinsai 3) || (東方椰麟祭3)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Renaming galleries (as well as [[expunging]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive 5 points for being the first to petition and 1 point for voting on an existing petition. Points are only awarded on the day that the petition is successful and will not be rewarded if the petition does not pass.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Note that repeated poor use of rename petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=21476 The Rename/Reclass thread] - Post any galleries that need renaming here after putting forward a petition or seeing an appropriate one that needs additional votes. Users should indicate which option they recommend if there are multiple options on the petition.&lt;br /&gt;
*[http://g.e-hentai.org/tools.php?act=track_rename Rename Tracker]&lt;br /&gt;
*[[Expunging]]&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
&lt;br /&gt;
{{EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Renaming&amp;diff=34152</id>
		<title>Renaming</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Renaming&amp;diff=34152"/>
		<updated>2015-09-21T03:38:12Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Anatomy of A Gallery Name */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Renaming Petition.png|thumb|An example of a gallery renaming petition that has successfully changed the name of a gallery.]]&lt;br /&gt;
&lt;br /&gt;
Renaming allows users besides the gallery&#039;s uploader to change the name of [[E-Hentai_User_Gallery_System|a user uploaded gallery]]. Both the Romanized (&#039;&#039;&#039;R&#039;&#039;&#039;) and Japanese (&#039;&#039;&#039;J&#039;&#039;&#039;) fields can be changed. Typically this makes the gallery easier to identify or find via searches.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
*Renaming typically occurs once a petition option reaches 100% [[power]]. Votes can exceed 100%.&lt;br /&gt;
**If multiple options exist past 100% the one with the highest percentage will take priority.&lt;br /&gt;
**Votes on a single option are capped at 200%. This cap is raised by if an option over 100% exists but maintains a 100% ceiling from there. e.g. A petition with a 150% option allows for other options to go up to 249%.&lt;br /&gt;
*Users may withdraw or change their vote at any time. Selecting &amp;quot;◯ Blank Vote&amp;quot; will withdraw a vote on that field. Withdrawing votes will cause a gallery to revert to its original name or to the highest option that exceeds 99%.&lt;br /&gt;
*Options left incomplete for more than 7 days are automatically purged.&lt;br /&gt;
*Options with no votes are automatically removed.&lt;br /&gt;
*Ideally a gallery that has not changed should only require &#039;&#039;&#039;1&#039;&#039;&#039; renaming at most.&lt;br /&gt;
&lt;br /&gt;
==Naming Style==&lt;br /&gt;
The basic styles are as follows: &lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!width=85px|Type&lt;br /&gt;
!Style&lt;br /&gt;
!Example&lt;br /&gt;
|-&lt;br /&gt;
|[[Doujinshi]]&lt;br /&gt;
|(Convention Name) [Circle Names (Artist Names)] Title (Parody Names) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = (C71) [Gambler Club (Kousaka Jun)] Mahora Gakuen TyuuToubo 3-A (Mahou Sensei Negima!) [English] [SaHa] [Decensored]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = (C71) [ギャンブラー倶楽部 (香坂純)] MAHORAGAKUEN TYÛTÔBO 3-A (魔法先生ネギま！) [英訳] [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|[[Manga]] Magazine&lt;br /&gt;
|Title &#039;&#039;YYYY-MM&#039;&#039; Vol. &#039;&#039;#&#039;&#039; [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = COMIC XO 2009-07 Vol. 38&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = COMIC XO 2009年7月号 Vol.38&lt;br /&gt;
|-&lt;br /&gt;
|Stand-alone [[Anthology]]&lt;br /&gt;
|[Anthology] Title (Parody Names) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Anthology] Ero Shota 02 - Milk Boys&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [アンソロジー] えろ☆しょた 02 みるくボーイズ&lt;br /&gt;
|-&lt;br /&gt;
|[[Manga]] [[Tankoubon]]&lt;br /&gt;
|[Artist Names] Title [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Fuuga] Setsunai Omoi [Decensored]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [楓牙] せつない想い [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|Single Chapter [[Manga]] Story&lt;br /&gt;
|[Artist Names] Title (Magazine or Tankoubon source) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Kurokoshi You] Ryousai Kenimouto | น้องสาวที่คลั่งพี่ชาย (COMIC Megastore 2010-02) [Thai ภาษาไทย] [HypNos]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [黒越陽] 良妻兼妹 (コミックメガストア 2010年2月号) [タイ翻訳]&lt;br /&gt;
|-&lt;br /&gt;
|Multi-chapter [[Manga]] Story&lt;br /&gt;
|[Artist Names] Title Ch. &#039;&#039;#&#039;&#039;-&#039;&#039;#&#039;&#039; [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Ooshima Ryou] Torikae Apuri Ch. 1-7 [Korean] [Team EDGE]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [大嶋亮] とりかえアプリ 第1-7話 [韓国翻訳]&lt;br /&gt;
|-&lt;br /&gt;
|[[Western]]/[[3D]]&lt;br /&gt;
|[Artist Names] Title (Parody) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Freako, Rainbow-Flyer] Come On, Cum-Busken! (Pokemon) [Ongoing]&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;&#039;&#039;J&#039;&#039;&#039; field is N/A&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|[[Rewrite]]&lt;br /&gt;
|Rewritten Title [Language] [Rewrite] [Rewriters]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = Paзвpaтнaя Cecтpa [Russian] [Rewrite] [009]&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;&#039;&#039;J&#039;&#039;&#039; field is N/A&#039;&#039;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Anatomy of A Gallery Name==&lt;br /&gt;
;Convention Name&lt;br /&gt;
:The [[convention]] where the work was sold. Use shorthand whenever possible ([[#Formatting|see below]]). Never applies to [Digital] releases.&lt;br /&gt;
;Circle Name(s)&lt;br /&gt;
:The group names under which the artist(s) work. Never to be used on works where a circle is not credited. Artists can work under multiple circles or can change at any time; therefore users should never assume the circle name based on the artist name (and vice-versa).&lt;br /&gt;
;Artist Name(s)&lt;br /&gt;
:Writer names are also accepted for more [[novel]]-like works but they should never be [[tagged]].&lt;br /&gt;
;Title(s)&lt;br /&gt;
:May include its translated name after a [https://en.wikipedia.org/wiki/Vertical_bar vertical bar] if the work is translated (e.g. &#039;&#039;Nurse wo Kanojo ni Suru Houhou | How to Go Steady with a Nurse&#039;&#039;). Sub-titles should be separated with a hyphen.&lt;br /&gt;
;Chapter / Volume&lt;br /&gt;
:Always abbreviated. Includes a space in the &#039;&#039;&#039;R&#039;&#039;&#039; field (e.g. &#039;&#039;Vol. 8&#039;&#039; / &#039;&#039;第8巻&#039;&#039;). Allows for ranges for chapters (e.g. &#039;&#039;Ch. 1-5&#039;&#039; / &#039;&#039;第1-5話&#039;&#039;).&lt;br /&gt;
;Magazine or Tankoubon Source&lt;br /&gt;
:The publication source of the scan. For magazines use title and date only. If a magazine title combines English and Japanese (e.g. &#039;&#039;COMIC 真激&#039;&#039;) add a space between the English and Japanese portions of the title.&lt;br /&gt;
;Parody Name(s)&lt;br /&gt;
:Names of the series being parodied. Most common in [[Doujinshi]] galleries. For the &#039;&#039;&#039;R&#039;&#039;&#039; field they are preferred how they are in romaji followed by how they are [[tag|tagged]] (e.g. &#039;&#039;Ah! Megami-sama&#039;&#039; is preferred over &#039;&#039;Ah! My Goddess&#039;&#039;)&lt;br /&gt;
;[[:Category:Language_Tag|Language]]&lt;br /&gt;
:Must be the language&#039;s equivalent name in English (e.g. &#039;&#039;[Spanish]&#039;&#039;, &#039;&#039;[German]&#039;&#039;). [[Thai]] and [[Vietnamese]] must include their in-language equivalents (&#039;&#039;[Thai ภาษาไทย]&#039;&#039; and &#039;&#039;[Vietnamese Tiếng Việt]&#039;&#039;).&lt;br /&gt;
;Translator(s)&lt;br /&gt;
:While square brackets are preferred {curly braces} and 【sumistuki】 are also acceptable. They are preferred how the translator writes them (such as on their archive files). If the translation is released by a group (e.g. Doujin-moe), the group&#039;s name takes precedence over the name of the translator. Only for use in the &#039;&#039;&#039;R&#039;&#039;&#039; field.&lt;br /&gt;
:Translators who are anonymous, or sources that are not official groups (e.g. /a/) should not be credited.&lt;br /&gt;
;[[#Special_Indicators|Special Indicator(s)]]&lt;br /&gt;
:Decensored, Colorized, Incomplete, Digital, Sample, Textless, etc.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
*Only known and applicable information should be used. Any unconfirmed information should be left out. New rename petitions can be made to amend any missing information.&lt;br /&gt;
*The primary focus of renaming is adding or correcting major data (e.g. serious spelling mistakes, wrong convention). It is recommended NOT to rename galleries simply to correct minor mistakes in their formatting (e.g. wrong brackets used, improper casing).&lt;br /&gt;
*Multiple entries in any portion must be separated with commas.&lt;br /&gt;
*Use [https://en.wikipedia.org/wiki/Letter_case#Headings_and_publication_titles Title Casing] unless otherwise indicated by the work.&lt;br /&gt;
*In all cases where the colophon and the cover have conflicting information the colophon wins.&lt;br /&gt;
**Additional information from the cover (such as subtitles, possibly English) is to be included in the &#039;&#039;&#039;R&#039;&#039;&#039; field but should only be added to the &#039;&#039;&#039;J&#039;&#039;&#039; field if it is in the colophon as well.&lt;br /&gt;
*If the creator/parody names exceed 3 in number, it is preferred to state &amp;quot;Various&amp;quot; / &amp;quot;よろず&amp;quot; instead.&lt;br /&gt;
*Languages should only be indicated for translated/rewritten works or wherever such languages would not be expected; e.g. [Japanese] is not needed because it is the default language for most works.&lt;br /&gt;
*Any chapter collection should include the chapter numbers, except complete ones.&lt;br /&gt;
*Leading zeros are only included if they appear explicitly; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Ch. 7&amp;lt;/span&amp;gt;&amp;quot; not &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ch. 07&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;COMIC1☆3&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;COMIC1☆03&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*A translation of a [[rewrite]] is still a [[rewrite]] and thus follows that format.&lt;br /&gt;
&lt;br /&gt;
===J Field Only===&lt;br /&gt;
*For lists in the &#039;&#039;&#039;J&#039;&#039;&#039; field ideographic commas (、) are preferred over batsus (×) and ampersands (&amp;amp;). Ordinary commas are also acceptable; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;大熊狸喜、かん奈&amp;lt;/span&amp;gt;&amp;quot; over &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;大熊狸喜×かん奈&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Symbols such as &amp;quot;☆&amp;quot; are mandatory for the &#039;&#039;&#039;J&#039;&#039;&#039; field but are optional for the &#039;&#039;&#039;R&#039;&#039;&#039; field.&lt;br /&gt;
*All caps titles are mandatory for the &#039;&#039;&#039;J&#039;&#039;&#039; but are optional for the &#039;&#039;&#039;R&#039;&#039;&#039; field.&lt;br /&gt;
*Chinese and Korean original works (not translations) use the &#039;&#039;&#039;J&#039;&#039;&#039; field as though it was applicable to them instead of Japanese. Names in these fields must end with &amp;quot;[中国語]&amp;quot; or &amp;quot;[韓国語]&amp;quot; (Chinese and Korean respectively). Their non-romanized titles must be included in the &#039;&#039;&#039;R&#039;&#039;&#039; field as well (post-vertical line if a romanized title exists).&lt;br /&gt;
&lt;br /&gt;
===Transliteration===&lt;br /&gt;
*Always use [https://en.wikipedia.org/wiki/Hepburn_romanization Hepburn romanization].&lt;br /&gt;
**を as a particle is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;o&amp;lt;/span&amp;gt;&amp;quot;, not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;wo&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
**本 is &amp;quot;Hon&amp;quot; unless it follows a noun/pronoun which then makes it &amp;quot;Bon&amp;quot;.&lt;br /&gt;
*If the romaji is obviously spelling out an English word then use the correct English word instead of the romaji version of it; e.g. &amp;quot;シスター&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Sister&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Shisutaa&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;ラブ&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Love&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rabu&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;メイド&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Maid&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Meido&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
**Shortened or clipped English stays as is.&lt;br /&gt;
*Kanji representing numbers should be romanized as words, not as numbers; e.g. &amp;quot;九&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Kyuu&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;9&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Use hyphens to separate names/pronouns from honorifics; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Onii-chan&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Oniichan&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Marus (○) or other censors are to be corrected in the &#039;&#039;&#039;R&#039;&#039;&#039; field if the information being censored is known.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Do Not&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Do &#039;&#039;&#039;NOT&#039;&#039;&#039;==&lt;br /&gt;
*Use whitespace characters to blank out a field. This is not the same as a blank name and [[To_Be_Added#E-Hentai_Galleries|the petition system does not support blanking fields at the time of writing]].&lt;br /&gt;
**If a gallery needs a reversion to a blank state, all ongoing petitions should be withdrawn and the gallery uploader should change the name fields accordingly.&lt;br /&gt;
*Use &amp;quot;同人誌&amp;quot;, &amp;quot;同人CG集&amp;quot;, &amp;quot;同人ソフトCG&amp;quot;, &amp;quot;同人ゲームCG&amp;quot;, &amp;quot;アダルトコミック&amp;quot;, &amp;quot;フルカラーコミック&amp;quot;, &amp;quot;エロ&amp;quot;, &amp;quot;コスプレ&amp;quot;, &amp;quot;成年コミック&amp;quot;, &amp;quot;非エロ&amp;quot;, or &amp;quot;総集編&amp;quot;; these are all redundant / irrelevant.&lt;br /&gt;
*Use &amp;quot;Complete&amp;quot;, &amp;quot;End&amp;quot;, &amp;quot;Finished&amp;quot;, or any other variants to indicate the end of a series or a work&#039;s completeness.&lt;br /&gt;
*Use &amp;quot;Original&amp;quot; or &amp;quot;オリジナル&amp;quot; as a parody. This is already assumed for any gallery without a parody indicator.&lt;br /&gt;
*Use &amp;quot;Raw&amp;quot; as a language. This is already assumed for any gallery without a language indicator.&lt;br /&gt;
*Use publisher or website names. Some exceptions apply (typically when no other creator names can be associated with the work).&lt;br /&gt;
*Put the date in any brackets if it&#039;s part of the name; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Comic Megastore 2011-10&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Comic Megastore [2011-10]&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Rename a gallery to describe the its contents (rare exceptions exist if the existing title is pejorative or very misleading).&lt;br /&gt;
*Include a translated title in the &#039;&#039;&#039;R&#039;&#039;&#039; field if the gallery is not in that language unless the translator/uploader has used a title from a third language.&lt;br /&gt;
*Indicate the quality of the work in any fashion; e.g. &amp;quot;Version 2&amp;quot;, &amp;quot;Hi-Res&amp;quot;, &amp;quot;High Quality&amp;quot;, &amp;quot;300 DPI&amp;quot;, etc.&lt;br /&gt;
*Use alternative alphabetic characters (such as full-width) in the &#039;&#039;&#039;R&#039;&#039;&#039; field; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Nudism Zone&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ｎｕｄｉｓｍ Ｚｏｎｅ&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Use the [Digital] indicator for CG sets or &#039;&#039;&#039;any&#039;&#039;&#039; work that has no paper version.&lt;br /&gt;
*Use the [Colorized] indicator for works that were not colored by a 3rd party.&lt;br /&gt;
*Rename [[expunged]] galleries (unless they are due for de-expunging or administrative purposes).&lt;br /&gt;
&lt;br /&gt;
==Formatting==&lt;br /&gt;
===Special Indicators===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Romanized&lt;br /&gt;
!Japanese&lt;br /&gt;
|-&lt;br /&gt;
|[Colorized] || [カラー化]&lt;br /&gt;
|-&lt;br /&gt;
|[Decensored] || [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|[Digital] || [DL版]&lt;br /&gt;
|-&lt;br /&gt;
|[Incomplete] || [ページ欠落]&lt;br /&gt;
|-&lt;br /&gt;
|[Ongoing] || [進行中]&lt;br /&gt;
|-&lt;br /&gt;
|[Phone Scan] || &lt;br /&gt;
|-&lt;br /&gt;
|[Sample] || [見本]&lt;br /&gt;
|-&lt;br /&gt;
|[Textless] || [無字]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Conventions&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;conventions&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;convention&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Convention&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Conventions===&lt;br /&gt;
Note that the numbers used are largely just for example.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Full Name&lt;br /&gt;
!Romanized&lt;br /&gt;
!Japanese&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot;|&#039;&#039;&#039;Conventions&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|ABnormal Carnival 3 || (ABC 3) || (アブノーマル・カーニバル3)&lt;br /&gt;
|-&lt;br /&gt;
|Air Reitaisai 8 || (Air Reitaisai 8) || (エア例大祭8)&lt;br /&gt;
|-&lt;br /&gt;
|Akatsuki no Utage 3 || (Akatsuki no Utage 3) || (紅月ノ宴3)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Characters! 2 || (ComiChara 2) || (コミキャラ2nd)&lt;br /&gt;
|-&lt;br /&gt;
|Comic City &#039;&#039;CityName&#039;&#039;&lt;br /&gt;
&amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt;: Comic City Osaka 66&lt;br /&gt;
| (CC&#039;&#039;CityNameInEnglish##&#039;&#039;) &amp;lt;br&amp;gt; (CCOsaka66)&lt;br /&gt;
| (CC&#039;&#039;CityNameInJapanese##&#039;&#039;) &amp;lt;br&amp;gt; (CC大阪66)&lt;br /&gt;
|-&lt;br /&gt;
|Comic City Spark 20 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (SPARK20)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Communication 13 || (ComiComi13) || (コミコミ13)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Market 53 / Comiket 53 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (C53)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Market Special 5 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (CSP5)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Revolution 37 || (CR37) || (Cレヴォ37)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Treasure 14 || (CT14) || (こみトレ14)&lt;br /&gt;
|-&lt;br /&gt;
|The 1st COMIC1 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (COMIC1)&lt;br /&gt;
|-&lt;br /&gt;
|The 2nd COMIC1 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (COMIC1☆2)&lt;br /&gt;
|-&lt;br /&gt;
|COMITIA 91 || (&amp;lt;span title=&amp;quot;Those with a space are acceptable&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;COMITIA91&amp;lt;/span&amp;gt;) || (コミティア91)&lt;br /&gt;
|-&lt;br /&gt;
|Costume Cafe 19 || (CosCafe19) || (コスカ19号店)&lt;br /&gt;
|-&lt;br /&gt;
|Fancy Frontier 18 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (FF18)&lt;br /&gt;
|-&lt;br /&gt;
|Fetishism IV || (Fetishism 4) || (フェティシズムIV)&lt;br /&gt;
|-&lt;br /&gt;
|Fur-st 3 || (Fur-st 3) || (ふぁーすと3)&lt;br /&gt;
|-&lt;br /&gt;
|Futaket 5 || (Futaket 5) || (ふたけっと5)&lt;br /&gt;
|-&lt;br /&gt;
|Hakurei Jinja Reitaisai 5 || (Reitaisai 5) || (例大祭5)&lt;br /&gt;
|-&lt;br /&gt;
|Haru Comic City 17 || (HaruCC17) || (HARUCC17)&lt;br /&gt;
|-&lt;br /&gt;
|Kemoket 2 || (Kemoket 2) || (けもケット2)&lt;br /&gt;
|-&lt;br /&gt;
|King of Colors 2 || (King of Colors II) || (KOCII)&lt;br /&gt;
|-&lt;br /&gt;
|Koi no Mahou wa Marisa ni Omakase! 4 || (KoiMari4) || (こいまり4)&lt;br /&gt;
|-&lt;br /&gt;
|Koharu Komichi 4 || (Koharu Komichi 4) || (小春小径4)&lt;br /&gt;
|-&lt;br /&gt;
|Kyonyuukko 5 || (Kyonyuukko 5) || (巨乳っ娘5)&lt;br /&gt;
|-&lt;br /&gt;
|Lyrical Magical 3 || (Lyrical Magical 3) || (リリカルマジカル3)&lt;br /&gt;
|-&lt;br /&gt;
|Makimasuka? Makimasenka? 3 || (MakiMaki 3) || (まきまき3)&lt;br /&gt;
|-&lt;br /&gt;
|Men&#039;s Comic 45 || (MenComi45) || (メンコミ45)&lt;br /&gt;
|-&lt;br /&gt;
|Mimiket 24 || (Mimiket 24) || (みみけっと24)&lt;br /&gt;
|-&lt;br /&gt;
|Mofuket 2 || (Mofuket 2) || (もふけっと2)&lt;br /&gt;
|-&lt;br /&gt;
|Puniket 22 || (Puniket 22) || (ぷにケット22)&lt;br /&gt;
|-&lt;br /&gt;
|Rainbow Flavor &#039;&#039;CityName&#039;&#039; || (RF&#039;&#039;CityName&#039;&#039;) || (レイフレ&#039;&#039;CITYNAME&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|Reisensai 2 || (Reisensai 2) || (鈴仙祭2)&lt;br /&gt;
|-&lt;br /&gt;
|Shota Scratch 11 || (Shota Scratch 11) || (ショタスクラッチ11)&lt;br /&gt;
|-&lt;br /&gt;
|Shotaket 11 || (Shotaket 11) ||  (ショタケット11)&lt;br /&gt;
|-&lt;br /&gt;
|Sunshine Creation 40 || (SC40) || (サンクリ40)&lt;br /&gt;
|-&lt;br /&gt;
|Super Comic City 17 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (SUPER17)&lt;br /&gt;
|-&lt;br /&gt;
|Super Comic City Kansai 21 || (SUPERKansai21) || (SUPER関西21)&lt;br /&gt;
|-&lt;br /&gt;
|Super Heroine Time 2012 Aki || (SHT2012 Aki) || (SHT2012秋)&lt;br /&gt;
|-&lt;br /&gt;
|Super Heroine Time 2012 Haru || (SHT2012 Haru) || (SHT2012春)&lt;br /&gt;
|-&lt;br /&gt;
|Tengu-sama no Oshigoto 4 || (Tengu-sama no Oshigoto 4) || (天狗様のお仕事4)&lt;br /&gt;
|-&lt;br /&gt;
|Tokimeki Party Sensation 5 || (TokiPa 5) || (ときパ5)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Fuhai Komachi 3 || (Komachi 3) || (東方不敗小町3)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Kouroumu 2 || (Kouroumu 2) || (紅楼夢2)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Ruuchakai 4 || (Ruuchakai 4) || (螺茶会4)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Yarinsai Daisanmaku 3 || (Yarinsai 3) || (東方椰麟祭3)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Renaming galleries (as well as [[expunging]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive 5 points for being the first to petition and 1 point for voting on an existing petition. Points are only awarded on the day that the petition is successful and will not be rewarded if the petition does not pass.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Note that repeated poor use of rename petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=21476 The Rename/Reclass thread] - Post any galleries that need renaming here after putting forward a petition or seeing an appropriate one that needs additional votes. Users should indicate which option they recommend if there are multiple options on the petition.&lt;br /&gt;
*[http://g.e-hentai.org/tools.php?act=track_rename Rename Tracker]&lt;br /&gt;
*[[Expunging]]&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
&lt;br /&gt;
{{EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Expunging&amp;diff=34078</id>
		<title>Expunging</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Expunging&amp;diff=34078"/>
		<updated>2015-09-12T15:01:15Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Uploader Priority */ From what I&amp;#039;ve seen from Joe and heard on IRC. If more clarification can be added please do so.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Expunging allows users to remove [[galleries]] from the default listing and [[searches]]. Typically this is done because of duplicate or replaced content.&lt;br /&gt;
&lt;br /&gt;
==How To==&lt;br /&gt;
Expunging a gallery is done via a petitioning system. In each gallery there is a &amp;quot;Petition to Expunge&amp;quot; link on the right side above the images area. Clicking this will launch a new window with the list of reasons for which a gallery is expunged as well as a comment box to explain a user&#039;s reasons for expunging. The explanation section &#039;&#039;&#039;must&#039;&#039;&#039; be filled in for the user who is the first to expunge a gallery. Subsequent users do not require a reason but cannot enter a blank explanation.&lt;br /&gt;
&lt;br /&gt;
A user&#039;s [[Mod Power]] will determine the percentage their vote will contribute (capped at 30 + Base bonuses). A gallery is expunged once a petition reaches or exceeds 100%. Once an expunge occurs it cannot be undone except by a [[E-Hentai VIP|gallery moderator]]/admin.&lt;br /&gt;
&lt;br /&gt;
Petitions left incomplete for more than 7 days are automatically cleared. They may also be cleared by a moderator at any time beforehand.&lt;br /&gt;
&lt;br /&gt;
===Before Expunging===&lt;br /&gt;
Make sure that the gallery is not already expunged/deleted. This can be checked on the left-hand side of the gallery page where it states &amp;quot;Visibility&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Reasons To Expunge==&lt;br /&gt;
===None / Withdraw Petition===&lt;br /&gt;
This option withdraws a user&#039;s vote.&lt;br /&gt;
----&amp;lt;div id=&amp;quot;Compilation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;compilation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;watermarked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Watermarked&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Already Uploaded===&lt;br /&gt;
&#039;&#039;This gallery is a duplicate of equal or lower quality of an earlier posted, clearly marked gallery.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Note that this explanation requires that a link to the superior/previously uploaded gallery.&lt;br /&gt;
*An exact duplicate already exists.&lt;br /&gt;
*A superior version already exists. ([[#Superior|See below]])&lt;br /&gt;
*The gallery is a compilation of works not permitted together (e.g. multiple volumes, multiple translations or multiple comics)&lt;br /&gt;
**There is no requirement to provide sources for compilations. Furthermore, if a user can verify that portions of the compiled content have not been already uploaded, they are free to re-upload them properly.&lt;br /&gt;
*A gallery updated more than twice per 30 days ([[Making Galleries#Exceptions|exceptions exist]]). A gallery expunged for this reason may not be re-published until 30 days have passed.&lt;br /&gt;
*A gallery composed of mostly watermarked reproductions advertising any websites that are not the actual source of the images.&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag:[[already uploaded]] or [[compilation]] or [[watermarked]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Replaced===&lt;br /&gt;
&#039;&#039;A newer higher-quality and clearly marked copy of this gallery has been uploaded.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Note that this explanation requires that a link to the superior/newly uploaded gallery.&lt;br /&gt;
*A superior version now exists which makes the current gallery inferior. ([[#Superior|See below]])&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[replaced]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div id=&amp;quot;roe&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Prohibited&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;prohibited&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Prohibited Content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;prohibited content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;realporn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Realporn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Real Porn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;real porn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;prohibited content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;garbage&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Garbage&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Forbidden&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;forbidden&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Forbidden/Other===&lt;br /&gt;
&#039;&#039;This gallery contains either illicit content like child porn or anything else forbidden by the [http://g.e-hentai.org/tos.php Terms of Service], or otherwise falls under the Expunge Guidelines (specify below).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Anything indexed on the [https://forums.e-hentai.org/index.php?showtopic=19797 Do Not Post list].&lt;br /&gt;
**[[Image:Point.png]] [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=3245032 Minor instances] should not be expunged but instead [[reported]] with the image numbers included in the report.&lt;br /&gt;
**Content published by Wani should be [[reported]] instead unless it qualifies as [[already uploaded]].&lt;br /&gt;
*Amateur [[cosplay]] porn (if any person cannot be verified as being 18+ years of age).&lt;br /&gt;
*Real children regardless of nudity or sexuality.&lt;br /&gt;
*Real [[guro]], extreme [[bdsm|BDSM]], or [[bestiality]].&lt;br /&gt;
*Anything considered &amp;quot;obscene&amp;quot; by law.&lt;br /&gt;
*Intentionally adding censorship beyond the artist&#039;s.&lt;br /&gt;
*Mainstream commercial manga. [[artbook|Artbooks]] are exempt.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[forbidden content]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
*Non-[[cosplay]] porn or pictures of real people.&lt;br /&gt;
*Male-only [[cosplay]] porn.&lt;br /&gt;
*Generic cosplay.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] An exception to this is made if the image(s) are a genuine part of the scan/set.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Asian Porn uploaded before Feb. 15, 2012 (if otherwise considered acceptable) is exempt.&amp;lt;sup&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=58948&amp;amp;view=findpost&amp;amp;p=1663265]&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Tag: [[realporn]]&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
*Having less than 8 images (unless it is a [[sample]]/complete/ongoing story/set).&lt;br /&gt;
*Anything that does not fit with the theme of the site (e.g. non-anime meme images, photos of real places, pictures of cars, etc.)&lt;br /&gt;
*Having mostly tiny or barely visible images (100x100 or smaller).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;(No tag is used for these)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;superior&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;What Constitutes A .22Superior.22 Version&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Superior&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Superior Versions==&lt;br /&gt;
The following factors make a gallery superior to other versions:&lt;br /&gt;
&amp;lt;div id=&amp;quot;complete&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Complete&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*More Complete&lt;br /&gt;
**&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;This includes&amp;lt;/span&amp;gt;:&lt;br /&gt;
***Any story images.&lt;br /&gt;
***Colophons and original credit pages.&lt;br /&gt;
***Translator credit pages.&lt;br /&gt;
***Cover pages (Cover included within the set &amp;gt; official promotional website &amp;gt; online stores).&lt;br /&gt;
***Ad pages (some proof that these were part of the work may be required).&lt;br /&gt;
**&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;This does &#039;&#039;&#039;NOT&#039;&#039;&#039; include&amp;lt;/span&amp;gt;:&lt;br /&gt;
***Blank pages or pages that are effectively blank.&lt;br /&gt;
***Credit pages that are not part of the work besides those for translators (e.g. credits from the scanners, colorizers, or decensors).&lt;br /&gt;
***Any extras for CG sets such as backgrounds or character portraits.&lt;br /&gt;
***Any smaller resolution versions of existing images; only the largest ones count.&lt;br /&gt;
**A fully complete gallery may replace an incomplete that has superior image quality; however, if both galleries are incomplete in different ways then they both stay.&amp;lt;sup&amp;gt;([https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=28293&amp;amp;view=findpost&amp;amp;p=2427563 Ref])&amp;lt;/sup&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Order&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;cover&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Cover&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Covers&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;covers&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Corrected Order&lt;br /&gt;
**Front cover placement.&lt;br /&gt;
**For non-covers this only applies to stories or other instances where image order actually matters.&lt;br /&gt;
&amp;lt;div id=&amp;quot;quality&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Quality&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Better Quality&lt;br /&gt;
**This includes cleaner scans, no watermarks/scanmarks, increased legibility of text, no folding marks, less artifacts, more visible contrast, etc.&lt;br /&gt;
**&#039;&#039;&#039;Images should be as released by the source.&#039;&#039;&#039; Conversions, &amp;quot;retouches&amp;quot;, leveling, splitting double-pages into singles, or removing original source watermarks do &#039;&#039;&#039;NOT&#039;&#039;&#039; count.&lt;br /&gt;
**Maximum DPI is 300; anything greater is considered excessive.&lt;br /&gt;
**Single page scans are preferred over double-page scans.&lt;br /&gt;
&amp;lt;div id=&amp;quot;resolution&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Resolution&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Upscale&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;upscale&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Upscales&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;upscales&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Bigger Resolution&lt;br /&gt;
**Upscales do &#039;&#039;&#039;NOT&#039;&#039;&#039; qualify.&lt;br /&gt;
&amp;lt;div id=&amp;quot;translator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Translator&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;translators&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Translators&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Uploader&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;uploader&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Artist&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;artist&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;priority&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Priority&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Duplicate Images Removed&lt;br /&gt;
*Updated Translations&lt;br /&gt;
**The edits must have been done by the same translator(s).&lt;br /&gt;
&lt;br /&gt;
===Uploader Priority===&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
!Rank&lt;br /&gt;
!Uploader&lt;br /&gt;
|-&lt;br /&gt;
|1 || Original artist posting their own art&lt;br /&gt;
*Followed by the writer&lt;br /&gt;
|-&lt;br /&gt;
|2 || Translator posting their own translation&lt;br /&gt;
*Followed by the cleaner/editor&lt;br /&gt;
*Then by any known member of the group that worked on the project&lt;br /&gt;
*Then by any known member of the group that did not work on the project&lt;br /&gt;
|-&lt;br /&gt;
|3 || Commissioner of the art or translation (proof required)&lt;br /&gt;
|-&lt;br /&gt;
|4 || Everyone else&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Uploader priority trumps superior versions. For instance, a translator&#039;s upload cannot be expunged as Replaced by a superior version uploaded by an ordinary user.&lt;br /&gt;
&lt;br /&gt;
===Different Versions===&lt;br /&gt;
All versions of the following may exist simultaneously:&lt;br /&gt;
*&#039;&#039;Translated&#039;&#039; and &#039;&#039;Raw&#039;&#039; versions&lt;br /&gt;
*Rewrites&lt;br /&gt;
*Translations by different translators&lt;br /&gt;
*Different censorships&lt;br /&gt;
*&#039;&#039;Colored&#039;&#039; and &#039;&#039;Uncolored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Uncensored&#039;&#039; and &#039;&#039;Censored&#039;&#039; versions&lt;br /&gt;
*&#039;&#039;Paper scans&#039;&#039; and &#039;&#039;Digital&#039;&#039; versions&lt;br /&gt;
**Digital [[tankoubon]]s &#039;&#039;&#039;do&#039;&#039;&#039; override paper scans that are not full [[tankoubon]]s&lt;br /&gt;
*[[Gallery_Categories#Image_Set|Imagesets]] of any theme, if uploaded by a different user. There is no such thing as a &amp;quot;more complete&amp;quot; collection in this regard.&lt;br /&gt;
&lt;br /&gt;
==Bad Reasons To Expunge==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Bad Reason&lt;br /&gt;
!Explanation&lt;br /&gt;
|-&lt;br /&gt;
|Gallery contains [[lolicon]], [[shotacon]], [[toddlercon]], [[incest]], [[abortion]], [[guro]], or [[scat]] content || [[Tag]] the gallery with the appropriate tag(s) and move on. This also applies to anything else seen as &amp;quot;unappealing&amp;quot; as a fetish.&lt;br /&gt;
|-&lt;br /&gt;
|Miscategorized || [[Tag]] the gallery with [[Gallery_Tagging#Categories|the correct category]] to help change it.&lt;br /&gt;
|-&lt;br /&gt;
|Gallery is non-pornographic || [[Tag]] with [[non-h]], [[misc]], or [[non-nude]] (whichever is appropriate).&lt;br /&gt;
|-&lt;br /&gt;
|Incorrect Name || Make or request a [[Renaming|rename petition]].&lt;br /&gt;
|-&lt;br /&gt;
|Incomplete / Sample || An [[incomplete]]/[[sample]] gallery may only be expunged via replacement by a more complete gallery.&lt;br /&gt;
|-&lt;br /&gt;
|Torrent || Anything that has to do with a gallery&#039;s [[torrent]] (or lack thereof) is entirely irrelevant. The EHTracker has a separate expunging system.&lt;br /&gt;
|-&lt;br /&gt;
|Themeless || Galleries [[themeless|with no central theme]] are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Rewrite / Redraw || [[Rewrites]] and [[redraw]]s are permitted.&lt;br /&gt;
|-&lt;br /&gt;
|Mistagged || Post the incorrect tags [https://forums.e-hentai.org/index.php?showtopic=11364 here].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Please note that making too many false or incorrect expunges can result in a [[ban]].&lt;br /&gt;
&lt;br /&gt;
===Underage===&lt;br /&gt;
The following are the correct actions for underage content:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Type !! colspan=&amp;quot;4&amp;quot;| Actions&lt;br /&gt;
|-&lt;br /&gt;
![[Tag]] With !! [[#Prohibited Content|Expunge]] !! [[Reporting|Report]] !! Alert&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Drawn ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[lolicon]] / [[shotacon]] / [[toddlercon]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Realistic 3D ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[forbidden content]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Real children (regardless of nudity or sexuality) ||align=&amp;quot;left&amp;quot;| &#039;&#039;&#039;[[forbidden content]]&#039;&#039;&#039; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt; || &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;✔&amp;lt;/span&amp;gt;&#039;&#039;&#039; ||align=&amp;quot;left&amp;quot;| Post [https://forums.e-hentai.org/index.php?showtopic=22522 here] to alert gallery moderators.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Gallery Visibility==&lt;br /&gt;
If a gallery is &amp;quot;Visible&amp;quot; to at least 1 user (besides Tenboro) it is counted as existing in the system and thus any re-uploads should be expunged.&lt;br /&gt;
*[[Private]] galleries are not to be expunged unless they contain [[#Forbidden|forbidden content]].&lt;br /&gt;
&lt;br /&gt;
==Effects of Expunging==&lt;br /&gt;
*Expunged galleries do not earn any [[GP]]. Galleries expunged within 4 hours oftheir publishing will receive no [[GP]] at all.&lt;br /&gt;
*Expunged galleries become unsearchable by default; they can be [[Gallery Searching|searched]] via the advanced search setting &amp;quot;Show Expunged Galleries&amp;quot;.&lt;br /&gt;
*Expunged galleries may be deleted at any time by their uploader via the [[My Galleries]] UI.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Rewards For Expunging&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Expunging galleries (as well as [[renaming]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive more points for being the first to petition.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Note that repeated poor use of expunge petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==Forum Links==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=12234 Re-Up vigilante] - For posting links to galleries that require more votes or to ask if something is appropriate to expunge.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=28293 Wrongfully Expunged Vigilante] - For galleries that were expunged unjustly and to be de-expunged.&lt;br /&gt;
**Note that [https://forums.e-hentai.org/index.php?showuser=2203 Spectre] serves as chief moderator and has final say for all expunging matters.&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=36923 Not sure which to keep, which to expunge] - For discussing more difficult cases of deciding which galleries to expunge (e.g. very similar galleries).&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
*[[Renaming]]&lt;br /&gt;
*[[Reporting]]&lt;br /&gt;
*[http://g.e-hentai.org/tools.php?act=track_expunge Expunge Tracker]&lt;br /&gt;
&lt;br /&gt;
{{Template:EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Renaming&amp;diff=34073</id>
		<title>Renaming</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Renaming&amp;diff=34073"/>
		<updated>2015-09-11T08:24:11Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Renaming Petition.png|thumb|An example of a gallery renaming petition that has successfully changed the name of a gallery.]]&lt;br /&gt;
&lt;br /&gt;
Renaming allows users besides the gallery&#039;s uploader to change the name of [[E-Hentai_User_Gallery_System|a user uploaded gallery]]. Both the Romanized (&#039;&#039;&#039;R&#039;&#039;&#039;) and Japanese (&#039;&#039;&#039;J&#039;&#039;&#039;) fields can be changed. Typically this makes the gallery easier to identify or find via searches.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
*Renaming typically occurs once a petition option reaches 100% [[power]]. Votes can exceed 100%.&lt;br /&gt;
**If multiple options exist past 100% the one with the highest percentage will take priority.&lt;br /&gt;
**Votes on a single option are capped at 200%. This cap is raised by if an option over 100% exists but maintains a 100% ceiling from there. e.g. A petition with a 150% option allows for other options to go up to 249%.&lt;br /&gt;
*Users may withdraw or change their vote at any time. Selecting ◯ Blank Vote will withdraw a vote on that field. Withdrawing votes will cause a gallery to revert to its original name or to the highest option that exceeds 99%.&lt;br /&gt;
*Options left incomplete for more than 7 days are automatically purged.&lt;br /&gt;
*Options with no votes are automatically removed.&lt;br /&gt;
*Ideally a gallery that has not changed should only require &#039;&#039;&#039;1&#039;&#039;&#039; renaming at most.&lt;br /&gt;
&lt;br /&gt;
==Naming Style==&lt;br /&gt;
The basic styles are as follows: &lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!width=85px|Type&lt;br /&gt;
!Style&lt;br /&gt;
!Example&lt;br /&gt;
|-&lt;br /&gt;
|[[Doujinshi]]&lt;br /&gt;
|(Convention Name) [Circle Names (Artist Names)] Title (Parody Names) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = (C71) [Gambler Club (Kousaka Jun)] Mahora Gakuen TyuuToubo 3-A (Mahou Sensei Negima!) [English] [SaHa] [Decensored]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = (C71) [ギャンブラー倶楽部 (香坂純)] MAHORAGAKUEN TYÛTÔBO 3-A (魔法先生ネギま！) [英訳] [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|[[Manga]] Magazine&lt;br /&gt;
|Title &#039;&#039;YYYY-MM&#039;&#039; Vol. &#039;&#039;#&#039;&#039; [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = COMIC XO 2009-07 Vol. 38&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = COMIC XO 2009年7月号 Vol.38&lt;br /&gt;
|-&lt;br /&gt;
|Stand-alone [[Anthology]]&lt;br /&gt;
|[Anthology] Title (Parody Names) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Anthology] Ero Shota 02 - Milk Boys&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [アンソロジー] えろ☆しょた 02 みるくボーイズ&lt;br /&gt;
|-&lt;br /&gt;
|[[Manga]] [[Tankoubon]]&lt;br /&gt;
|[Artist Names] Title [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Fuuga] Setsunai Omoi [Decensored]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [楓牙] せつない想い [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|Single Chapter [[Manga]] Story&lt;br /&gt;
|[Artist Names] Title (Magazine or Tankoubon source) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Kurokoshi You] Ryousai Kenimouto | น้องสาวที่คลั่งพี่ชาย (COMIC Megastore 2010-02) [Thai ภาษาไทย] [HypNos]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [黒越陽] 良妻兼妹 (コミックメガストア 2010年2月号) [タイ翻訳]&lt;br /&gt;
|-&lt;br /&gt;
|Multi-chapter [[Manga]] Story&lt;br /&gt;
|[Artist Names] Title Ch. &#039;&#039;#&#039;&#039;-&#039;&#039;#&#039;&#039; [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Ooshima Ryou] Torikae Apuri Ch. 1-7 [Korean] [Team EDGE]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [大嶋亮] とりかえアプリ 第1-7話 [韓国翻訳]&lt;br /&gt;
|-&lt;br /&gt;
|[[Western]]/[[3D]]&lt;br /&gt;
|[Artist Names] Title (Parody) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Freako, Rainbow-Flyer] Come On, Cum-Busken! (Pokemon) [Ongoing]&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;&#039;&#039;J&#039;&#039;&#039; field is N/A&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|[[Rewrite]]&lt;br /&gt;
|Rewritten Title [Language] [Rewrite] [Rewriters]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = Paзвpaтнaя Cecтpa [Russian] [Rewrite] [009]&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;&#039;&#039;J&#039;&#039;&#039; field is N/A&#039;&#039;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Anatomy of A Gallery Name==&lt;br /&gt;
;Convention Name&lt;br /&gt;
:The [[convention]] where the work was sold. Use shorthand whenever possible ([[#Formatting|see below]]). Never applies to [Digital] releases.&lt;br /&gt;
;Circle Name(s)&lt;br /&gt;
:The group names under which the artist(s) work. Never to be used on works where a circle is not credited. Artists can work under multiple circles or can change at any time; therefore users should never assume the circle name based on the artist name (and vice-versa).&lt;br /&gt;
;Artist Name(s)&lt;br /&gt;
:Writer names are also accepted for more [[novel]]-like works but they should never be [[tagged]].&lt;br /&gt;
;Title(s)&lt;br /&gt;
:May include its translated name after a [https://en.wikipedia.org/wiki/Vertical_bar vertical bar] if the work is translated (e.g. &#039;&#039;Nurse wo Kanojo ni Suru Houhou | How to Go Steady with a Nurse&#039;&#039;). Sub-titles should be separated with a hyphen.&lt;br /&gt;
;Chapter / Volume&lt;br /&gt;
:Abbreviated and with a space in the &#039;&#039;&#039;R&#039;&#039;&#039; field (e.g. &#039;&#039;Vol. 8&#039;&#039; / &#039;&#039;第8巻&#039;&#039;). Allows for ranges on chapters (e.g. &#039;&#039;Ch. 1-5&#039;&#039; / &#039;&#039;第1-5話&#039;&#039;).&lt;br /&gt;
;Magazine or Tankoubon Source&lt;br /&gt;
:The publication source of the scan. For magazines use title and date only. If a magazine title combines English and Japanese (e.g. &#039;&#039;COMIC 真激&#039;&#039;) add a space between the English and Japanese portions of the title.&lt;br /&gt;
;Parody Name(s)&lt;br /&gt;
:Names of the series being parodied. Most common in [[Doujinshi]] galleries. For the &#039;&#039;&#039;R&#039;&#039;&#039; field they are preferred how they are in romaji followed by how they are [[tag|tagged]] (e.g. &#039;&#039;Ah! Megami-sama&#039;&#039; is preferred over &#039;&#039;Ah! My Goddess&#039;&#039;)&lt;br /&gt;
;[[:Category:Language_Tag|Language]]&lt;br /&gt;
:Must be the language&#039;s equivalent name in English (e.g. &#039;&#039;[Spanish]&#039;&#039;, &#039;&#039;[German]&#039;&#039;). [[Thai]] and [[Vietnamese]] must include their in-language equivalents (&#039;&#039;[Thai ภาษาไทย]&#039;&#039; and &#039;&#039;[Vietnamese Tiếng Việt]&#039;&#039;).&lt;br /&gt;
;Translator(s)&lt;br /&gt;
:While square brackets are preferred {curly braces} and 【sumistuki】 are also acceptable. They are preferred how the translator writes them (such as on their archive files). If the translation is released by a group (e.g. Doujin-moe), the group&#039;s name takes precedence over the name of the translator. Not needed in the &#039;&#039;&#039;J&#039;&#039;&#039; field.&lt;br /&gt;
;[[#Special_Indicators|Special Indicator(s)]]&lt;br /&gt;
:Decensored, Colorized, Incomplete, Digital, Sample, Textless, etc.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
*Only known and applicable information should be used. Any unconfirmed information should be left out. New rename petitions can be made to amend any missing information.&lt;br /&gt;
*The primary focus of renaming is adding or correcting major data (e.g. serious spelling mistakes, wrong convention). It is recommended not to rename galleries simply to correct minor mistakes in their formatting (e.g. wrong brackets used, improper casing).&lt;br /&gt;
*Multiple entries in any portion must be separated with commas.&lt;br /&gt;
**For lists in the &#039;&#039;&#039;J&#039;&#039;&#039; field ideographic commas (、) are preferred over batsus (×) and ampersands (&amp;amp;). Ordinary commas are also acceptable; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;大熊狸喜、かん奈&amp;lt;/span&amp;gt;&amp;quot; over &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;大熊狸喜×かん奈&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Symbols such as &amp;quot;☆&amp;quot; are mandatory for the &#039;&#039;&#039;J&#039;&#039;&#039; field but are optional for the &#039;&#039;&#039;R&#039;&#039;&#039; field.&lt;br /&gt;
*In all cases where the colophon and the cover have conflicting information the colophon wins.&lt;br /&gt;
**Additional information from the cover (such as subtitles, possibly English) may be included in the &#039;&#039;&#039;R&#039;&#039;&#039; field, but should only be added to the &#039;&#039;&#039;J&#039;&#039;&#039; field if they are in the colophon as well.&lt;br /&gt;
*If the creator/parody names exceed 3 in number, it is preferred to state &amp;quot;Various&amp;quot; / &amp;quot;よろず&amp;quot; instead.&lt;br /&gt;
*Languages should only be indicated for translated/rewritten works or wherever such languages would not be expected; e.g. [Japanese] is not needed because it is the default language for most works.&lt;br /&gt;
*Any chapter collection should include the chapter numbers, except complete ones.&lt;br /&gt;
*Leading zeros are only included if they appear explicitly; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Ch. 7&amp;lt;/span&amp;gt;&amp;quot; not &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ch. 07&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;COMIC1☆3&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;COMIC1☆03&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*A translation of a [[rewrite]] is still a [[rewrite]] and thus follows that format.&lt;br /&gt;
* All caps is not desirable in the &#039;&#039;&#039;R&#039;&#039;&#039; field but should be used in &#039;&#039;&#039;J&#039;&#039;&#039; field if used by the publisher/artist. Otherwise, use [https://en.wikipedia.org/wiki/Letter_case#Headings_and_publication_titles Title Casing].&lt;br /&gt;
&lt;br /&gt;
===Transliteration===&lt;br /&gt;
*Always use [https://en.wikipedia.org/wiki/Hepburn_romanization Hepburn romanization].&lt;br /&gt;
**を as a particle is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;o&amp;lt;/span&amp;gt;&amp;quot;, not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;wo&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
**本 is &amp;quot;Hon&amp;quot; unless it follows a noun/pronoun which then makes it &amp;quot;Bon&amp;quot;.&lt;br /&gt;
*If the romaji is obviously spelling out an English word then use the correct English word instead of the romaji version of it; e.g. &amp;quot;シスター&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Sister&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Shisutaa&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;ラブ&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Love&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rabu&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;メイド&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Maid&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Meido&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
**Shortened or clipped English stays as is.&lt;br /&gt;
*Kanji representing numbers should be romanized as words, not as numbers; e.g. &amp;quot;九&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Kyuu&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;9&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Use hyphens to separate names/pronouns from honorifics; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Onii-chan&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Oniichan&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Marus (○) or other censors are to be corrected in the &#039;&#039;&#039;R&#039;&#039;&#039; field if the information being censored is known.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Do Not&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Do &#039;&#039;&#039;NOT&#039;&#039;&#039;==&lt;br /&gt;
*Use whitespace characters to blank out a field. This is not the same as a blank name and [[To_Be_Added#E-Hentai_Galleries|the petition system does not support blanking fields at the time of writing]].&lt;br /&gt;
**If a gallery needs a reversion to a blank state, all ongoing petitions should be withdrawn and the gallery uploader should change the name fields accordingly.&lt;br /&gt;
*Use &amp;quot;同人誌&amp;quot;, &amp;quot;同人CG集&amp;quot;, &amp;quot;同人ソフトCG&amp;quot;, &amp;quot;同人ゲームCG&amp;quot;, &amp;quot;アダルトコミック&amp;quot;, &amp;quot;フルカラーコミック&amp;quot;, &amp;quot;エロ&amp;quot;, &amp;quot;コスプレ&amp;quot;, &amp;quot;成年コミック&amp;quot;, &amp;quot;非エロ&amp;quot;, or &amp;quot;総集編&amp;quot;; these are all redundant / irrelevant.&lt;br /&gt;
*Use &amp;quot;Complete&amp;quot;, &amp;quot;End&amp;quot;, &amp;quot;Finished&amp;quot;, or any other variants to indicate the end of a series or a work&#039;s completeness.&lt;br /&gt;
*Use &amp;quot;Original&amp;quot; or &amp;quot;オリジナル&amp;quot; as a parody. This is already assumed for any gallery without a parody indicator.&lt;br /&gt;
*Use &amp;quot;Raw&amp;quot; as a language. This is already assumed for any gallery without a language indicator.&lt;br /&gt;
*Use publisher or website names. Some exceptions apply (typically when no other creator names can be associated with the work).&lt;br /&gt;
*Put the date in any brackets if it&#039;s part of the name; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Comic Megastore 2011-10&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Comic Megastore [2011-10]&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Rename a gallery to describe the its contents (rare exceptions exist if the existing title is pejorative or very misleading).&lt;br /&gt;
*Include a translated title in the &#039;&#039;&#039;R&#039;&#039;&#039; field if the gallery is not in that language unless the translator/uploader has used a title from a third language.&lt;br /&gt;
*Indicate the quality of the work in any fashion; e.g. &amp;quot;Version 2&amp;quot;, &amp;quot;Hi-Res&amp;quot;, &amp;quot;High Quality&amp;quot;, &amp;quot;300 DPI&amp;quot;, etc.&lt;br /&gt;
*Use alternative alphabetic characters (such as full-width) in the &#039;&#039;&#039;R&#039;&#039;&#039; field; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Nudism Zone&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ｎｕｄｉｓｍ Ｚｏｎｅ&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Use the [Digital] indicator for CG sets or &#039;&#039;&#039;any&#039;&#039;&#039; work that has no paper version.&lt;br /&gt;
*Use the [Colorized] indicator for works that were not colored by a 3rd party.&lt;br /&gt;
*Rename [[expunged]] galleries (unless they are due for de-expunging or administrative purposes).&lt;br /&gt;
&lt;br /&gt;
==Formatting==&lt;br /&gt;
===Special Indicators===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Romanized&lt;br /&gt;
!Japanese&lt;br /&gt;
|-&lt;br /&gt;
|[Colorized] || [カラー化]&lt;br /&gt;
|-&lt;br /&gt;
|[Decensored] || [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|[Digital] || [DL版]&lt;br /&gt;
|-&lt;br /&gt;
|[Incomplete] || [ページ欠落]&lt;br /&gt;
|-&lt;br /&gt;
|[Ongoing] || [進行中]&lt;br /&gt;
|-&lt;br /&gt;
|[Phone Scan] || &lt;br /&gt;
|-&lt;br /&gt;
|[Sample] || [見本]&lt;br /&gt;
|-&lt;br /&gt;
|[Textless] || [無字]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Conventions&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;conventions&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;convention&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Convention&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Conventions===&lt;br /&gt;
Note that the numbers used are largely just for example.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Full Name&lt;br /&gt;
!Romanized&lt;br /&gt;
!Japanese&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot;|&#039;&#039;&#039;Conventions&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|ABnormal Carnival 3 || (ABC 3) || (アブノーマル・カーニバル3)&lt;br /&gt;
|-&lt;br /&gt;
|Air Reitaisai 8 || (Air Reitaisai 8) || (エア例大祭8)&lt;br /&gt;
|-&lt;br /&gt;
|Akatsuki no Utage 3 || (Akatsuki no Utage 3) || (紅月ノ宴3)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Characters! 2 || (ComiChara 2) || (コミキャラ2nd)&lt;br /&gt;
|-&lt;br /&gt;
|Comic City &#039;&#039;CityName&#039;&#039;&lt;br /&gt;
&amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt;: Comic City Osaka 66&lt;br /&gt;
| (CC&#039;&#039;CityNameInEnglish##&#039;&#039;) &amp;lt;br&amp;gt; (CCOsaka66)&lt;br /&gt;
| (CC&#039;&#039;CityNameInJapanese##&#039;&#039;) &amp;lt;br&amp;gt; (CC大阪66)&lt;br /&gt;
|-&lt;br /&gt;
|Comic City Spark 20 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (SPARK20)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Communication 13 || (ComiComi13) || (コミコミ13)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Market 53 / Comiket 53 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (C53)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Market Special 5 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (CSP5)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Revolution 37 || (CR37) || (Cレヴォ37)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Treasure 14 || (CT14) || (こみトレ14)&lt;br /&gt;
|-&lt;br /&gt;
|The 1st COMIC1 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (COMIC1)&lt;br /&gt;
|-&lt;br /&gt;
|The 2nd COMIC1 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (COMIC1☆2)&lt;br /&gt;
|-&lt;br /&gt;
|COMITIA 91 || (&amp;lt;span title=&amp;quot;Those with a space are acceptable&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;COMITIA91&amp;lt;/span&amp;gt;) || (コミティア91)&lt;br /&gt;
|-&lt;br /&gt;
|Costume Cafe 19 || (CosCafe19) || (コスカ19号店)&lt;br /&gt;
|-&lt;br /&gt;
|Fancy Frontier 18 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (FF18)&lt;br /&gt;
|-&lt;br /&gt;
|Fetishism IV || (Fetishism 4) || (フェティシズムIV)&lt;br /&gt;
|-&lt;br /&gt;
|Fur-st 3 || (Fur-st 3) || (ふぁーすと3)&lt;br /&gt;
|-&lt;br /&gt;
|Futaket 5 || (Futaket 5) || (ふたけっと5)&lt;br /&gt;
|-&lt;br /&gt;
|Hakurei Jinja Reitaisai 5 || (Reitaisai 5) || (例大祭5)&lt;br /&gt;
|-&lt;br /&gt;
|Haru Comic City 17 || (HaruCC17) || (HARUCC17)&lt;br /&gt;
|-&lt;br /&gt;
|Kemoket 2 || (Kemoket 2) || (けもケット2)&lt;br /&gt;
|-&lt;br /&gt;
|King of Colors 2 || (King of Colors II) || (KOCII)&lt;br /&gt;
|-&lt;br /&gt;
|Koi no Mahou wa Marisa ni Omakase! 4 || (KoiMari4) || (こいまり4)&lt;br /&gt;
|-&lt;br /&gt;
|Koharu Komichi 4 || (Koharu Komichi 4) || (小春小径4)&lt;br /&gt;
|-&lt;br /&gt;
|Kyonyuukko 5 || (Kyonyuukko 5) || (巨乳っ娘5)&lt;br /&gt;
|-&lt;br /&gt;
|Lyrical Magical 3 || (Lyrical Magical 3) || (リリカルマジカル3)&lt;br /&gt;
|-&lt;br /&gt;
|Makimasuka? Makimasenka? 3 || (MakiMaki 3) || (まきまき3)&lt;br /&gt;
|-&lt;br /&gt;
|Men&#039;s Comic 45 || (MenComi45) || (メンコミ45)&lt;br /&gt;
|-&lt;br /&gt;
|Mimiket 24 || (Mimiket 24) || (みみけっと24)&lt;br /&gt;
|-&lt;br /&gt;
|Mofuket 2 || (Mofuket 2) || (もふけっと2)&lt;br /&gt;
|-&lt;br /&gt;
|Puniket 22 || (Puniket 22) || (ぷにケット22)&lt;br /&gt;
|-&lt;br /&gt;
|Rainbow Flavor &#039;&#039;CityName&#039;&#039; || (RF&#039;&#039;CityName&#039;&#039;) || (レイフレ&#039;&#039;CITYNAME&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|Reisensai 2 || (Reisensai 2) || (鈴仙祭2)&lt;br /&gt;
|-&lt;br /&gt;
|Shota Scratch 11 || (Shota Scratch 11) || (ショタスクラッチ11)&lt;br /&gt;
|-&lt;br /&gt;
|Shotaket 11 || (Shotaket 11) ||  (ショタケット11)&lt;br /&gt;
|-&lt;br /&gt;
|Sunshine Creation 40 || (SC40) || (サンクリ40)&lt;br /&gt;
|-&lt;br /&gt;
|Super Comic City 17 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (SUPER17)&lt;br /&gt;
|-&lt;br /&gt;
|Super Comic City Kansai 21 || (SUPERKansai21) || (SUPER関西21)&lt;br /&gt;
|-&lt;br /&gt;
|Super Heroine Time 2012 Aki || (SHT2012 Aki) || (SHT2012秋)&lt;br /&gt;
|-&lt;br /&gt;
|Super Heroine Time 2012 Haru || (SHT2012 Haru) || (SHT2012春)&lt;br /&gt;
|-&lt;br /&gt;
|Tengu-sama no Oshigoto 4 || (Tengu-sama no Oshigoto 4) || (天狗様のお仕事4)&lt;br /&gt;
|-&lt;br /&gt;
|Tokimeki Party Sensation 5 || (TokiPa 5) || (ときパ5)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Fuhai Komachi 3 || (Komachi 3) || (東方不敗小町3)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Kouroumu 2 || (Kouroumu 2) || (紅楼夢2)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Ruuchakai 4 || (Ruuchakai 4) || (螺茶会4)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Yarinsai Daisanmaku 3 || (Yarinsai 3) || (東方椰麟祭3)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Renaming galleries (as well as [[expunging]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive 5 points for being the first to petition and 1 point for voting on an existing petition. Points are only awarded on the day that the petition is successful and will not be rewarded if the petition does not pass.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Note that repeated poor use of rename petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=21476 The Rename/Reclass thread] - Post any galleries that need renaming here after putting forward a petition or seeing an appropriate one that needs additional votes. Users should indicate which option they recommend if there are multiple options on the petition.&lt;br /&gt;
*[http://g.e-hentai.org/tools.php?act=track_rename Rename Tracker]&lt;br /&gt;
*[[Expunging]]&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
&lt;br /&gt;
{{EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Renaming&amp;diff=34072</id>
		<title>Renaming</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Renaming&amp;diff=34072"/>
		<updated>2015-09-10T22:24:44Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Usage */ Clarification by elgringo/TheGreyPanther&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Renaming Petition.png|thumb|An example of a gallery renaming petition that has successfully changed the name of a gallery.]]&lt;br /&gt;
&lt;br /&gt;
Renaming allows users besides the gallery&#039;s uploader to change the name of [[E-Hentai_User_Gallery_System|a user uploaded gallery]]. Both the Romanized (&#039;&#039;&#039;R&#039;&#039;&#039;) and Japanese (&#039;&#039;&#039;J&#039;&#039;&#039;) fields can be changed. Typically this makes the gallery easier to identify or find via searches.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
*Renaming typically occurs once a petition option reaches 100% [[power]]. Votes can exceed 100%.&lt;br /&gt;
**If multiple options exist past 100% the one with the highest percentage will take priority.&lt;br /&gt;
**Votes on a single option are capped at 200%. This cap is raised by if an option over 100% exists but maintains a 100% ceiling from there. e.g. A petition with a 150% option allows for other options to go up to 249%.&lt;br /&gt;
*Users may withdraw or change their vote at any time. Selecting ◯ Blank Vote will withdraw a vote on that field. Withdrawing votes will cause a gallery to revert to its original name or to the highest option that exceeds 99%.&lt;br /&gt;
*Options left incomplete for more than 7 days are automatically purged.&lt;br /&gt;
*Options with no votes are automatically removed.&lt;br /&gt;
*Ideally a gallery that has not changed should only require &#039;&#039;&#039;1&#039;&#039;&#039; renaming at most.&lt;br /&gt;
&lt;br /&gt;
==Naming Style==&lt;br /&gt;
The basic styles are as follows: &lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!width=85px|Type&lt;br /&gt;
!Style&lt;br /&gt;
!Example&lt;br /&gt;
|-&lt;br /&gt;
|[[Doujinshi]]&lt;br /&gt;
|(Convention Name) [Circle Names (Artist Names)] Title (Parody Names) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = (C71) [Gambler Club (Kousaka Jun)] Mahora Gakuen TyuuToubo 3-A (Mahou Sensei Negima!) [English] [SaHa] [Decensored]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = (C71) [ギャンブラー倶楽部 (香坂純)] MAHORAGAKUEN TYÛTÔBO 3-A (魔法先生ネギま！) [英訳] [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|[[Manga]] Magazine&lt;br /&gt;
|Title &#039;&#039;YYYY-MM&#039;&#039; Vol. &#039;&#039;#&#039;&#039; [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = COMIC XO 2009-07 Vol. 38&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = COMIC XO 2009年7月号 Vol.38&lt;br /&gt;
|-&lt;br /&gt;
|Stand-alone [[Anthology]]&lt;br /&gt;
|[Anthology] Title (Parody Names) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Anthology] Ero Shota 02 - Milk Boys&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [アンソロジー] えろ☆しょた 02 みるくボーイズ&lt;br /&gt;
|-&lt;br /&gt;
|[[Manga]] [[Tankoubon]]&lt;br /&gt;
|[Artist Names] Title [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Fuuga] Setsunai Omoi [Decensored]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [楓牙] せつない想い [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|Single Chapter [[Manga]] Story&lt;br /&gt;
|[Artist Names] Title (Magazine or Tankoubon source) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Kurokoshi You] Ryousai Kenimouto | น้องสาวที่คลั่งพี่ชาย (COMIC Megastore 2010-02) [Thai ภาษาไทย] [HypNos]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [黒越陽] 良妻兼妹 (コミックメガストア 2010年2月号) [タイ翻訳]&lt;br /&gt;
|-&lt;br /&gt;
|Multi-chapter [[Manga]] Story&lt;br /&gt;
|[Artist Names] Title Ch. &#039;&#039;#&#039;&#039;-&#039;&#039;#&#039;&#039; [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Ooshima Ryou] Torikae Apuri Ch. 1-7 [Korean] [Team EDGE]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [大嶋亮] とりかえアプリ 第1-7話 [韓国翻訳]&lt;br /&gt;
|-&lt;br /&gt;
|[[Western]]/[[3D]]&lt;br /&gt;
|[Artist Names] Title (Parody) [Language] [Translators] [Special Indicators]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Freako, Rainbow-Flyer] Come On, Cum-Busken! (Pokemon) [Ongoing]&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;&#039;&#039;J&#039;&#039;&#039; field is N/A&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|[[Rewrite]]&lt;br /&gt;
|Rewritten Title [Language] [Rewrite] [Rewriters]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = Paзвpaтнaя Cecтpa [Russian] [Rewrite] [009]&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;&#039;&#039;J&#039;&#039;&#039; field is N/A&#039;&#039;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Anatomy of A Gallery Name==&lt;br /&gt;
;Convention Name&lt;br /&gt;
:The [[convention]] where the work was sold. Use shorthand whenever possible ([[#Formatting|see below]]). Never applies to [Digital] releases.&lt;br /&gt;
;Circle Name(s)&lt;br /&gt;
:The group names under which the artist(s) work. Never to be used on works where a circle is not credited. Artists can work under multiple circles or can change at any time; therefore users should never assume the circle name based on the artist name (and vice-versa).&lt;br /&gt;
;Artist Name(s)&lt;br /&gt;
:Writer names are also accepted for more [[novel]]-like works but they should never be [[tagged]].&lt;br /&gt;
;Title(s)&lt;br /&gt;
:May include its translated name after a [https://en.wikipedia.org/wiki/Vertical_bar vertical bar] if the work is translated (e.g. &#039;&#039;Nurse wo Kanojo ni Suru Houhou | How to Go Steady with a Nurse&#039;&#039;). Sub-titles should be separated with a hyphen.&lt;br /&gt;
;Chapter / Volume&lt;br /&gt;
:Abbreviated and with a space in the &#039;&#039;&#039;R&#039;&#039;&#039; field (e.g. &#039;&#039;Vol. 8&#039;&#039; / &#039;&#039;第8巻&#039;&#039;). Allows for ranges on chapters (e.g. &#039;&#039;Ch. 1-5&#039;&#039; / &#039;&#039;第1-5話&#039;&#039;).&lt;br /&gt;
;Magazine or Tankoubon Source&lt;br /&gt;
:The publication source of the scan. For magazines use title and date only. If a magazine title combines English and Japanese (e.g. &#039;&#039;COMIC 真激&#039;&#039;) add a space between the English and Japanese portions of the title.&lt;br /&gt;
;Parody Name(s)&lt;br /&gt;
:Names of the series being parodied. Most common in [[Doujinshi]] galleries. For the &#039;&#039;&#039;R&#039;&#039;&#039; field they are preferred how they are in romaji followed by how they are [[tag|tagged]] (e.g. &#039;&#039;Ah! Megami-sama&#039;&#039; is preferred over &#039;&#039;Ah! My Goddess&#039;&#039;)&lt;br /&gt;
;[[:Category:Language_Tag|Language]]&lt;br /&gt;
:Must be the language&#039;s equivalent name in English (e.g. &#039;&#039;[Spanish]&#039;&#039;, &#039;&#039;[German]&#039;&#039;). [[Thai]] and [[Vietnamese]] must include their in-language equivalents (&#039;&#039;[Thai ภาษาไทย]&#039;&#039; and &#039;&#039;[Vietnamese Tiếng Việt]&#039;&#039;).&lt;br /&gt;
;Translator(s)&lt;br /&gt;
:While square brackets are preferred {curly braces} and 【sumistuki】 are also acceptable. They are preferred how the translator writes them (such as on their archive files). If the translation is released by a group (e.g. Doujin-moe), the group&#039;s name takes precedence over the name of the translator. Not needed in the &#039;&#039;&#039;J&#039;&#039;&#039; field.&lt;br /&gt;
;[[#Special_Indicators|Special Indicator(s)]]&lt;br /&gt;
:Decensored, Colorized, Incomplete, Digital, Sample, Textless, etc.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
*Only known and applicable information should be used. Any unconfirmed information should be left out. New rename petitions can be made to amend any missing information.&lt;br /&gt;
*The primary focus of renaming is adding or correcting major data (e.g. serious spelling mistakes, wrong convention). It is recommended not to rename galleries simply to correct minor mistakes in their formatting (e.g. wrong brackets used, improper casing).&lt;br /&gt;
*Multiple entries in any portion must be separated with commas.&lt;br /&gt;
**For lists in the &#039;&#039;&#039;J&#039;&#039;&#039; field ideographic commas (、) are preferred over batsus (×) and ampersands (&amp;amp;). Ordinary commas are also acceptable; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;大熊狸喜、かん奈&amp;lt;/span&amp;gt;&amp;quot; over &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;大熊狸喜×かん奈&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Symbols such as &amp;quot;☆&amp;quot; are mandatory for the &#039;&#039;&#039;J&#039;&#039;&#039; field but are optional for the &#039;&#039;&#039;R&#039;&#039;&#039; field.&lt;br /&gt;
*In all cases where the colophon and the cover have conflicting information the colophon wins.&lt;br /&gt;
**Additional information from the cover (such as subtitles, possibly English) may be included in the &#039;&#039;&#039;R&#039;&#039;&#039; field, but should only be added to the &#039;&#039;&#039;J&#039;&#039;&#039; field if they are in the colophon as well.&lt;br /&gt;
*If the creator/parody names exceed 3 in number, it is preferred to state &amp;quot;Various&amp;quot; / &amp;quot;よろず&amp;quot; instead.&lt;br /&gt;
*Languages should only be indicated for translated/rewritten works or wherever such languages would not be expected; e.g. [Japanese] is not needed because it is the default language for most works.&lt;br /&gt;
*Any chapter collection should include the chapter numbers, except complete ones.&lt;br /&gt;
*Leading zeros are only included if they appear explicitly; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Ch. 7&amp;lt;/span&amp;gt;&amp;quot; not &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ch. 07&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;COMIC1☆3&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;COMIC1☆03&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*A translation of a [[rewrite]] is still a [[rewrite]] and thus follows that format.&lt;br /&gt;
*Use [https://en.wikipedia.org/wiki/Letter_case#Headings_and_publication_titles Title Casing] whenever capitalization isn&#039;t otherwise specified.&lt;br /&gt;
&lt;br /&gt;
===Transliteration===&lt;br /&gt;
*Always use [https://en.wikipedia.org/wiki/Hepburn_romanization Hepburn romanization].&lt;br /&gt;
**を as a particle is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;o&amp;lt;/span&amp;gt;&amp;quot;, not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;wo&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
**本 is &amp;quot;Hon&amp;quot; unless it follows a noun/pronoun which then makes it &amp;quot;Bon&amp;quot;.&lt;br /&gt;
*If the romaji is obviously spelling out an English word then use the correct English word instead of the romaji version of it; e.g. &amp;quot;シスター&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Sister&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Shisutaa&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;ラブ&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Love&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rabu&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;メイド&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Maid&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Meido&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
**Shortened or clipped English stays as is.&lt;br /&gt;
*Kanji representing numbers should be romanized as words, not as numbers; e.g. &amp;quot;九&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Kyuu&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;9&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Use hyphens to separate names/pronouns from honorifics; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Onii-chan&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Oniichan&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Marus (○) or other censors are to be corrected in the &#039;&#039;&#039;R&#039;&#039;&#039; field if the information being censored is known.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Do Not&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Do &#039;&#039;&#039;NOT&#039;&#039;&#039;==&lt;br /&gt;
*Use whitespace characters to blank out a field. This is not the same as a blank name and [[To_Be_Added#E-Hentai_Galleries|the petition system does not support blanking fields at the time of writing]].&lt;br /&gt;
**If a gallery needs a reversion to a blank state, all ongoing petitions should be withdrawn and the gallery uploader should change the name fields accordingly.&lt;br /&gt;
*Use &amp;quot;同人誌&amp;quot;, &amp;quot;同人CG集&amp;quot;, &amp;quot;同人ソフトCG&amp;quot;, &amp;quot;同人ゲームCG&amp;quot;, &amp;quot;アダルトコミック&amp;quot;, &amp;quot;フルカラーコミック&amp;quot;, &amp;quot;エロ&amp;quot;, &amp;quot;コスプレ&amp;quot;, &amp;quot;成年コミック&amp;quot;, &amp;quot;非エロ&amp;quot;, or &amp;quot;総集編&amp;quot;; these are all redundant / irrelevant.&lt;br /&gt;
*Use &amp;quot;Complete&amp;quot;, &amp;quot;End&amp;quot;, &amp;quot;Finished&amp;quot;, or any other variants to indicate the end of a series or a work&#039;s completeness.&lt;br /&gt;
*Use &amp;quot;Original&amp;quot; or &amp;quot;オリジナル&amp;quot; as a parody. This is already assumed for any gallery without a parody indicator.&lt;br /&gt;
*Use &amp;quot;Raw&amp;quot; as a language. This is already assumed for any gallery without a language indicator.&lt;br /&gt;
*Use publisher or website names. Some exceptions apply (typically when no other creator names can be associated with the work).&lt;br /&gt;
*Put the date in any brackets if it&#039;s part of the name; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Comic Megastore 2011-10&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Comic Megastore [2011-10]&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Rename a gallery to describe the its contents (rare exceptions exist if the existing title is pejorative or very misleading).&lt;br /&gt;
*Include a translated title in the &#039;&#039;&#039;R&#039;&#039;&#039; field if the gallery is not in that language unless the translator/uploader has used a title from a third language.&lt;br /&gt;
*Indicate the quality of the work in any fashion; e.g. &amp;quot;Version 2&amp;quot;, &amp;quot;Hi-Res&amp;quot;, &amp;quot;High Quality&amp;quot;, &amp;quot;300 DPI&amp;quot;, etc.&lt;br /&gt;
*Use alternative alphabetic characters (such as full-width) in the &#039;&#039;&#039;R&#039;&#039;&#039; field; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Nudism Zone&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ｎｕｄｉｓｍ Ｚｏｎｅ&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Use the [Digital] indicator for CG sets or &#039;&#039;&#039;any&#039;&#039;&#039; work that has no paper version.&lt;br /&gt;
*Use the [Colorized] indicator for works that were not colored by a 3rd party.&lt;br /&gt;
*Rename [[expunged]] galleries (unless they are due for de-expunging or administrative purposes).&lt;br /&gt;
&lt;br /&gt;
==Formatting==&lt;br /&gt;
===Special Indicators===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Romanized&lt;br /&gt;
!Japanese&lt;br /&gt;
|-&lt;br /&gt;
|[Colorized] || [カラー化]&lt;br /&gt;
|-&lt;br /&gt;
|[Decensored] || [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|[Digital] || [DL版]&lt;br /&gt;
|-&lt;br /&gt;
|[Incomplete] || [ページ欠落]&lt;br /&gt;
|-&lt;br /&gt;
|[Ongoing] || [進行中]&lt;br /&gt;
|-&lt;br /&gt;
|[Phone Scan] || &lt;br /&gt;
|-&lt;br /&gt;
|[Sample] || [見本]&lt;br /&gt;
|-&lt;br /&gt;
|[Textless] || [無字]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Conventions&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;conventions&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;convention&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Convention&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Conventions===&lt;br /&gt;
Note that the numbers used are largely just for example.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Full Name&lt;br /&gt;
!Romanized&lt;br /&gt;
!Japanese&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot;|&#039;&#039;&#039;Conventions&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|ABnormal Carnival 3 || (ABC 3) || (アブノーマル・カーニバル3)&lt;br /&gt;
|-&lt;br /&gt;
|Air Reitaisai 8 || (Air Reitaisai 8) || (エア例大祭8)&lt;br /&gt;
|-&lt;br /&gt;
|Akatsuki no Utage 3 || (Akatsuki no Utage 3) || (紅月ノ宴3)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Characters! 2 || (ComiChara 2) || (コミキャラ2nd)&lt;br /&gt;
|-&lt;br /&gt;
|Comic City &#039;&#039;CityName&#039;&#039;&lt;br /&gt;
&amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt;: Comic City Osaka 66&lt;br /&gt;
| (CC&#039;&#039;CityNameInEnglish##&#039;&#039;) &amp;lt;br&amp;gt; (CCOsaka66)&lt;br /&gt;
| (CC&#039;&#039;CityNameInJapanese##&#039;&#039;) &amp;lt;br&amp;gt; (CC大阪66)&lt;br /&gt;
|-&lt;br /&gt;
|Comic City Spark 20 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (SPARK20)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Communication 13 || (ComiComi13) || (コミコミ13)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Market 53 / Comiket 53 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (C53)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Market Special 5 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (CSP5)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Revolution 37 || (CR37) || (Cレヴォ37)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Treasure 14 || (CT14) || (こみトレ14)&lt;br /&gt;
|-&lt;br /&gt;
|The 1st COMIC1 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (COMIC1)&lt;br /&gt;
|-&lt;br /&gt;
|The 2nd COMIC1 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (COMIC1☆2)&lt;br /&gt;
|-&lt;br /&gt;
|COMITIA 91 || (&amp;lt;span title=&amp;quot;Those with a space are acceptable&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;COMITIA91&amp;lt;/span&amp;gt;) || (コミティア91)&lt;br /&gt;
|-&lt;br /&gt;
|Costume Cafe 19 || (CosCafe19) || (コスカ19号店)&lt;br /&gt;
|-&lt;br /&gt;
|Fancy Frontier 18 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (FF18)&lt;br /&gt;
|-&lt;br /&gt;
|Fetishism IV || (Fetishism 4) || (フェティシズムIV)&lt;br /&gt;
|-&lt;br /&gt;
|Fur-st 3 || (Fur-st 3) || (ふぁーすと3)&lt;br /&gt;
|-&lt;br /&gt;
|Futaket 5 || (Futaket 5) || (ふたけっと5)&lt;br /&gt;
|-&lt;br /&gt;
|Hakurei Jinja Reitaisai 5 || (Reitaisai 5) || (例大祭5)&lt;br /&gt;
|-&lt;br /&gt;
|Haru Comic City 17 || (HaruCC17) || (HARUCC17)&lt;br /&gt;
|-&lt;br /&gt;
|Kemoket 2 || (Kemoket 2) || (けもケット2)&lt;br /&gt;
|-&lt;br /&gt;
|King of Colors 2 || (King of Colors II) || (KOCII)&lt;br /&gt;
|-&lt;br /&gt;
|Koi no Mahou wa Marisa ni Omakase! 4 || (KoiMari4) || (こいまり4)&lt;br /&gt;
|-&lt;br /&gt;
|Koharu Komichi 4 || (Koharu Komichi 4) || (小春小径4)&lt;br /&gt;
|-&lt;br /&gt;
|Kyonyuukko 5 || (Kyonyuukko 5) || (巨乳っ娘5)&lt;br /&gt;
|-&lt;br /&gt;
|Lyrical Magical 3 || (Lyrical Magical 3) || (リリカルマジカル3)&lt;br /&gt;
|-&lt;br /&gt;
|Makimasuka? Makimasenka? 3 || (MakiMaki 3) || (まきまき3)&lt;br /&gt;
|-&lt;br /&gt;
|Men&#039;s Comic 45 || (MenComi45) || (メンコミ45)&lt;br /&gt;
|-&lt;br /&gt;
|Mimiket 24 || (Mimiket 24) || (みみけっと24)&lt;br /&gt;
|-&lt;br /&gt;
|Mofuket 2 || (Mofuket 2) || (もふけっと2)&lt;br /&gt;
|-&lt;br /&gt;
|Puniket 22 || (Puniket 22) || (ぷにケット22)&lt;br /&gt;
|-&lt;br /&gt;
|Rainbow Flavor &#039;&#039;CityName&#039;&#039; || (RF&#039;&#039;CityName&#039;&#039;) || (レイフレ&#039;&#039;CITYNAME&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|Reisensai 2 || (Reisensai 2) || (鈴仙祭2)&lt;br /&gt;
|-&lt;br /&gt;
|Shota Scratch 11 || (Shota Scratch 11) || (ショタスクラッチ11)&lt;br /&gt;
|-&lt;br /&gt;
|Shotaket 11 || (Shotaket 11) ||  (ショタケット11)&lt;br /&gt;
|-&lt;br /&gt;
|Sunshine Creation 40 || (SC40) || (サンクリ40)&lt;br /&gt;
|-&lt;br /&gt;
|Super Comic City 17 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (SUPER17)&lt;br /&gt;
|-&lt;br /&gt;
|Super Comic City Kansai 21 || (SUPERKansai21) || (SUPER関西21)&lt;br /&gt;
|-&lt;br /&gt;
|Super Heroine Time 2012 Aki || (SHT2012 Aki) || (SHT2012秋)&lt;br /&gt;
|-&lt;br /&gt;
|Super Heroine Time 2012 Haru || (SHT2012 Haru) || (SHT2012春)&lt;br /&gt;
|-&lt;br /&gt;
|Tengu-sama no Oshigoto 4 || (Tengu-sama no Oshigoto 4) || (天狗様のお仕事4)&lt;br /&gt;
|-&lt;br /&gt;
|Tokimeki Party Sensation 5 || (TokiPa 5) || (ときパ5)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Fuhai Komachi 3 || (Komachi 3) || (東方不敗小町3)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Kouroumu 2 || (Kouroumu 2) || (紅楼夢2)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Ruuchakai 4 || (Ruuchakai 4) || (螺茶会4)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Yarinsai Daisanmaku 3 || (Yarinsai 3) || (東方椰麟祭3)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Renaming galleries (as well as [[expunging]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive 5 points for being the first to petition and 1 point for voting on an existing petition. Points are only awarded on the day that the petition is successful and will not be rewarded if the petition does not pass.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Note that repeated poor use of rename petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=21476 The Rename/Reclass thread] - Post any galleries that need renaming here after putting forward a petition or seeing an appropriate one that needs additional votes. Users should indicate which option they recommend if there are multiple options on the petition.&lt;br /&gt;
*[http://g.e-hentai.org/tools.php?act=track_rename Rename Tracker]&lt;br /&gt;
*[[Expunging]]&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
&lt;br /&gt;
{{EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=layer_cake&amp;diff=34058</id>
		<title>layer cake</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=layer_cake&amp;diff=34058"/>
		<updated>2015-09-05T17:40:47Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ContentTag&lt;br /&gt;
|type=Activity&lt;br /&gt;
|description=Penis rubbed between two vaginas. May involve alternating penetration between each vagina.&lt;br /&gt;
|note=Requires the [[group]] tag.&lt;br /&gt;
|gender=The gender of the one having their penis rubbed determines if the tag is placed in the female or male [[namespace]].&lt;br /&gt;
|taggroupid=10973&lt;br /&gt;
|maletaggroupid=10972&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Renaming&amp;diff=34029</id>
		<title>Renaming</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Renaming&amp;diff=34029"/>
		<updated>2015-09-05T02:51:47Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Anatomy of A Gallery Name */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Renaming Petition.png|thumb|An example of a gallery renaming petition that has successfully changed the name of a gallery.]]&lt;br /&gt;
&lt;br /&gt;
Renaming allows users besides the gallery&#039;s uploader to change the name of [[E-Hentai_User_Gallery_System|a user uploaded gallery]]. Both the Romanized (&#039;&#039;&#039;R&#039;&#039;&#039;) and Japanese (&#039;&#039;&#039;J&#039;&#039;&#039;) fields can be changed. Typically this makes the gallery easier to identify or find via searches.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
*Renaming typically occurs once a petition option reaches 100% [[power]]. Votes can exceed 100%.&lt;br /&gt;
**If multiple options exist past 100% the one with the highest percentage will take priority.&lt;br /&gt;
**Votes on a single option are capped at 200%. This cap is raised by if an option over 100% exists but maintains a 100% ceiling from there. e.g. A petition with a 150% option allows for other options to go up to 249%.&lt;br /&gt;
*Users may withdraw or change their vote at any time. Selecting ◯ Blank Vote will withdraw a vote on that field. Withdrawing votes will cause a gallery to revert to its original name or to the highest option that exceeds 99%.&lt;br /&gt;
*Options left incomplete for more than 7 days are automatically purged.&lt;br /&gt;
*Options with no votes are automatically removed.&lt;br /&gt;
*Ideally a gallery that has not changed should only require &#039;&#039;&#039;1&#039;&#039;&#039; renaming at most.&lt;br /&gt;
&lt;br /&gt;
==Naming Style==&lt;br /&gt;
The basic styles are as follows: &lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!width=85px|Type&lt;br /&gt;
!Style&lt;br /&gt;
!Example&lt;br /&gt;
|-&lt;br /&gt;
|[[Doujinshi]]&lt;br /&gt;
|(Convention Name) [Circle Names (Artist Names)] Title (Parody Names) [Language] [Translators] [Special Indications]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = (C71) [Gambler Club (Kousaka Jun)] Mahora Gakuen TyuuToubo 3-A (Mahou Sensei Negima!) [English] [SaHa] [Decensored]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = (C71) [ギャンブラー倶楽部 (香坂純)] MAHORAGAKUEN TYÛTÔBO 3-A (魔法先生ネギま！) [英訳] [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|[[Manga]] Magazine&lt;br /&gt;
|Title &#039;&#039;YYYY-MM&#039;&#039; Vol. &#039;&#039;#&#039;&#039; [Language] [Translators] [Special Indications]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = COMIC XO 2009-07 Vol. 38&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = COMIC XO 2009年7月号 Vol.38&lt;br /&gt;
|-&lt;br /&gt;
|Stand-alone [[Anthology]]&lt;br /&gt;
|[Anthology] Title (Parody Names) [Language] [Translators] [Special Indications]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Anthology] Ero Shota 02 - Milk Boys&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [アンソロジー] えろ☆しょた 02 みるくボーイズ&lt;br /&gt;
|-&lt;br /&gt;
|[[Manga]] [[Tankoubon]]&lt;br /&gt;
|[Artist Names] Title [Language] [Translators] [Special Indications]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Fuuga] Setsunai Omoi [Decensored]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [楓牙] せつない想い [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|Single Chapter [[Manga]] Story&lt;br /&gt;
|[Artist Names] Title (Magazine or Tankoubon source) [Language] [Translators] [Special Indications]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Kurokoshi You] Ryousai Kenimouto | น้องสาวที่คลั่งพี่ชาย (COMIC Megastore 2010-02) [Thai ภาษาไทย] [HypNos]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [黒越陽] 良妻兼妹 (コミックメガストア 2010年2月号) [タイ翻訳]&lt;br /&gt;
|-&lt;br /&gt;
|Multi-chapter [[Manga]] Story&lt;br /&gt;
|[Artist Names] Title Ch. &#039;&#039;#&#039;&#039;-&#039;&#039;#&#039;&#039; [Language] [Translators] [Special Indications]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Ooshima Ryou] Torikae Apuri Ch. 1-7 [Korean] [Team EDGE]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [大嶋亮] とりかえアプリ 第1-7話 [韓国翻訳]&lt;br /&gt;
|-&lt;br /&gt;
|[[Western]]/[[3D]]&lt;br /&gt;
|[Artist Names] Title (Parody) [Language] [Translators] [Special Indications]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Freako, Rainbow-Flyer] Come On, Cum-Busken! (Pokemon) [Ongoing]&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;&#039;&#039;J&#039;&#039;&#039; field is N/A&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|[[Rewrite]]&lt;br /&gt;
|Rewritten Title [Language] [Rewrite] [Rewriters]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = Paзвpaтнaя Cecтpa [Russian] [Rewrite] [009]&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;&#039;&#039;J&#039;&#039;&#039; field is N/A&#039;&#039;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Anatomy of A Gallery Name==&lt;br /&gt;
;Convention Name&lt;br /&gt;
:The [[convention]] where the work was sold. Use shorthand whenever possible ([[#Formatting|see below]]). Never applies to [Digital] releases.&lt;br /&gt;
;Circle Name(s)&lt;br /&gt;
:The group names under which the artist(s) work. Never to be used on works where a circle is not credited. Artists can work under multiple circles or can change at any time; therefore users should never assume the circle name based on the artist name (and vice-versa).&lt;br /&gt;
;Artist Name(s)&lt;br /&gt;
:Writer names are also accepted for more [[novel]]-like works but they should never be [[tagged]].&lt;br /&gt;
;Title(s)&lt;br /&gt;
:May include its translated name after a [https://en.wikipedia.org/wiki/Vertical_bar vertical bar] if the work is translated (e.g. &#039;&#039;Nurse wo Kanojo ni Suru Houhou | How to Go Steady with a Nurse&#039;&#039;). Sub-titles should be separated with a hyphen.&lt;br /&gt;
;Chapter / Volume&lt;br /&gt;
:Abbreviated and with a space in the &#039;&#039;&#039;R&#039;&#039;&#039; field (e.g. &#039;&#039;Vol. 8&#039;&#039; / &#039;&#039;第8巻&#039;&#039;). Allows for ranges on chapters (e.g. &#039;&#039;Ch. 1-5&#039;&#039; / &#039;&#039;第1-5話&#039;&#039;).&lt;br /&gt;
;Magazine or Tankoubon Source&lt;br /&gt;
:The publication source of the scan. For magazines use title and date only. If a magazine title combines English and Japanese (e.g. &#039;&#039;COMIC 真激&#039;&#039;) add a space between the English and Japanese portions of the title.&lt;br /&gt;
;Parody Name(s)&lt;br /&gt;
:Names of the series being parodied. Most common in [[Doujinshi]] galleries. For the &#039;&#039;&#039;R&#039;&#039;&#039; field they are preferred how they are in romaji followed by how they are [[tag|tagged]] (e.g. &#039;&#039;Ah! Megami-sama&#039;&#039; is preferred over &#039;&#039;Ah! My Goddess&#039;&#039;)&lt;br /&gt;
;[[:Category:Language_Tag|Language]]&lt;br /&gt;
:Must be the language&#039;s equivalent name in English (e.g. &#039;&#039;[Spanish]&#039;&#039;, &#039;&#039;[German]&#039;&#039;). [[Thai]] and [[Vietnamese]] must include their in-language equivalents (&#039;&#039;[Thai ภาษาไทย]&#039;&#039; and &#039;&#039;[Vietnamese Tiếng Việt]&#039;&#039;).&lt;br /&gt;
;Translator(s)&lt;br /&gt;
:While square brackets are preferred {curly braces} and 【sumistuki】 are also acceptable. They are preferred how the translator writes them (such as on their archive files). If the translation is released by a group (e.g. Doujin-moe), the group&#039;s name takes precedence over the name of the translator. Not needed in the &#039;&#039;&#039;J&#039;&#039;&#039; field.&lt;br /&gt;
;[[#Special_Indicators|Special Indicator(s)]]&lt;br /&gt;
:Decensored, Colorized, Incomplete, Digital, Sample, Textless, etc.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
*Only known and applicable information should be used. Any unconfirmed information should be left out. New rename petitions can be made to amend any missing information.&lt;br /&gt;
*The primary focus of renaming is adding or correcting major data (e.g. serious spelling mistakes, wrong convention). It is recommended not to rename galleries simply to correct minor mistakes in their formatting (e.g. wrong brackets used, improper casing).&lt;br /&gt;
*Multiple entries in any portion must be separated with commas.&lt;br /&gt;
**For lists in the &#039;&#039;&#039;J&#039;&#039;&#039; field ideographic commas (、) are preferred over batsus (×) and ampersands (&amp;amp;). Ordinary commas are also acceptable; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;大熊狸喜、かん奈&amp;lt;/span&amp;gt;&amp;quot; over &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;大熊狸喜×かん奈&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Symbols such as &amp;quot;☆&amp;quot; are mandatory for the &#039;&#039;&#039;J&#039;&#039;&#039; field but are optional for the &#039;&#039;&#039;R&#039;&#039;&#039; field.&lt;br /&gt;
*In all cases where the colophon and the cover have conflicting information the colophon wins.&lt;br /&gt;
**Additional information from the cover may be permitted (e.g. any sub-titles).&lt;br /&gt;
*If the creator/parody names exceed 3 in number, it is preferred to state &amp;quot;Various&amp;quot; / &amp;quot;よろず&amp;quot; instead.&lt;br /&gt;
*Languages should only be indicated for translated/rewritten works or wherever such languages would not be expected; e.g. [Japanese] is not needed because it is the default language for most works.&lt;br /&gt;
*Any chapter collection should include the chapter numbers, except complete ones.&lt;br /&gt;
*Leading zeros are only included if they appear explicitly; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Ch. 7&amp;lt;/span&amp;gt;&amp;quot; not &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ch. 07&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;COMIC1☆3&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;COMIC1☆03&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Translator group names supersede individual members&#039; names.&lt;br /&gt;
**The order of names is not important.&lt;br /&gt;
*A translation of a [[rewrite]] is still a [[rewrite]] and thus follows that format.&lt;br /&gt;
*Use [https://en.wikipedia.org/wiki/Letter_case#Headings_and_publication_titles Title Casing] whenever capitalization isn&#039;t otherwise specified.&lt;br /&gt;
&lt;br /&gt;
===Transliteration===&lt;br /&gt;
*Always use [https://en.wikipedia.org/wiki/Hepburn_romanization Hepburn romanization].&lt;br /&gt;
**を as a particle is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;o&amp;lt;/span&amp;gt;&amp;quot;, not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;wo&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
**本 is &amp;quot;Hon&amp;quot; unless it follows a noun/pronoun which then makes it &amp;quot;Bon&amp;quot;.&lt;br /&gt;
*If the romaji is obviously spelling out an English word then use the correct English word instead of the romaji version of it; e.g. &amp;quot;シスター&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Sister&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Shisutaa&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;ラブ&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Love&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rabu&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;メイド&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Maid&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Meido&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
**Shortened or clipped English stays as is.&lt;br /&gt;
*Kanji representing numbers should be romanized as words, not as numbers; e.g. &amp;quot;九&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Kyuu&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;9&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Use hyphens to separate names/pronouns from honorifics; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Onii-chan&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Oniichan&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Marus (○) or other censors are to be corrected in the &#039;&#039;&#039;R&#039;&#039;&#039; field if the information being censored is known.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Do Not&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Do &#039;&#039;&#039;NOT&#039;&#039;&#039;==&lt;br /&gt;
*Use whitespace characters to blank out a field. This is not the same as a blank name and [[To_Be_Added#E-Hentai_Galleries|the petition system does not support blanking fields at the time of writing]].&lt;br /&gt;
**If a gallery needs a reversion to a blank state, all ongoing petitions should be withdrawn and the gallery uploader should change the name fields accordingly.&lt;br /&gt;
*Use &amp;quot;同人誌&amp;quot;, &amp;quot;同人CG集&amp;quot;, &amp;quot;同人ソフトCG&amp;quot;, &amp;quot;同人ゲームCG&amp;quot;, &amp;quot;アダルトコミック&amp;quot;, &amp;quot;フルカラーコミック&amp;quot;, &amp;quot;エロ&amp;quot;, &amp;quot;コスプレ&amp;quot;, &amp;quot;成年コミック&amp;quot;, &amp;quot;非エロ&amp;quot;, or &amp;quot;総集編&amp;quot;; these are all redundant / irrelevant.&lt;br /&gt;
*Use &amp;quot;Complete&amp;quot;, &amp;quot;End&amp;quot;, or any other variants to indicate the end of a series or its completeness.&lt;br /&gt;
*Use &amp;quot;Original&amp;quot; or &amp;quot;オリジナル&amp;quot; as a parody. This is already assumed for any gallery without a parody indicator.&lt;br /&gt;
*Use &amp;quot;Raw&amp;quot; as a language. This is already assumed for any gallery without a language indicator.&lt;br /&gt;
*Use publisher or website names. Some exceptions apply (typically when no other creator names can be associated with the work).&lt;br /&gt;
*Put the date in any brackets if it&#039;s part of the name; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Comic Megastore 2011-10&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Comic Megastore [2011-10]&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Rename a gallery to describe the its contents (rare exceptions exist if the existing title is pejorative or very misleading).&lt;br /&gt;
*Include a translated title in the &#039;&#039;&#039;R&#039;&#039;&#039; field if the gallery is not in that language unless the translator/uploader has used a title from a third language.&lt;br /&gt;
*Indicate the quality of the work in any fashion; e.g. &amp;quot;Version 2&amp;quot;, &amp;quot;Hi-Res&amp;quot;, &amp;quot;High Quality&amp;quot;, &amp;quot;300 DPI&amp;quot;, etc.&lt;br /&gt;
*Use alternative alphabetic characters (such as full-width) in the &#039;&#039;&#039;R&#039;&#039;&#039; field; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Nudism Zone&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ｎｕｄｉｓｍ Ｚｏｎｅ&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Use the [Digital] indicator for CG sets or &#039;&#039;&#039;any&#039;&#039;&#039; set that has no paper version.&lt;br /&gt;
*Use the [Colorized] indicator for works that were not colored by a 3rd party.&lt;br /&gt;
*Rename [[expunged]] galleries (unless they are due for de-expunging or administrative purposes).&lt;br /&gt;
&lt;br /&gt;
==Formatting==&lt;br /&gt;
===Special Indicators===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Romanized&lt;br /&gt;
!Japanese&lt;br /&gt;
|-&lt;br /&gt;
|[Colorized] || [カラー化]&lt;br /&gt;
|-&lt;br /&gt;
|[Decensored] || [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|[Digital] || [DL版]&lt;br /&gt;
|-&lt;br /&gt;
|[Incomplete] || [ページ欠落]&lt;br /&gt;
|-&lt;br /&gt;
|[Ongoing] || [進行中]&lt;br /&gt;
|-&lt;br /&gt;
|[Phone Scan] || &lt;br /&gt;
|-&lt;br /&gt;
|[Sample] || [見本]&lt;br /&gt;
|-&lt;br /&gt;
|[Textless] || [無字]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Conventions&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;conventions&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;convention&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Convention&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Conventions===&lt;br /&gt;
Note that the numbers used are largely just for example.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Indication&lt;br /&gt;
!Romanized&lt;br /&gt;
!Japanese&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot;|&#039;&#039;&#039;Conventions&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|ABnormal Carnival 3 || (ABC 3) || (アブノーマル・カーニバル3)&lt;br /&gt;
|-&lt;br /&gt;
|Air Reitaisai 8 || (Air Reitaisai 8) || (エア例大祭8)&lt;br /&gt;
|-&lt;br /&gt;
|Akatsuki no Utage 3 || (Akatsuki no Utage 3) || (紅月ノ宴3)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Characters! 2 || (ComiChara 2) || (コミキャラ2nd)&lt;br /&gt;
|-&lt;br /&gt;
|Comic City &#039;&#039;CityName&#039;&#039;&lt;br /&gt;
&amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt;: Comic City Osaka 66&lt;br /&gt;
| (CC&#039;&#039;CityNameInEnglish##&#039;&#039;) &amp;lt;br&amp;gt; (CCOsaka66)&lt;br /&gt;
| (CC&#039;&#039;CityNameInJapanese##&#039;&#039;) &amp;lt;br&amp;gt; (CC大阪66)&lt;br /&gt;
|-&lt;br /&gt;
|Comic City Spark 20 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (SPARK20)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Communication 13 || (ComiComi13) || (コミコミ13)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Market 53 / Comiket 53 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (C53)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Market Special 5 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (CSP5)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Revolution 37 || (CR37) || (Cレヴォ37)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Treasure 14 || (CT14) || (こみトレ14)&lt;br /&gt;
|-&lt;br /&gt;
|The 1st COMIC1 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (COMIC1)&lt;br /&gt;
|-&lt;br /&gt;
|The 2nd COMIC1 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (COMIC1☆2)&lt;br /&gt;
|-&lt;br /&gt;
|COMITIA 91 || (&amp;lt;span title=&amp;quot;Those with a space are acceptable&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;COMITIA91&amp;lt;/span&amp;gt;) || (コミティア91)&lt;br /&gt;
|-&lt;br /&gt;
|Costume Cafe 19 || (CosCafe19) || (コスカ19号店)&lt;br /&gt;
|-&lt;br /&gt;
|Fancy Frontier 18 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (FF18)&lt;br /&gt;
|-&lt;br /&gt;
|Fetishism IV || (Fetishism 4) || (フェティシズムIV)&lt;br /&gt;
|-&lt;br /&gt;
|Fur-st 3 || (Fur-st 3) || (ふぁーすと3)&lt;br /&gt;
|-&lt;br /&gt;
|Futaket 5 || (Futaket 5) || (ふたけっと5)&lt;br /&gt;
|-&lt;br /&gt;
|Hakurei Jinja Reitaisai 5 || (Reitaisai 5) || (例大祭5)&lt;br /&gt;
|-&lt;br /&gt;
|Haru Comic City 17 || (HaruCC17) || (HARUCC17)&lt;br /&gt;
|-&lt;br /&gt;
|Kemoket 2 || (Kemoket 2) || (けもケット2)&lt;br /&gt;
|-&lt;br /&gt;
|King of Colors 2 || (King of Colors II) || (KOCII)&lt;br /&gt;
|-&lt;br /&gt;
|Koi no Mahou wa Marisa ni Omakase! 4 || (KoiMari4) || (こいまり4)&lt;br /&gt;
|-&lt;br /&gt;
|Koharu Komichi 4 || (Koharu Komichi 4) || (小春小径4)&lt;br /&gt;
|-&lt;br /&gt;
|Kyonyuukko 5 || (Kyonyuukko 5) || (巨乳っ娘5)&lt;br /&gt;
|-&lt;br /&gt;
|Lyrical Magical 3 || (Lyrical Magical 3) || (リリカルマジカル3)&lt;br /&gt;
|-&lt;br /&gt;
|Makimasuka? Makimasenka? 3 || (MakiMaki 3) || (まきまき3)&lt;br /&gt;
|-&lt;br /&gt;
|Men&#039;s Comic 45 || (MenComi45) || (メンコミ45)&lt;br /&gt;
|-&lt;br /&gt;
|Mimiket 24 || (Mimiket 24) || (みみけっと24)&lt;br /&gt;
|-&lt;br /&gt;
|Mofuket 2 || (Mofuket 2) || (もふけっと2)&lt;br /&gt;
|-&lt;br /&gt;
|Puniket 22 || (Puniket 22) || (ぷにケット22)&lt;br /&gt;
|-&lt;br /&gt;
|Rainbow Flavor &#039;&#039;CityName&#039;&#039; || (RF&#039;&#039;CityName&#039;&#039;) || (レイフレ&#039;&#039;CITYNAME&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|Reisensai 2 || (Reisensai 2) || (鈴仙祭2)&lt;br /&gt;
|-&lt;br /&gt;
|Shota Scratch 11 || (Shota Scratch 11) || (ショタスクラッチ11)&lt;br /&gt;
|-&lt;br /&gt;
|Shotaket 11 || (Shotaket 11) ||  (ショタケット11)&lt;br /&gt;
|-&lt;br /&gt;
|Sunshine Creation 40 || (SC40) || (サンクリ40)&lt;br /&gt;
|-&lt;br /&gt;
|Super Comic City 17 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (SUPER17)&lt;br /&gt;
|-&lt;br /&gt;
|Super Comic City Kansai 21 || (SUPERKansai21) || (SUPER関西21)&lt;br /&gt;
|-&lt;br /&gt;
|Super Heroine Time 2012 Aki || (SHT2012 Aki) || (SHT2012秋)&lt;br /&gt;
|-&lt;br /&gt;
|Super Heroine Time 2012 Haru || (SHT2012 Haru) || (SHT2012春)&lt;br /&gt;
|-&lt;br /&gt;
|Tengu-sama no Oshigoto 4 || (Tengu-sama no Oshigoto 4) || (天狗様のお仕事4)&lt;br /&gt;
|-&lt;br /&gt;
|Tokimeki Party Sensation 5 || (TokiPa 5) || (ときパ5)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Fuhai Komachi 3 || (Komachi 3) || (東方不敗小町3)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Kouroumu 2 || (Kouroumu 2) || (紅楼夢2)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Ruuchakai 4 || (Ruuchakai 4) || (螺茶会4)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Yarinsai Daisanmaku 3 || (Yarinsai 3) || (東方椰麟祭3)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Renaming galleries (as well as [[expunging]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive 5 points for being the first to petition and 1 point for voting on an existing petition. Points are only awarded on the day that the petition is successful and will not be rewarded if the petition does not pass.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Note that repeated poor use of rename petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=21476 The Rename/Reclass thread] - Post any galleries that need renaming here after putting forward a petition or seeing an appropriate one that needs additional votes. Users should indicate which option they recommend if there are multiple options on the petition.&lt;br /&gt;
*[http://g.e-hentai.org/tools.php?act=track_rename Rename Tracker]&lt;br /&gt;
*[[Expunging]]&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
&lt;br /&gt;
{{EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Renaming&amp;diff=34028</id>
		<title>Renaming</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Renaming&amp;diff=34028"/>
		<updated>2015-09-05T02:51:16Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Anatomy of A Gallery Name */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Renaming Petition.png|thumb|An example of a gallery renaming petition that has successfully changed the name of a gallery.]]&lt;br /&gt;
&lt;br /&gt;
Renaming allows users besides the gallery&#039;s uploader to change the name of [[E-Hentai_User_Gallery_System|a user uploaded gallery]]. Both the Romanized (&#039;&#039;&#039;R&#039;&#039;&#039;) and Japanese (&#039;&#039;&#039;J&#039;&#039;&#039;) fields can be changed. Typically this makes the gallery easier to identify or find via searches.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
*Renaming typically occurs once a petition option reaches 100% [[power]]. Votes can exceed 100%.&lt;br /&gt;
**If multiple options exist past 100% the one with the highest percentage will take priority.&lt;br /&gt;
**Votes on a single option are capped at 200%. This cap is raised by if an option over 100% exists but maintains a 100% ceiling from there. e.g. A petition with a 150% option allows for other options to go up to 249%.&lt;br /&gt;
*Users may withdraw or change their vote at any time. Selecting ◯ Blank Vote will withdraw a vote on that field. Withdrawing votes will cause a gallery to revert to its original name or to the highest option that exceeds 99%.&lt;br /&gt;
*Options left incomplete for more than 7 days are automatically purged.&lt;br /&gt;
*Options with no votes are automatically removed.&lt;br /&gt;
*Ideally a gallery that has not changed should only require &#039;&#039;&#039;1&#039;&#039;&#039; renaming at most.&lt;br /&gt;
&lt;br /&gt;
==Naming Style==&lt;br /&gt;
The basic styles are as follows: &lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!width=85px|Type&lt;br /&gt;
!Style&lt;br /&gt;
!Example&lt;br /&gt;
|-&lt;br /&gt;
|[[Doujinshi]]&lt;br /&gt;
|(Convention Name) [Circle Names (Artist Names)] Title (Parody Names) [Language] [Translators] [Special Indications]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = (C71) [Gambler Club (Kousaka Jun)] Mahora Gakuen TyuuToubo 3-A (Mahou Sensei Negima!) [English] [SaHa] [Decensored]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = (C71) [ギャンブラー倶楽部 (香坂純)] MAHORAGAKUEN TYÛTÔBO 3-A (魔法先生ネギま！) [英訳] [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|[[Manga]] Magazine&lt;br /&gt;
|Title &#039;&#039;YYYY-MM&#039;&#039; Vol. &#039;&#039;#&#039;&#039; [Language] [Translators] [Special Indications]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = COMIC XO 2009-07 Vol. 38&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = COMIC XO 2009年7月号 Vol.38&lt;br /&gt;
|-&lt;br /&gt;
|Stand-alone [[Anthology]]&lt;br /&gt;
|[Anthology] Title (Parody Names) [Language] [Translators] [Special Indications]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Anthology] Ero Shota 02 - Milk Boys&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [アンソロジー] えろ☆しょた 02 みるくボーイズ&lt;br /&gt;
|-&lt;br /&gt;
|[[Manga]] [[Tankoubon]]&lt;br /&gt;
|[Artist Names] Title [Language] [Translators] [Special Indications]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Fuuga] Setsunai Omoi [Decensored]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [楓牙] せつない想い [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|Single Chapter [[Manga]] Story&lt;br /&gt;
|[Artist Names] Title (Magazine or Tankoubon source) [Language] [Translators] [Special Indications]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Kurokoshi You] Ryousai Kenimouto | น้องสาวที่คลั่งพี่ชาย (COMIC Megastore 2010-02) [Thai ภาษาไทย] [HypNos]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [黒越陽] 良妻兼妹 (コミックメガストア 2010年2月号) [タイ翻訳]&lt;br /&gt;
|-&lt;br /&gt;
|Multi-chapter [[Manga]] Story&lt;br /&gt;
|[Artist Names] Title Ch. &#039;&#039;#&#039;&#039;-&#039;&#039;#&#039;&#039; [Language] [Translators] [Special Indications]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Ooshima Ryou] Torikae Apuri Ch. 1-7 [Korean] [Team EDGE]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039; = [大嶋亮] とりかえアプリ 第1-7話 [韓国翻訳]&lt;br /&gt;
|-&lt;br /&gt;
|[[Western]]/[[3D]]&lt;br /&gt;
|[Artist Names] Title (Parody) [Language] [Translators] [Special Indications]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = [Freako, Rainbow-Flyer] Come On, Cum-Busken! (Pokemon) [Ongoing]&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;&#039;&#039;J&#039;&#039;&#039; field is N/A&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|[[Rewrite]]&lt;br /&gt;
|Rewritten Title [Language] [Rewrite] [Rewriters]&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;R&#039;&#039;&#039; = Paзвpaтнaя Cecтpa [Russian] [Rewrite] [009]&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;&#039;&#039;J&#039;&#039;&#039; field is N/A&#039;&#039;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Anatomy of A Gallery Name==&lt;br /&gt;
;Convention Name&lt;br /&gt;
:The [[convention]] where the work was sold. Use shorthand whenever possible ([[#Formatting|see below]]). Never applies to [Digital] releases.&lt;br /&gt;
;Circle Name(s)&lt;br /&gt;
:The group names under which the artist(s) work. Never to be used on works where a circle is not credited. Artists can work under multiple circles or can change at any time; therefore users should never assume the circle name based on the artist name (and vice-versa).&lt;br /&gt;
;Artist Name(s)&lt;br /&gt;
:Writer names are also accepted for more [[novel]]-like works but they should never be [[tagged]].&lt;br /&gt;
;Title(s)&lt;br /&gt;
:May include its translated name after a [https://en.wikipedia.org/wiki/Vertical_bar vertical bar] if the work is translated (e.g. &#039;&#039;Nurse wo Kanojo ni Suru Houhou | How to Go Steady with a Nurse&#039;&#039;). Sub-titles should be separated with a hyphen.&lt;br /&gt;
;Chapter / Volume&lt;br /&gt;
:Abbreviated and with a space in the &#039;&#039;&#039;R&#039;&#039;&#039; field (e.g. &#039;&#039;Vol. 8&#039;&#039; / &#039;&#039;第8巻&#039;&#039;). Allows for ranges on chapters (e.g. &#039;&#039;Ch. 1-5&#039;&#039; / &#039;&#039;第1-5話&#039;&#039;).&lt;br /&gt;
;Magazine or Tankoubon Source&lt;br /&gt;
:The publication source of the scan. For magazines use title and date only. If a magazine title combines English and Japanese (e.g. &#039;&#039;COMIC 真激&#039;&#039;) add a space between the English and Japanese portions of the title.&lt;br /&gt;
;Parody Name(s)&lt;br /&gt;
:Names of the series being parodied. Most common in [[Doujinshi]] galleries. For the &#039;&#039;&#039;R&#039;&#039;&#039; field they are preferred how they are in romaji followed by how they are [[tag|tagged]] (e.g. &#039;&#039;Ah! Megami-sama&#039;&#039; is preferred over &#039;&#039;Ah! My Goddess&#039;&#039;)&lt;br /&gt;
;[[:Category:Language_Tag|Language]]&lt;br /&gt;
:Must be the language&#039;s equivalent name in English (e.g. &#039;&#039;[Spanish]&#039;&#039;, &#039;&#039;[German]&#039;&#039;). [[Thai]] and [[Vietnamese]] must include their in-language equivalents (&#039;&#039;[Thai ภาษาไทย]&#039;&#039; and &#039;&#039;[Vietnamese Tiếng Việt]&#039;&#039;).&lt;br /&gt;
;Translator(s)&lt;br /&gt;
:While square brackets are preferred {curly braces} and 【sumistuki】 are also acceptable. They are preferred how the translator writes them (such as on their archive files). If the translation is released by a group (e.g. Doujin-moe), the group&#039;s name takes precedence over the name of the translator.&lt;br /&gt;
Not needed in the &#039;&#039;&#039;J&#039;&#039;&#039; field.&lt;br /&gt;
;[[#Special_Indicators|Special Indicator(s)]]&lt;br /&gt;
:Decensored, Colorized, Incomplete, Digital, Sample, Textless, etc.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
*Only known and applicable information should be used. Any unconfirmed information should be left out. New rename petitions can be made to amend any missing information.&lt;br /&gt;
*The primary focus of renaming is adding or correcting major data (e.g. serious spelling mistakes, wrong convention). It is recommended not to rename galleries simply to correct minor mistakes in their formatting (e.g. wrong brackets used, improper casing).&lt;br /&gt;
*Multiple entries in any portion must be separated with commas.&lt;br /&gt;
**For lists in the &#039;&#039;&#039;J&#039;&#039;&#039; field ideographic commas (、) are preferred over batsus (×) and ampersands (&amp;amp;). Ordinary commas are also acceptable; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;大熊狸喜、かん奈&amp;lt;/span&amp;gt;&amp;quot; over &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;大熊狸喜×かん奈&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Symbols such as &amp;quot;☆&amp;quot; are mandatory for the &#039;&#039;&#039;J&#039;&#039;&#039; field but are optional for the &#039;&#039;&#039;R&#039;&#039;&#039; field.&lt;br /&gt;
*In all cases where the colophon and the cover have conflicting information the colophon wins.&lt;br /&gt;
**Additional information from the cover may be permitted (e.g. any sub-titles).&lt;br /&gt;
*If the creator/parody names exceed 3 in number, it is preferred to state &amp;quot;Various&amp;quot; / &amp;quot;よろず&amp;quot; instead.&lt;br /&gt;
*Languages should only be indicated for translated/rewritten works or wherever such languages would not be expected; e.g. [Japanese] is not needed because it is the default language for most works.&lt;br /&gt;
*Any chapter collection should include the chapter numbers, except complete ones.&lt;br /&gt;
*Leading zeros are only included if they appear explicitly; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Ch. 7&amp;lt;/span&amp;gt;&amp;quot; not &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ch. 07&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;COMIC1☆3&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;COMIC1☆03&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Translator group names supersede individual members&#039; names.&lt;br /&gt;
**The order of names is not important.&lt;br /&gt;
*A translation of a [[rewrite]] is still a [[rewrite]] and thus follows that format.&lt;br /&gt;
*Use [https://en.wikipedia.org/wiki/Letter_case#Headings_and_publication_titles Title Casing] whenever capitalization isn&#039;t otherwise specified.&lt;br /&gt;
&lt;br /&gt;
===Transliteration===&lt;br /&gt;
*Always use [https://en.wikipedia.org/wiki/Hepburn_romanization Hepburn romanization].&lt;br /&gt;
**を as a particle is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;o&amp;lt;/span&amp;gt;&amp;quot;, not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;wo&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
**本 is &amp;quot;Hon&amp;quot; unless it follows a noun/pronoun which then makes it &amp;quot;Bon&amp;quot;.&lt;br /&gt;
*If the romaji is obviously spelling out an English word then use the correct English word instead of the romaji version of it; e.g. &amp;quot;シスター&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Sister&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Shisutaa&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;ラブ&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Love&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rabu&amp;lt;/span&amp;gt;&amp;quot;, &amp;quot;メイド&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Maid&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Meido&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
**Shortened or clipped English stays as is.&lt;br /&gt;
*Kanji representing numbers should be romanized as words, not as numbers; e.g. &amp;quot;九&amp;quot; is &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Kyuu&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;9&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Use hyphens to separate names/pronouns from honorifics; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Onii-chan&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Oniichan&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Marus (○) or other censors are to be corrected in the &#039;&#039;&#039;R&#039;&#039;&#039; field if the information being censored is known.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Do Not&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Do &#039;&#039;&#039;NOT&#039;&#039;&#039;==&lt;br /&gt;
*Use whitespace characters to blank out a field. This is not the same as a blank name and [[To_Be_Added#E-Hentai_Galleries|the petition system does not support blanking fields at the time of writing]].&lt;br /&gt;
**If a gallery needs a reversion to a blank state, all ongoing petitions should be withdrawn and the gallery uploader should change the name fields accordingly.&lt;br /&gt;
*Use &amp;quot;同人誌&amp;quot;, &amp;quot;同人CG集&amp;quot;, &amp;quot;同人ソフトCG&amp;quot;, &amp;quot;同人ゲームCG&amp;quot;, &amp;quot;アダルトコミック&amp;quot;, &amp;quot;フルカラーコミック&amp;quot;, &amp;quot;エロ&amp;quot;, &amp;quot;コスプレ&amp;quot;, &amp;quot;成年コミック&amp;quot;, &amp;quot;非エロ&amp;quot;, or &amp;quot;総集編&amp;quot;; these are all redundant / irrelevant.&lt;br /&gt;
*Use &amp;quot;Complete&amp;quot;, &amp;quot;End&amp;quot;, or any other variants to indicate the end of a series or its completeness.&lt;br /&gt;
*Use &amp;quot;Original&amp;quot; or &amp;quot;オリジナル&amp;quot; as a parody. This is already assumed for any gallery without a parody indicator.&lt;br /&gt;
*Use &amp;quot;Raw&amp;quot; as a language. This is already assumed for any gallery without a language indicator.&lt;br /&gt;
*Use publisher or website names. Some exceptions apply (typically when no other creator names can be associated with the work).&lt;br /&gt;
*Put the date in any brackets if it&#039;s part of the name; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Comic Megastore 2011-10&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Comic Megastore [2011-10]&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Rename a gallery to describe the its contents (rare exceptions exist if the existing title is pejorative or very misleading).&lt;br /&gt;
*Include a translated title in the &#039;&#039;&#039;R&#039;&#039;&#039; field if the gallery is not in that language unless the translator/uploader has used a title from a third language.&lt;br /&gt;
*Indicate the quality of the work in any fashion; e.g. &amp;quot;Version 2&amp;quot;, &amp;quot;Hi-Res&amp;quot;, &amp;quot;High Quality&amp;quot;, &amp;quot;300 DPI&amp;quot;, etc.&lt;br /&gt;
*Use alternative alphabetic characters (such as full-width) in the &#039;&#039;&#039;R&#039;&#039;&#039; field; e.g. &amp;quot;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Nudism Zone&amp;lt;/span&amp;gt;&amp;quot; not &amp;quot;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ｎｕｄｉｓｍ Ｚｏｎｅ&amp;lt;/span&amp;gt;&amp;quot;.&lt;br /&gt;
*Use the [Digital] indicator for CG sets or &#039;&#039;&#039;any&#039;&#039;&#039; set that has no paper version.&lt;br /&gt;
*Use the [Colorized] indicator for works that were not colored by a 3rd party.&lt;br /&gt;
*Rename [[expunged]] galleries (unless they are due for de-expunging or administrative purposes).&lt;br /&gt;
&lt;br /&gt;
==Formatting==&lt;br /&gt;
===Special Indicators===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Romanized&lt;br /&gt;
!Japanese&lt;br /&gt;
|-&lt;br /&gt;
|[Colorized] || [カラー化]&lt;br /&gt;
|-&lt;br /&gt;
|[Decensored] || [無修正]&lt;br /&gt;
|-&lt;br /&gt;
|[Digital] || [DL版]&lt;br /&gt;
|-&lt;br /&gt;
|[Incomplete] || [ページ欠落]&lt;br /&gt;
|-&lt;br /&gt;
|[Ongoing] || [進行中]&lt;br /&gt;
|-&lt;br /&gt;
|[Phone Scan] || &lt;br /&gt;
|-&lt;br /&gt;
|[Sample] || [見本]&lt;br /&gt;
|-&lt;br /&gt;
|[Textless] || [無字]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Conventions&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;conventions&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;convention&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Convention&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Conventions===&lt;br /&gt;
Note that the numbers used are largely just for example.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Indication&lt;br /&gt;
!Romanized&lt;br /&gt;
!Japanese&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot;|&#039;&#039;&#039;Conventions&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|ABnormal Carnival 3 || (ABC 3) || (アブノーマル・カーニバル3)&lt;br /&gt;
|-&lt;br /&gt;
|Air Reitaisai 8 || (Air Reitaisai 8) || (エア例大祭8)&lt;br /&gt;
|-&lt;br /&gt;
|Akatsuki no Utage 3 || (Akatsuki no Utage 3) || (紅月ノ宴3)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Characters! 2 || (ComiChara 2) || (コミキャラ2nd)&lt;br /&gt;
|-&lt;br /&gt;
|Comic City &#039;&#039;CityName&#039;&#039;&lt;br /&gt;
&amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt;: Comic City Osaka 66&lt;br /&gt;
| (CC&#039;&#039;CityNameInEnglish##&#039;&#039;) &amp;lt;br&amp;gt; (CCOsaka66)&lt;br /&gt;
| (CC&#039;&#039;CityNameInJapanese##&#039;&#039;) &amp;lt;br&amp;gt; (CC大阪66)&lt;br /&gt;
|-&lt;br /&gt;
|Comic City Spark 20 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (SPARK20)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Communication 13 || (ComiComi13) || (コミコミ13)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Market 53 / Comiket 53 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (C53)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Market Special 5 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (CSP5)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Revolution 37 || (CR37) || (Cレヴォ37)&lt;br /&gt;
|-&lt;br /&gt;
|Comic Treasure 14 || (CT14) || (こみトレ14)&lt;br /&gt;
|-&lt;br /&gt;
|The 1st COMIC1 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (COMIC1)&lt;br /&gt;
|-&lt;br /&gt;
|The 2nd COMIC1 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (COMIC1☆2)&lt;br /&gt;
|-&lt;br /&gt;
|COMITIA 91 || (&amp;lt;span title=&amp;quot;Those with a space are acceptable&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;COMITIA91&amp;lt;/span&amp;gt;) || (コミティア91)&lt;br /&gt;
|-&lt;br /&gt;
|Costume Cafe 19 || (CosCafe19) || (コスカ19号店)&lt;br /&gt;
|-&lt;br /&gt;
|Fancy Frontier 18 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (FF18)&lt;br /&gt;
|-&lt;br /&gt;
|Fetishism IV || (Fetishism 4) || (フェティシズムIV)&lt;br /&gt;
|-&lt;br /&gt;
|Fur-st 3 || (Fur-st 3) || (ふぁーすと3)&lt;br /&gt;
|-&lt;br /&gt;
|Futaket 5 || (Futaket 5) || (ふたけっと5)&lt;br /&gt;
|-&lt;br /&gt;
|Hakurei Jinja Reitaisai 5 || (Reitaisai 5) || (例大祭5)&lt;br /&gt;
|-&lt;br /&gt;
|Haru Comic City 17 || (HaruCC17) || (HARUCC17)&lt;br /&gt;
|-&lt;br /&gt;
|Kemoket 2 || (Kemoket 2) || (けもケット2)&lt;br /&gt;
|-&lt;br /&gt;
|King of Colors 2 || (King of Colors II) || (KOCII)&lt;br /&gt;
|-&lt;br /&gt;
|Koi no Mahou wa Marisa ni Omakase! 4 || (KoiMari4) || (こいまり4)&lt;br /&gt;
|-&lt;br /&gt;
|Koharu Komichi 4 || (Koharu Komichi 4) || (小春小径4)&lt;br /&gt;
|-&lt;br /&gt;
|Kyonyuukko 5 || (Kyonyuukko 5) || (巨乳っ娘5)&lt;br /&gt;
|-&lt;br /&gt;
|Lyrical Magical 3 || (Lyrical Magical 3) || (リリカルマジカル3)&lt;br /&gt;
|-&lt;br /&gt;
|Makimasuka? Makimasenka? 3 || (MakiMaki 3) || (まきまき3)&lt;br /&gt;
|-&lt;br /&gt;
|Men&#039;s Comic 45 || (MenComi45) || (メンコミ45)&lt;br /&gt;
|-&lt;br /&gt;
|Mimiket 24 || (Mimiket 24) || (みみけっと24)&lt;br /&gt;
|-&lt;br /&gt;
|Mofuket 2 || (Mofuket 2) || (もふけっと2)&lt;br /&gt;
|-&lt;br /&gt;
|Puniket 22 || (Puniket 22) || (ぷにケット22)&lt;br /&gt;
|-&lt;br /&gt;
|Rainbow Flavor &#039;&#039;CityName&#039;&#039; || (RF&#039;&#039;CityName&#039;&#039;) || (レイフレ&#039;&#039;CITYNAME&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|Reisensai 2 || (Reisensai 2) || (鈴仙祭2)&lt;br /&gt;
|-&lt;br /&gt;
|Shota Scratch 11 || (Shota Scratch 11) || (ショタスクラッチ11)&lt;br /&gt;
|-&lt;br /&gt;
|Shotaket 11 || (Shotaket 11) ||  (ショタケット11)&lt;br /&gt;
|-&lt;br /&gt;
|Sunshine Creation 40 || (SC40) || (サンクリ40)&lt;br /&gt;
|-&lt;br /&gt;
|Super Comic City 17 ||colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| (SUPER17)&lt;br /&gt;
|-&lt;br /&gt;
|Super Comic City Kansai 21 || (SUPERKansai21) || (SUPER関西21)&lt;br /&gt;
|-&lt;br /&gt;
|Super Heroine Time 2012 Aki || (SHT2012 Aki) || (SHT2012秋)&lt;br /&gt;
|-&lt;br /&gt;
|Super Heroine Time 2012 Haru || (SHT2012 Haru) || (SHT2012春)&lt;br /&gt;
|-&lt;br /&gt;
|Tengu-sama no Oshigoto 4 || (Tengu-sama no Oshigoto 4) || (天狗様のお仕事4)&lt;br /&gt;
|-&lt;br /&gt;
|Tokimeki Party Sensation 5 || (TokiPa 5) || (ときパ5)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Fuhai Komachi 3 || (Komachi 3) || (東方不敗小町3)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Kouroumu 2 || (Kouroumu 2) || (紅楼夢2)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Ruuchakai 4 || (Ruuchakai 4) || (螺茶会4)&lt;br /&gt;
|-&lt;br /&gt;
|Touhou Yarinsai Daisanmaku 3 || (Yarinsai 3) || (東方椰麟祭3)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[Rewards]]==&lt;br /&gt;
Renaming galleries (as well as [[expunging]] them) rewards points for the [[Toplists#Cleanup_Toplists | Cleanup Toplist]]. Users receive 5 points for being the first to petition and 1 point for voting on an existing petition. Points are only awarded on the day that the petition is successful and will not be rewarded if the petition does not pass.&lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] Note that repeated poor use of rename petitions may result in the user being [[banned]] from using them further.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=21476 The Rename/Reclass thread] - Post any galleries that need renaming here after putting forward a petition or seeing an appropriate one that needs additional votes. Users should indicate which option they recommend if there are multiple options on the petition.&lt;br /&gt;
*[http://g.e-hentai.org/tools.php?act=track_rename Rename Tracker]&lt;br /&gt;
*[[Expunging]]&lt;br /&gt;
*[[Gallery Tagging]]&lt;br /&gt;
&lt;br /&gt;
{{EHGNav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Hentai Galleries]][[Category:Rules]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Action_Speed&amp;diff=33979</id>
		<title>Action Speed</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Action_Speed&amp;diff=33979"/>
		<updated>2015-09-01T04:30:18Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Base Action Speeds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Action Speed is the measure of how long any action taken by a player or monster in the HentaiVerse takes. All actions are based on 100 &amp;quot;time units&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Fomula==&lt;br /&gt;
Base Time Units/Action is calculated as:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;minmax(20, 10000 / action_speed, 500)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Action Speed = 100 * Factors&lt;br /&gt;
&lt;br /&gt;
==Effects==&lt;br /&gt;
As battles progress and time units pass, some monsters with higher action speeds may perform an additional attack against the player. Conversely, players who accumulate enough time units due to their high action speed may take a turn to perform an additional action before the monsters are allowed their action.&lt;br /&gt;
&lt;br /&gt;
==Base Action Speeds==&lt;br /&gt;
Most spells can have their cast times reduced depending on the number of [[ability]] points invested into them; almost all abilities that do this cap at reducing the speed by 0.2.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Action&lt;br /&gt;
!Base Speed&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;|&#039;&#039;&#039;Basics&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Attacking || 1&lt;br /&gt;
|-&lt;br /&gt;
|Using [[items]] || 0*&lt;br /&gt;
|-&lt;br /&gt;
|Toggling [[Spirit Stance]] || &amp;lt;1&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;|&#039;&#039;&#039;[[Skills]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Defend, Scan, Focus || 1&lt;br /&gt;
|-&lt;br /&gt;
|Fleeing || &amp;lt;1&lt;br /&gt;
|-&lt;br /&gt;
|[[Skills#Fighting_Skills|Fighting Skills]] || 1?&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;|&#039;&#039;&#039;[[Spells#Offensive_Spells|Offensive Spells]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Elemental T1 (Fiery Blast, Freeze, Shockblast, Gale) || 1.2?&lt;br /&gt;
|-&lt;br /&gt;
|Elemental T2 (Inferno, Blizzard, Chained Lightning, Downburst) || 1.4?&lt;br /&gt;
|-&lt;br /&gt;
|Elemental T3 (Flames of Loki, Fimbulvetr, Wrath of Thor, Storms of Njord) || 1.6?&lt;br /&gt;
|-&lt;br /&gt;
|Divine/Forbidden T1 (Smite, Corruption) || 1.4?&lt;br /&gt;
|-&lt;br /&gt;
|Divine/Forbidden T2 (Banishment, Disintegrate) || 1.6?&lt;br /&gt;
|-&lt;br /&gt;
|Divine/Forbidden T3 (Paradise Lost, Ragnarok) || 1.8?&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;|&#039;&#039;&#039;[[Spells#Deprecating_Magic|Deprecating Spells]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Drain || 1.2?&lt;br /&gt;
|-&lt;br /&gt;
|Slow, Sleep, MagNet || 1.5?&lt;br /&gt;
|-&lt;br /&gt;
|Weaken, Imperil || 0.8?&lt;br /&gt;
|-&lt;br /&gt;
|Blind || 1.2?&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;|&#039;&#039;&#039;[[Spells#Curative_Magic|Curative Spells]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Cure, Regen || 0.2?&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;|&#039;&#039;&#039;[[Spells#Supportive_Magic|Supportive Spells]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Haste, Shadow Veil, Absorb, Spark of Life, Arcane Focus, Heartseeker, Spirit Shield || 0.1?&lt;br /&gt;
|-&lt;br /&gt;
|Protection || 0.2?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Monsters recovering from stun get a free action the turn after, regardless of the player&#039;s action speed during that turn&lt;br /&gt;
&lt;br /&gt;
*Using [[Items#Battle_Powerups|powerups]] always takes 0 time units.&lt;br /&gt;
&lt;br /&gt;
==Increasing Action Speed==&lt;br /&gt;
Note that casting speed and attack speed are 2 separate stats.&lt;br /&gt;
&lt;br /&gt;
*Using the [[Spells#Supportive Magic|Haste spell]] (25-50%) or [[scroll]] (60%).&lt;br /&gt;
*Getting the [[hath perk]] [[Innate Arcana]] improves a player&#039;s action economy by maintaining [[Spells#Supportive_Magic|supportive spells]] without using actions.&lt;br /&gt;
*Using certain [[weapons]] such as Wakizashi which have innate bonuses to attack speed, especially if they have the &amp;quot;of Swiftness&amp;quot; [[Equipment_Suffixes|suffix]].&lt;br /&gt;
**Likewise, any melee weapon can gain the Swift Strike [[potency]]. This stacks with the above weapon bonuses.&lt;br /&gt;
***For casting the Spellweaver potency functions in a similar manner.&lt;br /&gt;
**Using certain [[armor]]s that have either &amp;quot;Charged&amp;quot; [[prefix]] for casting speed or &amp;quot;Agile&amp;quot; for attacking speed.&lt;br /&gt;
*Users who have [[Character_Stats#Primary_Attributes|AGI]] higher than their current [[level]] receive an attack speed bonus, capping at 10% when agility is twice their [[level]].&lt;br /&gt;
&lt;br /&gt;
*Having [[burden]] above 40 reduces any attack speed bonuses, completely removing them at 90 burden.&lt;br /&gt;
&lt;br /&gt;
==Monsters==&lt;br /&gt;
*All monsters have an initiative for their first attack of 0.1 to 1 times their base action speed (chosen at random).&lt;br /&gt;
*[[Monster Lab|Custom Monsters]] can increase their action speed with the Swiftness [[Monster_Lab#Chaos_Upgrades|Chaos Upgrade]] (2.5% per rank).&lt;br /&gt;
*Monsters receive a free action after leaving a state of being [[Equipment_Procs|stunned]].&lt;br /&gt;
&lt;br /&gt;
==Unaffected Actions==&lt;br /&gt;
Cooldown times (e.g. for [[skills]]/[[spells]]) are tied to the player turns instead of true action speed.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[http://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=27680&amp;amp;view=findpost&amp;amp;p=747114 Action Time] - A thesis on how various game mechanics affect the actual amount of time units/&amp;quot;ticks&amp;quot; actions take.&lt;br /&gt;
*[http://forums.e-hentai.org/index.php?showtopic=47834&amp;amp;st=320&amp;amp;p=1845119&amp;amp;#entry1845119 Skillchip&#039;s Testing for Action Speed and X-Mods] (Apr. 2012, patch 0.6.6)&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=HentaiVerse&amp;diff=33862</id>
		<title>HentaiVerse</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=HentaiVerse&amp;diff=33862"/>
		<updated>2015-08-13T22:21:12Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://hentaiverse.org/ The HentaiVerse] is a browser-based &amp;lt;span title=&amp;quot;Role Playing Game&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;RPG&amp;lt;/span&amp;gt; for E-Hentai, found at [http://hentaiverse.org/ hentaiverse.org]. In the HentaiVerse, players fight monsters in a variety of [[battle modes]] in order to gain &amp;lt;span title=&amp;quot;Experience Points&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;[[EXP]]&amp;lt;/span&amp;gt; and [[level up]] as well as earn [[credits]] and various [[items]]. For more specific details, see one of the links below or browse the [[:Category:HentaiVerse|HentaiVerse category]]. Current version: [https://forums.e-hentai.org/index.php?showtopic=181821 0.83].&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;font size=3&amp;gt;&#039;&#039;&#039;New players are invited to read the [[Advice]] and [[HentaiVerse FAQ]] pages.&#039;&#039;&#039;&amp;lt;/font&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;span title=&amp;quot;Defaults to Character (Stats)&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;[[Character Menu|Character]]&amp;lt;/span&amp;gt;==&lt;br /&gt;
*[[Character Stats|Character (Stats)]] - View and adjust various character attributes&lt;br /&gt;
*[[Equipment]] - Put on/off different pieces of gear&lt;br /&gt;
*[[Abilities]] - Unlock and improve various spells and stats using ability points&lt;br /&gt;
*[[Training]] - Pay credits to gain various permanent benefits such as increased drop rates and increased EXP gains&lt;br /&gt;
*[[Battle Items]] - Select items to be brought into combat, some of which automatically refill in battle&lt;br /&gt;
*[[Character Menu#Inventory|Inventory]] - View all owned items and equipment&lt;br /&gt;
*[[HentaiVerse Settings|Settings]] - Adjust various settings to the game such as difficulty level&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;span title=&amp;quot;Defaults to Item Shop&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;[[Bazaar]]&amp;lt;/span&amp;gt;==&lt;br /&gt;
*[[Bazaar#Equipment Shop|Equipment Shop]] - Buy/sell equipment for set prices; lists only equipment sold to it by other players&lt;br /&gt;
*[[Bazaar#Item Shop|Item Shop]] - Buy/sell items for set prices; lists staple items and those sold to it by other players&lt;br /&gt;
*[[Bazaar#Item Shop Bots|Item Shop Bot]] - Automatically buy items from the shop at set prices and quantities&lt;br /&gt;
*[[Monster Lab]] - Create/maintain custom monsters and receive gifts as they fight other players&lt;br /&gt;
*[[The Shrine]] - Turn in artifacts and trophies to receive rewards&lt;br /&gt;
*[[MoogleMail]] - Send/receive mail (including attachments) to/from other players&lt;br /&gt;
*[[Weapon]] [[Lottery]] - Buy tickets for a chance at a peerless quality weapon or other prizes&lt;br /&gt;
*[[Armor]] [[Lottery]] - Buy tickets for a chance at a peerless quality armor or other prizes&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;span title=&amp;quot;Defaults to Repair&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;[[The Forge]]&amp;lt;/span&amp;gt;==&lt;br /&gt;
*[[Repair]] - Fix damaged equipment as it degrades with use&lt;br /&gt;
*[[Upgrade]] - Permanently improve equipment stats by consuming bindings&lt;br /&gt;
*[[Enchant]] - Temporarily boost equipment with various bonuses&lt;br /&gt;
*[[Salvage]] - Break down equipment to retrieve bindings used on them or to get scrap&lt;br /&gt;
*[[Reforge]] - Reset all potencies on equipment&lt;br /&gt;
*[[SoulFuse]] - Links equipment to the player&#039;s level but makes it untradable&lt;br /&gt;
&lt;br /&gt;
==[[Battle]]==&lt;br /&gt;
*[[The Arena]] - Fight a set amounts of rounds and monsters&lt;br /&gt;
*[[Ring of Blood]] - Fight in 1-on-1 fights with high-class monsters&lt;br /&gt;
*[[Grindfest]] - Fight for up to 1,000 rounds of combat that steadily get harder&lt;br /&gt;
*[[Item World]] - Raise the potency of equipment by entering it and completing all of the rounds&lt;br /&gt;
&lt;br /&gt;
==Important==&lt;br /&gt;
*[[Credits]] - The primary currency used in the game; has other functions for the rest of the site&lt;br /&gt;
*[[Dawn of a New Day]] - Occurs daily at a set time; provides additional rewards for active users&lt;br /&gt;
*[[Fighting Styles]] - Determined by equipped weapon(s); changes play style and bonuses&lt;br /&gt;
*[[Leveling Up]] - The effects of leveling up in the game&lt;br /&gt;
*[[Proficiencies]] - Improves player&#039;s battle performance, grows with the use of equipment/spells&lt;br /&gt;
*[[Random Encounter]] - Occurs once per 30 min. (besides when the Dawn occurs) as a 1-round battle with some bonuses&lt;br /&gt;
*[[RiddleMaster]] - Occasionally appears in between battle rounds and provides a buff to players for answering correctly and on time&lt;br /&gt;
*[[Spells]] - Players can use mana points to inflict damage, buff themselves, or debuff enemies&lt;br /&gt;
*[[Stamina]] - Affects EXP gains, regenerates over time&lt;br /&gt;
&lt;br /&gt;
==Technical==&lt;br /&gt;
*[[Damage]] - How the various damage mechanics of the game work both for players and monsters (&#039;&#039;&#039;Advanced&#039;&#039;&#039;)&lt;br /&gt;
*[[Equipment Ranges]] - Player-gathered data on the best known stats for equipment (&#039;&#039;&#039;Advanced&#039;&#039;&#039;)&lt;br /&gt;
*[[HentaiVerse Bugs &amp;amp; Errors]] - Common error messages given by the game&lt;br /&gt;
*[[HentaiVerse Hotkeys]] - Keyboard shortcuts for faster playing&lt;br /&gt;
*[[HentaiVerse Scripts &amp;amp; Tools]] - Browser scripts/add-ons that provide ease of play or utility&lt;br /&gt;
*[[Loot Drop Rolls]] - How loot drops are handled by the system (&#039;&#039;&#039;Advanced&#039;&#039;&#039;)&lt;br /&gt;
*[[Technical Issues#HentaiVerse|Technical Issues - HentaiVerse]] - All known technical problems and possible solutions&lt;br /&gt;
&lt;br /&gt;
==Help==&lt;br /&gt;
*[[E-Hentai_Forums#The_HentaiVerse|Forum - HentaiVerse]] - The official discussion subforum for the game&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;br /&gt;
[[Category:Site Features]][[Category:HentaiVerse]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Scripts_%26_Tools&amp;diff=33463</id>
		<title>Scripts &amp; Tools</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Scripts_%26_Tools&amp;diff=33463"/>
		<updated>2015-07-23T15:15:14Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* General Interface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Please note that all of these are third-party programs. There&#039;s no guarantee they&#039;ll work for every system or be updated promptly.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==List==&lt;br /&gt;
*For Firefox the use of [https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ Greasemonkey] or [https://addons.mozilla.org/en-US/firefox/addon/scriptish/ Scriptish] may be necessary.&lt;br /&gt;
*For Chrome the use of [http://tampermonkey.net/ Tampermonkey] or go to Tools -&amp;gt; Extension and drop the script directly into that screen (chrome://extensions).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please do not PM the producers of these programs for updates, especially after releases of HV patches.&#039;&#039;&#039;&lt;br /&gt;
*For the best performance and full compatibility in Hentaiverse, use the Custom Font Engine (Hentaiverse Menu: Character -&amp;gt; Settings)&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Source&lt;br /&gt;
!Last updated&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
===[[Forums]] and [[Galleries]]===&lt;br /&gt;
&amp;lt;div id=&amp;quot;Forum and E-Hentai related&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=Forums and E-Hentai&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Color coding || Color code and simplified BBCode. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=29703&amp;amp;view=findpost&amp;amp;p=1827065] || N/A&lt;br /&gt;
|-&lt;br /&gt;
|Favorites Thumbnail View || Gives a thumbnail view for the [[Favorites]] page || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=119858&amp;amp;view=findpost&amp;amp;p=2649243] || EHG 0.28&lt;br /&gt;
|-&lt;br /&gt;
|Forum Style (CSS) || Hides the forum header and collapses posts. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2684959] / [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2632826] || N/A&lt;br /&gt;
|-&lt;br /&gt;
|User Comment Flags || Flags/unflags user comments to hide them. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=158929&amp;amp;view=findpost&amp;amp;p=2927834] || EHG 0.28&lt;br /&gt;
|-&lt;br /&gt;
|Kill New || Removes the &amp;quot;New&amp;quot; icon from the galleries. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=165565&amp;amp;view=findpost&amp;amp;p=3233728] || EHG 0.301&lt;br /&gt;
|-&lt;br /&gt;
|Gallery Size || Shows the image count for the galleries in list view. || [https://github.com/greenpenguin/eh_scripts/blob/master/galleries/gallery-size.user.js] || EHG 0.28&lt;br /&gt;
|-&lt;br /&gt;
|Joe&#039;s E-H Classic || Changes gallery layout back to its non-mobile friendly design. || [https://gist.github.com/MaximumJoe/5771f306abae8fb608be] || EHG 0.307&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
===HentaiVerse===&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
===General Interface===&lt;br /&gt;
|-&lt;br /&gt;
|HV 界面汉化 || Translate the HentaiVerse interface to Chinese || [http://userscripts-mirror.org/scripts/show/152705] || HV 0.80&lt;br /&gt;
|-&lt;br /&gt;
|HV dark || Custom CSS userstyle. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2693597] || HV 0.76&lt;br /&gt;
|-&lt;br /&gt;
|HV Ability Screen Resize || A little script to resize the ability page to remove the inner scroll bars. || [https://forums.e-hentai.org/index.php?act=findpost&amp;amp;pid=1847698] ||&lt;br /&gt;
|-&lt;br /&gt;
|Fix MoogleMail || Fixes a position bug when using [[MoogleMail]]. || [http://userscripts.org-mirror/scripts/show/158339] || HV 0.76&lt;br /&gt;
|-&lt;br /&gt;
|Inline Difficulty Changer || Enable user to change the difficulty in the stats bar. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2809414] || HV 0.77&lt;br /&gt;
|-&lt;br /&gt;
|Inline Equipment Changer || Enable user to change equipment from all HV pages (including equipment pop-up). It also re-update HV Equip Comparison data || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=3010674] || HV 0.78&lt;br /&gt;
|-&lt;br /&gt;
|HV Conditioner || Displays the condition in equipment page. Right-click the equipment to repair. || [http://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=4001029] || HV 0.82&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
====Combat====&lt;br /&gt;
|-&lt;br /&gt;
|HVSTAT (5.6.8.2) || Package of combat alerts, combat log adjustments, and statistical tracking. || [https://forums.e-hentai.org/index.php?showtopic=79552] || HV 0.81&lt;br /&gt;
|- &lt;br /&gt;
|HV - Minor Additions (STAT Slim) || Provides various combat alerts without statistical tracking. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=3111430] || HV 0.78&lt;br /&gt;
|-&lt;br /&gt;
|Mousemelee || Attack monsters when the mouse hover over them. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2983524] || HV 0.76&lt;br /&gt;
|-&lt;br /&gt;
|Bettermelee || Similar to mousemelee, but the user needs to point at the monster and press &#039;A&#039;. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2774014] || HV 0.76&lt;br /&gt;
|-&lt;br /&gt;
|HoverPlay|| Similar to mousemelee and SpellSpam (can either spam spells or melee-attack) but with click-hoverable icons which appear at left top near monsters to rebuff expiring buffs, heal when low on hp, use potion when low on mp\sp, use spirit stance when full, use gems etc || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=3302616 01.06.2014] || HV 0.80&lt;br /&gt;
|-&lt;br /&gt;
|SpellSpam || Bind different Attack/Skill/Spell to numkey, clicks, and hover. Support Rotation/Multicast. Eg: Cast Cure, Full-Cure, Heroic Health Potion, Spark of Life with right click, or Merciful Blow, Vital Strike, Shield Bash, Attack with hover (mousemelee-like). Support condition check (HP,MP,SP,OC,SS and BuffName) Press Shift+ alpha key (A...Z)  to save a profile to a key. Press an alpha key to load the assigned profile and open tooltip. Hold Ctr/Alt to temporarily disable the script without having to open the tooltip, Shift to disable hover. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=162726&amp;amp;view=findpost&amp;amp;p=3520277] || HV 0.80&lt;br /&gt;
|-&lt;br /&gt;
|QuickBar 2 || Adds a second quickbar (&#039;&#039;Chrome only&#039;&#039;). || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2042381] || (&#039;&#039;Maybe broken&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|Multiple QuickBar || Adds multiple quickbars. Also works in Firefox. || [https://tiap.github.io/] ||&lt;br /&gt;
|-&lt;br /&gt;
|HV Cooldown || Show the current cooldown of skills and spells on the quickbar. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=162726&amp;amp;view=findpost&amp;amp;p=3577989] || HV 0.80&lt;br /&gt;
|-&lt;br /&gt;
|Extended Confirms || Replaces the default battle confirms with some detailed ones. || [https://forums.e-hentai.org/index.php?act=findpost&amp;amp;pid=1857639] || &lt;br /&gt;
|-&lt;br /&gt;
|Gems || Displays an icon at right top corner after a [[Items#Battle_Powerups|power-up gem]] drops in the battle. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2042381] [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=3018231 fixed] ||&lt;br /&gt;
|-&lt;br /&gt;
|HV Random Encounter Notification || Tracks when the next [[Random Encounter]]/[[Dawn of a New Day]] is due. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=3318621 &amp;lt;nowiki&amp;gt;[LagProof one for HV 0.80]&amp;lt;/nowiki&amp;gt;] [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2990345 &amp;lt;nowiki&amp;gt;[Latest]&amp;lt;/nowiki&amp;gt;] [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=62830&amp;amp;view=findpost&amp;amp;p=2133227 &amp;lt;nowiki&amp;gt;[Old]&amp;lt;/nowiki&amp;gt;] &amp;lt;br&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=62830&amp;amp;view=findpost&amp;amp;p=2692289 &amp;lt;nowiki&amp;gt;[16:9 old format fix]&amp;lt;/nowiki&amp;gt;] &amp;lt;br&amp;gt;[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2679850 &amp;lt;nowiki&amp;gt;[Another old]&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;] || HV 0.78&lt;br /&gt;
|-&lt;br /&gt;
|Skill Script || Lets you use &#039;+&#039; to use the best [[skills]]. Open the file with a text editor to change the key input. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2613600] || HV 0.76&lt;br /&gt;
|-&lt;br /&gt;
|Keybinds || Changes the default [[Hotkeys]]. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2819721] || HV 0.77&lt;br /&gt;
|-&lt;br /&gt;
|Riddle Limiter 1.2.0|| RiddleLimiter makes the choices clickable. 1 click to answer your Riddle Master! Pressing 1,2,3 can also answer the riddle. Play Music during riddle. ||&lt;br /&gt;
[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=162726&amp;amp;view=findpost&amp;amp;p=3553274 music + press twice]&lt;br /&gt;
[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=162726&amp;amp;view=findpost&amp;amp;p=3355074 press twice]&lt;br /&gt;
[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=162726&amp;amp;view=findpost&amp;amp;p=3290009 press once] &lt;br /&gt;
|| HV 0.80&lt;br /&gt;
|-&lt;br /&gt;
|NoPopup || Automatically dismisses the &amp;quot;You are Victorious&amp;quot; popup. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2681928] || HV 0.76&lt;br /&gt;
|-&lt;br /&gt;
|HV Monster Letters to Numbers (CSS) || Replaces the monster letters to numbers. Works faster than script versions. || [https://forums.e-hentai.org/index.php?showtopic=88337] || HV 0.76&lt;br /&gt;
|-&lt;br /&gt;
|HV Monster Sensor || Changes the color of certain monster names to alert the player of their presence. || [https://forums.e-hentai.org/index.php?showtopic=40909] || HV 0.76&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
====[[Items]] &amp;amp; [[Equipment]]====&lt;br /&gt;
|-&lt;br /&gt;
|HentaiVerse Equipment Comparison &lt;br /&gt;
| Allows to compare pieces of equipment. &lt;br /&gt;
* Hover over an item (so the stats popup shows up) and press:&lt;br /&gt;
** Q to compare it against the one equipped on the matching slot&lt;br /&gt;
** W to show base values (scaled to level 0)&lt;br /&gt;
** E to compare base values&lt;br /&gt;
** R to compare the non-IW, non-forge base values against the one equipped on the matching slot&lt;br /&gt;
** T to show non-IW, non-forge base values (scaled to level 0)&lt;br /&gt;
** P to open EHWiki Equipment Range page and highlight relevant row.&lt;br /&gt;
| [https://forums.e-hentai.org/index.php?showtopic=65126&amp;amp;st=1700&amp;amp;p=3568505&amp;amp;#entry3568505] &lt;br /&gt;
[http://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=4007062 0.82]&lt;br /&gt;
|| HV 0.81&lt;br /&gt;
|-&lt;br /&gt;
|HV Item Manager || &lt;br /&gt;
* Text based filtering with regular expressions/boolean conditional support&lt;br /&gt;
* Multiple selection for items and equipment&lt;br /&gt;
* Multi repair/salvage/reforge/sell/moogle/shrine/COD/lock/unlock&lt;br /&gt;
* Customisable moogle&lt;br /&gt;
* Item list generator to post on forum&lt;br /&gt;
* accessible in the moogle, inventory, shop and forge pages  &lt;br /&gt;
|| [http://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=162726&amp;amp;view=findpost&amp;amp;p=4029359 1.5.0]&lt;br /&gt;
|| HV 0.82&lt;br /&gt;
|-&lt;br /&gt;
|HV Equip Scaling Calc || Scales any equipment&#039;s stats to any level (not a standalone add-on). || [https://forums.e-hentai.org/index.php?showtopic=26561] || HV 0.75&lt;br /&gt;
|-&lt;br /&gt;
|Magic Scores || Calculates the scores (relative to the equipped set) for all 7 magic [[damage types]] and prints the results in the statistics pane (below Damage Mitigations). || [https://forums.e-hentai.org/index.php?showtopic=65126&amp;amp;st=800&amp;amp;p=2758151&amp;amp;#entry2758151] || HV 0.76&lt;br /&gt;
|-&lt;br /&gt;
|Track Drops || Tracks and display drops by clicking on the stamina logo. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2809414] || HV 0.77&lt;br /&gt;
|-&lt;br /&gt;
|Item Menu || Adds a middle-click menu to all equipment for fast access to various commands. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2950904] || HV 0.78&lt;br /&gt;
|-&lt;br /&gt;
|HV Shop Filter plus || Filters equipment list in equipment shop using presets, highlights equipment, supports multiselection for batch salvage/sell. Uses programmable filtering functions based on equipment properties to allow fine tuning. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=3321360] || HV 0.80&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
====Highlight====&lt;br /&gt;
|-&lt;br /&gt;
|Bazaar Highlights || Highlights rare equipment at the [[Bazaar]]. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2750319] || HV 0.76&lt;br /&gt;
|-&lt;br /&gt;
|Item Shop Highlights || Highlights rare [[Forge]] materials at the [[Item Shop]]. || [https://forums.e-hentai.org/index.php?act=findpost&amp;amp;pid=2002890] || HV 0.68&lt;br /&gt;
|-&lt;br /&gt;
|Player&#039;s Equipment Highlights || Highlights different types of player&#039;s equipment at the [[Forge]], Inventory and Equipment Selection screens for easier orientation. &lt;br /&gt;
| [https://forums.e-hentai.org/index.php?act=findpost&amp;amp;pid=2011479]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2297450 &amp;lt;nowiki&amp;gt;[Alternative]&amp;lt;/nowiki&amp;gt;]&lt;br /&gt;
|| &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
====Monster Lab====&lt;br /&gt;
|-&lt;br /&gt;
|Monster Lab Interface || Monster sorting, wins/kills since last check, timer, crystals/tokens required for next upgrade, etc. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2629028] [[https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=3010481 fixed]] || HV 0.76&lt;br /&gt;
|-&lt;br /&gt;
|Monster Lab Babysitter &lt;br /&gt;
| Helps feeding monsters.&lt;br /&gt;
* G to set (max_Crystals_cost_per_Upgrade) max amount of Crystals to spend for Morale.&lt;br /&gt;
* F to feed/cheer all monsters.&lt;br /&gt;
| [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2773396] || HV 0.76&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
====Shrine/Forge Helper====&lt;br /&gt;
|-&lt;br /&gt;
|Equipment Menu || Provides links to Upgrade, Enchant, and Salvage. || [https://forums.e-hentai.org/index.php?act=findpost&amp;amp;pid=2079612] || &lt;br /&gt;
|-&lt;br /&gt;
|Shriner - Helper || hotkey to &amp;quot;make offering&amp;quot;, reward is already selected by default || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=3024242] || &lt;br /&gt;
|-&lt;br /&gt;
|Shrine Counter || Shows how many trophies and artifacts you currently possess when you visit the shrine. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2132748] || HV 0.70 &lt;br /&gt;
|-&lt;br /&gt;
|Salvage Filter || Allows you to hide all Superior (or lesser) items and locked items in the [[forge]] page. || [https://github.com/trandoanhung1991/Salvage-Filter] || HV 0.76&lt;br /&gt;
|-&lt;br /&gt;
|No Pony || Hides [[figurines]] so that will not be accidentally used at the [[shrine]] or sold. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=126586&amp;amp;view=findpost&amp;amp;p=2597872] || HV 0.75&lt;br /&gt;
|-&lt;br /&gt;
|Forge Infusion Hotkey || Hotkey for forge infusion. || [https://forums.e-hentai.org/index.php?s=&amp;amp;showtopic=65126&amp;amp;view=findpost&amp;amp;p=2696084] || HV 0.76&lt;br /&gt;
|-&lt;br /&gt;
|Multi-Shriner || Enable user to shrine multiple artifacts/trophies. || [https://github.com/trandoanhung1991/Multi-Shriner] || HV 0.76&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
====WTS/WTB shop helper====&lt;br /&gt;
|-&lt;br /&gt;
|HV Shop System || Extended and improved version of Equipment Shop Helper. || [https://forums.e-hentai.org/index.php?showtopic=72877] || HV 0.75 &lt;br /&gt;
|-&lt;br /&gt;
|HV Mini Shop Helper || Helps players to generate equip links and tagging prices. || [https://forums.e-hentai.org/index.php?showtopic=96543] || HV 0.76&lt;br /&gt;
|-&lt;br /&gt;
|Auction Countdown Timer || Generate an image of a countdown timer that can be easily added to an auction thread. || [https://forums.e-hentai.org/index.php?showtopic=31783] || HV 0.76&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Making New HentaiVerse Scripts &amp;amp; Tools&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Making Scripts &amp;amp; Tools==&lt;br /&gt;
Players are free to make new HV scripts for purposes such as making modifications and additions to the UI or changing key mappings and controls in general.&lt;br /&gt;
&lt;br /&gt;
===Forbidden Actions===&lt;br /&gt;
[[Image:Point.png]] &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Any script/tool used to do ANY of the following is strictly forbidden.&amp;lt;/span&amp;gt; Offenders will be [[banned]] from the [[HentaiVerse]].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Any automation or semi-automation of gameplay beyond a single &amp;quot;action&amp;quot;.&lt;br /&gt;
**Anything that automates actions without direct player input.&lt;br /&gt;
*Any parsing of live data to decide on actions.&lt;br /&gt;
*Anything that has the function of picking a target automatically, regardless of the actual method.&lt;br /&gt;
**Anything that interprets the page in any way to pick a target or action.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[HentaiVerse Hotkeys]]&lt;br /&gt;
*[https://forums.e-hentai.org/index.php?showtopic=65126 Forum thread]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:HentaiVerse]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Equipment&amp;diff=33414</id>
		<title>Equipment</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Equipment&amp;diff=33414"/>
		<updated>2015-07-18T10:12:53Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Tables */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Equipment is worn to enhance a player&#039;s [[stats]]. It is equipped via the [[Character Menu#Equipment|character equipment screen]].&lt;br /&gt;
&lt;br /&gt;
==Equipment Popups==&lt;br /&gt;
[[Image:Equipment.png|thumb|The layout of an equipment piece&#039;s popup]]&lt;br /&gt;
&lt;br /&gt;
To open a popup window listing the stats for a piece of equipment, simply mouse over the equipment (in either the [[Bazaar#Equipment_Shop|Equipment Shop]] or the [[Character Menu#Equipment|character equipment screen]]) and press &amp;quot;{{Keypress|C}}&amp;quot;. Caps Lock must be off and the browser used must be set to allow popups from the HentaiVerse. This allows the stats or the equipment URL to be copied and pasted such as in a [[forum]] post.&lt;br /&gt;
&lt;br /&gt;
Hovering over equipment stats on the equipment popup and in the forge and lottery will display the base (level 0) value for the stat.&lt;br /&gt;
&lt;br /&gt;
==Drops==&lt;br /&gt;
The base chance for equipment to drop is 4% of a normal loot drop (See [[Loot Drop Rolls]]). This can be increased (up to doubled) via Quartermaster [[training]]. Quartermaster only increases the ratio of Equipment in relation to other drops. Drops are nullified if a player is holding 1,000 or more pieces of equipment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: [[Obsolete Items#Equipment|Equipment from older versions of the game]] may be found in the [[Bazaar#Equipment_Shop|Bazaar&#039;s Equipment Shop]] but no longer drop from battles.&lt;br /&gt;
&lt;br /&gt;
==Level==&lt;br /&gt;
All equipment possess levels similar to players which affects their stats.&lt;br /&gt;
*Anything that is below the player&#039;s level will not [[Level Scaling|scale]] up with them.&lt;br /&gt;
*Equipment dropped in [[battle]] will always be the same as the player&#039;s current level. Any equipment without a level will become the player&#039;s level once it is equipped.&lt;br /&gt;
*Equipment can become [[soulfuse]]d via the [[forge]] which causes a piece of gear to become tied to the player&#039;s level (matching it and growing with them).&lt;br /&gt;
*Players cannot equip anything above their [[level]] but they can [[soulfuse]] equipment up to 50 levels higher than they are.&lt;br /&gt;
&lt;br /&gt;
==Weapons==&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;Legend:&#039;&#039;&lt;br /&gt;
 ▲ = High  &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;●&amp;lt;/span&amp;gt; = Mid  ▼ = Low &#039;&#039;&#039;▬&#039;&#039;&#039; = None   &lt;br /&gt;
 Par = [[Damage|Parry]] Bur = [[Burden]] Intr = [[Interference]] ASB = [[Action Speed|Attack Speed Bonus]]&lt;br /&gt;
 Ele = Elemental For = Forbidden Div = Divine Dep = Deprecating Sup = Supportive&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: The information in these tables does NOT include bonuses from [[prefixes]] or [[suffixes]].&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;wikitable&amp;quot;  style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
!Weapon || Style || Damage Type || [[Equipment Proc]] || Dmg || Acc || Crit || Par || Bur || Intr || ASB&lt;br /&gt;
|-&lt;br /&gt;
|Axe || 1H || Slashing || Bleeding Wound &lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:red&amp;quot;|▼ || ▬ &lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▲ ||style=&amp;quot;color:blue&amp;quot;|● || ▬&lt;br /&gt;
|-&lt;br /&gt;
|Club || 1H || Crushing || Stun &lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:red&amp;quot;|▼ || ▬ &lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● || ▬&lt;br /&gt;
|-&lt;br /&gt;
|Rapier || 1H || Piercing || Penetrated Armor &lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼▼ ||style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:red&amp;quot;|▼ &lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:green&amp;quot;|▼ ||style=&amp;quot;color:blue&amp;quot;|● || ▬&lt;br /&gt;
|- &lt;br /&gt;
|Shortsword || 1H || Slashing || Bleeding Wound &lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼ ||style=&amp;quot;color:green&amp;quot;|▲▲ ||style=&amp;quot;color:red&amp;quot;|▼&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼ ||style=&amp;quot;color:green&amp;quot;|▼ ||style=&amp;quot;color:blue&amp;quot;|● || ▬&lt;br /&gt;
|-&lt;br /&gt;
|Wakizashi || 1H || Slashing || Bleeding Wound&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼▼▼ ||style=&amp;quot;color:green&amp;quot;|▲▲ ||style=&amp;quot;color:red&amp;quot;|▼&lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:green&amp;quot;|▼▼ ||style=&amp;quot;color:green&amp;quot;|▼ ||style=&amp;quot;color:green&amp;quot;|▲&lt;br /&gt;
|-&lt;br /&gt;
|Estoc || 2H || Piercing || Penetrated Armor&lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲▲ ||style=&amp;quot;color:red&amp;quot;|▼ ||style=&amp;quot;color:green&amp;quot;|▲ || ▬&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▲▲ ||style=&amp;quot;color:red&amp;quot;|▲ || ▬&lt;br /&gt;
|-&lt;br /&gt;
|Longsword || 2H || Slashing || Bleeding Wound &lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲▲▲ ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:green&amp;quot;|▲ || ▬&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▲▲▲ ||style=&amp;quot;color:red&amp;quot;|▲▲ || ▬&lt;br /&gt;
|-&lt;br /&gt;
|Mace || 2H || Crushing || Stun &lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲▲ ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:green&amp;quot;|▲ || ▬&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▲▲ ||style=&amp;quot;color:red&amp;quot;|▲ || ▬&lt;br /&gt;
|-&lt;br /&gt;
|Katana || 2H || Slashing || Bleeding Wound&lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲▲ ||style=&amp;quot;color:green&amp;quot;|▲▲ ||style=&amp;quot;color:green&amp;quot;|▲ || ▬&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▲▲ ||style=&amp;quot;color:red&amp;quot;|▲ || ▬&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===One-Handed Weapons (1H)===&lt;br /&gt;
One-handed weapons typically have lower damage, higher accuracy, lower critical, weaker procs, and lower [[burden]]/[[interference]] than two-handed weapons. They also usually have a parry bonus and can have the &amp;quot;of the nimble&amp;quot; [[suffix]].&lt;br /&gt;
&lt;br /&gt;
===Two-Handed Weapons (2H)===&lt;br /&gt;
Two-handed weapons typically have higher damage, lower accuracy, higher critical, stronger procs, and higher [[burden]]/[[interference]] than one-handed weapons. They also don&#039;t have any parry bonuses.&lt;br /&gt;
&lt;br /&gt;
===Staffs===&lt;br /&gt;
Staffs are two-handed weapons that have the following characteristics:&lt;br /&gt;
*Crushing [[damage type]].&lt;br /&gt;
*Ether Theft proc.&lt;br /&gt;
*No [[Interference]].&lt;br /&gt;
*Older staffs can have physical accuracy on them at the cost of no magic crit increase.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Weapon&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|MDmg&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|MAcc&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|MCrit&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|C-Resist&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Bur&lt;br /&gt;
!colspan=&amp;quot;5&amp;quot;|[[Proficiencies#Magic Proficiencies|Magic Proficiencies]]&lt;br /&gt;
!colspan=&amp;quot;6&amp;quot;|Elemental Damage&lt;br /&gt;
|-&lt;br /&gt;
!Ele || Div || For || Dep || Sup&lt;br /&gt;
!Fire ||Cold ||Elec ||Wind ||Holy || Dark&lt;br /&gt;
|-&lt;br /&gt;
|Oak&lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● &lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● ||▬ ||▬ ||style=&amp;quot;color:green&amp;quot;|▲▲ ||style=&amp;quot;color:red&amp;quot;|▼ ||style=&amp;quot;color:red&amp;quot;|▼ ||▬ ||▬ &lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲▲ ||▬&lt;br /&gt;
|-&lt;br /&gt;
|Redwood&lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● ||▬ ||style=&amp;quot;color:green&amp;quot;|▼ ||style=&amp;quot;color:green&amp;quot;|▲ ||▬ ||▬&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼ ||style=&amp;quot;color:red&amp;quot;|▼ ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|●&lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● ||▬ ||▬&lt;br /&gt;
|-&lt;br /&gt;
|Willow&lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:green&amp;quot;|▼ ||style=&amp;quot;color:blue&amp;quot;|● ||▬&lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:green&amp;quot;|▲▲ ||▬ ||▬ ||▬ ||style=&amp;quot;color:red&amp;quot;|▼ ||style=&amp;quot;color:red&amp;quot;|▼ ||▬  ||style=&amp;quot;color:green&amp;quot;|▲▲&lt;br /&gt;
|-&lt;br /&gt;
|Katalox&lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:green&amp;quot;|▲ ||▬ ||style=&amp;quot;color:blue&amp;quot;|● ||▬ ||style=&amp;quot;color:green&amp;quot;|▲ &lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲ ||style=&amp;quot;color:blue&amp;quot;|● ||▬ ||▬ ||▬ ||▬ ||▬ ||style=&amp;quot;color:blue&amp;quot;|● ||style=&amp;quot;color:blue&amp;quot;|●&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Armor==&lt;br /&gt;
Armor can be divided into shields, cloth armors, light armors, and heavy armors. Each category of armor has 3-4 types available in the game. Each type of armors has particular strengths and weaknesses and suit the needs of different character builds and play styles. Each category of armors (besides shields) have [[abilities]] that can raise different [[stats]] as [[proficiency]] increases if the player is wearing the full set of armor.&lt;br /&gt;
&lt;br /&gt;
Currently, each category of armors have 1 type that no longer drops in-game and can only be purchased from the bazaar or from other players.&lt;br /&gt;
&lt;br /&gt;
===Shields===&lt;br /&gt;
Shields are used in [[Fighting_Styles#One-Handed|One-Handed]] fighting style. They have very low mitigation stats, but are notable for their ability to [[Damage|block]] both physical and magical attacks and gives a player a chance to [[Counter-Attack]] after a successful block.&lt;br /&gt;
&lt;br /&gt;
===Cloth Armor===&lt;br /&gt;
Cloth armors have low physical/magical mitigation with has no [[burden]] and [[interference]]. Cloth armor also increases Magic Accuracy, Evade Chance, and Resist Chance. It has abilities that increases maximum MP, spell damage, spell crit chance, and spell casting speed as proficiency increases&lt;br /&gt;
&lt;br /&gt;
===Light Armor===&lt;br /&gt;
Light armors have moderate physical/magical mitigation with low [[burden]] and [[interference]]. Light armors also increase Evade Chance and Resist Chance. It has abilities that increases maximum HP and MP, accuracy, crit chance, and attack speed as proficiency increases&lt;br /&gt;
&lt;br /&gt;
===Heavy Armor===&lt;br /&gt;
Heavy armors have high physical/magical mitigation with high [[burden]] and [[interference]]. It has abilities that increases maximum HP and specific mitigation (crushing, slashing, and piercing) as proficiency increases&lt;br /&gt;
&lt;br /&gt;
===Tables===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;80%&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Type&lt;br /&gt;
!colspan=&amp;quot;5&amp;quot;|Slot Name&lt;br /&gt;
|-&lt;br /&gt;
! Head || Body || Hands || Legs || Feet&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Cloth&#039;&#039;&#039; || Cap || Robe || Gloves || Pants || Shoes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Light&#039;&#039;&#039; || Helmet || Breastplate || Gauntlets || Leggings || Boots&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Heavy&#039;&#039;&#039; || Helmet || Cuirass/Armor || Gauntlets || Greaves/Leggings || Sabatons/Boots&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Armor &lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Type&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Tier &lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|PMiti &lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|MMiti &lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Bur &lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Intr &lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|PDmg&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|PAcc&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|MAcc&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|Specific Mitigation&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|Avoidance&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Notes&lt;br /&gt;
|-&lt;br /&gt;
! Crush || Slash || Pierce  &lt;br /&gt;
! Evade || Block || Resist&lt;br /&gt;
|-&lt;br /&gt;
|Buckler || Shield || Common&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼▼▼ || style=&amp;quot;color:red&amp;quot;|▼▼▼ || style=&amp;quot;color:green&amp;quot;|▼▼ || style=&amp;quot;color:green&amp;quot;|▼▼▼ || ▬ || ▬ || ▬ &lt;br /&gt;
|| ▬ || ▬ || ▬ || ▬ || style=&amp;quot;color:blue&amp;quot;|● || ▬ &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Kite || Shield || Common&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼▼ || style=&amp;quot;color:red&amp;quot;|▼▼ || style=&amp;quot;color:red&amp;quot;|▲ || style=&amp;quot;color:blue&amp;quot;|● || ▬ || ▬ || ▬ &lt;br /&gt;
| ▬ || ▬ || ▬ || ▬ || style=&amp;quot;color:green&amp;quot;|▲ || ▬&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Force || Shield || Rare&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼▼ || style=&amp;quot;color:red&amp;quot;|▼▼ || style=&amp;quot;color:green&amp;quot;|▼▼ || style=&amp;quot;color:red&amp;quot;|▲▲▲ || ▬ || ▬ || ▬ &lt;br /&gt;
| ▬ || ▬ || ▬ || ▬ || style=&amp;quot;color:green&amp;quot;|▲▲ || ▬&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Cotton || Cloth || Common&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼ || style=&amp;quot;color:red&amp;quot;|▼ || ▬ || ▬ || ▬ || style=&amp;quot;color:blue&amp;quot;|● || style=&amp;quot;color:blue&amp;quot;|● &lt;br /&gt;
| style=&amp;quot;color:red&amp;quot;|▼▼ || ▬ || ▬ || style=&amp;quot;color:blue&amp;quot;|● || ▬ || style=&amp;quot;color:red&amp;quot;|▼&lt;br /&gt;
|align=&amp;quot;left&amp;quot;| Can have a [[Proficiencies#Magic Proficiencies|Magic Proficiency]] [[suffix]].&lt;br /&gt;
|-&lt;br /&gt;
|Phase || Cloth || Rare&lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼▼ || style=&amp;quot;color:red&amp;quot;|▼ || ▬ || ▬ || ▬ || style=&amp;quot;color:blue&amp;quot;|● || style=&amp;quot;color:green&amp;quot;|▲ &lt;br /&gt;
| style=&amp;quot;color:red&amp;quot;|▼▼▼ || ▬ || ▬ || style=&amp;quot;color:green&amp;quot;|▲ || ▬ || style=&amp;quot;color:red&amp;quot;|▼&lt;br /&gt;
|align=&amp;quot;left&amp;quot;| Always has an Elemental Damage Bonus [[suffix]].&lt;br /&gt;
|-&lt;br /&gt;
|Leather || Light || Common&lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲ || style=&amp;quot;color:green&amp;quot;|▲ || style=&amp;quot;color:green&amp;quot;|▼▼ || style=&amp;quot;color:green&amp;quot;|▼▼ || ▬ || ▬ || ▬ &lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲ || style=&amp;quot;color:green&amp;quot;|▲ || style=&amp;quot;color:red&amp;quot;|▼ || style=&amp;quot;color:red&amp;quot;|▼ || ▬ || style=&amp;quot;color:blue&amp;quot;|●&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Shade || Light || Rare&lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● || style=&amp;quot;color:blue&amp;quot;|● || ▬ || style=&amp;quot;color:green&amp;quot;|▼ || style=&amp;quot;color:blue&amp;quot;|● || style=&amp;quot;color:green&amp;quot;|▲▲ || ▬ &lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● || style=&amp;quot;color:blue&amp;quot;|● || ▬ || style=&amp;quot;color:blue&amp;quot;|● || ▬ || style=&amp;quot;color:green&amp;quot;|▲&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Plate || Heavy || Common&lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲▲ || style=&amp;quot;color:green&amp;quot;|▲▲ || style=&amp;quot;color:red&amp;quot;|▲▲ || style=&amp;quot;color:red&amp;quot;|▲ || ▬ || ▬ || ▬ &lt;br /&gt;
|style=&amp;quot;color:blue&amp;quot;|● || style=&amp;quot;color:green&amp;quot;|▲▲ || style=&amp;quot;color:green&amp;quot;|▲▲ || ▬ || ▬ || ▬&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Power || Heavy || Rare&lt;br /&gt;
|style=&amp;quot;color:green&amp;quot;|▲ || style=&amp;quot;color:green&amp;quot;|▲ || style=&amp;quot;color:red&amp;quot;|▲ || style=&amp;quot;color:red&amp;quot;|▲▲ || style=&amp;quot;color:green&amp;quot;|▲ || style=&amp;quot;color:green&amp;quot;|▲ || ▬ &lt;br /&gt;
|style=&amp;quot;color:red&amp;quot;|▼ || style=&amp;quot;color:green&amp;quot;|▲ || style=&amp;quot;color:green&amp;quot;|▲ || ▬ || ▬ || ▬&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Gives Crit and Crit Damage Bonus.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Equipment Characteristics==&lt;br /&gt;
&lt;br /&gt;
===Tier===&lt;br /&gt;
Armor tier drops are affected by [[difficulty]] setting and determines the equipments&#039; rarity and [[bazaar]] value. There is one &#039;common&#039; tier and one &#039;rare&#039; tier.&lt;br /&gt;
&lt;br /&gt;
===[[Prefixes]] and [[Suffixes]]===&lt;br /&gt;
Prefixes and Suffixes are special characteristics that can be found on all weapons and armor and add or improve certain stats.&lt;br /&gt;
&lt;br /&gt;
===[[Character_Stats#Primary_Attributes|Primary Attribute]] Bonus===&lt;br /&gt;
There are separate rolls for the various primary attribute bonuses that can be applied to an equipment piece. Since it rolls against a probability for each given stat, a given piece will usually not have every bonus it can have.&lt;br /&gt;
*[[Quality]] of the equipment affects the chance to get primary attribute bonuses. equipments of higher quality will have better chance to get more bonuses. &lt;br /&gt;
*Conversely, the number of primary attribute bonuses will affect the final quality score.&lt;br /&gt;
&lt;br /&gt;
The following table is the list of Primary Attribute Bonus possible on the specific type of equipment.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Equipment || STR || DEX || AGI || END || INT || WIS&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;9&amp;quot; | Melee Weapons&lt;br /&gt;
| Axe || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Club || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;  || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Rapier || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Shortsword || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;  || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Wakizashi || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Estoc || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Longsword || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Mace || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Katana || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Staffs&lt;br /&gt;
|-&lt;br /&gt;
| Oak || || || || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Redwood || || || || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Willow || || || || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Katalox || || || || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;10&amp;quot; | Shield/Armor&lt;br /&gt;
|-&lt;br /&gt;
| Buckler || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;  || || &#039;&#039;&#039;X&#039;&#039;&#039;  || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kite || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;  || || &#039;&#039;&#039;X&#039;&#039;&#039;  || ||&lt;br /&gt;
|-&lt;br /&gt;
| Force || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;  || || &#039;&#039;&#039;X&#039;&#039;&#039;  || ||&lt;br /&gt;
|-&lt;br /&gt;
| Cotton || || || &#039;&#039;&#039;X&#039;&#039;&#039; || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Phase || || || &#039;&#039;&#039;X&#039;&#039;&#039; || || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Leather || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || ||&lt;br /&gt;
|-&lt;br /&gt;
| Shade || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;A&#039;&#039;&#039; || &#039;&#039;&#039;A&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Plate || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || &#039;&#039;&#039;X&#039;&#039;&#039; || ||&lt;br /&gt;
|-&lt;br /&gt;
| Power || &#039;&#039;&#039;X&#039;&#039;&#039; || &#039;&#039;&#039;X&#039;&#039;&#039; || || &#039;&#039;&#039;X&#039;&#039;&#039; || ||&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;A&#039;&#039;&#039;: Can come with Int and Wis bonus if it has the &amp;quot;of the Arcanist&amp;quot; [[suffix]].&lt;br /&gt;
&lt;br /&gt;
===Elemental Strike===&lt;br /&gt;
Can be obtained on [[weapons]] though [[Equipment Prefixes]], achieving level 10 [[potency]] in Item World, or by [[infusions]] through [[The Forge]].&lt;br /&gt;
*Deals additional damage in that element&lt;br /&gt;
**Damage done is equal to 50% of your physical damage (before mitigation by monsters) this has a separate damage roll independent from the main hit, counts as physical damage&lt;br /&gt;
**Triggered by both main-hand and offhand melee hits&lt;br /&gt;
**Only affects the primary target&lt;br /&gt;
&lt;br /&gt;
==Improvements==&lt;br /&gt;
*[[Upgrades]] are shown in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt;.&lt;br /&gt;
*[[Potencies]] are shown in &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt;.&lt;br /&gt;
*[[Enhancements]] are shown in &amp;lt;span style=&amp;quot;color:purple&amp;quot;&amp;gt;purple&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[The Forge]]&lt;br /&gt;
*[[Equipment Procs]]&lt;br /&gt;
*[[Equipment Prefixes]]&lt;br /&gt;
*[[Equipment Suffixes]]&lt;br /&gt;
*[[Fighting Styles]]&lt;br /&gt;
*[[Item World]]&lt;br /&gt;
*[[Level Scaling]]&lt;br /&gt;
*[[Bazaar#Equipment_Shop|Equipment Shop]]&lt;br /&gt;
*[[The Lottery]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Ranks&amp;diff=32873</id>
		<title>Ranks</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Ranks&amp;diff=32873"/>
		<updated>2015-05-24T10:26:46Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As a player gains [[EXP]] and increase in levels, their character will increase in rank. Their rank will go up automatically each time their level reaches a multiple of 10, until they reach level 90. Each subsequent rank must be unlocked by completing a particular challenge and these unlockable ranks have special benefits attached. These subsequent ranks also have to be manually selected.&lt;br /&gt;
&lt;br /&gt;
A player&#039;s current rank is displayed below their avatar in the [[E-Hentai Forums]]. Ranks can be changed any time through the [[HentaiVerse Settings]] pane.&lt;br /&gt;
&lt;br /&gt;
==Ranks==&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Min. [[Level]]&lt;br /&gt;
!Title&lt;br /&gt;
!Bonuses&lt;br /&gt;
!Additional Requirement to Unlock&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 0 || Newbie ||width=&amp;quot;140px&amp;quot;| None ||rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 1 || Beginner || +0.5% Damage&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 10 || Novice || +1% Damage&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 20 || Apprentice || +1.5% Damage&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 30 || Journeyman || +2% Damage&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 40 || Artisan || +2.5% Damage&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 50 || Expert || +3% Damage&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 60 || Master || +3.5% Damage&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 70 || Champion || +4% Damage&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 80 || Hero || +4.5% Damage&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 90 || Lord || +5% Damage&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 100 || Ascended || +6% Damage &amp;lt;br&amp;gt;+1% Evade || Clear the [[Arena]] Challenge &amp;quot;Endgame&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 140 || Destined || +8% Damage &amp;lt;br&amp;gt;+2% Evade || Clear the [[Arena]] Challenge &amp;quot;Sealed Power&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 200 || Godslayer || +10% Damage &amp;lt;br&amp;gt;+3% Evade || Clear the [[Arena]] Challenge &amp;quot;[[HentaiVerse_Bestiary#Trio_and_the_Tree|The Trio and the Tree]]&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 300 || Dovahkiin || [[Skills#Special_Skills|FUS RO DAH]] [[Skill]]|| Clear the [[Arena]] Challenge &amp;quot;[[HentaiVerse_Bestiary#A_Dance_With_Dragons|A Dance With Dragons]]&amp;quot; at IWBTH [[difficulty]] or higher.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Leveling Up]]&lt;br /&gt;
*[[Level and Rank Table]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;br /&gt;
[[Category:E-Hentai Forums]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Monster_Lab&amp;diff=32436</id>
		<title>Monster Lab</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Monster_Lab&amp;diff=32436"/>
		<updated>2015-04-25T04:11:44Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Monster Stats &amp;amp; Power Level */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Monster Lab Mainpage.PNG|thumb|The Monster Lab Mainpage.]]&lt;br /&gt;
[http://hentaiverse.org/?s=Bazaar&amp;amp;ss=ml The Monster Lab] allows the players to create custom monsters that any player can then encounter during [[battles]]. Monsters are primarily created to bring [[#Gifts|gifts]] to their owner as they do not assist the player in any other way.&lt;br /&gt;
&lt;br /&gt;
==Monster Creation==&lt;br /&gt;
[[Image:Monster Creation.JPG|thumb|Monster Creation page.]]&lt;br /&gt;
A monster slot is needed in order to create a new monster; such slots can be unlocked using [[Tokens|Chaos Tokens]]. A new monster is created by giving it a name, a base class, and a melee attack damage type. Players may choose from any of the 13 monster classes, each with their own strengths and weaknesses. Up to 100 monster slots can be unlocked; [[donators]] get up to 200.&lt;br /&gt;
&lt;br /&gt;
===Naming===&lt;br /&gt;
Monsters can only be named once they reach a Power Level of 25 ([[#Monster Stats &amp;amp; Power Level|see below]]). Some guidelines should be followed regarding the name of the monsters:&lt;br /&gt;
&lt;br /&gt;
*Maximum of 30 characters&lt;br /&gt;
*No gibberish&lt;br /&gt;
*No misspellings of existing monsters&#039; names&lt;br /&gt;
*No misleading names (e.g. &amp;quot;Weak Against Holy&amp;quot; or &amp;quot;Bob the Dragon&amp;quot; on a non-dragon monster)&lt;br /&gt;
*Only 1 monster should be named directly after an E-Hentai user&lt;br /&gt;
*No racist or hateful names&lt;br /&gt;
*No typographically similar numerical substitutions on names of existing monsters (that is, o=0 and i=1=l, space=hyphen)&lt;br /&gt;
**No consecutive spaces or hyphens&lt;br /&gt;
**Spaces and hyphens cannot be next to each other&lt;br /&gt;
**Cannot start or end with hyphens&lt;br /&gt;
**Maximum 5 spaces or hyphens per name&lt;br /&gt;
&lt;br /&gt;
===Costs &amp;amp; Deleting===&lt;br /&gt;
*The Nth monster slot costs &#039;&#039;roundup(1 + (N - 1)^1.2)&#039;&#039; Chaos Tokens to unlock.&lt;br /&gt;
**[[Donators]] at or above the Gold Star level get two slots per unlock. Slots unlocked before donating are retroactively doubled.&lt;br /&gt;
&lt;br /&gt;
*Monsters can be renamed and deleted for free.&lt;br /&gt;
**Once a monster reaches PL 250 these actions can no longer be taken.&lt;br /&gt;
**Deleting a monster only frees up the slot, nothing else is refunded.&lt;br /&gt;
&lt;br /&gt;
==Monster Stats &amp;amp; Power Level==&lt;br /&gt;
[[Image:Monster Stats.PNG|thumb|Monster Stats page.]]&lt;br /&gt;
Monsters can be strengthened by their owner by using [[crystals]]. The monster&#039;s Power Level (PL) will rise with each [[Monster Stats|stat]] upgrade. As crystals are used to increase a monster&#039;s attributes the cost of subsequent increases in that stat goes up.&lt;br /&gt;
&lt;br /&gt;
===Upgrading===&lt;br /&gt;
[[Image:fire.png]] = Not enough crystals to upgrade, or the stat is maxed out&lt;br /&gt;
&lt;br /&gt;
[[Image:fire_a.png]] = Enough crystals to upgrade, simply click on it to spend the crystals&lt;br /&gt;
&lt;br /&gt;
Mousing over either of these will show the name and number of crystals needed for the next upgrade.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Where &#039;&#039;N&#039;&#039; is the number of times a stat has been upgraded so far&lt;br /&gt;
|-&lt;br /&gt;
!Stat type&lt;br /&gt;
!Crystal cost to upgrade&lt;br /&gt;
!PL increase per upgrade&lt;br /&gt;
!Total PL (per stat)&lt;br /&gt;
!Cap (per stat)&lt;br /&gt;
|- &lt;br /&gt;
!Primary&lt;br /&gt;
|round(50 * 1.555079154^N) || 3 + (N * 0.5) || 3 * (N + 1) + Roundup(N * (N + 1) / 4) || +25&lt;br /&gt;
|- &lt;br /&gt;
!Elemental&lt;br /&gt;
|round(10 * 1.26485522^N) || Rounddown(1 + (N * 0.1) || - || +50&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
There is currently no way to increase a monster&#039;s Piercing, Crushing, or Slashing defenses.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--====Costs and Results====&lt;br /&gt;
=====Attribute PL contributions=====&lt;br /&gt;
{|class=&amp;quot;wikitable collapsible collapsed&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center; font-size: 1em&amp;quot;&lt;br /&gt;
|+ Chart of PL benefits from maximizing a single attribute, where the base number can be found [[Monster_Lab#Monster_Classes|below]]&lt;br /&gt;
!rowspan=&amp;quot;3&amp;quot; | Monster Class&lt;br /&gt;
!colspan=&amp;quot;6&amp;quot; | Primary Attributes&lt;br /&gt;
!colspan=&amp;quot;7&amp;quot; | Elemental Resistances&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;6&amp;quot; | = (25 - base)*(3 + (25 - base - 1) /2)&lt;br /&gt;
!colspan=&amp;quot;7&amp;quot; | = 75 - base&lt;br /&gt;
|-&lt;br /&gt;
! STR !! DEX !! AGI !! END !! INT !! WIS&lt;br /&gt;
! FIRE !! COLD !! ELEC !! WIND !! HOLY !! DARK&lt;br /&gt;
|-&lt;br /&gt;
! Arthropod&lt;br /&gt;
|187||250||207||150||273||273&lt;br /&gt;
|50||100||50||50||75||75&lt;br /&gt;
|-&lt;br /&gt;
! Avion&lt;br /&gt;
|250||187||88||273||228||250&lt;br /&gt;
|100||75||25||125||75||75&lt;br /&gt;
|-&lt;br /&gt;
! Beast&lt;br /&gt;
|187||168||168||207||297||322&lt;br /&gt;
|100||50||75||25||75||75&lt;br /&gt;
|-&lt;br /&gt;
! Celestial&lt;br /&gt;
|250||250||150||250||150||187&lt;br /&gt;
|50||50||50||50||25||125&lt;br /&gt;
|-&lt;br /&gt;
! Daimon&lt;br /&gt;
|168||168||187||273||228||250&lt;br /&gt;
|50||50||50||50||125||25&lt;br /&gt;
|-&lt;br /&gt;
!Dragonkin&lt;br /&gt;
|150||250||297||168||250||228&lt;br /&gt;
|25||125||50||100||75||75&lt;br /&gt;
|-&lt;br /&gt;
!Elemental&lt;br /&gt;
|297||228||228||273||187||117&lt;br /&gt;
|25||25||25||25||50||50&lt;br /&gt;
|-&lt;br /&gt;
!Giant&lt;br /&gt;
|150||187||297||117||322||348&lt;br /&gt;
|50||50||100||100||75||75&lt;br /&gt;
|-&lt;br /&gt;
! Humanoid&lt;br /&gt;
|250||150||187||250||187||207&lt;br /&gt;
|75||75||75||75||75||100&lt;br /&gt;
|-&lt;br /&gt;
!Mechanoid&lt;br /&gt;
|150||207||273||207||273||297&lt;br /&gt;
|25||25||150||25||25||75&lt;br /&gt;
|-&lt;br /&gt;
! Reptilian&lt;br /&gt;
|207||150||228||187||228||273&lt;br /&gt;
|50||125||50||75||75||75&lt;br /&gt;
|-&lt;br /&gt;
! Sprite&lt;br /&gt;
|297||117||117||322||207||228&lt;br /&gt;
|50||50||50||50||50||125&lt;br /&gt;
|-&lt;br /&gt;
! Undead&lt;br /&gt;
|150||207||273||150||322||322&lt;br /&gt;
|125||25||25||25||150||25&lt;br /&gt;
|}--&amp;gt;&lt;br /&gt;
===Monster PL vs. Player Level===&lt;br /&gt;
*A monster must have a PL of at least 25 to participate in [[battles]].&lt;br /&gt;
*Monsters give an additional [[EXP]] bonus of (1 + PL / 200).&lt;br /&gt;
*Monsters give additional [[Loot_Drop_Rolls|loot drop chance]] as ((PL - 500) / 50), capped at 15%.&lt;br /&gt;
*It is possible for players to fight monsters that they have created.&lt;br /&gt;
*For the PL cap calculation, a player&#039;s &#039;&#039;effective level&#039;&#039; (current level + [[HentaiVerse_Settings#Challenge_Level|difficulty modifier]]) is used .&lt;br /&gt;
*The system is biased towards picking monsters that are closer to the player&#039;s PL cap. The maximum PL of monsters that a player can face is:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Player&#039;s Level + [[HentaiVerse_Settings#Challenge_Level|Difficulty Modifier]]&lt;br /&gt;
!Max Monster PL&lt;br /&gt;
|-&lt;br /&gt;
|1-99 || Player&#039;s effective level?&lt;br /&gt;
|-&lt;br /&gt;
|100+ || ((Player&#039;s effective level) ^ 1.27) - 247?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Important Power Levels===&lt;br /&gt;
[[Image:Crystal packs vs PL.png|thumb|Crystal packs required for each PL.]]&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Power&amp;lt;br&amp;gt;Level&lt;br /&gt;
!Effects&lt;br /&gt;
|-&lt;br /&gt;
|25 || Unlocks naming and becomes active in [[battles]] once named&lt;br /&gt;
|-&lt;br /&gt;
|200 || &lt;br /&gt;
*Unlocks second Skill Attack&lt;br /&gt;
*[[Morale]] drain reduced by 1.5x&lt;br /&gt;
|-&lt;br /&gt;
|250 || Renaming and Deleting are no longer possible&lt;br /&gt;
|-&lt;br /&gt;
|400 || &lt;br /&gt;
*Unlocks Spirit Attack&lt;br /&gt;
*Morale drain reduced by 2x&lt;br /&gt;
|-&lt;br /&gt;
|499? || Gifts may now include High-Grade materials&lt;br /&gt;
|-&lt;br /&gt;
|700 || Morale drain reduced by 3x&lt;br /&gt;
|-&lt;br /&gt;
|750? || Low-Grade materials can no longer be gifts&lt;br /&gt;
|-&lt;br /&gt;
|1,000 || Morale drain reduced by 4x&lt;br /&gt;
|-&lt;br /&gt;
|1,005 || All Chaos Upgrades are available&lt;br /&gt;
|-&lt;br /&gt;
|1,499? || Mid-Grade materials can no longer be gifts (100% are High-Grade)&lt;br /&gt;
|-&lt;br /&gt;
|2,250 || Power Level cap reached&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Skill Editor==&lt;br /&gt;
[[Image:Skill Editor.PNG|thumb|The Skill Editor page.]]&lt;br /&gt;
Monsters get skills when they are created, at PL 200, and at PL 400. &lt;br /&gt;
*Skill names need to be set before monsters can use them.&lt;br /&gt;
**Skills names must be between 3 and 30 characters long and contain only alphanumeric characters, hyphens, and spaces.&lt;br /&gt;
*The initial skill has the same damage type as the monster&#039;s main attack, and costs 50% MP.&lt;br /&gt;
**Monsters with a physical attack damage type gets a Physical type skill (which is boosted by DEX), while those with an elemental attack type get an Magical type skill (which is boosted by INT).&lt;br /&gt;
*Additional skills at PL 200 and PL 400 have following characteristics:&lt;br /&gt;
**The skill at PL 200 costs 50% MP and is more powerful than the initial skill.&lt;br /&gt;
**The skill at PL 400 costs 100% SP and is more powerful than both MP skills.&lt;br /&gt;
**Some monster classes can choose between physical and magical skills. The [[damage type]] can also be changed.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Monster Class || Skill Type || [[Damage Type]] || Power&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Arthropod&lt;br /&gt;
| Physical || Basic (Crushing/Piercing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Crushing/Piercing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Crushing/Piercing || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Avion&lt;br /&gt;
| Physical || Basic (Piercing/Slashing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Beast  &lt;br /&gt;
| Physical || Basic (Slashing/Piercing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Slashing/Piercing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Slashing/Piercing || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Celestial   &lt;br /&gt;
| Physical || Basic (Slashing/Crushing) || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Holy || 80&lt;br /&gt;
|-&lt;br /&gt;
| Magical || Holy/Void || 120&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Daimon    &lt;br /&gt;
| Physical || Basic (Slashing/Piercing) || 30&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Slashing/Piercing || 60&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Dark/Void || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Dragonkin     &lt;br /&gt;
| Physical || Basic (Piercing/Crushing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Piercing/Crushing/Fire || 50&lt;br /&gt;
|-&lt;br /&gt;
| Magical || Fire || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Elemental&lt;br /&gt;
| Magical || Basic (Fire/Elec/Wind/Cold) || 30&lt;br /&gt;
|-&lt;br /&gt;
| Magical || Fire/Elec/Wind/Cold || 60&lt;br /&gt;
|-&lt;br /&gt;
| Magical || Fire/Elec/Wind/Cold || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Giant&lt;br /&gt;
| Physical || Basic (Crushing) || 10&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Basic (Crushing) || 30&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Basic (Crushing) || 50&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Humanoid&lt;br /&gt;
| Physical || Basic (Piercing/Slashing/Crushing) || 30&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing/Crushing || 60&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Piercing/Slashing/Crushing&amp;lt;br&amp;gt;/Fire/Wind/Elec/Cold || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Mechanoid&lt;br /&gt;
| Physical || Basic (Piercing/Slashing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Reptilian&lt;br /&gt;
| Physical || Basic (Piercing/Slashing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Piercing/Slashing || 100&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Sprite&lt;br /&gt;
| Physical || Basic (Piercing/Slashing) || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Fire/Elec/Wind/Cold || 100&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Void || 150 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| Undead &lt;br /&gt;
| Physical || Basic (Crushing/Slashing) || 20&lt;br /&gt;
|-&lt;br /&gt;
| Physical || Crushing/Slashing || 50&lt;br /&gt;
|-&lt;br /&gt;
| Physical/Magical || Crushing/Slashing/Dark || 100&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Chaos Upgrades==&lt;br /&gt;
Monsters can be further upgraded using [[Tokens|chaos tokens]]. This will not change the monster&#039;s PL but does increase its &amp;quot;chaos level&amp;quot;.&lt;br /&gt;
*Available upgrades depend on PL of monster (every 5 PL unlocks another rank of at least 1 upgrade), and is shown in light blue blocks. Unavailable upgrades are shown in while blocks.&lt;br /&gt;
*The number of tokens required for an upgrade equals the number of next upgrade. (i.e. the Nth upgrade requires N tokens). Upgraded stats are shown in yellow.&lt;br /&gt;
*Each upgrade has 20 ranks. It takes 210 tokens to fully rank up an upgrade. Thus, it takes 2520 chaos tokens to fully upgrade one monster.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Name || Related Stats&lt;br /&gt;
|-&lt;br /&gt;
|Scavenging || Increases chance for double [[#Gifts|gift]] by 5%&lt;br /&gt;
|-&lt;br /&gt;
|Brutality || Increases monster damage by 2.5%&lt;br /&gt;
|-&lt;br /&gt;
|Swiftness || Increases monster attack speed by 2.5%&lt;br /&gt;
|-&lt;br /&gt;
|Accuracy || Increases monster accuracy by 5%&lt;br /&gt;
|-&lt;br /&gt;
|Precision || Decreases effective target evade/block by 1%&lt;br /&gt;
|-&lt;br /&gt;
|Overpower || Decreases effective target parry/resist by 1%&lt;br /&gt;
|-&lt;br /&gt;
|Fortitude || Increases monster health by 5%&lt;br /&gt;
|-&lt;br /&gt;
|Interception || Increases monster parry by 0.5%&lt;br /&gt;
|-&lt;br /&gt;
|Dissipation || Increases monster resist by 0.5%&lt;br /&gt;
|-&lt;br /&gt;
|Evasion || Increases monster evade by 0.5%&lt;br /&gt;
|-&lt;br /&gt;
|Defense || Increases monster physical mitigation by 1%&lt;br /&gt;
|-&lt;br /&gt;
|Warding || Increases monster magical mitigation by 1%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Crystal List==&lt;br /&gt;
Use these to increase a [[Monster Stats|monster&#039;s stats]] as follows.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Crystal !! Stat increased&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Vigor || Strength&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Finesse || Dexterity&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Swiftness || Agility&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Fortitude || Endurance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Cunning || Intelligence&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Knowledge || Wisdom&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Flames || [[Fire]] resistance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Frost || [[Cold]] resistance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Lightning || [[Elec]] resistance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Tempest || [[Wind]] resistance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Devotion || [[Holy]] resistance&lt;br /&gt;
|-&lt;br /&gt;
|Crystal of Corruption || [[Dark]] resistance&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Monster Classes==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;text-align: center; font-size: 1em&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Monster Class&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | Starting Attributes&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Resistances&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Neutral&amp;lt;br /&amp;gt;(0)&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Weaknesses&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Damage Types&lt;br /&gt;
|- style=&amp;quot;font-size: 0.8em&amp;quot;&lt;br /&gt;
! STR !! DEX !! AGI !! END !! INT !! WIS&lt;br /&gt;
! Major&amp;lt;br /&amp;gt;(75) !! Minor&amp;lt;br /&amp;gt;(50) !! Light&amp;lt;br /&amp;gt;(25)&lt;br /&gt;
! Light&amp;lt;br /&amp;gt;(-25) !! Minor&amp;lt;br /&amp;gt;(-50) !! Major&amp;lt;br /&amp;gt;(-75)&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Arthropods are a diverse phylum of invertebrate animals distinguished by having a segmented body with jointed appendages, encased in a hard exoskeleton. Variants include insects, spiders and scorpions, and they exist in many different forms and sizes. Remains of humanoid Arthropods have been discovered in old ruins, but it is unknown whether such animals still exist, and whether or not they are intelligent. Arthropods are typically equipped with crushing melee attacks using claws and similar appendages, or piercing attacks with stingers. There are rumors of massive mutated members of the species, large enough to crush other creatures with the sheer bulk of their bodies. Their natural armor provides a high degree of resistance against slashing attacks, but they are vulnerable to blunt weapons. The exoskeleton provides a heightened defense against most elemental attacks.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Arthropod&amp;lt;/span&amp;gt;&lt;br /&gt;
| 80 || 50 || 70 || 100 || 40 || 40&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || [[Fire]], [[Wind]], [[Elec]], Slash &lt;br /&gt;
| [[Holy]], [[Dark]], Pierce&lt;br /&gt;
| [[Cold]], Crush || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| Crush, Pierce&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Avions, also known as Aves or simply Birds, are a class of vertebrate endothermic animals distinguished by having wings. Variations exists, but typical Avions are bipedal with strong talons on their feet, covered in feathers, and equipped with a powerful beak. All Avions in the HentaiVerse have the ability to fly; non-flying birdlike creatures are classified as Beasts. Avions can specialize into using their beak for piercing attacks or talons for slashing attacks. The superior mobility and keen eyesight of higher level avions let them accurately target weak or unprotected parts of their opponent, giving them a high chance of scoring critical hits or temporarily cripple the target. While fast and agile, they do not have strong physical defenses. Due to their feather-covered body and flying nature, they are weak to fire and wind-based magicks. The fact that they are not grounded does however mean that they are resistant to electrical attacks.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Avion&amp;lt;/span&amp;gt;&lt;br /&gt;
| 50 || 80 || 140 || 40 || 60 || 50&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Elec, Pierce &lt;br /&gt;
| Cold, Holy, Dark, Crush, Slash&lt;br /&gt;
| Fire || Wind || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Slash&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Beasts cover the wide range of vertebrate air-breathing animals known as Mammals. There are many variations in this class, but the majority are quadrupeds of sizes varying from smaller than mice to larger than elephants. Beasts are typically either covered in fur or feathers, or more rarely, clad in a thick hairless hide. The fur makes them somewhat weak to fire-based magicks, but resistant to wind- and cold-based attacks. Most have average defense against physical weapons, but some have evolved a hard armor of keratin around vital points which heightens these defenses significantly. Their natural range of weapons allow them to bite down with sharp teeth, shred their foes with large claws, and impale them on pointy tusks. The most powerful beasts can simply use the sheer bulk of their body to crush a target. Rumors persist about terrible Beasts corrupted beyond all recognition with dark magicks, but those who have encountered them are not in a state to give a coherent description of their abilities.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Beast&amp;lt;/span&amp;gt;&lt;br /&gt;
| 80 || 90 || 90 || 70 || 30 || 20&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Wind, Cold, Crush&lt;br /&gt;
| Elec, Holy, Dark, Slash, Pierce&lt;br /&gt;
| Fire || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| Slash, Pierce&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Celestials are supernatural divine beings that reside on a different plane of existence. From time to time, some of these beings enter our world for reasons they usually choose not to divulge to outsiders. While worshiped by some individuals and groups as inherently good, it is suspected that those who leave have their own agendas that do not necessarily mesh well with that ideal. Appearing as lithe humanoid creatures who refuse to wear any form of armor, they have below average resistance to most physical attacks but make up for it with high agility. They have high resistance to elemental magicks, and are nearly impervious to divine attacks. They are however very weak against forbidden magicks, and their spiritual nature makes them somewhat more susceptible to soul-based magicks. Celestials can use a wide variety of humanoid armaments, but for unknown reasons they do not employ piercing weapons in their arsenal. Higher level celestials can imbue their weapons with pure divine power that lets their melee attacks deal holy damage.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Celestial&amp;lt;/span&amp;gt;&lt;br /&gt;
| 50 || 50 || 100 || 50 || 100 || 80&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Cold, Elec, Wind, Holy&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| Crush, Slash, Pierce&lt;br /&gt;
| Dark || &amp;amp;nbsp;&lt;br /&gt;
| Slash, Crush&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Daimons are supposedly corporeal manifestations of impure and often malevolent supernatural spirits that, some say, originate from the same plane of existence as Celestials. Their exact nature and relation to Celestials is however unknown. These spirits can take on any number of different appearances, but tend to choose one specifically tailored to the fears of their opponent. To allow for this shape changing capability, they do not wear any armor or use any other form of humanoid weaponry. This leaves them weak to physical attacks. Like Celestials, they have high resistances to elemental magicks and are somewhat susceptible to soul-based attacks. They are almost impervious to forbidden magicks, but highly vulnerable to divine attacks. Instead of forged weapons, these creatures take advantage of their physical malleability to reshape parts of their own body into blade-like weapons or sharp implements that they use for slashing and stabbing attacks. Higher level daimons are said to be able to conjure weapons of pure darkness that can bypass all defenses not specially enchanted to withstand it.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Daimon&amp;lt;/span&amp;gt;&lt;br /&gt;
| 90 || 90 || 80 || 40 || 60 || 50&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Cold, Elec, Wind, Dark&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| Crush, Slash, Pierce&lt;br /&gt;
| Holy || &amp;amp;nbsp;&lt;br /&gt;
| Slash, Pierce&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Dragonkin consist of Dragons, Drakes, and all other creatures that could be mistaken for giant flying fire-breathing lizards. That is however somewhat of an over-simplification as not all Dragonkin can fly, while breath attacks are not always fire, and are only fully developed in mature members of the species.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Dragonkin&amp;lt;/span&amp;gt;&lt;br /&gt;
| 100 || 50 || 30 || 90 || 50 || 60&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Elec, Crush, Slash&lt;br /&gt;
| Holy, Dark, Pierce&lt;br /&gt;
| Wind || Cold || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Crush&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Elementals are metaphysical beings that manifest as crystalline beings of pure elemental energy. It is thought that they can change between different elemental forms at will, but this has never been observed in battle.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Elemental&amp;lt;/span&amp;gt;&lt;br /&gt;
| 30 || 60 || 60 || 40 || 80 || 120&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; ||  Fire, Cold, Elec, Wind, Holy, Dark&lt;br /&gt;
| Slash&lt;br /&gt;
| Crush, Pierce || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| Fire, Elec, Wind, Cold&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Giants are huge, slow and stupid. The only reason they still thrive as a species is their extreme natural aggression and immense strength, combined with the fact that they are highly amused by smashing anything they can get a hold of.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Giant&amp;lt;/span&amp;gt;&lt;br /&gt;
| 100 || 80 || 30 || 120 || 20 || 10&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Cold, Crush&lt;br /&gt;
| Holy, Dark, Slash&lt;br /&gt;
| Elec, Wind, Pierce || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| Crush&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Humanoids comprise the various intelligent bipedal primates found in the world. While they have no notable supernatural powers nor beastlike strength, and are largely covered in a soft and delicate skin which grants only minor protection from the elements, a variety of armor and weapons fill the gaps in their natural defenses and give them a surprisingly large amount of flexibility in their offensive capabilities.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Humanoid&amp;lt;/span&amp;gt;&lt;br /&gt;
| 50 || 100 || 80 || 50 || 80 || 70&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| &#039;&#039;All but Dark&#039;&#039;&lt;br /&gt;
| Dark || &amp;amp;nbsp; || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Slash, Crush&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Mechanoids are essentially living machines, remnants of ancient and highly advanced civilizations. The art of making such machinations has been long lost, but many still roam the world, oblivious of the fate that has befallen their deceased masters. Many variants of Mechanoids exist, from large bipedal machines forged for destruction to smaller humanoid builds created for peaceful purposes. Some were originally fitted with a wide variety of weaponry, but due to wear and lack of maintenance, most of the Mechanoids that are still functional equip themselves with simple melee weapons. These are typically blade- and spike-shaped attachments in place of a limb or other tool. There are however rumors of terrible machines that are capable of searing a creature to the bones with a stream of fire, or shatter their bodies with a torrent of deadly metal. Mechanoids are highly resistant to wind and cold-based magicks, and due to their artificial nature, they are almost impervious to divine and soul-based attacks. Their internal systems are however highly vulnerable to electrical shocks. Most have armor worn brittle with age, but stories of preserved heavily armored variants are told by the few who are fortunate enough to survive such an encounter.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Mechanoid&amp;lt;/span&amp;gt;&lt;br /&gt;
| 100 || 70 || 40 || 70 || 40 || 30&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Cold, Wind, Holy, Slash, Pierce&lt;br /&gt;
| Dark, Crush&lt;br /&gt;
| &amp;amp;nbsp; || Elec || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Slash&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Reptilians are cold-blooded creatures that thrive in and near water. They comprise animals like crocodiles, snakes, turtles and lizards, but also intelligent biped humanoid variants that have evolved independently of their fellow primates. Their skin is covered in scales or scutes, and some have hardened shells covering parts of their bodies.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Reptilian&amp;lt;/span&amp;gt;&lt;br /&gt;
| 70 || 100 || 60 || 80 || 60 || 40&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; ||Fire, Elec, Crush, Slash&lt;br /&gt;
| Wind, Holy, Dark, Pierce&lt;br /&gt;
| &amp;amp;nbsp; || Cold || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Slash&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Sprites are diminutive beings that seldom get involved in the Big World, preferring to remain with their own kin in the hidden places of the land where nature is still thick and undisturbed. Only a small minority choose to seek out the human world, where their high intelligence and small size make them excel for many tasks, ranging from accounting to assassination. Sprites are not a single species, but most of the big folk will be hard pressed to tell a pixie apart from a faery. They are commonly armed with using tiny swords and rapiers, and while they do not have much strength to put behind a thrust, their ability to seek out the most vulnerable parts of a target still make them a force to be reckoned with. Higher level Sprites can also master powerful magicks, and many an unwary adventurer have engaged them recklessly only to be sent to an early grave. Physically weak, the best way of dealing with them is swatting them with a crushing attack, but they are fast and hard to hit. Their tiny size also make them difficult to hit them with stabbing weapons. All Sprites have some resistance to elemental magicks, and depending on their natural affinity they can even be fully impervious to some elements. They are however naturally weak to the forbidden magicks.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Sprite&amp;lt;/span&amp;gt;&lt;br /&gt;
| 30 || 120 || 120 || 20 || 70 || 60&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Fire, Cold, Elec, Wind, Holy, Pierce&lt;br /&gt;
| Slash&lt;br /&gt;
| Crush || Dark || &amp;amp;nbsp;&lt;br /&gt;
| Pierce, Slash&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;span title=&amp;quot;Undeads are animated necrotic remnants of living beings, cursed to an eternal lifeless existence with no warmth or joy. They range from mindless brutes such as zombies and animated skeletons, to higher undeads that have preserved parts of their mind but lost their soul, like liches, vampires and banshees. Having no need to maintain a body temperature and no vital processes that can be disturbed by electricity, undeads are highly resistant to cold and electrical magicks. Being born from darkness itself also makes them impervious to forbidden magicks, but they are vulnerable to divine attacks and fire magicks. Piercing attacks are ineffective due to a lack of weak points, while crushing or cutting off limbs works reasonably well. Mindless undeads tend to use simple melee implements like swords, or just crush their targets using their own limbs. Higher level undeads can use more sophisticated weaponry, and some even master deadly forms of forbidden magicks.&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;Undead&amp;lt;/span&amp;gt;&lt;br /&gt;
| 100 || 70 || 40 || 100 || 20 || 20&lt;br /&gt;
| &amp;amp;nbsp; || &amp;amp;nbsp; || Cold, Elec, Wind, Dark, Crush, Pierce&lt;br /&gt;
| Slash&lt;br /&gt;
| &amp;amp;nbsp; || Fire, Holy || &amp;amp;nbsp;&lt;br /&gt;
| Crush, Slash&lt;br /&gt;
|}&lt;br /&gt;
*For primary stats every point increases the stat by 1/10th of the base value (but always between 6 and 10).&lt;br /&gt;
&lt;br /&gt;
===Colored Charts===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resistances&#039;&#039;&#039;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center; font-size: 1em&amp;quot;&lt;br /&gt;
! &lt;br /&gt;
!Fire&lt;br /&gt;
!Cold&lt;br /&gt;
!Elec&lt;br /&gt;
!Wind&lt;br /&gt;
!Holy&lt;br /&gt;
!Dark&lt;br /&gt;
!Crushing&lt;br /&gt;
!Slashing&lt;br /&gt;
!Piercing&lt;br /&gt;
|-&lt;br /&gt;
!Arthropod&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
!Avion&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|-&lt;br /&gt;
!Beast&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
!Celestial&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|-&lt;br /&gt;
!Daimon&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|-&lt;br /&gt;
!Dragonkin&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
!Elemental&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|-&lt;br /&gt;
!Giant&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|-&lt;br /&gt;
!Humanoid&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
!Mechanoid&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|-&lt;br /&gt;
!Reptilian&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
!Sprite&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#FFC0C0&amp;quot; | -25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|-&lt;br /&gt;
!Undead&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#FF8080&amp;quot; | -50&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|0&lt;br /&gt;
| style=&amp;quot;background:#C0FFC0&amp;quot; | 25&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
!Total&lt;br /&gt;
!125&lt;br /&gt;
!75&lt;br /&gt;
!150&lt;br /&gt;
!100&lt;br /&gt;
!0&lt;br /&gt;
! -50&lt;br /&gt;
!25&lt;br /&gt;
!50&lt;br /&gt;
!0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
PAB_Per_Upgrade.PNG|Primary Attributes gained with each crystal upgrade&lt;br /&gt;
Resist_Per_Upgrade.PNG|Resistances gained with each crystal upgrade; Appears to round down&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Morale== &lt;br /&gt;
Each monster has up to 12,000 points of morale that gradually decay over time at a base rate of ~33 per hour, lasting roughly 15 days. Morale solely affects a monster&#039;s ability to bring [[#Gifts|gifts]] to its owner. Freshly created monsters start with 0 morale.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Morale Color&lt;br /&gt;
!Morality&lt;br /&gt;
!Affect&lt;br /&gt;
|-&lt;br /&gt;
|Green || 6,000 - 12,000 || +25% chance&lt;br /&gt;
|-&lt;br /&gt;
|Yellow || 3,000 - 5,999 || Normal chance&lt;br /&gt;
|-&lt;br /&gt;
|Red || 1 - 2,999 || -50% chance&lt;br /&gt;
|-&lt;br /&gt;
|Empty || 0 || 0% chance (any held gifts are lost and no new ones can be gotten)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Morale can be raised by feeding monsters [[crystals]] or Happy Pills. Crystals restore morale based on how many are spent (roughly 500 + 2.5*N) and pills restore 6,000.&lt;br /&gt;
&lt;br /&gt;
===Morale Drain Rate===&lt;br /&gt;
*&#039;&#039;&#039;Increased By&#039;&#039;&#039;:&lt;br /&gt;
**A [[#Food|starving]] monster will lose morale faster (50%?) than normal&lt;br /&gt;
*&#039;&#039;&#039;Decreased By&#039;&#039;&#039;:&lt;br /&gt;
**All Owned Monsters:&lt;br /&gt;
***[[Training]] Gentleman (5% per rank?)&lt;br /&gt;
***Players with a [[Stars#Gold_Star|Gold Star]] or higher have 50% drain rate&lt;br /&gt;
****These 2 bonuses stack multiplicatively&lt;br /&gt;
**Individual Monsters:&lt;br /&gt;
***Raising a monster&#039;s PL past 200 reduces its drain rate by 33%, this is further improved at PL 400 (50%), PL 700 (67%), and PL 1000 (75%)&lt;br /&gt;
***Every [[#Chaos_Upgrades|chaos level]] reduces the drain rate, capping at 50% if the monster reaches chaos level 240&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;food&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;hunger&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Hunger&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Food==&lt;br /&gt;
Monsters consume food at a base rate of ~166 per hour and can be fed up to 12,000 food (3 days&#039; worth). Freshly created monsters start at 2,000 food.&lt;br /&gt;
&lt;br /&gt;
Monsters of different [[power level]]s require different foods:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
![[Power Level]]&lt;br /&gt;
!Food Required&lt;br /&gt;
|-&lt;br /&gt;
|1 - 300 || Monster Chow&lt;br /&gt;
|-&lt;br /&gt;
|301 - 750 || Monster Edibles&lt;br /&gt;
|-&lt;br /&gt;
|751 - 2,250 || Monster Cuisine&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Each unit of food restores up to 1,000 points. Food can be fed 1 unit at a time or a &amp;quot;max&amp;quot; amount which will only use as much food as possible without being wasteful (stopping before whichever unit does not restore a full 1,000) unless the monster has less than 1,000 hunger. Higher tier food [[items]] drop more frequently on higher [[difficulties]] (capping at 40%/30%/30% on IWBTH).&lt;br /&gt;
&lt;br /&gt;
===Hunger Rate===&lt;br /&gt;
*Hunger rate can be slowed (up to halved?) via Culinarian [[Training]].&lt;br /&gt;
*Players with a [[Stars#Gold_Star|Gold Star]] will halve their monsters&#039; hunger rate.&lt;br /&gt;
**These 2 bonuses stack (to 75%? reduced hunger).&lt;br /&gt;
&lt;br /&gt;
===Starving===&lt;br /&gt;
*A starving monster will lose [[#Morale|morale]] 50%(?) quicker.&lt;br /&gt;
*After 180 days of starving a monster will cease to participate in [[battles]] and will be un-named.&lt;br /&gt;
**Monsters that are 500 [[PL]] or higher are immune to this.&lt;br /&gt;
&lt;br /&gt;
==Gifts==&lt;br /&gt;
[[Image:Monster Gift.PNG|thumb|Monster Gift notification.]]&lt;br /&gt;
Player-created monsters have a chance of bringing [[The_Forge#Materials|materials]] to their owner. Monsters can hold up to 3 gifts (further doubled by the Scavenging [[#Chaos Upgrades|chaos upgrade]]).&lt;br /&gt;
&lt;br /&gt;
===Chances===&lt;br /&gt;
The chance to receive a gift is based on how many battles a monster has won since they last delivered a gift, modified by their [[#Morale|morale]] (updated dynamically; a monster that goes from yellow morale to green may bring a gift as soon as they are fed the crystals/pills). A monster can give gifts up to once per hour.&lt;br /&gt;
&lt;br /&gt;
[[Skills#Universal_Skills|Fleeing]] from battle counts as a win for all of the monsters in that round.&lt;br /&gt;
&lt;br /&gt;
Monsters will automatically earn gifts if they have not earned one in the past 72 hours.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&#039;&#039;&#039;Battles won&#039;&#039;&#039;&amp;quot; does NOT count:&lt;br /&gt;
*Deaths to a player&#039;s own monsters&lt;br /&gt;
**There is a cooldown on how often a player can count as a repeat win&lt;br /&gt;
*[[Abilities#Tier_11|Spark of Life]] being triggered&lt;br /&gt;
&lt;br /&gt;
===Power Level&#039;s Effect On Gifts===&lt;br /&gt;
[[Power Level]] helps with the quality of the gift. Whenever a player receives a graded material, its quality is determined as such:&lt;br /&gt;
&amp;lt;s&amp;gt;&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Gift Quality Roll&#039;&#039;&#039; = random(1..1000) + Power_Level&amp;lt;/pre&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
A roll of 500?+ is needed for medium-grade and 1500?+ for high-grade. At PL 750? low-grades will no longer be received and the chance to receive a high-grade starts at 500?. At PL 1499? the chance to receive a high-grade maxes out. PL has no effect on what gifts are received otherwise.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Gift List&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Distribution Ratio===&lt;br /&gt;
Graded materials are gifted at a ratio of 2:1:1:1 in Metal:Cloth:Leather:Wood.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Monster Stats]]&lt;br /&gt;
*[[Monster Lab Bestiary]] - Includes the top 50 monsters&lt;br /&gt;
*[[HentaiVerse Bestiary]]&lt;br /&gt;
*[http://hvlist.niblseed.com/ Jenga201&#039;s Monster Database]&lt;br /&gt;
*[[The Forge]]&lt;br /&gt;
*[[Grindfest]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=File:Crystal_packs_vs_PL.png&amp;diff=32435</id>
		<title>File:Crystal packs vs PL.png</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=File:Crystal_packs_vs_PL.png&amp;diff=32435"/>
		<updated>2015-04-25T04:09:01Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Spells&amp;diff=32244</id>
		<title>Spells</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Spells&amp;diff=32244"/>
		<updated>2015-04-02T20:57:59Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Status Effects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Point.png]] &#039;&#039;&#039;&#039;&#039;&amp;lt;font size=4&amp;gt;Information regarding the proficiency/level requirements for spells is due in patch 0.82&lt;br /&gt;
&amp;lt;/font&amp;gt;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
These are the mana-based spells that are available to players in the [[HentaiVerse]].&lt;br /&gt;
&lt;br /&gt;
==Learning Spells==&lt;br /&gt;
Spells are automatically added to a player&#039;s skillbook once they have reached the minimum level &#039;&#039;&#039;AND&#039;&#039;&#039; base [[proficiency]] requirements. Usually it is possible to improve the spell by using [[ability]] points right away but some abilities will only be available at higher levels.&lt;br /&gt;
&lt;br /&gt;
==Spell Costs==&lt;br /&gt;
Spell costs are all a percentage of the player&#039;s [[level]], rounded up.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;: &#039;Fiery Blast&#039; has a base cost of 5, meaning its MP cost is 5% of the player&#039;s level. At level 51 Fiery Blast costs:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;roundup(51 * 0.05) = roundup(2.55) = 3 MP&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Spell costs are further modified by:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Factor&lt;br /&gt;
!▲/▼&lt;br /&gt;
!Amount&lt;br /&gt;
!Duration&lt;br /&gt;
|-&lt;br /&gt;
|[[Interference]] || ▲ || 0.5% per point || Permanent (can be [[The_Forge#Shards|temporarily removed]])&lt;br /&gt;
|-&lt;br /&gt;
|Mana Conservation || ▼ || Stated % || Permanent&lt;br /&gt;
|-&lt;br /&gt;
|[[Spirit Stance]] || ▼ || 25% || As long as it can be maintained&lt;br /&gt;
|-&lt;br /&gt;
|[[Fighting_Styles#Staff|Coalesced Mana]] || ▼ || 50% || Up to 5 turns (and the monster stays alive to be targeted)&lt;br /&gt;
|-&lt;br /&gt;
|[[Channeling]] || ▼ || 100% || Consumed upon casting&lt;br /&gt;
|-&lt;br /&gt;
|[[The_Forge#Shards|Suffused Aether]] || ▼ || 10% || Up to 1 hour [[The_Forge#Shards|per shard]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Spell Cost&#039;&#039;&#039; = roundup((Level * Base_cost / 100) * (1 + interference * 0.5%) * (1 - mana_conservation) * (1 - spirit_stance) * (1 - coalesced) * (1 - suffused_aether))&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All of the passive factors also affect the upkeep cost of [[Innate Arcana]].&lt;br /&gt;
&lt;br /&gt;
==Spell Durations==&lt;br /&gt;
The duration of spells lasting more than one turn depends on their base duration, the number of [[Ability Points]] invested (where applicable) and the relevant [[proficiencies]].&lt;br /&gt;
&lt;br /&gt;
==[[Spell Damage]]==&lt;br /&gt;
&lt;br /&gt;
==Table Legend==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column&lt;br /&gt;
!Meaning&lt;br /&gt;
|-&lt;br /&gt;
|Tier || The tier of the spell. Can be 1-3.&lt;br /&gt;
|-&lt;br /&gt;
|Level || The minimum [[level]] needed to access the spell.&lt;br /&gt;
|-&lt;br /&gt;
|Prof || The minimum &#039;&#039;base&#039;&#039; [[proficiency]] needed to access the spell and the maximum &#039;&#039;effective&#039;&#039; proficiency needed to get the highest bonuses.&lt;br /&gt;
|-&lt;br /&gt;
|Cost || The base mana cost of the spell and the reduced cost via [[abilities]].&lt;br /&gt;
|-&lt;br /&gt;
|CD || The base cooldown of the spell and the reduced cooldown via [[abilities]].&lt;br /&gt;
|-&lt;br /&gt;
|Targets || The base number of targets the spell can hit and the increased number via [[abilities]].&lt;br /&gt;
|-&lt;br /&gt;
|Duration || The base duration of the spell&#039;s effect and the increased duration via [[abilities]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Offensive Spells==&lt;br /&gt;
These spells are used to inflict direct damage on monsters. Missing the primary target of an spell does not prevent it from hitting other targets if the spell is capable of doing so; each chance-to-hit is calculated independently.&lt;br /&gt;
&lt;br /&gt;
Each [[Monster_Lab#Monster_Classes|type of monster]] has different levels of resistance to each [[damage type]]s, which should be taken into consideration when choosing which spell to cast at which target. Monsters hit by offensive magic may also be afflicted by a set of negative [[#Status_Effects|status effects]].&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|Tier&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|[[Level]]&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|[[Proficiency|Prof]]&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|Cost&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|CD&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|Targets&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
===Elemental===&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
====[[Fire]]====&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Fireball.png]]&amp;lt;br&amp;gt;Fiery Blast&lt;br /&gt;
|A ball of fire is hurled at the target.&lt;br /&gt;
|1&lt;br /&gt;
|15&lt;br /&gt;
|0/200&lt;br /&gt;
|6&lt;br /&gt;
|0&lt;br /&gt;
|3/5&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Inferno.png]]&amp;lt;br&amp;gt;Inferno&lt;br /&gt;
|Unleashes an inferno of flames on all hostile targets, causing Fire damage.&lt;br /&gt;
|2&lt;br /&gt;
|50&lt;br /&gt;
|50?/500&lt;br /&gt;
|14&lt;br /&gt;
|4/2&lt;br /&gt;
|5/7&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Nova.png]]&amp;lt;br&amp;gt;Flames of Loki&lt;br /&gt;
|Fire damage.&lt;br /&gt;
|3&lt;br /&gt;
|175?&lt;br /&gt;
|150/800&lt;br /&gt;
|21&lt;br /&gt;
|7/4&lt;br /&gt;
|7/10&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
====[[Cold]]====&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Freeze.png]]&amp;lt;br&amp;gt;Freeze&lt;br /&gt;
|Cold damage.&lt;br /&gt;
|1&lt;br /&gt;
|15&lt;br /&gt;
|0/200&lt;br /&gt;
|6&lt;br /&gt;
|0&lt;br /&gt;
|3/5&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Blizzard.png]]&amp;lt;br&amp;gt;Blizzard&lt;br /&gt;
|Cold damage.&lt;br /&gt;
|2&lt;br /&gt;
|106?&lt;br /&gt;
|50/500&lt;br /&gt;
|14&lt;br /&gt;
|4/2&lt;br /&gt;
|5/7&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Fimbulvetr.png]]&amp;lt;br&amp;gt;Fimbulvetr&lt;br /&gt;
|Cold damage.&lt;br /&gt;
|3&lt;br /&gt;
|185?&lt;br /&gt;
|150/800&lt;br /&gt;
|21&lt;br /&gt;
|7/4&lt;br /&gt;
|7/10&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
====[[Elec]]====&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Lightning.png]]&amp;lt;br&amp;gt;Shockblast&lt;br /&gt;
|A bolt of lightning strikes the target, causing Elec damage.&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|0/200&lt;br /&gt;
|6&lt;br /&gt;
|0&lt;br /&gt;
|3/5&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Column_Lightning.png]]&amp;lt;br&amp;gt;Chained Lightning&lt;br /&gt;
|Elec damage.&lt;br /&gt;
|2&lt;br /&gt;
|50?&lt;br /&gt;
|50?/500&lt;br /&gt;
|14&lt;br /&gt;
|4/2&lt;br /&gt;
|5/7&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Shockblast.png]]&amp;lt;br&amp;gt;Wrath of Thor&lt;br /&gt;
|Elec damage.&lt;br /&gt;
|3&lt;br /&gt;
|195?&lt;br /&gt;
|150/800&lt;br /&gt;
|21&lt;br /&gt;
|7/4&lt;br /&gt;
|7/10&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
====[[Wind]]====&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Windblast.png]]&amp;lt;br&amp;gt;Gale&lt;br /&gt;
|A blast of wind hits the target, causing Wind damage.&lt;br /&gt;
|1&lt;br /&gt;
|45&lt;br /&gt;
|0/200&lt;br /&gt;
|6&lt;br /&gt;
|0&lt;br /&gt;
|3/5&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Gale.png]]&amp;lt;br&amp;gt;Downburst&lt;br /&gt;
|Wind damage.&lt;br /&gt;
|2&lt;br /&gt;
|50?&lt;br /&gt;
|60/500&lt;br /&gt;
|14&lt;br /&gt;
|4/2&lt;br /&gt;
|5/7&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Storms_of_Njord.png]]&amp;lt;br&amp;gt;Storms of Njord&lt;br /&gt;
|Wind damage.&lt;br /&gt;
|3&lt;br /&gt;
|205&lt;br /&gt;
|150/800&lt;br /&gt;
|21&lt;br /&gt;
|7/4&lt;br /&gt;
|7/10&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
&amp;lt;div id=&amp;quot;Holy&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Divine===&lt;br /&gt;
|-&lt;br /&gt;
! [[File:Abilities_Smite.png]]&amp;lt;br&amp;gt;Smite&lt;br /&gt;
| Holy damage.&lt;br /&gt;
|1&lt;br /&gt;
|65&lt;br /&gt;
|0/500&lt;br /&gt;
|14&lt;br /&gt;
|0&lt;br /&gt;
|3/5&lt;br /&gt;
|-&lt;br /&gt;
! [[File:Abilities_Banish.png]]&amp;lt;br&amp;gt;Banishment&lt;br /&gt;
|Holy damage.&lt;br /&gt;
|2&lt;br /&gt;
|100?&lt;br /&gt;
|100/700&lt;br /&gt;
|21&lt;br /&gt;
|4/2&lt;br /&gt;
|5/7&lt;br /&gt;
|-&lt;br /&gt;
! [[File:Abilities_Soul_Fire.png]]&amp;lt;br&amp;gt;Paradise Lost&lt;br /&gt;
| Holy damage.&lt;br /&gt;
|3&lt;br /&gt;
|200?&lt;br /&gt;
|200/900&lt;br /&gt;
|30&lt;br /&gt;
|7/4&lt;br /&gt;
|7/10&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Dark&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Forbidden===&lt;br /&gt;
|-&lt;br /&gt;
! [[File:Abilities_Corruption.png]]&amp;lt;br&amp;gt;Corruption&lt;br /&gt;
| Dark damage.&lt;br /&gt;
|1&lt;br /&gt;
|85&lt;br /&gt;
|0/500&lt;br /&gt;
|14&lt;br /&gt;
|0&lt;br /&gt;
|3/5&lt;br /&gt;
|-&lt;br /&gt;
! [[File:Abilities_Disintegrate.png]]&amp;lt;br&amp;gt;Disintegrate&lt;br /&gt;
|Dark damage.&lt;br /&gt;
|2&lt;br /&gt;
|100?&lt;br /&gt;
|100/700&lt;br /&gt;
|18.5?&lt;br /&gt;
|4/2&lt;br /&gt;
|5/7&lt;br /&gt;
|-&lt;br /&gt;
! [[File:Abilities_Ragnarok.png]]&amp;lt;br&amp;gt;Ragnarok&lt;br /&gt;
|Dark damage.&lt;br /&gt;
|3&lt;br /&gt;
|245&lt;br /&gt;
|200/900&lt;br /&gt;
|28?&lt;br /&gt;
|7/4&lt;br /&gt;
|7/10&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Deprecating Magic&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Deprecating Spells==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Spell&lt;br /&gt;
!Description&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|[[Level]]&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|[[Proficiency|Prof]]&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|Cost&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|CD&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|Duration&lt;br /&gt;
&amp;lt;div id=&amp;quot;Drain&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Poison.png]]&amp;lt;br&amp;gt;Drain&lt;br /&gt;
|Inflicts Drain on one target, causing damage over time.&lt;br /&gt;
*&#039;&#039;Inflicts [[#Theft_Effects|Vital Theft]] on the target&lt;br /&gt;
|30?&lt;br /&gt;
|0/300?&lt;br /&gt;
|11.5&lt;br /&gt;
|20/15&lt;br /&gt;
|7?&lt;br /&gt;
&amp;lt;div id=&amp;quot;Slow&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Slow.png]]&amp;lt;br&amp;gt;Slow&lt;br /&gt;
|The target is slowed by x%, making it attack less frequently.&lt;br /&gt;
*&#039;&#039;Base action speed reduction: 30%&#039;&#039;&lt;br /&gt;
|10?&lt;br /&gt;
|0/300?&lt;br /&gt;
|18&lt;br /&gt;
|3&lt;br /&gt;
|3/6&lt;br /&gt;
&amp;lt;div id=&amp;quot;Weaken&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Weaken.png]]&amp;lt;br&amp;gt;Weaken&lt;br /&gt;
|The target is weakened, making it deal less damage, and preventing it from scoring critical hits.&lt;br /&gt;
*&#039;&#039;Base Physical and Magical damage reduction: 25%&#039;&#039;&lt;br /&gt;
|70&lt;br /&gt;
|0/345&lt;br /&gt;
|10&lt;br /&gt;
|3/0&lt;br /&gt;
|5/10&lt;br /&gt;
&amp;lt;div id=&amp;quot;Sleep&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Sleep.png]]&amp;lt;br&amp;gt;Sleep&lt;br /&gt;
|The target is lulled to sleep, preventing it from taking any actions.&lt;br /&gt;
*&#039;&#039;Base chance of breaking on damage: 90%?&#039;&#039;&lt;br /&gt;
*&#039;&#039;Sleeping monsters cannot attack, evade, parry, or resist attacks?&#039;&#039;&lt;br /&gt;
|80&lt;br /&gt;
|0/410&lt;br /&gt;
|22&lt;br /&gt;
|7&lt;br /&gt;
|4/7&lt;br /&gt;
&amp;lt;div id=&amp;quot;Confuse&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Confuse.png]]&amp;lt;br&amp;gt;Confuse&lt;br /&gt;
|Confuses the target, making it lunge out wildly and strike friends and foes alike.&lt;br /&gt;
*&#039;&#039;Base chance of breaking on damage: 90%?&#039;&#039;&lt;br /&gt;
*&#039;&#039;Base chance of monster hitting itself: 25%?&#039;&#039;&lt;br /&gt;
|?&lt;br /&gt;
|45/660&lt;br /&gt;
|25&lt;br /&gt;
|10&lt;br /&gt;
|3/6&lt;br /&gt;
&amp;lt;div id=&amp;quot;Imperil&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Imperil.png]]&amp;lt;br&amp;gt;Imperil&lt;br /&gt;
|The target is imperiled, reducing physical and magical mitigation as well as elemental mitigations.&lt;br /&gt;
*&#039;&#039;Base Physical and Magical defense reduction: 25%&#039;&#039;&lt;br /&gt;
*&#039;&#039;Base Fire/Cold/Elec/Wind resistance reduction: 10%&#039;&#039;&lt;br /&gt;
|?&lt;br /&gt;
|30/495&lt;br /&gt;
|10&lt;br /&gt;
|3/0&lt;br /&gt;
|5/10&lt;br /&gt;
&amp;lt;div id=&amp;quot;Blind&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
![[File:Abilities_Blind.png]]&amp;lt;br&amp;gt;Blind&lt;br /&gt;
|Blinds the target, reducing the chance of it landing attacks and hitting with magic spells.&lt;br /&gt;
*&#039;&#039;Base attack/magic hit chance reduction: 20%&#039;&#039;&lt;br /&gt;
|80?&lt;br /&gt;
|30/610&lt;br /&gt;
|18&lt;br /&gt;
|7/3&lt;br /&gt;
|5/10&lt;br /&gt;
&amp;lt;div id=&amp;quot;Silence&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Silence.png]]&amp;lt;br&amp;gt;Silence&lt;br /&gt;
|The target is silenced, preventing it from using special attacks and magic.&lt;br /&gt;
|110?&lt;br /&gt;
|40/665&lt;br /&gt;
|18&lt;br /&gt;
|10/5&lt;br /&gt;
|7/10&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_MagNet.png]]&amp;lt;br&amp;gt;MagNet&lt;br /&gt;
|A net of pure energy ensnares the target, (slowing it by 25%) and making it unable to evade attacks or spells.&lt;br /&gt;
*&#039;&#039;Slowing effect requires at least 1 AP investment.&#039;&#039;&lt;br /&gt;
*&#039;&#039;Does not disable parrying.&#039;&#039;&lt;br /&gt;
*&#039;&#039;Also prevents the target from resisting your spells.&#039;&#039;&lt;br /&gt;
|250?&lt;br /&gt;
|100?/700?&lt;br /&gt;
|22&lt;br /&gt;
|15/10&lt;br /&gt;
|4/9&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Supportive Magic&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Supportive Spells==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Spell&lt;br /&gt;
!Description&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|[[Level]]&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|[[Proficiency|Prof]]&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|Cost&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|CD&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|Duration&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;7&amp;quot;|&lt;br /&gt;
&amp;lt;div id=&amp;quot;Curative Magic&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Curative Spells&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Curative===&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Cure.png]]&amp;lt;br&amp;gt;Cure&lt;br /&gt;
|Restores a moderate amount of Health on the target.&lt;br /&gt;
*&#039;&#039;Base health restored = (base_health * [[AP]] / 100) * (1 + holy EDB / 100)&lt;br /&gt;
|5&lt;br /&gt;
|0/385+&lt;br /&gt;
|20&lt;br /&gt;
|5/2&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Regen.png]]&amp;lt;br&amp;gt;Regen&lt;br /&gt;
|Places a heal over time effect on the target.&lt;br /&gt;
*&#039;&#039;Base health restored per turn = base_health * ([[AP]] / 100)&lt;br /&gt;
|50?&lt;br /&gt;
|0/845&lt;br /&gt;
|22.5&lt;br /&gt;
|0&lt;br /&gt;
|14/30&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Cure.png]]&amp;lt;br&amp;gt;Full-Cure&lt;br /&gt;
|Fully restores the Health of the target.&lt;br /&gt;
|220&lt;br /&gt;
|0/945+&lt;br /&gt;
|50&lt;br /&gt;
|10&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;7&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
===Supportive===&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;div id=&amp;quot;Protection&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
![[File:Abilities_Protection.png]]&amp;lt;br&amp;gt;Protection&lt;br /&gt;
|Places a shield effect on the target, absorbing 25% of the damage from all attacks.&lt;br /&gt;
|10?&lt;br /&gt;
|0/320&lt;br /&gt;
|25&lt;br /&gt;
|0&lt;br /&gt;
|15?/30&lt;br /&gt;
&amp;lt;div id=&amp;quot;Haste&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;haste&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Haste.png]]&amp;lt;br&amp;gt;Haste&lt;br /&gt;
|Speeds up all actions of the target, allowing it to attack more frequently.&lt;br /&gt;
*&#039;&#039;Base [[Action Speed]] increase: 25%&#039;&#039;&lt;br /&gt;
|60?&lt;br /&gt;
|0/450&lt;br /&gt;
|30&lt;br /&gt;
|0&lt;br /&gt;
|10?/20&lt;br /&gt;
&amp;lt;div id=&amp;quot;Shadow Veil&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Shadow_Veil.png]]&amp;lt;br&amp;gt;Shadow Veil&lt;br /&gt;
|Surrounds the target with a veil of shadows, making it harder to hit with attacks and spells.&lt;br /&gt;
*&#039;&#039;Base evade chance increase: 15%&#039;&#039;&lt;br /&gt;
|90&lt;br /&gt;
|0/610&lt;br /&gt;
|30&lt;br /&gt;
|0&lt;br /&gt;
|10?/20&lt;br /&gt;
&amp;lt;div id=&amp;quot;Absorb&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;absorb&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Absorb.png]]&amp;lt;br&amp;gt;Absorb&lt;br /&gt;
|The next magical attack against the target has a chance to be absorbed and partially converted to MP.&lt;br /&gt;
*&#039;&#039;The effect is permanent until it absorbs a spell.&#039;&#039;&lt;br /&gt;
*&#039;&#039;Base chance to absorb: 60%&#039;&#039;&lt;br /&gt;
*&#039;&#039;Cannot absorb critical hits&#039;&#039;&lt;br /&gt;
*&#039;&#039;Absorbed MP is between 5-10% of the monster&#039;s base max MP?&#039;&#039;&lt;br /&gt;
*&#039;&#039;Can absorb more than 1 spell if they occur on the same turn.&#039;&#039;&lt;br /&gt;
|50?&lt;br /&gt;
|0/385+?&lt;br /&gt;
|30&lt;br /&gt;
|20&lt;br /&gt;
|∞&lt;br /&gt;
&amp;lt;div id=&amp;quot;Spark of Life&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;SoL&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;spark of life&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;sol&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Spark_of_Life.png]]&amp;lt;br&amp;gt;Spark of Life&lt;br /&gt;
|Any attack that would one-shot a target with 2 or more HP leaves it alive but on the brink of defeat. The buff is removed when triggered (and 50% of the player&#039;s base SP is consumed). If the player does not have enough SP remaining the trigger will fail and the player will die.&lt;br /&gt;
*&#039;&#039;When active &#039;&#039;&#039;and&#039;&#039;&#039; enough SP is available the player&#039;s health bar will turn silver.&#039;&#039;&lt;br /&gt;
|100&lt;br /&gt;
|0/750?&lt;br /&gt;
|44?&lt;br /&gt;
|0&lt;br /&gt;
|15?/30&lt;br /&gt;
|-&lt;br /&gt;
![[File:fallenshield.png]]&amp;lt;br&amp;gt;&#039;&#039;Cloak of the Fallen&#039;&#039;&lt;br /&gt;
|Being brought back by Spark of Life has draped you with this powerful protective shield, increasing your damage resistance for a brief time.&lt;br /&gt;
*&#039;&#039;When Spark of Life is triggered &#039;&#039;&#039;Cloak of the Fallen&#039;&#039;&#039; procs, which grants full immunity to damage during the turn that Spark triggers.&lt;br /&gt;
*&#039;&#039;Grants +75%? physical and magical mitigation bonus after the original proc.&#039;&#039;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|3?&lt;br /&gt;
&amp;lt;div id=&amp;quot;Arcane Focus&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Arcane_Focus.png]]&amp;lt;br&amp;gt;Arcane Focus&lt;br /&gt;
|The target attains a higher level of attunement with the arcane forces, increasing magic power&amp;lt;s&amp;gt;, accuracy&amp;lt;/s&amp;gt; and crit chance.&lt;br /&gt;
*&#039;&#039;Magical damage bonus: 25%&#039;&#039;&lt;br /&gt;
*&#039;&#039;Magical crit chance bonus: 10%&#039;&#039;&lt;br /&gt;
|175&lt;br /&gt;
|0/980?&lt;br /&gt;
|100&lt;br /&gt;
|0&lt;br /&gt;
|50?/100&lt;br /&gt;
&amp;lt;div id=&amp;quot;Heartseeker&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Heartseeker.png]]&amp;lt;br&amp;gt;Heartseeker&lt;br /&gt;
|The target attains intimate knowledge of the flow of life in all living beings, increasing attack power&amp;lt;s&amp;gt;, accuracy&amp;lt;/s&amp;gt; and crit chance.&lt;br /&gt;
*&#039;&#039;Physical damage bonus: 25%&#039;&#039;&lt;br /&gt;
*&#039;&#039;Physical crit chance bonus: 10%&#039;&#039;&lt;br /&gt;
|140&lt;br /&gt;
|0/880?&lt;br /&gt;
|100&lt;br /&gt;
|0&lt;br /&gt;
|50?/100&lt;br /&gt;
&amp;lt;div id=&amp;quot;Spirit Shield&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Spirit_Shield.png]]&amp;lt;br&amp;gt;Spirit Shield&lt;br /&gt;
|Powerful attacks against you will be partially absorbed and damage your spirit gauge instead of health.&lt;br /&gt;
*&#039;&#039;Any attack that hits for more than 45-20% of max HP will cause the player to lose exactly 45-20% of their health, with the remainder absorbed as damage to their spirit.&amp;lt;sup&amp;gt;[[#spirit|(Formula)]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
*&#039;&#039;The spell will fail if the player does not have sufficient SP.&#039;&#039;&lt;br /&gt;
|200&lt;br /&gt;
|0/950?&lt;br /&gt;
|25&lt;br /&gt;
|0&lt;br /&gt;
|15?/30&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;div id=&amp;quot;spirit&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;Spirit&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Spirit Damage&#039;&#039;&#039; = Base_SP * SS_AP_Damage * MIN( (Damage - Max_HP * SS_AP_Damage) / (Max_HP * SS_AP_Damage * 3) , 1)&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;(&#039;&#039;&#039;SS_AP_Damage&#039;&#039;&#039; = percentage of damage required for Spirit shield to kick in)&#039;&#039;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Status Effects==&lt;br /&gt;
When an [[#Offensive_Magic|offensive spell]] hits a monster, it may produce an associated status effect on the target, which lasts for a number of turns. In addition, these status effect will explode for bonus damage on the monster when their effected target is struck by the next elemental spell in the cycle. e.g. Searing Skin will explode for Fire damage when the monster is struck by a Cold spell. Drain counts as a Dark spell for this and can explode Breached Defense.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;15%&amp;quot; | Name&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
! width=&amp;quot;30%&amp;quot; | Effect(s)&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Duration&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Flare.png]] &#039;&#039;&#039;Searing Skin&#039;&#039;&#039; &lt;br /&gt;
||The skin of the target has been scorched, inhibiting its attack damage.&lt;br /&gt;
* Caused by Fire spells/spike shield&lt;br /&gt;
* &#039;&#039;Damage reduction: 10%&#039;&#039;&lt;br /&gt;
||[[Cold]] resistance is lowered by 25.&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;| 3&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Freeze.png]] &#039;&#039;&#039;Freezing Limbs&#039;&#039;&#039;&lt;br /&gt;
||The limbs of the target have been frozen, causing slower movement.&lt;br /&gt;
* Caused by Cold spells/spike shield&lt;br /&gt;
* &#039;&#039;Speed reduction: 10%&#039;&#039;&lt;br /&gt;
| [[Wind]] resistance is lowered by 25.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Gale.png]] &#039;&#039;&#039;Turbulent Air&#039;&#039;&#039;&lt;br /&gt;
||The air around the target has been upset, blowing up dust and increasing its miss chance.&lt;br /&gt;
* Caused by Wind attacks/spike shield&lt;br /&gt;
* &#039;&#039;Miss chance increase: 10%&#039;&#039;&lt;br /&gt;
| [[Elec]] resistance is lowered by 25.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Lightning.png]] &#039;&#039;&#039;Deep Burns&#039;&#039;&#039;&lt;br /&gt;
||Internal damage causes slower reactions and lowers evade and resist chance.&lt;br /&gt;
* Caused by Elec spells/spike shield&lt;br /&gt;
* &#039;&#039;Evade and Resist reduction: 10%&#039;&#039;&lt;br /&gt;
| [[Fire]] resistance is lowered by 25.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Smite.png]] &#039;&#039;&#039;Breached Defense&#039;&#039;&#039;&lt;br /&gt;
||The holy attack has penetrated the target&#039;s defenses, making it take more damage.&lt;br /&gt;
* Caused by Holy spells&lt;br /&gt;
* &#039;&#039;Physical Mitigation reduction: 10%&#039;&#039;&lt;br /&gt;
* &#039;&#039;Magic Mitigation reduction: 10%&#039;&#039;&lt;br /&gt;
||[[Dark]] resistance is lowered by 25.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Disintegrate.png]] &#039;&#039;&#039;Blunted Attack&#039;&#039;&#039;&lt;br /&gt;
||The decaying effects of the spell has blunted the target&#039;s offenses, making it deal less damage.&lt;br /&gt;
* Caused by Dark spells&lt;br /&gt;
* &#039;&#039;Damage reduction: 10%&#039;&#039;&lt;br /&gt;
||[[Holy]] resistance is lowered by 25.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Soul_Fire.png]] &#039;&#039;&#039;Burning Soul&#039;&#039;&#039;&lt;br /&gt;
||The life essence of the target has been set ablaze, damaging its physical form over time.&lt;br /&gt;
* Caused by Holy spells with Soul Fire [[ability]] slotted&lt;br /&gt;
* &#039;&#039;Damage over time = MDB * (1 + EDB / 100) * 0.2&#039;&#039;&lt;br /&gt;
||Will cause Ether Theft if targeted by Drain and the [[ability]] Ether Theft is active (even if Drain is resisted/absorbed/evaded)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Ripened_Soul.png]] &#039;&#039;&#039;Ripened Soul&#039;&#039;&#039;&lt;br /&gt;
||The life essence of the target has been corrupted beyond repair, damaging its physical form over time.&lt;br /&gt;
* Caused by Dark spells with Ripened Soul [[ability]] slotted&lt;br /&gt;
* &#039;&#039;Damage over time = MDB * (1 + EDB / 100) * 0.2&#039;&#039;&lt;br /&gt;
||Will cause Spirit Theft if targeted by Drain and the [[ability]] Spirit Theft is active (even if Drain is resisted/absorbed/evaded)&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| 7&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Chance on Hit===&lt;br /&gt;
The chance-on-hit to proc one of these effects on a monster varies based on the spell cast.&lt;br /&gt;
&lt;br /&gt;
The following base averages have been observed:&lt;br /&gt;
*From being hit with a spike shield active: 17.5%&lt;br /&gt;
*T1: 25%&lt;br /&gt;
*T2: 50%&lt;br /&gt;
*T3: 75%&lt;br /&gt;
&lt;br /&gt;
===Theft Effects===&lt;br /&gt;
Thefts are status effects inflicted by Drain. Casting Drain on a target will inflict Vital Theft, and will also inflict Ether Theft or Spirit Theft when specific conditions are met.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Name&lt;br /&gt;
! width=&amp;quot;55%&amp;quot; | Description&lt;br /&gt;
! width=&amp;quot;30%&amp;quot; | Effect(s)&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Duration&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Lifestream.png]] &#039;&#039;&#039;Vital Theft&#039;&#039;&#039;&lt;br /&gt;
||Siphons off the target&#039;s life essence over time. This causes a damage-over-time effect and returns a small amount of health to the player.&lt;br /&gt;
* &#039;&#039;Damage over time = MDB * (1 + forbidden EDB / 100) * 0.1&#039;&#039;&lt;br /&gt;
* &#039;&#039;HP damage/drained = 5% of the target&#039;s current HP or 5% of your total base HP, whichever is lower&lt;br /&gt;
|| Damages the target then heals the player after each of the target&#039;s turn.&lt;br /&gt;
*&#039;&#039;Damage occurs first, before healing the player.&lt;br /&gt;
|| See [[#Deprecating_Spells|Drain]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:drainmp.png]] &#039;&#039;&#039;Ether Theft&#039;&#039;&#039;&lt;br /&gt;
||Siphons off the target&#039;s mana over time. This returns a small amount of mana to the player.&lt;br /&gt;
* &#039;&#039;MP damage/drained = 5% of the target&#039;s current MP or 5% of your total base MP, whichever is lower&lt;br /&gt;
||Reduces the target&#039;s MP and recovers the player&#039;s MP after each of the target&#039;s turn.&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| 5&lt;br /&gt;
|-&lt;br /&gt;
|[[File:drainsp.png]] &#039;&#039;&#039;Spirit Theft&#039;&#039;&#039;&lt;br /&gt;
||Siphons off the target&#039;s spirit over time. This returns a small amount of spirit to the player.&lt;br /&gt;
* &#039;&#039;SP damage/drained = 5% of the target&#039;s current SP or 5% of your total base SP, whichever is lower&lt;br /&gt;
||Reduces the target&#039;s SP and recovers the player&#039;s SP after each of the target&#039;s turn.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Spike Shields==&lt;br /&gt;
Spike Shields are an [[ability]] that grant an added effect to the Protection spell. Only 1 of 4 elemental shields can be active at one time.&lt;br /&gt;
*Can proc upon parrying or blocking an attack.&lt;br /&gt;
*Do a minimum of 5 damage to monsters regardless of damage taken.&lt;br /&gt;
*Count as physical damage.&lt;br /&gt;
*Can proc [[#Status Effects|status effects]] (~20%? chance).&lt;br /&gt;
&lt;br /&gt;
==Procs==&lt;br /&gt;
Spell procs take priority in the following order (assuming they are applicable):&lt;br /&gt;
&lt;br /&gt;
Absorb &amp;gt; Spirit Shield &amp;gt; Spark of Life &amp;gt; Spike effects&lt;br /&gt;
&lt;br /&gt;
==Stacking==&lt;br /&gt;
The effects of Arcane Focus and Heartseeker cannot be active simultaneously: in the case one is already active, casting the second will result in the dissipation of the first one.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Abilities]]&lt;br /&gt;
*[[Hath Perks]]&lt;br /&gt;
*[[Skills]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Spells&amp;diff=32234</id>
		<title>Spells</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Spells&amp;diff=32234"/>
		<updated>2015-04-01T20:20:38Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Supportive */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Point.png]] &#039;&#039;&#039;&#039;&#039;&amp;lt;font size=4&amp;gt;Information regarding the proficiency/level requirements for spells is due in patch 0.82&lt;br /&gt;
&amp;lt;/font&amp;gt;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
These are the mana-based spells that are available to players in the [[HentaiVerse]].&lt;br /&gt;
&lt;br /&gt;
==Learning Spells==&lt;br /&gt;
Spells are automatically added to a player&#039;s skillbook once they have reached the minimum level &#039;&#039;&#039;AND&#039;&#039;&#039; base [[proficiency]] requirements. Usually it is possible to improve the spell by using [[ability]] points right away but some abilities will only be available at higher levels.&lt;br /&gt;
&lt;br /&gt;
==Spell Costs==&lt;br /&gt;
Spell costs are all a percentage of the player&#039;s [[level]], rounded up.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;: &#039;Fiery Blast&#039; has a base cost of 5, meaning its MP cost is 5% of the player&#039;s level. At level 51 Fiery Blast costs:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;roundup(51 * 0.05) = roundup(2.55) = 3 MP&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Spell costs are further modified by:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Factor&lt;br /&gt;
!▲/▼&lt;br /&gt;
!Amount&lt;br /&gt;
!Duration&lt;br /&gt;
|-&lt;br /&gt;
|[[Interference]] || ▲ || 0.5% per point || Permanent (can be [[The_Forge#Shards|temporarily removed]])&lt;br /&gt;
|-&lt;br /&gt;
|Mana Conservation || ▼ || Stated % || Permanent&lt;br /&gt;
|-&lt;br /&gt;
|[[Spirit Stance]] || ▼ || 25% || As long as it can be maintained&lt;br /&gt;
|-&lt;br /&gt;
|[[Fighting_Styles#Staff|Coalesced Mana]] || ▼ || 50% || Up to 5 turns (and the monster stays alive to be targeted)&lt;br /&gt;
|-&lt;br /&gt;
|[[Channeling]] || ▼ || 100% || Consumed upon casting&lt;br /&gt;
|-&lt;br /&gt;
|[[The_Forge#Shards|Suffused Aether]] || ▼ || 10% || Up to 1 hour [[The_Forge#Shards|per shard]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Spell Cost&#039;&#039;&#039; = roundup((Level * Base_cost / 100) * (1 + interference * 0.5%) * (1 - mana_conservation) * (1 - spirit_stance) * (1 - coalesced) * (1 - suffused_aether))&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All of the passive factors also affect the upkeep cost of [[Innate Arcana]].&lt;br /&gt;
&lt;br /&gt;
==Spell Durations==&lt;br /&gt;
The duration of spells lasting more than one turn depends on their base duration, the number of [[Ability Points]] invested (where applicable) and the relevant [[proficiencies]].&lt;br /&gt;
&lt;br /&gt;
==[[Spell Damage]]==&lt;br /&gt;
&lt;br /&gt;
==Table Legend==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column&lt;br /&gt;
!Meaning&lt;br /&gt;
|-&lt;br /&gt;
|Tier || The tier of the spell. Can be 1-3.&lt;br /&gt;
|-&lt;br /&gt;
|Level || The minimum [[level]] needed to access the spell.&lt;br /&gt;
|-&lt;br /&gt;
|Prof || The minimum &#039;&#039;base&#039;&#039; [[proficiency]] needed to access the spell and the maximum &#039;&#039;effective&#039;&#039; proficiency needed to get the highest bonuses.&lt;br /&gt;
|-&lt;br /&gt;
|Cost || The base mana cost of the spell and the reduced cost via [[abilities]].&lt;br /&gt;
|-&lt;br /&gt;
|CD || The base cooldown of the spell and the reduced cooldown via [[abilities]].&lt;br /&gt;
|-&lt;br /&gt;
|Targets || The base number of targets the spell can hit and the increased number via [[abilities]].&lt;br /&gt;
|-&lt;br /&gt;
|Duration || The base duration of the spell&#039;s effect and the increased duration via [[abilities]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Offensive Spells==&lt;br /&gt;
These spells are used to inflict direct damage on monsters. Missing the primary target of an spell does not prevent it from hitting other targets if the spell is capable of doing so; each chance-to-hit is calculated independently.&lt;br /&gt;
&lt;br /&gt;
Each [[Monster_Lab#Monster_Classes|type of monster]] has different levels of resistance to each [[damage type]]s, which should be taken into consideration when choosing which spell to cast at which target. Monsters hit by offensive magic may also be afflicted by a set of negative [[#Status_Effects|status effects]].&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|Tier&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|[[Level]]&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|[[Proficiency|Prof]]&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|Cost&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|CD&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|Targets&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
===Elemental===&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
====[[Fire]]====&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Fireball.png]]&amp;lt;br&amp;gt;Fiery Blast&lt;br /&gt;
|A ball of fire is hurled at the target.&lt;br /&gt;
|1&lt;br /&gt;
|15&lt;br /&gt;
|0/200&lt;br /&gt;
|6&lt;br /&gt;
|0&lt;br /&gt;
|3/5&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Inferno.png]]&amp;lt;br&amp;gt;Inferno&lt;br /&gt;
|Unleashes an inferno of flames on all hostile targets, causing Fire damage.&lt;br /&gt;
|2&lt;br /&gt;
|50&lt;br /&gt;
|50?/500&lt;br /&gt;
|14&lt;br /&gt;
|4/2&lt;br /&gt;
|5/7&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Nova.png]]&amp;lt;br&amp;gt;Flames of Loki&lt;br /&gt;
|Fire damage.&lt;br /&gt;
|3&lt;br /&gt;
|175?&lt;br /&gt;
|150/800&lt;br /&gt;
|21&lt;br /&gt;
|7/4&lt;br /&gt;
|7/10&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
====[[Cold]]====&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Freeze.png]]&amp;lt;br&amp;gt;Freeze&lt;br /&gt;
|Cold damage.&lt;br /&gt;
|1&lt;br /&gt;
|15&lt;br /&gt;
|0/200&lt;br /&gt;
|6&lt;br /&gt;
|0&lt;br /&gt;
|3/5&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Blizzard.png]]&amp;lt;br&amp;gt;Blizzard&lt;br /&gt;
|Cold damage.&lt;br /&gt;
|2&lt;br /&gt;
|106?&lt;br /&gt;
|50/500&lt;br /&gt;
|14&lt;br /&gt;
|4/2&lt;br /&gt;
|5/7&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Fimbulvetr.png]]&amp;lt;br&amp;gt;Fimbulvetr&lt;br /&gt;
|Cold damage.&lt;br /&gt;
|3&lt;br /&gt;
|185?&lt;br /&gt;
|150/800&lt;br /&gt;
|21&lt;br /&gt;
|7/4&lt;br /&gt;
|7/10&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
====[[Elec]]====&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Lightning.png]]&amp;lt;br&amp;gt;Shockblast&lt;br /&gt;
|A bolt of lightning strikes the target, causing Elec damage.&lt;br /&gt;
|1&lt;br /&gt;
|35&lt;br /&gt;
|0/200&lt;br /&gt;
|6&lt;br /&gt;
|0&lt;br /&gt;
|3/5&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Column_Lightning.png]]&amp;lt;br&amp;gt;Chained Lightning&lt;br /&gt;
|Elec damage.&lt;br /&gt;
|2&lt;br /&gt;
|50?&lt;br /&gt;
|50?/500&lt;br /&gt;
|14&lt;br /&gt;
|4/2&lt;br /&gt;
|5/7&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Shockblast.png]]&amp;lt;br&amp;gt;Wrath of Thor&lt;br /&gt;
|Elec damage.&lt;br /&gt;
|3&lt;br /&gt;
|195?&lt;br /&gt;
|150/800&lt;br /&gt;
|21&lt;br /&gt;
|7/4&lt;br /&gt;
|7/10&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
====[[Wind]]====&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Windblast.png]]&amp;lt;br&amp;gt;Gale&lt;br /&gt;
|A blast of wind hits the target, causing Wind damage.&lt;br /&gt;
|1&lt;br /&gt;
|45&lt;br /&gt;
|0/200&lt;br /&gt;
|6&lt;br /&gt;
|0&lt;br /&gt;
|3/5&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Gale.png]]&amp;lt;br&amp;gt;Downburst&lt;br /&gt;
|Wind damage.&lt;br /&gt;
|2&lt;br /&gt;
|50?&lt;br /&gt;
|60/500&lt;br /&gt;
|14&lt;br /&gt;
|4/2&lt;br /&gt;
|5/7&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Storms_of_Njord.png]]&amp;lt;br&amp;gt;Storms of Njord&lt;br /&gt;
|Wind damage.&lt;br /&gt;
|3&lt;br /&gt;
|205&lt;br /&gt;
|150/800&lt;br /&gt;
|21&lt;br /&gt;
|7/4&lt;br /&gt;
|7/10&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
&amp;lt;div id=&amp;quot;Holy&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Divine===&lt;br /&gt;
|-&lt;br /&gt;
! [[File:Abilities_Smite.png]]&amp;lt;br&amp;gt;Smite&lt;br /&gt;
| Holy damage.&lt;br /&gt;
|1&lt;br /&gt;
|65&lt;br /&gt;
|0/500&lt;br /&gt;
|14&lt;br /&gt;
|0&lt;br /&gt;
|3/5&lt;br /&gt;
|-&lt;br /&gt;
! [[File:Abilities_Banish.png]]&amp;lt;br&amp;gt;Banishment&lt;br /&gt;
|Holy damage.&lt;br /&gt;
|2&lt;br /&gt;
|100?&lt;br /&gt;
|100/700&lt;br /&gt;
|21&lt;br /&gt;
|4/2&lt;br /&gt;
|5/7&lt;br /&gt;
|-&lt;br /&gt;
! [[File:Abilities_Soul_Fire.png]]&amp;lt;br&amp;gt;Paradise Lost&lt;br /&gt;
| Holy damage.&lt;br /&gt;
|3&lt;br /&gt;
|200?&lt;br /&gt;
|200/900&lt;br /&gt;
|30&lt;br /&gt;
|7/4&lt;br /&gt;
|7/10&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Dark&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Forbidden===&lt;br /&gt;
|-&lt;br /&gt;
! [[File:Abilities_Corruption.png]]&amp;lt;br&amp;gt;Corruption&lt;br /&gt;
| Dark damage.&lt;br /&gt;
|1&lt;br /&gt;
|85&lt;br /&gt;
|0/500&lt;br /&gt;
|14&lt;br /&gt;
|0&lt;br /&gt;
|3/5&lt;br /&gt;
|-&lt;br /&gt;
! [[File:Abilities_Disintegrate.png]]&amp;lt;br&amp;gt;Disintegrate&lt;br /&gt;
|Dark damage.&lt;br /&gt;
|2&lt;br /&gt;
|100?&lt;br /&gt;
|100/700&lt;br /&gt;
|18.5?&lt;br /&gt;
|4/2&lt;br /&gt;
|5/7&lt;br /&gt;
|-&lt;br /&gt;
! [[File:Abilities_Ragnarok.png]]&amp;lt;br&amp;gt;Ragnarok&lt;br /&gt;
|Dark damage.&lt;br /&gt;
|3&lt;br /&gt;
|245&lt;br /&gt;
|200/900&lt;br /&gt;
|28?&lt;br /&gt;
|7/4&lt;br /&gt;
|7/10&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Deprecating Magic&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Deprecating Spells==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Spell&lt;br /&gt;
!Description&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|[[Level]]&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|[[Proficiency|Prof]]&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|Cost&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|CD&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|Duration&lt;br /&gt;
&amp;lt;div id=&amp;quot;Drain&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Poison.png]]&amp;lt;br&amp;gt;Drain&lt;br /&gt;
|Inflicts Drain on one target, causing damage over time.&lt;br /&gt;
*&#039;&#039;Inflicts [[#Theft_Effects|Vital Theft]] on the target&lt;br /&gt;
|30?&lt;br /&gt;
|0/300?&lt;br /&gt;
|11.5&lt;br /&gt;
|20/15&lt;br /&gt;
|7?&lt;br /&gt;
&amp;lt;div id=&amp;quot;Slow&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Slow.png]]&amp;lt;br&amp;gt;Slow&lt;br /&gt;
|The target is slowed by x%, making it attack less frequently.&lt;br /&gt;
*&#039;&#039;Base action speed reduction: 30%&#039;&#039;&lt;br /&gt;
|10?&lt;br /&gt;
|0/300?&lt;br /&gt;
|18&lt;br /&gt;
|3&lt;br /&gt;
|3/6&lt;br /&gt;
&amp;lt;div id=&amp;quot;Weaken&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Weaken.png]]&amp;lt;br&amp;gt;Weaken&lt;br /&gt;
|The target is weakened, making it deal less damage, and preventing it from scoring critical hits.&lt;br /&gt;
*&#039;&#039;Base Physical and Magical damage reduction: 25%&#039;&#039;&lt;br /&gt;
|70&lt;br /&gt;
|0/345&lt;br /&gt;
|10&lt;br /&gt;
|3/0&lt;br /&gt;
|5/10&lt;br /&gt;
&amp;lt;div id=&amp;quot;Sleep&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Sleep.png]]&amp;lt;br&amp;gt;Sleep&lt;br /&gt;
|The target is lulled to sleep, preventing it from taking any actions.&lt;br /&gt;
*&#039;&#039;Base chance of breaking on damage: 90%?&#039;&#039;&lt;br /&gt;
*&#039;&#039;Sleeping monsters cannot attack, evade, parry, or resist attacks?&#039;&#039;&lt;br /&gt;
|80&lt;br /&gt;
|0/410&lt;br /&gt;
|22&lt;br /&gt;
|7&lt;br /&gt;
|4/7&lt;br /&gt;
&amp;lt;div id=&amp;quot;Confuse&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Confuse.png]]&amp;lt;br&amp;gt;Confuse&lt;br /&gt;
|Confuses the target, making it lunge out wildly and strike friends and foes alike.&lt;br /&gt;
*&#039;&#039;Base chance of breaking on damage: 90%?&#039;&#039;&lt;br /&gt;
*&#039;&#039;Base chance of monster hitting itself: 25%?&#039;&#039;&lt;br /&gt;
|?&lt;br /&gt;
|45/660&lt;br /&gt;
|25&lt;br /&gt;
|10&lt;br /&gt;
|3/6&lt;br /&gt;
&amp;lt;div id=&amp;quot;Imperil&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Imperil.png]]&amp;lt;br&amp;gt;Imperil&lt;br /&gt;
|The target is imperiled, reducing physical and magical mitigation as well as elemental mitigations.&lt;br /&gt;
*&#039;&#039;Base Physical and Magical defense reduction: 25%&#039;&#039;&lt;br /&gt;
*&#039;&#039;Base Fire/Cold/Elec/Wind resistance reduction: 10%&#039;&#039;&lt;br /&gt;
|?&lt;br /&gt;
|30/495&lt;br /&gt;
|10&lt;br /&gt;
|3/0&lt;br /&gt;
|5/10&lt;br /&gt;
&amp;lt;div id=&amp;quot;Blind&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
![[File:Abilities_Blind.png]]&amp;lt;br&amp;gt;Blind&lt;br /&gt;
|Blinds the target, reducing the chance of it landing attacks and hitting with magic spells.&lt;br /&gt;
*&#039;&#039;Base attack/magic hit chance reduction: 20%&#039;&#039;&lt;br /&gt;
|80?&lt;br /&gt;
|30/610&lt;br /&gt;
|18&lt;br /&gt;
|7/3&lt;br /&gt;
|5/10&lt;br /&gt;
&amp;lt;div id=&amp;quot;Silence&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Silence.png]]&amp;lt;br&amp;gt;Silence&lt;br /&gt;
|The target is silenced, preventing it from using special attacks and magic.&lt;br /&gt;
|110?&lt;br /&gt;
|40/665&lt;br /&gt;
|18&lt;br /&gt;
|10/5&lt;br /&gt;
|7/10&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_MagNet.png]]&amp;lt;br&amp;gt;MagNet&lt;br /&gt;
|A net of pure energy ensnares the target, (slowing it by 25%) and making it unable to evade attacks or spells.&lt;br /&gt;
*&#039;&#039;Slowing effect requires at least 1 AP investment.&#039;&#039;&lt;br /&gt;
*&#039;&#039;Does not disable parrying.&#039;&#039;&lt;br /&gt;
*&#039;&#039;Also prevents the target from resisting your spells.&#039;&#039;&lt;br /&gt;
|250?&lt;br /&gt;
|100?/700?&lt;br /&gt;
|22&lt;br /&gt;
|15/10&lt;br /&gt;
|4/9&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Supportive Magic&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Supportive Spells==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Spell&lt;br /&gt;
!Description&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|[[Level]]&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|[[Proficiency|Prof]]&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|Cost&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|CD&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|Duration&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;7&amp;quot;|&lt;br /&gt;
&amp;lt;div id=&amp;quot;Curative Magic&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;Curative Spells&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===Curative===&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Cure.png]]&amp;lt;br&amp;gt;Cure&lt;br /&gt;
|Restores a moderate amount of Health on the target.&lt;br /&gt;
*&#039;&#039;Base health restored = (base_health * [[AP]] / 100) * (1 + holy EDB / 100)&lt;br /&gt;
|5&lt;br /&gt;
|0/385+&lt;br /&gt;
|20&lt;br /&gt;
|5/2&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Regen.png]]&amp;lt;br&amp;gt;Regen&lt;br /&gt;
|Places a heal over time effect on the target.&lt;br /&gt;
*&#039;&#039;Base health restored per turn = base_health * ([[AP]] / 100)&lt;br /&gt;
|50?&lt;br /&gt;
|0/845&lt;br /&gt;
|22.5&lt;br /&gt;
|0&lt;br /&gt;
|14/30&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Cure.png]]&amp;lt;br&amp;gt;Full-Cure&lt;br /&gt;
|Fully restores the Health of the target.&lt;br /&gt;
|220&lt;br /&gt;
|0/945+&lt;br /&gt;
|50&lt;br /&gt;
|10&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;7&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
===Supportive===&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;div id=&amp;quot;Protection&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
![[File:Abilities_Protection.png]]&amp;lt;br&amp;gt;Protection&lt;br /&gt;
|Places a shield effect on the target, absorbing 25% of the damage from all attacks.&lt;br /&gt;
|10?&lt;br /&gt;
|0/320&lt;br /&gt;
|25&lt;br /&gt;
|0&lt;br /&gt;
|15?/30&lt;br /&gt;
&amp;lt;div id=&amp;quot;Haste&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;haste&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Haste.png]]&amp;lt;br&amp;gt;Haste&lt;br /&gt;
|Speeds up all actions of the target, allowing it to attack more frequently.&lt;br /&gt;
*&#039;&#039;Base [[Action Speed]] increase: 25%&#039;&#039;&lt;br /&gt;
|60?&lt;br /&gt;
|0/450&lt;br /&gt;
|30&lt;br /&gt;
|0&lt;br /&gt;
|10?/20&lt;br /&gt;
&amp;lt;div id=&amp;quot;Shadow Veil&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Shadow_Veil.png]]&amp;lt;br&amp;gt;Shadow Veil&lt;br /&gt;
|Surrounds the target with a veil of shadows, making it harder to hit with attacks and spells.&lt;br /&gt;
*&#039;&#039;Base evade chance increase: 15%&#039;&#039;&lt;br /&gt;
|90&lt;br /&gt;
|0/610&lt;br /&gt;
|30&lt;br /&gt;
|0&lt;br /&gt;
|10?/20&lt;br /&gt;
&amp;lt;div id=&amp;quot;Absorb&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;absorb&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Absorb.png]]&amp;lt;br&amp;gt;Absorb&lt;br /&gt;
|The next magical attack against the target has a chance to be absorbed and partially converted to MP.&lt;br /&gt;
*&#039;&#039;The effect is permanent until it absorbs a spell.&#039;&#039;&lt;br /&gt;
*&#039;&#039;Base chance to absorb: 60%&#039;&#039;&lt;br /&gt;
*&#039;&#039;Cannot absorb critical hits&#039;&#039;&lt;br /&gt;
*&#039;&#039;Absorbed MP is between 5-10% of the monster&#039;s base max MP?&#039;&#039;&lt;br /&gt;
*&#039;&#039;Can absorb more than 1 spell if they occur on the same turn.&#039;&#039;&lt;br /&gt;
|50?&lt;br /&gt;
|0/385+?&lt;br /&gt;
|30&lt;br /&gt;
|20&lt;br /&gt;
|∞&lt;br /&gt;
&amp;lt;div id=&amp;quot;Spark of Life&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;SoL&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;spark of life&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;sol&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Spark_of_Life.png]]&amp;lt;br&amp;gt;Spark of Life&lt;br /&gt;
|Any attack that would one-shot a target with 2 or more HP leaves it alive but on the brink of defeat. The buff is removed when triggered (and 50% of the player&#039;s base SP is consumed). If the player does not have enough SP remaining the trigger will fail and the player will die.&lt;br /&gt;
*&#039;&#039;When active &#039;&#039;&#039;and&#039;&#039;&#039; enough SP is available the player&#039;s health bar will turn silver.&#039;&#039;&lt;br /&gt;
|100&lt;br /&gt;
|0/750?&lt;br /&gt;
|44?&lt;br /&gt;
|0&lt;br /&gt;
|15?/30&lt;br /&gt;
|-&lt;br /&gt;
![[File:fallenshield.png]]&amp;lt;br&amp;gt;&#039;&#039;Cloak of the Fallen&#039;&#039;&lt;br /&gt;
|Being brought back by Spark of Life has draped you with this powerful protective shield, increasing your damage resistance for a brief time.&lt;br /&gt;
*&#039;&#039;When Spark of Life is triggered &#039;&#039;&#039;Cloak of the Fallen&#039;&#039;&#039; procs, which grants full immunity to damage during the turn that Spark triggers.&lt;br /&gt;
*&#039;&#039;Grants +75%? physical and magical mitigation bonus after the original proc.&#039;&#039;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|3?&lt;br /&gt;
&amp;lt;div id=&amp;quot;Arcane Focus&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Arcane_Focus.png]]&amp;lt;br&amp;gt;Arcane Focus&lt;br /&gt;
|The target attains a higher level of attunement with the arcane forces, increasing magic power&amp;lt;s&amp;gt;, accuracy&amp;lt;/s&amp;gt; and crit chance.&lt;br /&gt;
*&#039;&#039;Magical damage bonus: 25%&#039;&#039;&lt;br /&gt;
*&#039;&#039;Magical crit chance bonus: 10%&#039;&#039;&lt;br /&gt;
|175&lt;br /&gt;
|0/980?&lt;br /&gt;
|100&lt;br /&gt;
|0&lt;br /&gt;
|50?/100&lt;br /&gt;
&amp;lt;div id=&amp;quot;Heartseeker&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Heartseeker.png]]&amp;lt;br&amp;gt;Heartseeker&lt;br /&gt;
|The target attains intimate knowledge of the flow of life in all living beings, increasing attack power&amp;lt;s&amp;gt;, accuracy&amp;lt;/s&amp;gt; and crit chance.&lt;br /&gt;
*&#039;&#039;Physical damage bonus: 25%&#039;&#039;&lt;br /&gt;
*&#039;&#039;Physical crit chance bonus: 10%&#039;&#039;&lt;br /&gt;
|140&lt;br /&gt;
|0/880?&lt;br /&gt;
|100&lt;br /&gt;
|0&lt;br /&gt;
|50?/100&lt;br /&gt;
&amp;lt;div id=&amp;quot;Spirit Shield&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
![[File:Abilities_Spirit_Shield.png]]&amp;lt;br&amp;gt;Spirit Shield&lt;br /&gt;
|Powerful attacks against you will be partially absorbed and damage your spirit gauge instead of health.&lt;br /&gt;
*&#039;&#039;Any attack that hits for more than 45-20% of max HP will cause the player to lose exactly 45-20% of their health, with the remainder absorbed as damage to their spirit.&amp;lt;sup&amp;gt;[[#spirit|(Formula)]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
*&#039;&#039;The spell will fail if the player does not have sufficient SP.&#039;&#039;&lt;br /&gt;
|200&lt;br /&gt;
|0/950?&lt;br /&gt;
|25&lt;br /&gt;
|0&lt;br /&gt;
|15?/30&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;div id=&amp;quot;spirit&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;Spirit&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Spirit Damage&#039;&#039;&#039; = Base_SP * SS_AP_Damage * MIN( (Damage - Max_HP * SS_AP_Damage) / (Max_HP * SS_AP_Damage * 3) , 1)&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;(&#039;&#039;&#039;SS_AP_Damage&#039;&#039;&#039; = percentage of damage required for Spirit shield to kick in)&#039;&#039;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Status Effects==&lt;br /&gt;
When an [[#Offensive_Magic|offensive spell]] hits a monster, it may produce an associated status effect on the target, which lasts for a number of turns. In addition, these status effect will explode for bonus damage on the monster when their effected target is struck by the next elemental spell in the cycle. e.g. Searing Skin will explode for Fire damage when the monster is struck by a Cold spell. Drain counts as a Dark spell for this and can explode Breached Defense.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;15%&amp;quot; | Name&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Description&lt;br /&gt;
! width=&amp;quot;30%&amp;quot; | Effect(s)&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Duration&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Flare.png]] &#039;&#039;&#039;Searing Skin&#039;&#039;&#039; &lt;br /&gt;
||The skin of the target has been scorched, inhibiting its attack damage.&lt;br /&gt;
* Caused by Fire spells/spike shield&lt;br /&gt;
* &#039;&#039;Damage reduction: 10%&#039;&#039;&lt;br /&gt;
||[[Cold]] resistance is lowered by 25.&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;| 3&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Freeze.png]] &#039;&#039;&#039;Freezing Limbs&#039;&#039;&#039;&lt;br /&gt;
||The limbs of the target have been frozen, causing slower movement.&lt;br /&gt;
* Caused by Cold spells/spike shield&lt;br /&gt;
* &#039;&#039;Speed reduction: 10%&#039;&#039;&lt;br /&gt;
| [[Wind]] resistance is lowered by 25.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Gale.png]] &#039;&#039;&#039;Turbulent Air&#039;&#039;&#039;&lt;br /&gt;
||The air around the target has been upset, blowing up dust and increasing its miss chance.&lt;br /&gt;
* Caused by Wind attacks/spike shield&lt;br /&gt;
* &#039;&#039;Miss chance increase: 10%&#039;&#039;&lt;br /&gt;
| [[Elec]] resistance is lowered by 25.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Lightning.png]] &#039;&#039;&#039;Deep Burns&#039;&#039;&#039;&lt;br /&gt;
||Internal damage causes slower reactions and lowers evade and resist chance.&lt;br /&gt;
* Caused by Elec spells/spike shield&lt;br /&gt;
* &#039;&#039;Evade and Resist reduction: 10%&#039;&#039;&lt;br /&gt;
| [[Fire]] resistance is lowered by 25.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Smite.png]] &#039;&#039;&#039;Breached Defense&#039;&#039;&#039;&lt;br /&gt;
||The holy attack has penetrated the target&#039;s defenses, making it take more damage.&lt;br /&gt;
* Caused by Holy spells&lt;br /&gt;
* &#039;&#039;Magic Mitigation reduction: 10%&#039;&#039;&lt;br /&gt;
||[[Dark]] resistance is lowered by 25.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Disintegrate.png]] &#039;&#039;&#039;Blunted Attack&#039;&#039;&#039;&lt;br /&gt;
||The decaying effects of the spell has blunted the target&#039;s offenses, making it deal less damage.&lt;br /&gt;
* Caused by Dark spells&lt;br /&gt;
* &#039;&#039;Damage reduction: 10%&#039;&#039;&lt;br /&gt;
||[[Holy]] resistance is lowered by 25.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Soul_Fire.png]] &#039;&#039;&#039;Burning Soul&#039;&#039;&#039;&lt;br /&gt;
||The life essence of the target has been set ablaze, damaging its physical form over time.&lt;br /&gt;
* Caused by Holy spells with Soul Fire [[ability]] slotted&lt;br /&gt;
* &#039;&#039;Damage over time = MDB * (1 + EDB / 100) * 0.2&#039;&#039;&lt;br /&gt;
||Will cause Ether Theft if targeted by Drain and the [[ability]] Ether Theft is active (even if Drain is resisted/absorbed/evaded)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Ripened_Soul.png]] &#039;&#039;&#039;Ripened Soul&#039;&#039;&#039;&lt;br /&gt;
||The life essence of the target has been corrupted beyond repair, damaging its physical form over time.&lt;br /&gt;
* Caused by Dark spells with Ripened Soul [[ability]] slotted&lt;br /&gt;
* &#039;&#039;Damage over time = MDB * (1 + EDB / 100) * 0.2&#039;&#039;&lt;br /&gt;
||Will cause Spirit Theft if targeted by Drain and the [[ability]] Spirit Theft is active (even if Drain is resisted/absorbed/evaded)&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| 7&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Chance on Hit===&lt;br /&gt;
The chance-on-hit to proc one of these effects on a monster varies based on the spell cast.&lt;br /&gt;
&lt;br /&gt;
The following base averages have been observed:&lt;br /&gt;
*From being hit with a spike shield active: 17.5%&lt;br /&gt;
*T1: 25%&lt;br /&gt;
*T2: 50%&lt;br /&gt;
*T3: 75%&lt;br /&gt;
&lt;br /&gt;
===Theft Effects===&lt;br /&gt;
Thefts are status effects inflicted by Drain. Casting Drain on a target will inflict Vital Theft, and will also inflict Ether Theft or Spirit Theft when specific conditions are met.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Name&lt;br /&gt;
! width=&amp;quot;55%&amp;quot; | Description&lt;br /&gt;
! width=&amp;quot;30%&amp;quot; | Effect(s)&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Duration&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Abilities_Lifestream.png]] &#039;&#039;&#039;Vital Theft&#039;&#039;&#039;&lt;br /&gt;
||Siphons off the target&#039;s life essence over time. This causes a damage-over-time effect and returns a small amount of health to the player.&lt;br /&gt;
* &#039;&#039;Damage over time = MDB * (1 + forbidden EDB / 100) * 0.1&#039;&#039;&lt;br /&gt;
* &#039;&#039;HP damage/drained = 5% of the target&#039;s current HP or 5% of your total base HP, whichever is lower&lt;br /&gt;
|| Damages the target then heals the player after each of the target&#039;s turn.&lt;br /&gt;
*&#039;&#039;Damage occurs first, before healing the player.&lt;br /&gt;
|| See [[#Deprecating_Spells|Drain]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:drainmp.png]] &#039;&#039;&#039;Ether Theft&#039;&#039;&#039;&lt;br /&gt;
||Siphons off the target&#039;s mana over time. This returns a small amount of mana to the player.&lt;br /&gt;
* &#039;&#039;MP damage/drained = 5% of the target&#039;s current MP or 5% of your total base MP, whichever is lower&lt;br /&gt;
||Reduces the target&#039;s MP and recovers the player&#039;s MP after each of the target&#039;s turn.&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| 5&lt;br /&gt;
|-&lt;br /&gt;
|[[File:drainsp.png]] &#039;&#039;&#039;Spirit Theft&#039;&#039;&#039;&lt;br /&gt;
||Siphons off the target&#039;s spirit over time. This returns a small amount of spirit to the player.&lt;br /&gt;
* &#039;&#039;SP damage/drained = 5% of the target&#039;s current SP or 5% of your total base SP, whichever is lower&lt;br /&gt;
||Reduces the target&#039;s SP and recovers the player&#039;s SP after each of the target&#039;s turn.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Spike Shields==&lt;br /&gt;
Spike Shields are an [[ability]] that grant an added effect to the Protection spell. Only 1 of 4 elemental shields can be active at one time.&lt;br /&gt;
*Can proc upon parrying or blocking an attack.&lt;br /&gt;
*Do a minimum of 5 damage to monsters regardless of damage taken.&lt;br /&gt;
*Count as physical damage.&lt;br /&gt;
*Can proc [[#Status Effects|status effects]] (~20%? chance).&lt;br /&gt;
&lt;br /&gt;
==Procs==&lt;br /&gt;
Spell procs take priority in the following order (assuming they are applicable):&lt;br /&gt;
&lt;br /&gt;
Absorb &amp;gt; Spirit Shield &amp;gt; Spark of Life &amp;gt; Spike effects&lt;br /&gt;
&lt;br /&gt;
==Stacking==&lt;br /&gt;
The effects of Arcane Focus and Heartseeker cannot be active simultaneously: in the case one is already active, casting the second will result in the dissipation of the first one.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Abilities]]&lt;br /&gt;
*[[Hath Perks]]&lt;br /&gt;
*[[Skills]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Damage&amp;diff=32057</id>
		<title>Damage</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Damage&amp;diff=32057"/>
		<updated>2015-03-23T03:31:24Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is dedicated to explaining the mechanics of the ways players and monsters in the [[HentaiVerse]] reduce or avoid damage.&lt;br /&gt;
&lt;br /&gt;
==Damage Reduction==&lt;br /&gt;
There are several factors that go into reducing damage for either the players or the monsters:&lt;br /&gt;
&lt;br /&gt;
===Monsters===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Mitigation&lt;br /&gt;
!Description&lt;br /&gt;
!Increased / Granted By&lt;br /&gt;
!Reduced / Exploited By&lt;br /&gt;
|-&lt;br /&gt;
|Physical&lt;br /&gt;
|Against player&#039;s melee attacks &amp;amp; [[skills]]&lt;br /&gt;
|STR, END, Defense&lt;br /&gt;
|&lt;br /&gt;
*[[Equipment_Procs|Penetrated Armor (equipment proc)]] - 25% per stack (up to 75%)&lt;br /&gt;
*[[Spells#Status_Effects|Breached Defense (Stat Effect from Holy spells)]] - 10%&lt;br /&gt;
*[[Spells#Deprecating_Magic|Imperil (deprecating spell)]] - 25% (up to 50% with Better Imperil)&lt;br /&gt;
|-&lt;br /&gt;
|Magical&lt;br /&gt;
|Against player&#039;s offensive [[spells]]&lt;br /&gt;
|END, WIS, Warding&lt;br /&gt;
|&lt;br /&gt;
*[[Spells#Status_Effects|Breached Defense (Stat Effect from Holy spells)]] - 10%&lt;br /&gt;
*[[Spells#Deprecating_Magic|Imperil (deprecating spell)]] - 25% (up to 50% with Better Imperil)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|Specific&lt;br /&gt;
|Slashing, Piercing, Crushing &lt;br /&gt;
|Depends on [[Monster_Lab#Monster_Classes|monster class]]&lt;br /&gt;
|Depends on [[Equipment_Procs|weapon type]]&lt;br /&gt;
|-&lt;br /&gt;
|Fire, Cold, Wind, Elec, Holy, Dark&lt;br /&gt;
|Resistances&lt;br /&gt;
|&lt;br /&gt;
*Depends on [[Equipment#Elemental_Weapons|weapon&#039;s damage type]], [[Spells#Offensive_Magic|spell&#039;s damage type]]&lt;br /&gt;
*[[Spells#Deprecating_Spells|Imperil (deprecating spell)]] - 25% (Fire, Cold, Wind, Elec) (up to 40% with Better Imperil)&lt;br /&gt;
**up to 25% (Holy, Dark) (only when [[Abilities#Forbidden|Dark]]/[[Abilities#Divine|Holy]] Imperil [[ability]] is active)&lt;br /&gt;
*[[Spells#Status_Effects|Elemental Status Effects]] - 25% (depends on status effect)&lt;br /&gt;
*[[Items#Infusions|Infusions (Item)]] - 25%&lt;br /&gt;
|-&lt;br /&gt;
|[[Void]] (has no effect on physical mitigation)&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Players and monsters have 0% specific mitigation against void attacks. Most monsters don&#039;t have void attacks/skills&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
It is important to note that mitigations are applied in a multiplicative fashion. However, they cannot be reduced stats below 0, or reduced further if the mitigation is already negative.&lt;br /&gt;
&lt;br /&gt;
The system first checks if the attack is physical or magical and applies the physical/magical mitigation. Then it checks if there is any specific damage type involved and applies the specific mitigation.&lt;br /&gt;
&lt;br /&gt;
This works out to:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Damage Taken&#039;&#039;&#039; = Original_Damage_Roll * (1 - Physical &#039;&#039;or&#039;&#039; Magical Mitigation) * (1 - Specific Mitigation)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Damage Avoidance==&lt;br /&gt;
There are several factors that go into avoiding attacks for either the players or the monsters:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Avoidance&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Against&lt;br /&gt;
|-&lt;br /&gt;
!Physical !! Magical&lt;br /&gt;
|-&lt;br /&gt;
|Evade || ✔ || ✔&lt;br /&gt;
|-&lt;br /&gt;
|Block || ✔ || ✔&lt;br /&gt;
|-&lt;br /&gt;
|Parry || ✔ ||&lt;br /&gt;
|-&lt;br /&gt;
|Resist || || ✔&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
It is important to note that these stats are calculated in a multiplicative fashion rather than additively.&lt;br /&gt;
&lt;br /&gt;
===Resist Mechanics===&lt;br /&gt;
Resisting works differently on [[Spells#Offensive_Spells|offensive spells]] that do direct damage. Every time a player or monster casts an offensive spell, the system will do three separate rolls for resist:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Successful Rolls&lt;br /&gt;
!Damage Reduction&lt;br /&gt;
|-&lt;br /&gt;
|0 || 0% &lt;br /&gt;
|-&lt;br /&gt;
|1 || 50%&lt;br /&gt;
|-&lt;br /&gt;
|2 || 75%&lt;br /&gt;
|-&lt;br /&gt;
|3 || 90%&lt;br /&gt;
|}&lt;br /&gt;
A player&#039;s counter-resist can be gained from staffs (Oak, Willow, and from Penetrator potency), from Channeling, Focus, as well as from proficiency. Counter-resist from proficiency is capped at 50%, calculated as follows:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Proficiency counter-resist&#039;&#039;&#039; = ((effective_prof - monster_level) / monster_level) * 50%&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Anti-Avoidance==&lt;br /&gt;
[[Monster_Lab|Custom Monsters]] can be upgraded to decrease player&#039;s effective evade/block/parry/resist chance. These stats are called anti-evade, anti-block, anti-parry and anti-resist.&lt;br /&gt;
*For example, A target with 20% evade will have effective 15% evade against an attacker with 25% anti-evade.&lt;br /&gt;
&lt;br /&gt;
For physical attacks, this works out to:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Chance to avoid physical attack&#039;&#039;&#039; = 1 - ((1 - Evasion * (1 - Anti-evade)) * (1 - Block * (1 - Anti-block)) * (1 - Parry * (1 - Anti-Parry)))&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For magical attacks, this works out to:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Chance to avoid magical attack&#039;&#039;&#039; = 1 - ((1 - Evasion * (1 - Anti-evade)) * (1 - Block * (1 - Anti-block)) * (1 - Resist * (1 - Anti-Resist)))&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Monsters have an additional chance to miss player that is not taken into account. Shadow Veil adds to this for physical attacks.&lt;br /&gt;
&lt;br /&gt;
==Countering==&lt;br /&gt;
[[Monster_Lab|Custom Monsters]] can have various defenses if given the appropriate [[Monster_Lab#Chaos_Upgrades|Chaos Upgrades]] (and in the case of Evade, AGI as well).&lt;br /&gt;
&lt;br /&gt;
The means to counter these when fighting them are as follows:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Avoidance&lt;br /&gt;
!Counters&lt;br /&gt;
|-&lt;br /&gt;
|Evade ||&lt;br /&gt;
*More [[Character_Stats#Accuracy|accuracy]] (physical or magical)&lt;br /&gt;
*[[Spells#Deprecating_Magic|Sleep and MagNet (Spell)]]&lt;br /&gt;
*[[Equipment_Procs|Stun (Equipment Proc)]]&lt;br /&gt;
*[[Spells#Status_Effects|Deep Burns (Stat Effect from Elec spells)]]&lt;br /&gt;
*[[Fighting_Styles#Any|Channeling]]&lt;br /&gt;
|-&lt;br /&gt;
|Parry ||&lt;br /&gt;
*[[Fighting_Styles#One-Handed|Overwhelming Strikes (One-handed fighting style)]]&lt;br /&gt;
*[[Spells#Deprecating_Magic|Sleep (Spell)]]&lt;br /&gt;
|-&lt;br /&gt;
|Resist ||&lt;br /&gt;
*More [[proficiency]]&lt;br /&gt;
*[[Skills#Universal_Skills|Focus (Universal Skill)]]&lt;br /&gt;
*[[Spells#Deprecating_Magic|Sleep (Spell)]]?&lt;br /&gt;
*Specific types via various [[Spells#Status_Effects|Status Effects from spells]]&lt;br /&gt;
*[[Equipment#Staffs|Oak and Willow Staffs (equipment)]]&lt;br /&gt;
*[[Fighting_Styles#Any|Channeling]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Damage Types]]&lt;br /&gt;
*[[Physical Damage]]&lt;br /&gt;
*[[Spell Damage]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:HentaiVerse]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=Experience_Points&amp;diff=32009</id>
		<title>Experience Points</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=Experience_Points&amp;diff=32009"/>
		<updated>2015-03-15T21:49:52Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Ways to Affect EXP Gains */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Experience points (EXP) are what increases the player&#039;s [[Leveling Up|Henjutsu Level]]. In the [[HentaiVerse]], EXP can be used to increase a player&#039;s [[Character_Stats#Primary Attributes|Primary Attributes]]. &lt;br /&gt;
&lt;br /&gt;
[[Image:Point.png]] &#039;&#039;&#039;Receiving 0 EXP gains means having low [[Stamina]]; wait a full day before battling.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
*Through victories against monster [[battles]].&lt;br /&gt;
**The amount is dependent on several factors [[#Monsters|listed below]].&lt;br /&gt;
**Players must complete the [[battle]] round to receive the reward.&lt;br /&gt;
*During the [[Dawn of a New Day]] event.&lt;br /&gt;
**Always gives at most 5% of the required EXP for the next [[level]]. The actual amount is affected by the forum posting bonus ([[#Ways to Affect EXP Gains|see below]]).&lt;br /&gt;
**Players must visit the E-Hentai [http://e-hentai.org front page] or the [[Galleries]] to trigger the event.&lt;br /&gt;
&lt;br /&gt;
==Monsters==&lt;br /&gt;
The EXP reward from killing a monster is a base of 25?, further modified by:&lt;br /&gt;
* Its [[Monster Stats|stats]] (roughly determined by ((Monster_SP - 1) * 5)).&lt;br /&gt;
* Its [[Monster_Lab#Monster_Stats_&amp;amp;_Power_Level|Power Level]] (as (1 + PL / 200)).&lt;br /&gt;
* Item [[quality]], for battles in the [[Item World]] as ((Base_PXP - 100) * 0.004).&lt;br /&gt;
&lt;br /&gt;
==Ways to Affect EXP Gains==&lt;br /&gt;
Amounts in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; are decreases as opposed to increases.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!Method&lt;br /&gt;
!Amount&lt;br /&gt;
!Maximum&lt;br /&gt;
!Duration&lt;br /&gt;
|-&lt;br /&gt;
|[[HentaiVerse Settings#Challenge_Level|Difficulty setting]] || 1x, 2x, 4x, 6x, 9x, 12x, 15x, 20x || 20x || Adjustable out of battle&lt;br /&gt;
|-&lt;br /&gt;
|[[Stamina#Effect|Stamina]] Status || &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;0x&amp;lt;/span&amp;gt;, 1x, 2x  || 2x || (See [[Stamina]])&lt;br /&gt;
|-&lt;br /&gt;
|Higher level Arenas ([[Arena#Longest_Journey|Longest Journey]] and up) || 1.1x, 1.2x, 1.3x, 1.5x, 1.6x, 1.8x, 1.9x, 2x, 2.2x, 2.5x, 3x || 3x || Selectable out of battle, limit 1 of each per day&lt;br /&gt;
|-&lt;br /&gt;
|[[Random Encounter]] || 5x - Appears up to once every 30 minutes and 24 times a day || 5x || Battle&lt;br /&gt;
|-&lt;br /&gt;
|Adept Learner [[training]] || +1% per rank ||width=&amp;quot;65px&amp;quot;| 4x || Permanent&lt;br /&gt;
|-&lt;br /&gt;
|Posting in the [[forums]]&lt;br /&gt;
* One post per day is sufficient to maintain, capped at 20 days&lt;br /&gt;
| +5% per post || 2x || 30 Days&lt;br /&gt;
|-&lt;br /&gt;
|Placing within top 25 in any of the [[Toplists]]&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; || +1% per ranking above 26th (additional +5% for every rank, up to +50%) || 13x || Until next [[Dawn]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Stars]] || +25%, +50%, +100%, +150%, +200%, +250%, +300%, +350%, +400%, +450%, +500%, +600%, +700% || 8x ||rowspan=&amp;quot;3&amp;quot; width=&amp;quot;100px&amp;quot;| Permanent&lt;br /&gt;
|-&lt;br /&gt;
|[[Hath Perks]] || +25%, +50%, +75%, +100% || 2x&lt;br /&gt;
|-&lt;br /&gt;
|[[Awards]]&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; || Varies per rank, category, and year || 8.65x&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; - Activates a few minutes after the [[Dawn of a New Day]] event (after the toplists results are calculated).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; - Calculated as of 2014 for a Cookie, Thin Mint, Golden H@H, Twin Jewel of Awesomeness, Yellow Crystal of Win, Snowflake&#039;s Hand, Ruby Snowflake, Ruby Emblem of Loyalty, Ruby Heart, and Ruby Cupcake.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Formula&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Formulas==&lt;br /&gt;
An &#039;&#039;&#039;estimated&#039;&#039;&#039; formula for calculating EXP bonuses on the player&#039;s side:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Player_Mults&#039;&#039;&#039; = roundup(base_exp * stamina_bonus * difficulty_bonus * arena_bonus * (1 + hath_perk_bonus / 100) * (1 + star_bonus / 100) * (1 + award_bonus / 100) * (1 + toplist_bonus / 100) * (1 + posting_bonus / 100) * (1 + training_bonus / 100))&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And the &#039;&#039;&#039;estimated&#039;&#039;&#039; formula when including the monster&#039;s side:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;Player_Mults * 25 * (1 + PL / 200) * (1 + 0.00747 * (Monster_SP - 1))&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Avoiding EXP==&lt;br /&gt;
Players who wish to avoid EXP gains may do the following:&lt;br /&gt;
*Die or [[Skills#Universal_Skills|flee]] from battles&lt;br /&gt;
*Keep [[Stamina]] below 10 (note that this prevents &#039;&#039;&#039;any&#039;&#039;&#039; gains from [[combat]])&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Leveling Up]]&lt;br /&gt;
*[[Level and Rank Table]]&lt;br /&gt;
*[[Ranks]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=HentaiVerse_Advice&amp;diff=32008</id>
		<title>HentaiVerse Advice</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=HentaiVerse_Advice&amp;diff=32008"/>
		<updated>2015-03-14T09:32:56Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Monster Lab */ Deleted some bad advice&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for general [[HentaiVerse]] playing advice. Acronyms that are used consistently across the Hentaiverse and the Forums can be found [[Acronyms|here]]. For extra help, [http://forums.e-hentai.org/index.php?showtopic=22234 ask the Experts].&lt;br /&gt;
&lt;br /&gt;
==Very Important [[HentaiVerse_Hotkeys|Hotkey]]!==&lt;br /&gt;
&#039;&#039;&#039;If you want to get an [[equipment]]&#039;s link, mouse over it and press &#039;c&#039;.&#039;&#039;&#039;&lt;br /&gt;
*Make sure your Caps Lock is off and enable popups for your browser.&lt;br /&gt;
&lt;br /&gt;
==Pre-Level 50==&lt;br /&gt;
Keep [[stats]] balanced and do not invest in a particular build unless you are certain. Determine which [[play style]] you think best suits you.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[#Mage|Mages]]&#039;&#039;&#039;: [[Weapon]] should be Ebony/Redwood staff of Focus. Armor choice should be &amp;quot;of the Elementalist&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[#Melee|Melees]]&#039;&#039;&#039;: [[Weapon]] should be &amp;quot;of Balance&amp;quot; if you have problems with accuracy. You can use &amp;quot;of Slaughter&amp;quot; on main hand if you&#039;re using [[Fighting_Styles#Dual_Wielding|Dual-Wield]]/[[Fighting_Styles#One-Handed|One-Handed]] style.&lt;br /&gt;
&lt;br /&gt;
===Picking Your Role===&lt;br /&gt;
(See [[Play Styles]] and [[Fighting Styles]])&lt;br /&gt;
&lt;br /&gt;
It&#039;s generally not recommended to pursue both paths before lv.250 as you don&#039;t have sufficient [[ability]] points to cover both sets of abilities.&lt;br /&gt;
&lt;br /&gt;
===Mage===&lt;br /&gt;
*Use Cloth armor and Staffs only.&lt;br /&gt;
*Can cast [[spells]] of every [[damage type]] except [[Void]].&lt;br /&gt;
*Can cast AoE spells which can hit multiple monsters on the field.&lt;br /&gt;
*Can take advantage of [[Spells#Status_Effects|elemental explosions]].&lt;br /&gt;
*Do not need to deal with [[interference]] and very little [[burden]].&lt;br /&gt;
*Are most vulnerable to attacks.&lt;br /&gt;
&lt;br /&gt;
===Melee===&lt;br /&gt;
====Light Armor====&lt;br /&gt;
*Medium mitigation, [[burden]] and [[interference]].&lt;br /&gt;
*Has variants which increase mitigation and evade/attack damage/remove burden (Shade armor).&lt;br /&gt;
&lt;br /&gt;
====Heavy Armor====&lt;br /&gt;
*Highest mitigation but also the most [[burden]] and [[interference]].&lt;br /&gt;
*Has a variant which increases attack damage (Power armor).&lt;br /&gt;
&lt;br /&gt;
====1H====&lt;br /&gt;
*Can use [[shields]] for extra block chance but have to deal with more [[burden]] and [[interference]].&lt;br /&gt;
*Can further boost block chance via Shielding [[prefix|prefixed]] armor.&lt;br /&gt;
*Overwhelming Strikes give increase damage, accuracy, and parry chance.&lt;br /&gt;
&lt;br /&gt;
====DW====&lt;br /&gt;
*Highest damage vs. single targets. Good for high [[difficulty]] [[Ring of Blood]] and legendary [[Arena]] challenges.&lt;br /&gt;
*Can take advantage of 2 different [[Equipment Procs|procs]] (e.g. stun and penetrated armor) because of offhand strikes.&lt;br /&gt;
*The final [[fighting skill]] can hit multiple targets.&lt;br /&gt;
&lt;br /&gt;
====2H====&lt;br /&gt;
*Domino Strike has the chance to hit multiple targets.&lt;br /&gt;
**Easiest style to apply procs on multiple monsters.&lt;br /&gt;
&lt;br /&gt;
====Niten====&lt;br /&gt;
*Usable only by equipping a Katana in mainhand and a Wakizashi in offhand.&lt;br /&gt;
*Have partial benefits from 2H and DW.&lt;br /&gt;
**Domino Strike limited to 5 monsters.&lt;br /&gt;
**Offhand damage but no parry bonus.&lt;br /&gt;
*For very new players (below lv.100) or advanced (above lv.300) players only.&lt;br /&gt;
**Does NOT give any weapon [[proficiencies]], but benefits from existing ones.&lt;br /&gt;
&lt;br /&gt;
==Free [[Equipment]]==&lt;br /&gt;
Newer players who are having trouble getting good gear can request some from the [http://forums.e-hentai.org/index.php?showtopic=163637 Shared Free Shop] so long as they respect the shop&#039;s rules.&lt;br /&gt;
&lt;br /&gt;
==Regardless of Build==&lt;br /&gt;
The following are universal regardless of whether you choose a melee or a mage build.&lt;br /&gt;
&lt;br /&gt;
===[[Abilities]]===&lt;br /&gt;
*Do NOT invest into abilities you do not actively use (e.g. Holy/Dark abilities if you use only Elemental). AP consumed counts across all [[Character_Menu#Equipment|equipment sets]].&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!Ability&lt;br /&gt;
!Reason&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Top Priority&lt;br /&gt;
|-&lt;br /&gt;
|HP Tank || Increases health pool, massively increases survival&lt;br /&gt;
|-&lt;br /&gt;
|MP Tank || Increases mana pool, greatly useful&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Second Priority&lt;br /&gt;
|-&lt;br /&gt;
|(Applicable [[Armor]] &amp;amp; [[Weapon]] abilities) || Improve with [[proficiency]] and work well with the [[fighting style]] to which they belong&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Recommended&lt;br /&gt;
|-&lt;br /&gt;
|Better Cure || Can cast more frequently and better healing&lt;br /&gt;
|-&lt;br /&gt;
|Better Regen || Stronger and longer heal-over-time&lt;br /&gt;
|-&lt;br /&gt;
|Better Haste || Further action speed increase, &#039;&#039;very useful&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Stronger Spirit || Procs earlier and uses less SP per proc&lt;br /&gt;
|-&lt;br /&gt;
|Better Protection || Solid survival boost&lt;br /&gt;
|-&lt;br /&gt;
|Better Shadow Veil || Decent survival boost, especially at lower levels&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Optional&lt;br /&gt;
|-&lt;br /&gt;
|Better Mana Pots || Depends on item usage; mana are the most recommended type of potion to bring into [[battle]]&lt;br /&gt;
|-&lt;br /&gt;
|Better Imperil || Increases damage done using Imperil&lt;br /&gt;
|-&lt;br /&gt;
|Faster Imperil || Reduces cost and cooldown of Imperil as well as increases targets affected&lt;br /&gt;
|-&lt;br /&gt;
|SP Tanks || Good for melee (to use [[Spirit Stance]] more) or once Spark of Life / Spirit Shield become useful&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Substandard&lt;br /&gt;
|-&lt;br /&gt;
|Better Drain || Very weak increase in damage, currently bugged and does nothing&lt;br /&gt;
|-&lt;br /&gt;
|Faster Drain || Already a fast spell, still a long cooldown&lt;br /&gt;
|-&lt;br /&gt;
|Better Absorb || Just procs more often, still a weak spell&lt;br /&gt;
|-&lt;br /&gt;
|Better Spark || Just decreases cost and increases duration; worth even less if SoL is [[auto-cast]]&lt;br /&gt;
|-&lt;br /&gt;
|Better Slow || Replaceable with Better MagNet once the MagNet spell becomes available&lt;br /&gt;
|-&lt;br /&gt;
|Mind Control || Both spells are not highly useful even when they break less often&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Discouraged&lt;br /&gt;
|-&lt;br /&gt;
|Better Blind, Faster Blind || Weaken is more useful&lt;br /&gt;
|-&lt;br /&gt;
|Ether Theft || Already occurs as part of the Mage [[play style]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Mage Builds==&lt;br /&gt;
===Mage Philosophy===&lt;br /&gt;
*Glass Cannon: kill them faster than they kill you.&lt;br /&gt;
**Uses primarily damage and evasion to avoid damage&lt;br /&gt;
**Expensive to be powerful&lt;br /&gt;
&lt;br /&gt;
===Mage Weapon===&lt;br /&gt;
*EDB-suffix (Surtr, Heimdall, etc.) or Destruction staff. High MDB or EDB for the elements you use. &lt;br /&gt;
**Preferably Ebony/Redwood if using elemental spells, Katalox if using [[holy]]/[[dark]] spells&lt;br /&gt;
**Oak if you primarily use [[holy]] spells.&lt;br /&gt;
**Redwood is the cheapest alternative for new players.&lt;br /&gt;
**MDB &amp;gt; EDB = Proficiencies, Proc chance and duration preferably be 30-40% with 3-4 effective turns. The use of EDB/prof depends on the amount of EDB bonus you have.&lt;br /&gt;
&lt;br /&gt;
===Mage Armor===&lt;br /&gt;
*Matching Phase gear of the element you use, with a [[prefix]] if you can get it. Recommended to stick with one element.&lt;br /&gt;
**[[Proficiency]] cloth (Demon-fiend, Heaven-sent, or Elementalist) can be used when you have insufficient funds, but are less recommended as you get higher in [[proficiency]].&lt;br /&gt;
*EDB &amp;gt; PAB = Evade, generally speaking.&lt;br /&gt;
&lt;br /&gt;
===Mage Stats===&lt;br /&gt;
(Does not include stats from [[equipment]])&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Stat&lt;br /&gt;
!Equal to&lt;br /&gt;
!Priority&lt;br /&gt;
|-&lt;br /&gt;
|STR || Level * ~0.8 || Lowest&lt;br /&gt;
|-&lt;br /&gt;
|DEX || Level * ~0.9 || Low&lt;br /&gt;
|-&lt;br /&gt;
|AGI || Level * ~0.9 || Low-Mid&lt;br /&gt;
|-&lt;br /&gt;
|END || Level + a bit || Mid&lt;br /&gt;
|-&lt;br /&gt;
|INT || Level + a bit || High&lt;br /&gt;
|-&lt;br /&gt;
|WIS || Level + a bit || High&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Mage Abilities===&lt;br /&gt;
*&#039;&#039;&#039;Optional&#039;&#039;&#039;: Better Arcane Focus.&lt;br /&gt;
*&#039;&#039;&#039;Holy/Dark Builds&#039;&#039;&#039;: Spirit Theft, Dark Imperil, Holy Imperil.&lt;br /&gt;
*&#039;&#039;&#039;Elemental Builds&#039;&#039;&#039;: Spike Shield; use one that benefits your spell cycle (e.g. if you cast Cold spells a lot get Flame Spike Shield).&lt;br /&gt;
&lt;br /&gt;
==Melee Builds==&lt;br /&gt;
===Melee Philosophy===&lt;br /&gt;
*Efficiency and enduring attacks&lt;br /&gt;
**Uses high defenses in combined with regen spell to survive most attacks&lt;br /&gt;
**Uses either Block or Evade as a primary defense.&lt;br /&gt;
**Unlike other games, all melee builds are battle mages in that you need to constantly keep yourself buffed up.&lt;br /&gt;
&lt;br /&gt;
===[[Fighting_Styles|Recommended Combos]]===&lt;br /&gt;
*2H Weapon + Light Armor&lt;br /&gt;
*DW Weapons + Light Armor&lt;br /&gt;
*1H Weapon + Shield + Heavy Armor&lt;br /&gt;
&lt;br /&gt;
===Melee Weapon===&lt;br /&gt;
*2H: Mace/Estoc &amp;quot;of Slaughter&amp;quot; with high ADB and proc chance/duration.&lt;br /&gt;
*DW: Club/Axe on main hand and Rapier on offhand. Preferably with &amp;quot;of Slaughter&amp;quot; suffix (high weapon damage) for main hand weapon and &amp;quot;of Nimble/Balance&amp;quot; suffix (high parry chance/accuracy) for offhand weapon.&lt;br /&gt;
*1H Rapier of Slaughter, Force Shield with High Block chance.&lt;br /&gt;
*[[Ethereal]] versions of Weapons are preferable at higher levels.&lt;br /&gt;
&lt;br /&gt;
===Melee Armor===&lt;br /&gt;
*For light melee Leather &amp;quot;of Protection&amp;quot; or Shade &amp;quot;of Fleet/Shadowdancer&amp;quot; gear and with the &amp;quot;Agile&amp;quot; [[prefix]] if you can get it.&lt;br /&gt;
*For heavy melee Plate and Power armor, preferably with &amp;quot;of Protection&amp;quot;, &amp;quot;of Barrier&amp;quot;, &amp;quot;of Balance&amp;quot; or &amp;quot;of Slaughter&amp;quot; suffix and with the &amp;quot;Mithril&amp;quot; [[prefix]] if you can get it.&lt;br /&gt;
&lt;br /&gt;
===Accuracy===&lt;br /&gt;
*Should have around 100%+ before level 200 to ensure the attacks won&#039;t miss.&lt;br /&gt;
*Should aim for 150%+ after level 200 against high PL monsters that have higher evasion.&lt;br /&gt;
&lt;br /&gt;
===Melee Stats===&lt;br /&gt;
(Does not include stats from [[equipment]])&lt;br /&gt;
&lt;br /&gt;
Heavy armor players should use less AGI, light armor players should use more.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Stat&lt;br /&gt;
!Equal to&lt;br /&gt;
!Priority&lt;br /&gt;
|-&lt;br /&gt;
|STR || Level + a bit || High&lt;br /&gt;
|-&lt;br /&gt;
|DEX || Level || Mid-high&lt;br /&gt;
|-&lt;br /&gt;
|AGI || Level ± a bit || Mid-low&lt;br /&gt;
|-&lt;br /&gt;
|END || Level + a bit || High&lt;br /&gt;
|-&lt;br /&gt;
|INT || Level * ~0.7 || Lowest&lt;br /&gt;
|-&lt;br /&gt;
|WIS || Level || Mid&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Melee Abilities===&lt;br /&gt;
*&#039;&#039;&#039;Recommended&#039;&#039;&#039;: Better Silence.&lt;br /&gt;
*&#039;&#039;&#039;Optional&#039;&#039;&#039;: Better Heartseeker.&lt;br /&gt;
&lt;br /&gt;
==Leveling Adjustments==&lt;br /&gt;
When you progress in level, you&#039;ll start facing monsters of increased Power Level, mostly above PL 400 (thus with powerful spirit attacks). As a result, most of the fights will be significantly more difficult. There&#039;s a few adjustments you can do:&lt;br /&gt;
*Lower your [[difficulty]] setting until you get accustomed to the new monsters.&lt;br /&gt;
*Get better [[equipment]] (especially a better [[weapon]]).&lt;br /&gt;
*Utilize your [[scrolls]] and deprecating spells such as Weaken, Silence, and Imperil.&lt;br /&gt;
*Understand [[Monster_Lab_Bestiary|which monsters]] are more difficult to deal with and their strengths/weaknesses.&lt;br /&gt;
*For melee players, use [[Skills#Innate_Skills|Focus]] as it replenishes mana and helps to land deprecating spells on monsters at the same time.&lt;br /&gt;
*It may be wise to invest in an [[Innate Arcana]] slot if you haven&#039;t already.&lt;br /&gt;
&lt;br /&gt;
==[[Equipment]]==&lt;br /&gt;
Principles for worthy equipments, in order of importance:&lt;br /&gt;
# Suitability to the playing style. (Refer to [[Equipment Ranges]] for max/min base values)&lt;br /&gt;
#* High weapon damage (&#039;&#039;of Slaughter&#039;&#039;) for main-hand one-handed weapons (Club, Axe) and two-handed weapons&lt;br /&gt;
#* High parry chance for off-hand weapons (Rapier, Wakizashi)&lt;br /&gt;
#**Alternatively, high attack accuracy so proc will appear more often&lt;br /&gt;
#* High chance/duration/damage for [[Equipment_Procs|procs]] (bleeding, stun, penetrated armor, [[Fighting_Styles#Staff|ether tap]])&lt;br /&gt;
#* High MDB/EDB for staffs (Katalox)&lt;br /&gt;
#* High EDB for Phases&lt;br /&gt;
#* High evade/ADB for Shade, high crit rate for &#039;&#039;of Shadowdancer&#039;&#039; suffix &lt;br /&gt;
#* High mitigation (&#039;&#039;of protection&#039;&#039;) for Kevlar, Plate, and Power armor&lt;br /&gt;
#* High block rate for [[Shield_(Equipment)|shields]] and shielding prefixed armor&lt;br /&gt;
#* High ADB for Power armor &#039;&#039;of Slaughter&#039;&#039;&lt;br /&gt;
# [[Ethereal]] weapons&lt;br /&gt;
#* Rare and worth more than normal equips because of [[void]] damage&lt;br /&gt;
# Rarity &lt;br /&gt;
#* Rare equips: Wakizashi, Katana, Katalox, Phase, Shade, Power, Force&lt;br /&gt;
# [[Equipment#Prefixes|Prefix]]&lt;br /&gt;
#* Better quality produces better equips&lt;br /&gt;
# Primary Attribute Bonuses&lt;br /&gt;
#* Make sure the equips have the best PAB for specific styles.&lt;br /&gt;
#** INT/WIS for mage build.&lt;br /&gt;
#** STR/END/DEX for melee build.&lt;br /&gt;
&lt;br /&gt;
==[[Items]]==&lt;br /&gt;
*&#039;&#039;&#039;Utilize your potions. They&#039;re meant to be used, not for collection.&#039;&#039;&#039;&lt;br /&gt;
**For [[Items#Restoratives|potions]], save weaker ones for [[Combat#Recovering|recovering out of combat]] and use stronger ones (preferably Heroic) for [[Character_Menu#Battle_Items|recovering in combat]].&lt;br /&gt;
**If you&#039;re not so good at keep tracking on your HP, try to put 1 health potion into your item slot and use that in emergency.&lt;br /&gt;
*[[Tokens|Tokens of Blood]] used for fighting FSM/TT&amp;amp;T give the best return on investment. Clear all the other [[Ring of Blood]] challenges only once for their [[credit]] bonuses. Consider TT&amp;amp;T only if you are capable of beating it at the highest difficulty and have excessive tokens.&lt;br /&gt;
**[[Tokens]] drop primarily from [[arena]] clears and the drop rate is not affected by [[difficulty]].&lt;br /&gt;
*If [[trophies]] are your target, clear through higher-level (225+) [[arenas]] on Normal [[difficulty]]. Trophy [[drop rates]] are not affected by [[difficulty]] setting.&lt;br /&gt;
&lt;br /&gt;
==[[Monster Lab]]==&lt;br /&gt;
*Do not increase the INT of any monsters without magical attacks unless it is to inflate their PL.&lt;br /&gt;
*Don&#039;t use happy pills instead of [[crystals]] until you have stronger monsters (PL 400+).&lt;br /&gt;
*For [[Monster_Lab#Chaos_Upgrades|Chaos Upgrades]]: Scavenging &amp;gt; Fortitude &amp;gt; Swiftness &amp;gt; Brutality &amp;gt; Dissipation &amp;gt; (Everything Else)&lt;br /&gt;
**Remember that all chaos upgrades slow a monster&#039;s [[morale]] drain rate.&lt;br /&gt;
*You can check for gifts as often as you want but remember that it takes at least 1 hour for new gifts to appear and weaker monsters likely won&#039;t have them that frequently.&lt;br /&gt;
**Remember that monsters who haven&#039;t given you a gift in 3 days will acquire one automatically.&lt;br /&gt;
*Remember to name your monsters&#039; [[Monster_Lab#Skill_Editor|special attacks]] or they won&#039;t be used in [[combat]].&lt;br /&gt;
*Avoid using food if it says it will restore less than 1,000 hunger; same with Pills restoring less than 6,000 morale as this is wasteful.&lt;br /&gt;
&lt;br /&gt;
==[[Hath Perks]]==&lt;br /&gt;
&lt;br /&gt;
===Tank/Regeneration===&lt;br /&gt;
Resplendent Regeneration  -&amp;gt; Effluent Ether  -&amp;gt; Vigorous Vitality -&amp;gt; Suffusive Spirit&lt;br /&gt;
&lt;br /&gt;
Note that EE/VV/SS increases your maximum HP/MP/SP but not the base HP/MP/SP, so any pots used would still recover the same amount.&lt;br /&gt;
&lt;br /&gt;
===[[Crystal]] Perks===&lt;br /&gt;
Plausible if you play tons of rounds. Highly recommended after you pass round 200 in [[Grindfest]].&lt;br /&gt;
&lt;br /&gt;
===[[Innate Arcana]]===&lt;br /&gt;
Common selection:&lt;br /&gt;
*1st: Haste&lt;br /&gt;
*2nd: Shadow Veil/Protection&lt;br /&gt;
&lt;br /&gt;
Shadow Veil/Protection can be substituted with Spark of Life or Spirit Shield when you&#039;re playing on high [[difficulty]]. However, remember that putting SoL and SS on IA has risks since they can dissipate if you fall below 10% mana. SoL will &#039;&#039;&#039;not&#039;&#039;&#039; be recast if you are below 25% and it is triggered.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;God Strategies&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Ring of Blood]] Strategies==&lt;br /&gt;
*Universal: Weaken, Slow, Imperil, Silence. If you don&#039;t have silence, keep Spark (or Spirit Shield with over 50% health) and Haste up at all times. Shadow Veil is also good, but is not a must.&lt;br /&gt;
*Mages: &lt;br /&gt;
**Armor: Use those which boosts your damage in specific element. Heimdall for FSM, Fenrir for IPU.&lt;br /&gt;
**Weapon: Preferably a Destruction staff with high magical damage bonus. EDB/prof staff is acceptable. High ether theft duration/chance is always a plus.&lt;br /&gt;
**Strategy: Use the strongest spells of the damage type(s) matching the weakness(es) of the opponent. You can also use infusions to raise the spell&#039;s power.&lt;br /&gt;
*Melee: &lt;br /&gt;
**Armor: Preferably mitigation armor with high mitigation bonus. Usual armor is also okay, but you&#039;ll receive more damage.&lt;br /&gt;
**Weapon(s): Void weapon is recommended (either [[ethereal]] weapon or use a voidseeker [[shard]]). For Dual Wield a club for Main Hand and a rapier as Off-hand. For two-handed, either a mace or estoc. Use the weapon with highest weapon damage.&lt;br /&gt;
**Strategy: Just beware of the health left. Always keep Silence on.&lt;br /&gt;
&lt;br /&gt;
==Grinding [[Proficiencies]]==&lt;br /&gt;
Proficiency grinding is mostly only needed for Deprecating and Supportive proficiencies if they are below 50-75% of your [[level]]. [[Weapon]], [[armor]], and magic proficiencies usually don&#039;t need to be ground as much unless you are power-leveling. &lt;br /&gt;
*&#039;&#039;&#039;Weapons&#039;&#039;&#039; - Go into a high [[difficulty]] [[Quality|crude]] equipment&#039;s [[Item World]] and go for as long as you can.&lt;br /&gt;
*&#039;&#039;&#039;Armors&#039;&#039;&#039; - Same as above but on Normal [[difficulty]].&lt;br /&gt;
**Remember that you still gain armor proficiency when you evade so there&#039;s no harm in using Shadow Veil, etc.&lt;br /&gt;
**Do not use Haste when training Armor; you want monsters to attack you as often as possible.&lt;br /&gt;
*When grinding magic proficiencies it is recommended to change your equip according to your current proficiency level. Use cloth armor and mana-conserving staff at low proficiency to save mana, then gradually change to equips with high interference when your proficiency gain rate starts to slow down. &lt;br /&gt;
**&#039;&#039;&#039;Supportive&#039;&#039;&#039; - Spam Cure. Protection is also viable.&lt;br /&gt;
**&#039;&#039;&#039;Deprecating&#039;&#039;&#039; - Spam Weaken.&lt;br /&gt;
**&#039;&#039;&#039;Elemental&#039;&#039;&#039; - Spam any elemental tier 1 spells.&lt;br /&gt;
**&#039;&#039;&#039;Divine&#039;&#039;&#039; - Spam Smite.&lt;br /&gt;
**&#039;&#039;&#039;Forbidden&#039;&#039;&#039; - Spam Corruption.&lt;br /&gt;
&lt;br /&gt;
==[[Trophies]]==&lt;br /&gt;
*You can turn these in for [[equipment]] or sell them any time you want, there is no real point in hoarding them.&lt;br /&gt;
*No trophy should be sold to the [[bazaar]]; what lower trophies become from shrining will almost always be worth more than what the bazaar will give you and higher trophies can be sold to players for more than the bazaar pays.&lt;br /&gt;
&lt;br /&gt;
==[[Training]]==&lt;br /&gt;
*Train Adept Learner to ~100-150.&lt;br /&gt;
*Train [[Ability]] Boost as much as possible unless you have no more active abilities to upgrade.&lt;br /&gt;
*Train Pack Rat as your item consumption dictates. Same goes for And A Scholar and Tincture.&lt;br /&gt;
*Train 2-4 ranks of Assimilator if you are power-leveling. If you&#039;ve reached the proficiency cap in anything then don&#039;t train it further.&lt;br /&gt;
*Keep Scavenger, Archaeologist, LotD, and Quartermaster balanced cost-wise.&lt;br /&gt;
*Misc Posting does nothing.&lt;br /&gt;
*Set Collector isn&#039;t useful until much later on (when you have enough [[equipment]] and want to try different [[play styles]]).&lt;br /&gt;
&lt;br /&gt;
==[[Equipment Shop]]==&lt;br /&gt;
*Clicking on the padlock ([[Image:padlock_open.png]]) next to a piece of equipment prevents it from being sold ([[Image:padlock_closed.png]]). If you don&#039;t lock the equipment you want to keep, chances are that at some point you will click the &amp;quot;Sell All&amp;quot; button instead of &amp;quot;Accept&amp;quot; by mistake, accidentally selling a whole bunch of your valuable gear in the process. Woops.&lt;br /&gt;
&lt;br /&gt;
==The [[Forge]]==&lt;br /&gt;
*The first 5 upgrade levels don&#039;t require bindings (but may cost [[Upgrade#Rares|Rare Materials]]!), thus making them relatively cost effective.&lt;br /&gt;
*Do NOT spend bindings on upgrades unless you have amazing pieces of equipment, especially if it requires a rare material as well.&lt;br /&gt;
*Salvage high [[quality]] common tier equipment only if its bazaar sale value is worse than the possible material(s) that would be gained.&lt;br /&gt;
*Low-grade materials and wispy catalysts can be used on crude equipment to get easy forge experience.&lt;br /&gt;
*Reforge equipment right away when it gets a potency you don&#039;t want as every level of potency requires another amnesia [[shard]] to remove.&lt;br /&gt;
*Remember that stacking [[infusions]] increases their duration but not their effects.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[HentaiVerse FAQ]]&lt;br /&gt;
*[http://forums.e-hentai.org/index.php?showtopic=22234 Ask the Experts! forum thread]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=HentaiVerse_Settings&amp;diff=31986</id>
		<title>HentaiVerse Settings</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=HentaiVerse_Settings&amp;diff=31986"/>
		<updated>2015-03-07T12:33:19Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is found under the [[Character Menu]] in the [[HentaiVerse]].&lt;br /&gt;
&lt;br /&gt;
Here, a player can change various setting that affects various parts of the game. &#039;&#039;&#039;Before any changes go into effect, the player must hit the “Apply Changes” button on the bottom of the page.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Challenge Level==&lt;br /&gt;
This setting changes the difficulty in battle which affects the following:&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Challenge&lt;br /&gt;
!colspan=&amp;quot;7&amp;quot;|Modifiers&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Description / Notes&lt;br /&gt;
|-&lt;br /&gt;
![[EXP]]&lt;br /&gt;
![[Credits]]&lt;br /&gt;
!width=&amp;quot;10%&amp;quot;|Monster HP&lt;br /&gt;
!width=&amp;quot;10%&amp;quot;|[[Item_World#Item_Potency|Potency EXP]]&lt;br /&gt;
!width=&amp;quot;10%&amp;quot;|Monster Damage &amp;amp; [[Crystals]]&lt;br /&gt;
!width=&amp;quot;10%&amp;quot;|Tier [[Loot_Drop_Rolls|Roll Bonus]]&lt;br /&gt;
!width=&amp;quot;10%&amp;quot;|[[Monster_Lab#Monster_PL_vs._Player_Level|Monster Power Level Adjustment]]&lt;br /&gt;
|-&lt;br /&gt;
| Normal || x1 || x1 || x1 || x2 || x1 || x1 || 0 || Balanced Fun&lt;br /&gt;
Up to a 75% reduced [[Loot Drop Rolls#Limits|Loot Drop frequency]] penalty for excessive play&lt;br /&gt;
|-&lt;br /&gt;
| Hard || x2 || x1.25 || x1.4 || x2.8 || x1.2 || x1.5 || +5? || Somewhat Tricky&lt;br /&gt;
Up to a 50% reduced [[Loot Drop Rolls#Limits|Loot Drop frequency]] penalty for excessive play&lt;br /&gt;
|-&lt;br /&gt;
| Nightmare || x4 || x1.5 || x2 || x4 || x1.4 || x2 || +20? || Pretty Tough&lt;br /&gt;
Up to a 25% reduced [[Loot Drop Rolls#Limits|Loot Drop frequency]] penalty for excessive play&lt;br /&gt;
|-&lt;br /&gt;
| Hell || x6 || x1.75 || x2.8 || x5.6 ||x1.6 || x2.5 || +30? || Even Tougher&lt;br /&gt;
|-&lt;br /&gt;
| Nintendo || x9 || x2 || x4 || x8 ||x1.8 || x3 || +50? || Old School&lt;br /&gt;
|-&lt;br /&gt;
| Battletoads || x12 || x2.5 || x5.6 || x11.2 || x2 || x4 || +75? || Death&lt;br /&gt;
|-&lt;br /&gt;
| IWBTH || x15 || x3 || x7.8 || x15.6 || x2.5 || x5 || +100? || I Wanna Be The Hentai&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span title=&amp;quot;Pink Fluffy Unicorns Dancing On Rainbows&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;PFUDOR&amp;lt;/span&amp;gt; || x20 || x3? || x7.8 || x15.6 || x3 || x6? || +125? &lt;br /&gt;
|Smiles&lt;br /&gt;
Monsters have:&lt;br /&gt;
*[[Action Speed|Actions]] using 75% of their usual time&lt;br /&gt;
*+50% health/spirit regen &lt;br /&gt;
*A higher chance to use skills/magic attacks&lt;br /&gt;
*An additional +10% resist/parry&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Display Title==&lt;br /&gt;
Applies any [[Ranks|title]] that has been unlocked which will be displayed both in game and on the [[E-Hentai Forums]]. See the article for each title&#039;s effect.&lt;br /&gt;
&lt;br /&gt;
==Font Engine==&lt;br /&gt;
Allows changing of the font engine that affects the appearance of the text in the game.&lt;br /&gt;
&lt;br /&gt;
==Quickbar Slots==&lt;br /&gt;
Allows players to choose commonly used [[Spells]] to be placed in their shortcut bar for easier access during battles. Note that these are linked to the current [[Character_Menu#Equipment|equipment set]].&lt;br /&gt;
&lt;br /&gt;
==Auto-cast Slots==&lt;br /&gt;
Allows players to set certain [[Spells#Supportive_Magic| supportive spells]] to be automatically cast at the beginning of [[Battles|battles]].&lt;br /&gt;
*Slots are unlocked by purchasing the Innate Arcana [[Hath Perks]].&lt;br /&gt;
*The spells that can be assigned are: &#039;&#039;&#039;Haste, Shadow Veil, Protection, Spark of Life, Spirit Shield&#039;&#039;&#039;.&lt;br /&gt;
*Supportive [[Proficiency]] has a chance to be raised with each turn that an auto-cast spell is active. However, auto-cast spells cannot proc [[Fighting_Styles#Any|Channeling]].&lt;br /&gt;
**The chance only occurs once per turn and is determined by upkeep cost.&lt;br /&gt;
*If a player chooses to manually cast an auto-casted spell, or use a [[Items#Scrolls|scroll]], the spell will be cast normally and the MP upkeep will be suspended. Once the duration of the spell runs out the auto-cast spell will be recast at the end of the player&#039;s turn, before monster actions.&lt;br /&gt;
&lt;br /&gt;
===Costs===&lt;br /&gt;
Auto-casted spells deduct MP every battle round as upkeep.&lt;br /&gt;
*The base cost for each spell&#039;s per turn upkeep is determined by the spell&#039;s normal casting cost, its duration, and the action&#039;s speed of the player&#039;s last turn as follows:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Upkeep&#039;&#039;&#039; = casting_MP_cost * Speed of action taken in the last turn / duration&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Each rank of IA grants a 10% discount off of the upkeep, including the first rank.&lt;br /&gt;
*Supportive [[Proficiency]] helps reduce upkeep since it increases spell duration.&lt;br /&gt;
*Spells (and their effects) dissipate if player drops below 10% total MP and will be recast if they reach at least 25%.&lt;br /&gt;
**When the player is between 10-24% mana the following will not be recast:&lt;br /&gt;
***Spark of Life after it has been triggered.&lt;br /&gt;
***Any spells, when entering a new battle series.&lt;br /&gt;
***Any spell which was manually cast regardless of it being designated as auto-cast.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Battles]]&lt;br /&gt;
*[[Character Menu]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;br /&gt;
[[Category:E-Hentai Forums]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=HentaiVerse_Settings&amp;diff=31973</id>
		<title>HentaiVerse Settings</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=HentaiVerse_Settings&amp;diff=31973"/>
		<updated>2015-02-28T23:18:51Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Auto-cast Slots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is found under the [[Character Menu]] in the [[HentaiVerse]].&lt;br /&gt;
&lt;br /&gt;
Here, a player can change various setting that affects various parts of the game. &#039;&#039;&#039;Before any changes go into effect, the player must hit the “Apply Changes” button on the bottom of the page.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Challenge Level==&lt;br /&gt;
This setting changes the difficulty in battle which affects the following:&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Challenge&lt;br /&gt;
!colspan=&amp;quot;7&amp;quot;|Modifiers&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Description / Notes&lt;br /&gt;
|-&lt;br /&gt;
![[EXP]]&lt;br /&gt;
![[Credits]]&lt;br /&gt;
!width=&amp;quot;10%&amp;quot;|Monster HP&lt;br /&gt;
!width=&amp;quot;10%&amp;quot;|[[Item_World#Item_Potency|Potency EXP]]&lt;br /&gt;
!width=&amp;quot;10%&amp;quot;|Monster Damage &amp;amp; [[Crystals]]&lt;br /&gt;
!width=&amp;quot;10%&amp;quot;|Tier [[Loot_Drop_Rolls|Roll Bonus]]&lt;br /&gt;
!width=&amp;quot;10%&amp;quot;|[[Monster_Lab#Monster_PL_vs._Player_Level|Monster Power Level Adjustment]]&lt;br /&gt;
|-&lt;br /&gt;
| Normal || x1 || x1 || x1 || x2 || x1 || x1 || 0 || Balanced Fun&lt;br /&gt;
Up to a 75% reduced [[Loot Drop Rolls#Limits|Loot Drop frequency]] penalty for excessive play&lt;br /&gt;
|-&lt;br /&gt;
| Hard || x2 || x1.25 || x1.4 || x2.8 || x1.2 || x1.5 || +5? || Somewhat Tricky&lt;br /&gt;
Up to a 50% reduced [[Loot Drop Rolls#Limits|Loot Drop frequency]] penalty for excessive play&lt;br /&gt;
|-&lt;br /&gt;
| Nightmare || x4 || x1.5 || x2 || x4 || x1.4 || x2 || +20? || Pretty Tough&lt;br /&gt;
Up to a 25% reduced [[Loot Drop Rolls#Limits|Loot Drop frequency]] penalty for excessive play&lt;br /&gt;
|-&lt;br /&gt;
| Hell || x6 || x1.75 || x2.8 || x5.6 ||x1.6 || x2.5 || +30? || Even Tougher&lt;br /&gt;
|-&lt;br /&gt;
| Nintendo || x9 || x2 || x4 || x8 ||x1.8 || x3 || +50? || Old School&lt;br /&gt;
|-&lt;br /&gt;
| Battletoads || x12 || x2.5 || x5.6 || x11.2 || x2 || x4 || +75? || Death&lt;br /&gt;
|-&lt;br /&gt;
| IWBTH || x15 || x3 || x7.8 || x15.6 || x2.5 || x5 || +100? || I Wanna Be The Hentai&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span title=&amp;quot;Pink Fluffy Unicorns Dancing On Rainbows&amp;quot; style=&amp;quot;border-bottom:1px dotted&amp;quot;&amp;gt;PFUDOR&amp;lt;/span&amp;gt; || x20 || x3? || x7.8 || x15.6 || x3 || x6? || +125? &lt;br /&gt;
|Smiles&lt;br /&gt;
Monsters have:&lt;br /&gt;
*[[Action Speed|Actions]] using 75% of their usual time&lt;br /&gt;
*+50% health/mana regen &lt;br /&gt;
*A higher chance to use skills/magic attacks&lt;br /&gt;
*An additional +10% resist/parry&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Display Title==&lt;br /&gt;
Applies any [[Ranks|title]] that has been unlocked which will be displayed both in game and on the [[E-Hentai Forums]]. See the article for each title&#039;s effect.&lt;br /&gt;
&lt;br /&gt;
==Font Engine==&lt;br /&gt;
Allows changing of the font engine that affects the appearance of the text in the game.&lt;br /&gt;
&lt;br /&gt;
==Quickbar Slots==&lt;br /&gt;
Allows players to choose commonly used [[Spells]] to be placed in their shortcut bar for easier access during battles. Note that these are linked to the current [[Character_Menu#Equipment|equipment set]].&lt;br /&gt;
&lt;br /&gt;
==Auto-cast Slots==&lt;br /&gt;
Allows players to set certain [[Spells#Supportive_Magic| supportive spells]] to be automatically cast at the beginning of [[Battles|battles]].&lt;br /&gt;
*Slots are unlocked by purchasing the Innate Arcana [[Hath Perks]].&lt;br /&gt;
*The spells that can be assigned are: &#039;&#039;&#039;Haste, Shadow Veil, Protection, Spark of Life, Spirit Shield&#039;&#039;&#039;.&lt;br /&gt;
*Supportive [[Proficiency]] has a chance to be raised with each turn that an auto-cast spell is active. However, auto-cast spells cannot proc [[Fighting_Styles#Any|Channeling]].&lt;br /&gt;
**The chance only occurs once per turn and is determined by upkeep cost.&lt;br /&gt;
*If a player chooses to manually cast an auto-casted spell, or use a [[Items#Scrolls|scroll]], the spell will be cast normally and the MP upkeep will be suspended. Once the duration of the spell runs out the auto-cast spell will be recast at the end of the player&#039;s turn, before monster actions.&lt;br /&gt;
&lt;br /&gt;
===Costs===&lt;br /&gt;
Auto-casted spells deduct MP every battle round as upkeep.&lt;br /&gt;
*The base cost for each spell&#039;s per turn upkeep is determined by the spell&#039;s normal casting cost, its duration, and the action&#039;s speed of the player&#039;s last turn as follows:&lt;br /&gt;
&amp;lt;pre&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt; style=&amp;quot;overflow: auto;{{{style|}}}&amp;quot;&amp;gt;&#039;&#039;&#039;Upkeep&#039;&#039;&#039; = casting_MP_cost * Speed of action taken in the last turn / duration&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Each rank of IA grants a 10% discount off of the upkeep, including the first rank.&lt;br /&gt;
*Supportive [[Proficiency]] helps reduce upkeep since it increases spell duration.&lt;br /&gt;
*Spells (and their effects) dissipate if player drops below 10% total MP and will be recast if they reach at least 25%.&lt;br /&gt;
**When the player is between 10-24% mana the following will not be recast:&lt;br /&gt;
***Spark of Life after it has been triggered.&lt;br /&gt;
***Any spells, when entering a new battle series.&lt;br /&gt;
***Any spell which was manually cast regardless of it being designated as auto-cast.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Battles]]&lt;br /&gt;
*[[Character Menu]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;br /&gt;
[[Category:E-Hentai Forums]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
	<entry>
		<id>https://ehwiki.org/index.php?title=System_Monsters&amp;diff=31915</id>
		<title>System Monsters</title>
		<link rel="alternate" type="text/html" href="https://ehwiki.org/index.php?title=System_Monsters&amp;diff=31915"/>
		<updated>2015-02-23T09:15:13Z</updated>

		<summary type="html">&lt;p&gt;Superlatanium: /* Stats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following is the list of system created monsters in the [[HentaiVerse]], including their attacks, resistances and weaknesses. The highest level monsters a user can fight are on the same level as the player, the lowest being five levels below that. For user created monsters in the HentaiVerse, see [[Monster Lab]]. &lt;br /&gt;
&lt;br /&gt;
==Attack Types==&lt;br /&gt;
Monsters can have up to three different attacks. Monsters&#039; special attacks can be either physical in nature even if there is a magic [[damage type]] associated with it (e.g. fire). A physical attack is &amp;quot;used&amp;quot; while a magical one is &amp;quot;cast&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Normal Attack:&#039;&#039;&#039; A nameless attack that every monster has; they are always physical in nature. Usually Crushing, Slashing, or Piercing, with some exceptions.&lt;br /&gt;
*&#039;&#039;&#039;MP Attack:&#039;&#039;&#039; A powerful named special attack which consumes the monster&#039;s MP, may be physical or magical. Most monsters require at least 50% of their max MP in order to cast/use it.&lt;br /&gt;
*&#039;&#039;&#039;SP Attack:&#039;&#039;&#039; A very powerful named special attack which consumes the monster&#039;s SP, may be physical or magical. Ordinary monsters and custom monsters below [[PL]] 400 do not have spirit attacks.&lt;br /&gt;
&lt;br /&gt;
==Boss==&lt;br /&gt;
*Rare&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |Monster&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |MID&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; width=&amp;quot;20&amp;quot;|Damage Type&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |MP Attack&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |SP Attack&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |Resistances&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |[[Items#Trophies|Trophy]]&lt;br /&gt;
|-&lt;br /&gt;
!Name&lt;br /&gt;
!width=&amp;quot;20&amp;quot;|Damage Type&lt;br /&gt;
!Name&lt;br /&gt;
!width=&amp;quot;20&amp;quot;|Damage Type&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[http://southpark.wikia.com/wiki/Manbearpig_%28character%29 Manbearpig]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|16&lt;br /&gt;
|{{Type|slashing}}&lt;br /&gt;
|Super Serial&lt;br /&gt;
|Physical {{Type|void}}&lt;br /&gt;
|Global Warming&lt;br /&gt;
|Magical {{Type|fire}}&lt;br /&gt;
|F:-1 C:+75 E:+75&amp;lt;br&amp;gt;W:+75 H:+75 D:+75&amp;lt;br&amp;gt;Cr:+25 Sl:+25 Pi:+25&lt;br /&gt;
|ManBearPig Tail&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[https://en.wikipedia.org/wiki/Rabbit_of_Caerbannog White Bunneh]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|17&lt;br /&gt;
|{{Type|piercing}}&lt;br /&gt;
|Awww&lt;br /&gt;
|Magical {{Type|void}}&lt;br /&gt;
|OM NOM NOM NOM&lt;br /&gt;
|Physical {{Type|holy}}&lt;br /&gt;
|F:+75 C:-1 E:+75&amp;lt;br&amp;gt;W:+75 H:+75 D:+75&amp;lt;br&amp;gt;Cr:+25 Sl:+25 Pi:+25&lt;br /&gt;
|Holy Hand Grenade of Antioch&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[http://finalfantasy.wikia.com/wiki/Mithra Mithra]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|18&lt;br /&gt;
|{{Type|slashing}}&lt;br /&gt;
|Purr&lt;br /&gt;
|Magical {{Type|void}}&lt;br /&gt;
|Undress&lt;br /&gt;
|Physical {{Type|wind}}&lt;br /&gt;
|F:+75 C:+75 E:+75&amp;lt;br&amp;gt;W:+75 H:-1 D:+75&amp;lt;br&amp;gt;Cr:+25 Sl:+25 Pi:+25&lt;br /&gt;
|Mithra&#039;s Flower&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[http://tardis.wikia.com/wiki/Dalek Dalek]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|19&lt;br /&gt;
|{{Type|piercing}}&lt;br /&gt;
|Death Ray&lt;br /&gt;
|Magical {{Type|void}}&lt;br /&gt;
|Brain Sucker&lt;br /&gt;
|Physical {{Type|fire}}&lt;br /&gt;
|F:+75 C:+75 E:-1&amp;lt;br&amp;gt;W:+75 H:+75 D:+75&amp;lt;br&amp;gt;Cr:+25 Sl:+25 Pi:+25&lt;br /&gt;
|Dalek Voicebox&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;div id=&amp;quot;Schoolgirls&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Legendaries==&lt;br /&gt;
*A.K.A. &amp;quot;The Schoolgirls&amp;quot;&lt;br /&gt;
*Legendary&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |Monster&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |MID&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; width=&amp;quot;20&amp;quot; |Damage Type&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |MP Attack&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |SP Attack&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |Resistances&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |[[Items#Trophies|Trophy]]&lt;br /&gt;
|-&lt;br /&gt;
!Name&lt;br /&gt;
!width=&amp;quot;20&amp;quot;|Damage Type&lt;br /&gt;
!Name&lt;br /&gt;
!width=&amp;quot;20&amp;quot;|Damage Type&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[http://luckystar.wikia.com/wiki/Konata_Izumi Konata]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|20&lt;br /&gt;
|{{Type|crushing}}&lt;br /&gt;
|Timotei&lt;br /&gt;
|Magical {{Type|void}}&lt;br /&gt;
|Petanko Smash&lt;br /&gt;
|Physical {{Type|crushing}}&lt;br /&gt;
|F:+75 C:+75 E:+75&amp;lt;br&amp;gt;W:-1 H:+75 D:+75&amp;lt;br&amp;gt;Cr:+25 Sl:+25 Pi:+25&lt;br /&gt;
|Lock of Blue Hair&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[http://haruhi.wikia.com/wiki/Mikuru_Asahina Mikuru Asahina]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|21&lt;br /&gt;
|{{Type|piercing}}&lt;br /&gt;
|Mikuru Beam&lt;br /&gt;
|Magical {{Type|void}}&lt;br /&gt;
|Time Quake&lt;br /&gt;
|Magical {{Type|dark}}&lt;br /&gt;
|F:+75 C:+75 E:+75&amp;lt;br&amp;gt;W:+75 H:-1 D:-1&amp;lt;br&amp;gt;Cr:+50 Sl:+50 Pi:-1&lt;br /&gt;
|Bunny-Girl Costume&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[http://haruhi.wikia.com/wiki/Ryouko_Asakura Ryouko Asakura]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|22&lt;br /&gt;
|{{Type|slashing}}&lt;br /&gt;
|Spike Shot&lt;br /&gt;
|Physical {{Type|coid}}&lt;br /&gt;
|Impaler&lt;br /&gt;
|Physical {{Type|cold}}&lt;br /&gt;
|F:+75 C:+75 E:+75&amp;lt;br&amp;gt;W:+75 H:-1 D:-1&amp;lt;br&amp;gt;Cr:+50 Sl:-1 Pi:+50&lt;br /&gt;
|Hinamatsuri Doll&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[http://haruhi.wikia.com/wiki/Yuki_Nagato Yuki Nagato]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|23&lt;br /&gt;
|{{Type|crushing}}&lt;br /&gt;
|Stoic Staredown&lt;br /&gt;
|Magical {{Type|void}}&lt;br /&gt;
|Data Rewrite&lt;br /&gt;
|Magical {{Type|dark}}&lt;br /&gt;
|F:+75 C:+75 E:+75&amp;lt;br&amp;gt;W:+75 H:-1 D:-1&amp;lt;br&amp;gt;Cr:-1 Sl:+50 Pi:+50&lt;br /&gt;
|Broken Glasses&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;div id=&amp;quot;Goddesses&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Arena|Trio and the Tree]]==&lt;br /&gt;
*A.K.A. &amp;quot;Fates&amp;quot; / &amp;quot;The Goddesses&amp;quot;&lt;br /&gt;
*Ultimate&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |Monster&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |MID&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; width=&amp;quot;20&amp;quot;|Damage Type&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |MP Attack&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |SP Attack&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |Resistances&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |[[Enemy Procs|Death Proc]]&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |[[Items#Trophies|Trophy]]&lt;br /&gt;
|-&lt;br /&gt;
!Name&lt;br /&gt;
!width=&amp;quot;20&amp;quot;|Damage Type&lt;br /&gt;
!width=&amp;quot;20&amp;quot;|Name&lt;br /&gt;
!width=&amp;quot;20&amp;quot;|Damage Type&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[http://ohmygoddess.wikia.com/wiki/Skuld Skuld]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|27&lt;br /&gt;
|{{Type|crushing}}&lt;br /&gt;
|Future Shock&lt;br /&gt;
|Magical {{Type|elec}}&lt;br /&gt;
|Fated Demise&lt;br /&gt;
|Physical {{Type|void}}&lt;br /&gt;
|F:+75 C:+75 E:+0&amp;lt;br&amp;gt;W:+75 H:+75 D:+75&amp;lt;br&amp;gt;Cr:+25 Sl:+25 Pi:+25&lt;br /&gt;
|Lamentations of the Future&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[http://ohmygoddess.wikia.com/wiki/Urd Urd]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|28&lt;br /&gt;
|{{Type|piercing}}&lt;br /&gt;
|Frozen Fate&lt;br /&gt;
|Magical {{Type|cold}}&lt;br /&gt;
|Altered Timeline&lt;br /&gt;
|Physical {{Type|void}}&lt;br /&gt;
|F:+75 C:+0 E:+75&amp;lt;br&amp;gt;W:+75 H:+75 D:+75&amp;lt;br&amp;gt;Cr:+25 Sl:+25 Pi:+25&lt;br /&gt;
|Screams of the Past&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[http://ohmygoddess.wikia.com/wiki/Belldandy Verdandi]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|29&lt;br /&gt;
|{{Type|slashing}}&lt;br /&gt;
|Winds of Change&lt;br /&gt;
|Magical {{Type|wind}}&lt;br /&gt;
|No Time Like The Present&lt;br /&gt;
|Physical {{Type|void}}&lt;br /&gt;
|F:+75 C:+75 E:+50&amp;lt;br&amp;gt;W:+0 H:+75 D:+75&amp;lt;br&amp;gt;Cr:+25 Sl:+25 Pi:+25&lt;br /&gt;
|Wailings of the Present&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[http://ohmygoddess.wikia.com/wiki/Yggdrasil Yggdrasil]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|30&lt;br /&gt;
|{{Type|void}}&lt;br /&gt;
|Healing Roots&lt;br /&gt;
|N/A (Heals all other monsters)&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| N/A&lt;br /&gt;
|F:+0 C:+75 E:+75&amp;lt;br&amp;gt;W:+75 H:+75 D:+75&amp;lt;br&amp;gt;Cr:+25 Sl:+25 Pi:+25&lt;br /&gt;
|Fury of the Sisters&lt;br /&gt;
|Sapling&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[Arena|A Dance With Dragons]]==&lt;br /&gt;
*[[Power Level]]s 1575 (Drogon), 1675 (Viserion &amp;amp; Rhaegal)&lt;br /&gt;
*Ultimate&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Monster&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|MID&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Damage Type&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |MP Attack&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |SP Attack&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Resistances&lt;br /&gt;
|-&lt;br /&gt;
!Name&lt;br /&gt;
!Damage Type&lt;br /&gt;
!Name&lt;br /&gt;
!Damage Type&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[http://awoiaf.westeros.org/index.php/Rhaegal Rhaegal]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|8223&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|{{Type|crushing}}&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Fiery Breath&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Physical {{Type|fire}}&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Hellfire&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Magical {{Type|fire}}&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|F:+50 C:+20 E:+75&amp;lt;br&amp;gt;W:+50 H:+62 D:+62&amp;lt;br&amp;gt;Cr:+25 Sl:+25 Pi:+0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[http://awoiaf.westeros.org/index.php/Viserion Viserion]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|8224&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[http://awoiaf.westeros.org/index.php/Drogon Drogon]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|8225&lt;br /&gt;
|{{Type|crushing}}&lt;br /&gt;
|Flames of Darkness&lt;br /&gt;
|Physical {{Type|dark}}&lt;br /&gt;
|Dark Void&lt;br /&gt;
|Magical {{Type|void}}&lt;br /&gt;
|F:+50 C:+37 E:+75&amp;lt;br&amp;gt;W:+50 H:+0 D:+62&amp;lt;br&amp;gt;Cr:+25 Sl:+25 Pi:+0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Gods==&lt;br /&gt;
*Ultimate&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |Monster&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |MID&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; width=&amp;quot;20&amp;quot; |Damage Type&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |MP Attack&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |SP Attack&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |Resistances&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |[[Items#Trophies|Trophy]]&lt;br /&gt;
|-&lt;br /&gt;
!Name&lt;br /&gt;
!Damage Type&lt;br /&gt;
!Name&lt;br /&gt;
!Damage Type&lt;br /&gt;
|-&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Real Life&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|24&lt;br /&gt;
|{{Type|void}}&lt;br /&gt;
|Crooks&amp;lt;br&amp;gt;Dead-End Job&amp;lt;br&amp;gt;Liars&amp;lt;br&amp;gt;Money Problems&amp;lt;br&amp;gt;No Girlfriend&amp;lt;br&amp;gt;Phone Sellers&amp;lt;br&amp;gt;Rent Is Due&amp;lt;br&amp;gt;Scam Artists&amp;lt;br&amp;gt;Sheeple&lt;br /&gt;
|Physical {{Type|void}}&lt;br /&gt;
|Internet Shutdown&lt;br /&gt;
|Magical {{Type|void}}&lt;br /&gt;
|F:+95 C:+95 E:+95&amp;lt;br&amp;gt;W:+95 H:+95 D:+95&amp;lt;br&amp;gt;Cr:+50 Sl:+50 Pi:+50&lt;br /&gt;
|Black T-Shirt&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[https://en.wikipedia.org/wiki/Invisible_Pink_Unicorn Invisible Pink Unicorn]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|31&lt;br /&gt;
|{{Type|holy}}&lt;br /&gt;
|Pink Unicorn Sparkles&lt;br /&gt;
|Physical {{Type|holy}}&lt;br /&gt;
|Perplexing Paradox&lt;br /&gt;
|Magical {{Type|void}}&lt;br /&gt;
|F:+95 C:+95 E:+95&amp;lt;br&amp;gt;W:+95 H:+95 D:-1&amp;lt;br&amp;gt;Cr:+50 Sl:+50 Pi:+50&lt;br /&gt;
|Unicorn Horn&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;[https://en.wikipedia.org/wiki/Flying_Spaghetti_Monster Flying Spaghetti Monster]&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|32&lt;br /&gt;
|{{Type|dark}}&lt;br /&gt;
|Sudden Outbreak of Common Sense&lt;br /&gt;
|Physical {{Type|dark}}&lt;br /&gt;
|Puff of Logic&lt;br /&gt;
|Magical {{Type|void}}&lt;br /&gt;
|F:+95 C:+95 E:+95&amp;lt;br&amp;gt;W:+95 H:+0 D:+95&amp;lt;br&amp;gt;Cr:+50 Sl:+50 Pi:+50&lt;br /&gt;
|Noodly Appendage&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Stats==&lt;br /&gt;
&#039;&#039;&#039;Note that these are estimates.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;| Class&lt;br /&gt;
!colspan=&amp;quot;6&amp;quot;| Base Stats &lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;| Power&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;| HP Multiplier&lt;br /&gt;
|-&lt;br /&gt;
! STR !! DEX !! AGI !! END !! INT !! WIS&lt;br /&gt;
|-&lt;br /&gt;
| Bosses || 14 || 14 || 14 || 14 || 14 || 14 || 1400 || 11?&lt;br /&gt;
|-&lt;br /&gt;
| Tree || 15 || 15 || 15 || 15 || 15 || 15 || 1400 || 20.86?&lt;br /&gt;
|-&lt;br /&gt;
| Trio || 15 || 15 || 15 || 15 || 15 || 15 || 1400 || 26?&lt;br /&gt;
|-&lt;br /&gt;
| Konata || 16 || 16 || 16 || 16 || 20 || 20 || || 16&lt;br /&gt;
|-&lt;br /&gt;
| Mikuru Asahina || 18 || 18 || 18|| 18 || 20 || 20 || 2800 || 26?&lt;br /&gt;
|-&lt;br /&gt;
| Ryouko Asakura || 18 || 18 || 18|| 18 || 20 || 20 || 2800 || 26?&lt;br /&gt;
|-&lt;br /&gt;
| Yuki Nagato || 18 || 18 || 18|| 18 || 20 || 20 || 2800 || 26?&lt;br /&gt;
|-&lt;br /&gt;
| Real Life || 20 || 20 || 20 || 20 || 20 || 20 || || 51?&lt;br /&gt;
|-&lt;br /&gt;
| Invisible Pink Unicorn || || || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Rhaegal || || || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Viserion || || || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Drogon || || || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Flying Spaghetti Monster || 25 || 25 || 25 || 25 || 25 || 25 || 7000 || 101&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Monster Lab Bestiary]]&lt;br /&gt;
&lt;br /&gt;
{{HVnav}}&lt;br /&gt;
&lt;br /&gt;
[[Category:HentaiVerse]]&lt;/div&gt;</summary>
		<author><name>Superlatanium</name></author>
	</entry>
</feed>