arch:arch_attributes:e
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
arch:arch_attributes:e [2018/04/12 07:22] – Cleanup, split Arch and object.h variales karl | arch:arch_attributes:e [2025/04/18 13:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
Object attributes beginning with the letter **e** . | Object attributes beginning with the letter **e** . | ||
- | Taken from the (unsorted) wholepage [[: | + | Partly taken from the (unsorted) wholepage [[: |
- | ===== List == | + | ===== List of attributes |
==== elevation ==== | ==== elevation ==== | ||
Type: sint32 | Type: sint32 | ||
- | Meaning: | + | Comment: Elevation of this terrain - used in weather code |
+ | |||
+ | Meaning: | ||
==== end == | ==== end == | ||
+ | Meaning: Ends the block of an archetype. \\ | ||
+ | Example : < | ||
+ | arch yet_another_archetype | ||
+ | has_some_attribute attribute_value | ||
+ | end | ||
+ | </ | ||
+ | See also [[a#arch]] . | ||
==== endmsg == | ==== endmsg == | ||
+ | Meaning: Ends the block of a message that is displayed to the player. \\ | ||
+ | Example: < | ||
+ | arch magic_mouth | ||
+ | x 1 | ||
+ | y 1 | ||
+ | msg | ||
+ | Hello Dungeon ! | ||
+ | endmsg | ||
+ | end | ||
+ | </ | ||
+ | See also [[m#msg]] | ||
==== exp ==== | ==== exp ==== | ||
Line 19: | Line 39: | ||
Meaning: | Meaning: | ||
+ | * experience points to give to the player when defeating the monster | ||
* added speed for some items? | * added speed for some items? | ||
- | |||
- | |||
- | ==== expmul ==== | ||
- | Type: double | ||
- | |||
- | Meaning: | ||
Line 34: | Line 49: | ||
Read more on the [[: | Read more on the [[: | ||
+ | |||
==== enemy ==== | ==== enemy ==== | ||
Type: obj * | Type: obj * | ||
- | Meaning: | + | Comment: Monster/ |
+ | Meaning | ||
==== env ==== | ==== env ==== | ||
Type: obj * | Type: obj * | ||
- | Meaning: Pointer to the object which is the environment. This is typically the container that the object is in. | + | Comment: Pointer to the object which is the environment. This is typically the container that the object is in. |
+ | Meaning: | ||
+ | |||
+ | |||
+ | ==== expmul ==== | ||
+ | Type: double | ||
+ | |||
+ | Comment: needed experience = (calc_exp*expmul) - means some races/ | ||
+ | |||
+ | Meaning: | ||
arch/arch_attributes/e.1523535775.txt.gz · Last modified: (external edit)