StendhalRefactoringItemsBase: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Danter
imported>Neoneurone
No edit summary
 
(38 intermediate revisions by 2 users not shown)
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>
http://sourceforge.net/mailarchive/message.php?msg_name=BAY109-F16CCC644C8D2FE1F3D0489B11D0%40phx.gbl <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 82: Line 89:
<item name="Rusty_Copper_Knife">
<item name="Rusty_Copper_Knife">
<type class="sword" subclass="knife"/>
<type class="sword" subclass="knife"/>
<description>You see a rusty copper knife which looks capable of making little damage.</description>
<description>You see a rusty copper knife which looks capable of making little damage, and to some degree damage yourself.</description>
<attributes>
<quality value="rusty"/>
<material value="copper"/>
</attributes>
</item>
</item>


<item name="Worn_Copper_Knife">
<item name="Worn_Copper_Knife">
<type class="sword" subclass="knife"/>
<type class="sword" subclass="knife"/>
<attributes>
<quality value="worn"/>
<material value="copper"/>
</attributes>
</item>
</item>


Line 95: Line 110:
<item name="Rusty_Copper_Adze">
<item name="Rusty_Copper_Adze">
<type class="axe" subclass="small_axe"/>
<type class="axe" subclass="small_axe"/>
<attributes>
<quality value="rusty"/>
<material value="copper"/>
</attributes>
</item>
</item>
<item name="Worn_Copper_Adze">
<item name="Worn_Copper_Adze">
<type class="axe" subclass="small_axe"/>
<type class="axe" subclass="small_axe"/>
<attributes>
<quality value="worn"/>
<material value="copper"/>
</attributes>
</item>
</item>


Line 104: Line 127:


<item name="Cracked_Wooden_Pole">
<item name="Cracked_Wooden_Pole">
<type class="club" subclass="staff"/>
<type class="club" subclass="staff"/>
<attributes>
<quality value="cracked"/>
<material value="wood"/>
</attributes>
</item>
</item>


<item name="Worn_Wooden_Pole">
<item name="Worn_Wooden_Pole">
<type class="club" subclass="staff"/>
<type class="club" subclass="staff"/>
<attributes>
<quality value="worn"/>
<material value="wood"/>
</attributes>
</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>

== item_materials.xml ==

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


Line 115: Line 164:
[[StendhalRefactoring| Back to stendhal refactoring page]] <br>
[[StendhalRefactoring| Back to stendhal refactoring page]] <br>
[[Stendhal | Back to Stendhal main wiki page]] <br>
[[Stendhal | Back to Stendhal main wiki page]] <br>

[[Category:Development]]