Code Search for Developers
 
 
  

ignorelists.xml from Angelion - The Demon Conflict at Krugle


Show ignorelists.xml syntax highlighted

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE ignorelists PUBLIC "-//Daimonin//DTD Types 1.0//EN" "types.dtd">
<ignorelists>
<ignore_list name="system_object">
<attribute arch="value" />
<attribute arch="nrof" />
<attribute arch="sub_type" />
<attribute arch="weight" />
<attribute arch="material" />
<attribute arch="material_real" />
<attribute arch="no_pick" />
<attribute arch="unpaid" />
<attribute arch="title" />
<attribute arch="glow_radius" />
<attribute arch="identified" />
<attribute arch="blocksview" />
<attribute arch="is_invisible" />
</ignore_list>

<!-- This ignorelist is for non-pickable objects. They can be seen by
- the player, but don't have values like material or weight.
-->
<ignore_list name="non_pickable">
<attribute arch="value" />
<attribute arch="nrof" />
<attribute arch="weight" />
<attribute arch="material" />
<attribute arch="material_real" />
<attribute arch="no_pick" />
<attribute arch="unpaid" />
<attribute arch="title" />
<attribute arch="identified" />
</ignore_list>

<!-- This ignorelist is for all objects. We handle here some very
- special stuff. Note: This values has the same meaning for *ALL*
- object type - they are handled always in the same way.
- NOTE: "direction" is hard coded excluded from syntax check
- in the ArchObject.java module
-->
<ignore_list name="default_setting">
<attribute arch="xxxx" />
</ignore_list>
</ignorelists>




See more files for this project here

Angelion - The Demon Conflict

Isometric client/server based MMORG Featuring: 2d+ (isometric mapstacking), tilestretching (looks 3d) and realtime map editing. Uses SDL graphics library for portability.

Project homepage: http://sourceforge.net/projects/angelion-tdc
Programming language(s): C,Python
License: other

  GameObjectMatchers.dtd
  GameObjectMatchers.xml
  animtree
  archdef.dat
  bitmasks.xml
  cfpython_menu.def
  facetree
  ignorelists.xml
  lists.xml
  spells.def
  spells.dtd
  spells.xml
  typenumbers.xml
  types.dtd
  types.xml