HowToAddCreaturesStendhal: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>MiguelAngelBlanchLardin No edit summary |
imported>MiguelAngelBlanchLardin No edit summary |
||
| Line 8: | Line 8: | ||
This file contains all the description of the creatures in game. |
This file contains all the description of the creatures in game. |
||
For example. |
For example. |
||
<pre> |
|||
<creature name="deer"> |
<creature name="deer"> |
||
<type class="animal" subclass="deer" tileid="36"/> |
<type class="animal" subclass="deer" tileid="36"/> |
||
| Line 33: | Line 33: | ||
</ai> |
</ai> |
||
</creature> |
</creature> |
||
</pre> |
|||
It is important to understand how it works. |
It is important to understand how it works. |
||