StendhalRefactoringItemsBase: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Danter
imported>Neoneurone
No edit summary
 
(23 intermediate revisions by 2 users not shown)
Line 5: Line 5:


It's mainly based on this old mail: <br>
It's mainly based on this old mail: <br>
https://sourceforge.net/mailarchive/message.php?msg_id=14523357 <br>
http://sourceforge.net/mailarchive/message.php?msg_name=BAY109-F16CCC644C8D2FE1F3D0489B11D0%40phx.gbl <br>
<br>
<br>
And the item list you can find here: <br>
And the item list you can find here: <br>
Line 89: 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 102: 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 112: Line 128:
<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>
</pre>
Line 126: Line 150:


== item_misc.xml ==
== item_misc.xml ==

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

== item_materials.xml ==


<pre>
<pre>
Line 134: 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]]