User Tools

Site Tools


monsters

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
monsters [2018/02/16 18:08]
karl created
monsters [2018/03/25 15:22] (current)
karl Layout
Line 1: Line 1:
-===== Monsters =====+====== Monsters ​======
  
 +A large list of monsters //sorted by their names// could be found [[:​monsters:​a|here]]. \\
 +Another //whole page dump// of monsters could be found [[:​monster_dump|here]] additionally.
 +
 +==== Technical ====
 The configuration files for the monsters of crossfire are usually The configuration files for the monsters of crossfire are usually
 found in the `arch' archive and svn repository. found in the `arch' archive and svn repository.
-They are usually suffixed by the .arc extension. +They are usually suffixed by the .arc extension.\\
 A monster'​s .arc file may contain several monsters or levels. A monster'​s .arc file may contain several monsters or levels.
-A+<​code>​find -name "​*.arc"​ | wc -l</​code>​
-  ​find -name "​*.arc"​ | wc -l +
-  ​+
 inside the arch/​monster directory of */​share/​crossfire/​ gave me 344 counts. inside the arch/​monster directory of */​share/​crossfire/​ gave me 344 counts.
  
-So it might be better to split the monsters according to their subdirectories+===== General Monster List ===== 
 +So it might be better to split the monsters according to their sub-directories
 to not overload this page ... to not overload this page ...
  
-  -  ​[[monster:acid|acid]] +  -  [[:monster:Acid]] 
-  -  ​[[monster:angel|angel]] +  -  [[:monster:Angel]] 
-  -  ​[[monster:animal|animal]] +  -  [[:monster:Animal]] 
-  -  ​[[monster:beholder|beholder]] +  -  [[:monster:Beholder]] 
-  -  ​[[monster:chaos|chaos]] +  -  [[:monster:Chaos]] 
-  -  ​[[monster:demon|demon]] +  -  [[:monster:Demon]] 
-  -  ​[[monster:dragon|dragon]] +  -  [[:monster:Dragon]] 
-  -  ​[[monster:elemental|elemental]] +  -  [[:monster:Elemental]] 
-  -  ​[[monster:giant|giant]] +  -  [[:monster:Giant]] 
-  -  ​[[monster:goblin|goblin]] +  -  [[:monster:Goblin]] 
-  -  ​[[monster:humanoid|humanoid]] +  -  [[:monster:Humanoid]] 
-  -  ​[[monster:insect|insect]] +  -  [[:monster:Insect]] 
-  -  ​[[monster:​misc|misc]] +  -  [[:monster:​misc|Miscellaneous]] 
-  -  ​[[monster:troll|troll]] +  -  [[:monster:Troll]] 
-  -  ​[[monster:undead|undead]]+  -  [[:monster:Undead]]
  
-=== Monster'​s behaviour ===+==== Monster'​s behaviour ​====
  
 The monsters in crossfire are in general hostile; The monsters in crossfire are in general hostile;
 especially the monsters issued by their generators. especially the monsters issued by their generators.
-They have the:+They have the
    ​FLAG_MONSTER 14 /* Will attack players */    ​FLAG_MONSTER 14 /* Will attack players */
 set. set.
Line 80: Line 82:
 FLAG_NO_DAMAGE ​         102 /* monster can't be damaged */ FLAG_NO_DAMAGE ​         102 /* monster can't be damaged */
 </​code>​ </​code>​
 +
 +=== Other Wiki Files ===
 +
 +* [[:​monsters_from_a_to_d]] template for a sorted name list \\
 +* [[:​monster_template]] template to create monster wiki entries
monsters.1518826132.txt.gz · Last modified: 2018/02/16 18:08 by karl