StendhalRefactoringItemsBase: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Danter
imported>Danter
No edit summary
Line 2: Line 2:


This page is for the real implementation of new items for the upcoming big RP change.<br>
This page is for the real implementation of new items for the upcoming big RP change.<br>
<br>

It's mainly based on this old mail: <br>
https://sourceforge.net/mailarchive/message.php?msg_id=14523357 <br>
<br>
And the item list you can find here: <br>
[[StendhalRefactoringItems| StendhalRefactoringItems]] <br>
<br>
<br>


Line 73: Line 80:
= XML files =
= XML files =


== weapons.xml ==
== item_weapons.xml ==


<pre>
<pre>
Line 110: Line 117:
<type class="club" subclass="staff"/>
<type class="club" subclass="staff"/>
</item>
</item>
</pre>

== item_armors.xml ==

<pre>
<?xml version="1.0" encoding="ISO-8859-1"?>
</pre>

== item_misc.xml ==

<pre>
<?xml version="1.0" encoding="ISO-8859-1"?>
</pre>
</pre>