Difference between pages "Rooted" and "Main Page"

From IvanWiki
(Difference between pages)
Jump to navigation Jump to search
(Created page with "{{code}} Rooted dictates that the character in question cannot move to another tile of its own accord, regardless of available limbs or AGI stat. IsRooted is defined in a charact...")
 
 
Line 1: Line 1:
{{code}}
+
<table width="100%" cellpadding="0" cellspacing="0" border="0">
Rooted dictates that the character in question cannot move to another tile of its own accord, regardless of available limbs or AGI stat. IsRooted is defined in a character's entry inside char.dat and is currently used by all forms of [[carnivorous plant]] and [[mushroom]]. Rooted does not prevent a character from interacting with adjacent tiles or enemies, however.
+
<tr>
 +
<td style="border:1px solid #acbdf2; background:#cedff2; padding:.5em 1em 1em;">
 +
'''<span style="font-size:12pt">[http://www.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://www.attnam.com/forum.php forum] for discussion and tips, a [http://www.attnam.com/media.php gallery] with screenshots, [http://www.attnam.com/downloads.php downloads] including [http://www.attnam.com/downloads.php?show=variants variants] developed by fans, and [http://www.attnam.com/sitemap.php much more]. Be sure to [http://www.attnam.com/register.php register] for the website so that you can fully enjoy these resources!
 +
</td></tr></table>
  
A rooted character can only move via [[teleport]]ation or [[levitation]], and cannot be knocked back by a [[kicking|kick]].
+
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].
  
<pre>
+
<div style="border:1px solid #C0C040; padding:0px 8px; background:#FFFFD0">
truth character::CanMove() const
+
'''Spoiler Warning''': This wiki contains spoilers that may affect your IVAN experience negatively.
 +
</div>
  
8840
+
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.
{
 
  
8841
+
'''If a page does not have a banner, it most likely contains spoilers!'''
  return !IsRooted() || StateIsActivated(LEVITATION);  
+
<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]]
 +
* [[Version History]]
 +
* [[:Category:Variants|Variants]]
 +
</td>
 +
<td width="50%" style="border:1px solid #c90000; padding:.5em 1em 1em; background:#FFA0A0">
  
8842
+
===Spoiler-unsafe pages===
}
+
These pages contain information which may affect your IVAN experience negatively.
</pre>
+
* [[FAQ]]
 +
* [[Gods]]
 +
* [[Materials]]
 +
* [[Monsters]] and [[Pets]]
 +
* [[Tutorial]] and [[Guides and Walkthrus|Guides]]
 +
* [[Cheats and Exploits]]
 +
* [[Game Mechanics]]
 +
* [[Modding]]
 +
</td>
 +
</tr>
 +
<tr>
 +
<td style="border:1px solid #c0c040; padding:.5em 1em 1em; background:#ffffd0" valign="top">
 +
 
 +
=== Miscellaneous ===
 +
 
 +
* [[Fiction]]
 +
* [[Screenshots]]
 +
* [[Honor Rolls]]
 +
* [[MIHAIL]]
 +
* [[Ideas]]
 +
 
 +
</td>
 +
<td style="border:1px solid #acbdf2; background:#cedff2; padding:.5em 1em 1em;" valign="top">
 +
 
 +
=== External Links ===
 +
 
 +
* '''[http://ivan.sourceforge.net Official IVAN homepage]'''
 +
* '''[http://ivan.fr.yuku.com/ Rehosted Greatboard forum]'''
 +
* '''[http://www.attnam.com IVAN Forums]'''
 +
* [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/Main/IterVehemensAdNecem TvTropes page]
 +
 
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
__NOTOC__

Revision as of 08:58, 10 September 2014

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