Stendhal/Creature Organization: Difference between revisions

Content deleted Content added
imported>AntumDeluge
imported>AntumDeluge
Line 1:
== Goals ==
 
* UseOrganize creatures with class and sub-class. This can be done using the filename to determine creature class and a tag for subclass:.
 
Example: undead.xml
Line 30:
</pre>
 
In the above example creatures <creature>skeleton</creature> & <creature>warrior skeleton</creature> would be of class '''undead''' and subclass '''skeleton''' while <creature>zombie</creature> & <creature>rotten zombie</creature> would be class '''undead''' and subclass '''zombie'''.
 
== Requirements ==