cyphesis/data/werewolf.xml
Al Riddoch d83aad9062 2008-08-27 Al Riddoch <alriddoch@googlemail.com>
* server/ScriptFactory.cpp: Simplify way the name of a class
	  is determined by removing the hack to upercase the type name.

	* server/EntityFactory.cpp: Break python type name on the last
	  . making the name of the class independant of the Atlas type.

	* data/basic.xml, data/buildings.xml, data/characters.xml,
	  data/clothing.xml, data/mason.xml, data/plants.xml,
	  data/tools.xml, data/weapons.xml, data/werewolf.xml: Modify all
	  python type names in the classes to include the name of the class
	  explicitly.
2008-08-27 16:42:38 +00:00

74 lines
1.9 KiB
XML

<atlas>
<map>
<map name="attributes">
<map name="bbox">
<list name="default">
<float>0.4</float>
<float>0.4</float>
<float>4</float>
</list>
<string name="visibility">public</string>
</map>
<map name="mass">
<float name="default">2000</float>
<string name="visibility">public</string>
</map>
</map>
<string name="id">gallows</string>
<string name="objtype">class</string>
<list name="parents">
<string>thing</string>
</list>
<map name="script">
<string name="language">python</string>
<string name="name">world.objects.tools.Gallows.Gallows</string>
</map>
</map>
<map>
<map name="attributes">
</map>
<string name="id">hangman</string>
<string name="objtype">class</string>
<list name="parents">
<string>character</string>
</list>
<map name="script">
<string name="language">python</string>
<string name="name">world.objects.characters.Hangman.Hangman</string>
</map>
</map>
<map>
<map name="attributes">
</map>
<string name="id">mayor</string>
<string name="objtype">class</string>
<list name="parents">
<string>character</string>
</list>
<map name="script">
<string name="language">python</string>
<string name="name">world.objects.characters.Mayor.Mayor</string>
</map>
</map>
<map>
<map name="attributes">
<map name="nature">
<string name="default">nature</string>
<string name="visibility">private</string>
</map>
</map>
<string name="id">villager</string>
<string name="objtype">class</string>
<list name="parents">
<string>mobile</string>
</list>
<map name="script">
<string name="language">python</string>
<string name="name">world.objects.characters.Villager.Villager</string>
</map>
</map>
</atlas>