definitions
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
definitions [2014/03/04 19:43] – created thooge | definitions [2014/05/23 15:08] (current) – [skill] thooge | ||
---|---|---|---|
Line 36: | Line 36: | ||
==== direction ==== | ==== direction ==== | ||
- | open-close-tag, | + | open-close-tag, |
Possible values: N, NE, E, SE, S, SW, W, NW. Default: N. | Possible values: N, NE, E, SE, S, SW, W, NW. Default: N. | ||
+ | |||
+ | ==== equipped ==== | ||
+ | open-close-tag, | ||
+ | <code xml> | ||
+ | < | ||
+ | | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ==== gold ==== | ||
+ | open-close-tag, | ||
+ | |||
+ | ==== inherit ==== | ||
+ | open-close- or single-tag. If single-tag, then it must contain attribute id. The expression of id or between the o/c-tags defines an npc section which definitions will be applied on the npc. This tag offers the opportunity for creating base and deriving child definitions. | ||
+ | <code xml> | ||
+ | <inherit id=' | ||
+ | </ | ||
+ | <code xml> | ||
+ | < | ||
+ | </ | ||
+ | |||
+ | ==== npcwander ==== | ||
+ | single-tag, must contain attribute type. type can be: rectangle, rect or 3 for wandering in a box, circle or 2 for wandering in a circle, free or 1 for wandering freely, or none or 0. | ||
+ | |||
+ | The rectangle-type must contain the attributes x1, x2, y1, y2 to define the box in offsets. | ||
+ | |||
+ | The circle-type must contain the attribute radius. | ||
+ | <code xml> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | |||
+ | ==== shopkeeper ==== | ||
+ | open-close-tag, | ||
+ | <code xml> | ||
+ | < | ||
+ | < | ||
+ | ...like standard item containment... | ||
+ | </ | ||
+ | < | ||
+ | ...like standard item containment... | ||
+ | </ | ||
+ | < | ||
+ | ...like standard item containment... | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ==== skill ==== | ||
+ | open-close-tags, | ||
+ | <code xml> | ||
+ | <skill id=" | ||
+ | </ | ||
+ | |||
+ | ==== stat ==== | ||
+ | open-close-tag, | ||
+ | |||
+ | ==== tag ==== | ||
+ | open-close-tag, | ||
+ | <code xml> | ||
+ | <tag type=' | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | for further possible tags see [[Character Properties]] | ||
definitions.1393962209.txt.gz · Last modified: 2014/03/04 19:43 by thooge