[Crossfire-wiki] [Crossfire DokuWiki] page changed: dev:objects

no-reply_wiki at metalforge.org no-reply_wiki at metalforge.org
Fri Dec 8 08:49:59 CST 2006


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2006/12/08 08:49
User        : ryo
Edit Summary: format

@@ -1381,35 +1381,29 @@
  
  stats.hp must be greater 0 to do damage.  It used to be less than 0 for -stats.hp direct damage, but that has changed.  stats.hp <= 0 now means no damage at all, just loss of 25% food.
  
  FIXME check
+ 
  
  ===== Duplicators =====
  
  Duplicators copy or remove objects.  Duplicators are triggered objects.
  
- connected: Connected value for the duplicator.
- other_arch: Archetype that this copies - if the archetype on top of the 
-   duplicator doesn't match this, it isn't copied.  Note that it only
-   matches the archetype - the object can then be further duplicated.  For
-   example, if other_arch is sword, it will duplicate sword +4, different
-   attacktypes, etc, and all of those are duplicated.  But it will not
-   duplicate a dagger for example.
- level: The number of copies to make (1 means no changes).  If set to 0
-   the object is removed.
+ | connected | connected value for the duplicator |
+ | other_arch | archetype that this copies - if the archetype on top of the duplicator doesn't match this, it isn't copied.  Note that it only matches the archetype - the object can then be further duplicated.  For example, if other_arch is sword, it will duplicate sword +4, different attacktypes, etc, and all of those are duplicated.  But it will not duplicate a dagger for example |
+ | level | the number of copies to make (1 means no changes).  If set to 0 the object is removed |
  
  Example:
  
+ <code>
  arch duplicator
  level 2
  other_arch sword
  connected 5
  end
+ </code>
  
- Where 5 is connected to a lever.  When the lever is pulled, if a sword object
- is on top, its number is doubled.  If there is anything else on top, it is
- unaffected.  If the lever it is connected to is not pulled, it is also
- unaffected.
+ Where 5 is connected to a lever.  When the lever is pulled, if a sword object is on top, its number is doubled.  If there is anything else on top, it is unaffected.  If the lever it is connected to is not pulled, it is also unaffected.
  
  ===== Transports =====
  
  Tranports are objects that help the player move.  These should not be confused


IP-Address  : 213.174.127.3
Old Revision: http://wiki.metalforge.net/doku.php/dev:objects?rev=1165588914
New Revision: http://wiki.metalforge.net/doku.php/dev:objects

-- 
This mail was generated by DokuWiki at
http://wiki.metalforge.net/




More information about the crossfire-wiki mailing list