Monster Stats: Difference between revisions
From EHWiki
Jump to navigationJump to search
Maximum Joe (talk | contribs) |
|||
| Line 14: | Line 14: | ||
|- | |- | ||
| style="border-right: 1px solid gray; border-bottom: 1px solid gray" | '''Strength (STR)''' | | style="border-right: 1px solid gray; border-bottom: 1px solid gray" | '''Strength (STR)''' | ||
* | * Raises base Health Points by ? | ||
* | * Raises Physical Base Damage by ? | ||
* | * Raises Physical Mitigation by ?% | ||
| style="border-bottom: 1px solid gray" | '''Endurance (END)''' | | style="border-bottom: 1px solid gray" | '''Endurance (END)''' | ||
* | * Raises base Health Points by ? | ||
* | * Raises Physical Mitigation by ?% | ||
* | * Raises Magical Mitigation by ?% | ||
|- | |- | ||
| style="border-right: 1px solid gray; border-bottom: 1px solid gray" | '''Dexterity (DEX)''' | | style="border-right: 1px solid gray; border-bottom: 1px solid gray" | '''Dexterity (DEX)''' | ||
* | * Raises Physical Base Damage by ? | ||
* | * Raises Attack Crit Rate by ?% | ||
| style="border-bottom: 1px solid gray" | '''Intelligence (INT)''' | | style="border-bottom: 1px solid gray" | '''Intelligence (INT)''' | ||
* | * Raises Magical Base Damage by ? | ||
* | * Raises Magic Crit Rate by ?% | ||
|- | |- | ||
| style="border-right: 1px solid gray; border-bottom: 1px solid gray" | '''Agility (AGI)''' | | style="border-right: 1px solid gray; border-bottom: 1px solid gray" | '''Agility (AGI)''' | ||
* | * Raises base Evade chance by 1% | ||
* | * Raises Attack Crit Rate by ?% | ||
| style="border-bottom: 1px solid gray" | '''Wisdom (WIS)''' | | style="border-bottom: 1px solid gray" | '''Wisdom (WIS)''' | ||
* | * Raises Magical Mitigation by ?% | ||
* Raises Magic Crit Rate by ?% | |||
* | |||
|} | |} | ||
Notes: | Notes: | ||
*Mitigation gains from Primary Attributes (STR/END/WIS) are capped at 80%. | *Mitigation gains from Primary Attributes (STR/END/WIS) are capped at 80%. | ||
*Any percentage effects on Crit Rate, Avoidance, and Mitigation stats | *Any percentage effects on Crit Rate, Avoidance, and Mitigation stats are added ''multiplicatively''. | ||
==Derived Attributes== | ==Derived Attributes== | ||
Revision as of 15:07, 23 February 2013
In HentaiVerse, the calculation of monsters' stats are closely related to that of characters' stats, with a few notable differences.
Primary Attributes
Every monster has a base stat between 1 and 25. The base stat is then scaled to the actual stats by the following formula:
Scaled_Stats = 0.1 * Base_Stat * level + y
where
- level = monster's level when it is spanned. Must be within 5 levels of the current player's level.
- y = [(level^1.1)-10]*.293 if monster's level is greater then 10, and 0 otherwise
Then the scaled stats is used to calculate other derived attributes.
Strength (STR)
|
Endurance (END)
|
Dexterity (DEX)
|
Intelligence (INT)
|
Agility (AGI)
|
Wisdom (WIS)
|
Notes:
- Mitigation gains from Primary Attributes (STR/END/WIS) are capped at 80%.
- Any percentage effects on Crit Rate, Avoidance, and Mitigation stats are added multiplicatively.
Derived Attributes
Derived attributes are stats calculated from the monster's primary attributes. Most of these formulas are affected by Chaos Upgrades. Note that these formulas may be partially inaccurate.
Bases
Note that every monsters' normal attacks are physical.
Base physical damage = ((STR * 2) + (DEX * 1)) * (Chaos_Brutality_Rank * 2.5%)
Evade
Evade = (AGI/100)% + Chaos_Evasion_Rank * 0.5%
Mitigation
Physical Mitigation = 1 - (1200/(1200 + END + STR/2)) * ( 1- Chaos_Defense_Rank * 1%)
Magical Mitigation = 1 - (1 - WIS * 0.04%) * (1 - END * 0.07%) * ( 1- Chaos_Warding_Rank * 1%)
Points
Health Points = (50 + Level * 10 + STR + END * 5) * difficulty_mod * class_mod Magic Points = 10 + Level + INT * 0.25 + WIS * 0.75 Spirit Points = 1 + (Power / 7) + (STR + DEX + AGI + END + INT + WIS) / 10
- class_mod = 1 for Monster Lab monsters and common monsters and varies for bosses, legndaries, and gods
Battle Regen
During battle, monsters gain 5% of MP and SP per move.