diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:54:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:54:14 +0300 |
commit | 09457f85988d71c0bced396487374e6cf0a318c9 (patch) | |
tree | 822270bb023f0c04520ad2c1714e28f8456fc1bc /monsters.xml | |
parent | d40b553ba3a0d6b39c8a93b91aa23fed574c5afd (diff) | |
download | clientdata-09457f85988d71c0bced396487374e6cf0a318c9.tar.gz clientdata-09457f85988d71c0bced396487374e6cf0a318c9.tar.bz2 clientdata-09457f85988d71c0bced396487374e6cf0a318c9.tar.xz clientdata-09457f85988d71c0bced396487374e6cf0a318c9.zip |
Replace some tabs to spaces.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/monsters.xml b/monsters.xml index 756f965d..edb15487 100644 --- a/monsters.xml +++ b/monsters.xml @@ -4,16 +4,16 @@ Author : Reid monsters.xml parameters explanation: -<monsters> Parent of the monster strings. - <monster> Monster tag, every new tag contain some specific attribute of the monster, here the list of them : - id="" ID of the monster, it's different for every monsters, it starts from 0. - name="" Name of the monster which will be displayed in game, it's also used by the server. - targetCursor="" Cursor size used by the client, different size are : small, medium and large. - walkType="" The walk type is used to manage which monster can fly over collision tiles or swim under the sea, or fly over it. different walktype are : walk walkswim and fly. By default, walk option is used, and if the monster is static, this tag can be removed. - <sprite> This tag show the path to the xml of the monster. - <sound> Sound tag, contain an event which display the sound effects for the corresponding action, here the list of them : - event="" Link the sfx to an action, like die, hit, hurt, miss, move and spawn. -</monsters> Close monster configuration. +<monsters> Parent of the monster strings. + <monster> Monster tag, every new tag contain some specific attribute of the monster, here the list of them : + id="" ID of the monster, it's different for every monsters, it starts from 0. + name="" Name of the monster which will be displayed in game, it's also used by the server. + targetCursor="" Cursor size used by the client, different size are : small, medium and large. + walkType="" The walk type is used to manage which monster can fly over collision tiles or swim under the sea, or fly over it. different walktype are : walk walkswim and fly. By default, walk option is used, and if the monster is static, this tag can be removed. + <sprite> This tag show the path to the xml of the monster. + <sound> Sound tag, contain an event which display the sound effects for the corresponding action, here the list of them : + event="" Link the sfx to an action, like die, hit, hurt, miss, move and spawn. +</monsters> Close monster configuration. exemple : <monster id="0" name="Reid" targetCursor="big" walkType="fly"> |