Difference between pages "Skill" and "Main Page"

From IvanWiki
(Difference between pages)
Jump to navigation Jump to search
 
m
 
Line 1: Line 1:
{{spoiler}}
+
<div style="border:2px solid #000; padding:.5em 1em 1em; margin-bottom:1em">
 +
<strong style="font-size:1.8em">IVAN development is continuing!</strong><br/>
 +
Yes, the rumors are true!<br/>
 +
Check out the [http://github.com/Attnam/ivan Github project page for IVAN] as well as [http://github.com/Attnam/ivan/releases downloadable binaries].<br/>
 +
Contributions, suggestions, feature requests, and bug reports are welcome on the [http://attnam.com/forum forum]
 +
</div>
  
''This is an in-depth article describing inner workings of the game mechanics. Anyone not willing to spoil themselves or not liking boring mathematics, please skip this and read the non-spoilery summary on skills [[Skills|here]].''
+
<div style="border:1px solid #acbdf2; background:#cedff2; padding:.5em 1em 1em;">
 +
'''<span style="font-size:12pt">[http://attnam.com The Cathedral of Attnam]</span>''' is the unofficial homepage of [http://ivan.sourceforge.net IVAN].
 +
In addition to this Wiki, you will find a [http://attnam.com/forum forum] for discussion and tips, a [http://attnam.com/media gallery] with screenshots, [http://attnam.com/projects downloads] including [http://attnam.com/projects/variants variants] developed by fans, and [http://attnam.com/sitemap much more]. Be sure to [http://www.attnam.com/signup register] for the website so that you can fully enjoy these resources!
 +
</div>
  
 +
This is the unofficial [http://www.roguebasin.com/index.php?title=IVAN Iter Vehemens ad Necem] wiki.
 +
Iter Vehemens ad Necem (IVAN) is a graphical [http://en.wikipedia.org/wiki/Roguelike roguelike] game. The name is Latin for "Violent Road to Death"[[LAERSER_SKISKLS|.]]
 +
Before reading this wiki, we suggest that you first play the game. It can be downloaded from the [http://ivan.sourceforge.net/ official site].
  
 +
<div style="border:1px solid #C0C040; padding:0px 8px; background:#FFFFD0">
 +
'''Spoiler Warning''': This wiki contains spoilers that may affect your IVAN experience negatively.
 +
</div>
  
 +
If you have not already played through '''IVAN''' (or at least played a significant number of games) the information you will learn here may ruin some of the surprises you will find in the game and possibly lessen your enjoyment of it.
  
 +
'''If a page does not have a banner, it most likely contains spoilers!'''
 +
<table cellspacing="3" width="100%">
 +
<tr valign="top">
 +
<td width="50%" style="border:1px solid #00c900; padding:.5em 1em 1em; background:#c0ffc0">
 +
===Spoiler-safe pages===
 +
These pages should be safe for people who are still discovering IVAN.
 +
* [[Questions and Answers]]
 +
* [[Character]]
 +
* [[Items]]
 +
* [[Skills]]
 +
* [[Quests]]
 +
* [[Worlds|Dungeons]] and [[Dungeon Features]]
 +
* [[Honor Rolls]]
 +
* [[Version History]]
 +
* [[:Category:Variants|Variants]]
 +
* [[Known Issues]]
 +
</td>
 +
<td width="50%" style="border:1px solid #c90000; padding:.5em 1em 1em; background:#FFA0A0">
  
There are three primary values which affect the attack strength of a character: damage, to hit value (THV) and hit speed. Damage is self-explanatory. Chance to hit the enemy is 100% / (DV/THV + 1), where DV is the enemy's dodge value, which is calculated from agility, size, burden state, etc. THV also affects the chance to hit weaker bodyparts like the head and the ability to block attacks. How many attacks you can do in a certain amount of time is proportional to hit speed. A skill bonus of X percent increases each by X%.
+
===Spoiler-unsafe pages===
 +
These pages contain information which may affect your IVAN experience negatively.
 +
* [[FAQ]]
 +
* [[Gods]]
 +
* [[Materials]]
 +
* [[Monsters]] and [[Pets]]
 +
* [[Tutorial]] and [[Guides and Walkthrus|Guides]]
 +
* [[Cheats and Exploits]]
 +
* [[Secrets]] and [[:Category:Lore|Lore]]
 +
* [[Game Mechanics]]
 +
* [[Modding]] and [[Development plans|Development]]
 +
</td>
 +
</tr>
 +
<tr>
 +
<td style="border:1px solid #c0c040; padding:.5em 1em 1em; background:#ffffd0" valign="top">
  
The total bonus to the attacking ability against a given enemy is however difficult to calculate, since for instance the bonus to real damage done against the enemy is greater than X%, since it is calculated by substracting 50-100% of the target bodypart's AV from the above damage. Sometimes you wouldn't do any damage without the skill, but with the skill you do, so the bonus percentage is infinite. Also, the bonus to real hit and block chances varies according to the enemy's DV etc.
+
=== Miscellaneous ===
  
There is a single value called danger value which is calculated through an extremely complicated formula effectively simulating the two creature's combat and calculating the ratio of the average time they need to kill each other. It would be the best way to tell the effect of the skill, but alas it is unique to each pair of monsters. It is the most important value used to determine the monsters which the game may throw at the player.
+
* [[:Category:Fiction|Fiction]]
 +
* [[Screenshots]]
 +
* [[Videos]]
 +
* [[MIHAIL]]
 +
* [[Ideas]]
  
Since the bonus is so ambiguous and there are so many values affecting combat, we choose not to show too much exact info in the game. Strange floating point numbers calculated from a thousand sources would only scare players away. This is IMHO quite a realistic approach; in real life you have some rough estimate of your fighting ability but you can't know how much use it is against a certain enemy unless you try it out.
+
</td>
 +
<td style="border:1px solid #acbdf2; background:#cedff2; padding:.5em 1em 1em;" valign="top">
  
Conclusion: Weapon skill is very important in combat, but no one can know exactly how much. Personally, I never use the above formulas, but depend on my gamer's intuition.
+
=== External Links ===
  
[[Category:Game Mechanics]]
+
* '''[http://ivan.sourceforge.net Official IVAN homepage]''' (outdated)
 +
* '''[http://www.attnam.com IVAN forum]'''
 +
* [https://groups.google.com/forum/#!forum/ivan-support Google Groups forum]
 +
* [http://wikiwiki.jp/ivan/ Japanese wiki]
 +
* [http://sourceforge.net/projects/ivan Sourceforge page]
 +
* [http://freecode.com/projects/ivan?branch_id=21825&release_id=131719 FreeCode Project]
 +
* [http://tvtropes.org/pmwiki/pmwiki.php/VideoGame/IterVehemensAdNecem TvTropes page]
 +
 
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
__NOTOC__

Revision as of 17:34, 22 June 2018

IVAN development is continuing!
Yes, the rumors are true!
Check out the Github project page for IVAN as well as downloadable binaries.
Contributions, suggestions, feature requests, and bug reports are welcome on the forum

The Cathedral of Attnam is the unofficial homepage of IVAN. In addition to this Wiki, you will find a forum for discussion and tips, a gallery with screenshots, downloads including variants developed by fans, and much more. Be sure to register for the website so that you can fully enjoy these resources!

This is the unofficial Iter Vehemens ad Necem wiki. Iter Vehemens ad Necem (IVAN) is a graphical roguelike game. The name is Latin for "Violent Road to Death". Before reading this wiki, we suggest that you first play the game. It can be downloaded from the official site.

Spoiler Warning: This wiki contains spoilers that may affect your IVAN experience negatively.

If you have not already played through IVAN (or at least played a significant number of games) the information you will learn here may ruin some of the surprises you will find in the game and possibly lessen your enjoyment of it.

If a page does not have a banner, it most likely contains spoilers!

Spoiler-safe pages

These pages should be safe for people who are still discovering IVAN.

Spoiler-unsafe pages

These pages contain information which may affect your IVAN experience negatively.

Miscellaneous

External Links