<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<?xml-stylesheet type="text/xsl" href="./styles/heroscribe.iconpack.en.xsl"?>
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="./styles/howto-v1.0.0.xsd">
	<header>
		<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>

		<title lang="en">Castle Arts Icon Pack by Derfel Link</title>

		<description lang="en">Barrel, Crane, Gold Pile, Vase</description>

		<author-notes lang="en">*If you wish to install multiple icons packs onto the same HeroScribe installation, we recommend adding the All-in-One Icon Pack to a fresh install of HeroScribe.*
		Derfel Link would like to thank Yon. The miniatures these icons are based on are copyright 2011 Castle Art's. All rights reserved. Any reference to existing copyrighted material is done without profit, and is not intended as a challenge to the rights of the copyright owner</author-notes>

		<instructions-by lang="en">drathe. Adapted from phpBB ModX.</instructions-by>

		<author-group>
			<author>
				<username>Derfel Link</username>
				<email>derfel@heroscribe.org</email>
				<homepage>http://www.heroscribe.org/</homepage>
      		<contributions-group>
      		  <contributions status="current" position="Revised Icons: Barrel, Crane, Gold Pile, Vase"/>
      		  <contributions status="current" position="Adapted Icons For HeroScribe"/>
      		</contributions-group>
			</author>
		</author-group>

		<mod-version>1.0.0</mod-version>

		<installation>
			<target-version>1.0pre1</target-version>
		</installation>

		<history>
			<entry>
				<date>2012-07-09</date>
				<rev-version>1.0.0</rev-version>
				<changelog lang="en">
					<change>Icon Pack released</change>
				</changelog>
			</entry>
		</history>
	</header>

	<action-group>

		<copy>
			<file from="Icon Pack\Icons\Raster\Europe\CastleArts\*all .png files" to="HeroScribe folder\Icons\Raster\Europe\CastleArts\*all .png files" />
			<file from="Icon Pack\Icons\Raster\USA\CastleArts\*all .png files" to="HeroScribe folder\Icons\Raster\USA\CastleArts\*all .png files" />
			<file from="Icon Pack\Icons\Sample\Europe\CastleArts\*all .png files" to="HeroScribe folder\Icons\Sample\Europe\CastleArts\*all .png files" />
			<file from="Icon Pack\Icons\Sample\USA\CastleArts\*all .png files" to="HeroScribe folder\Icons\Sample\USA\CastleArts\*all .png files" />
			<file from="Icon Pack\Icons\Vector\Europe\CastleArts\*all .eps.gz files" to="HeroScribe folder\Icons\Vector\Europe\CastleArts\*all .eps.gz files" />
			<file from="Icon Pack\Icons\Vector\USA\CastleArts\*all .eps.gz files" to="HeroScribe folder\Icons\Vector\USA\CastleArts\*all .eps.gz files" />
			<file from="Icon Pack\Readme.html" to="HeroScribe folder" />
			<file from="Icon Pack\Objects.html" to="HeroScribe folder *Skip this step if you've installed previous Icon Packs. Follow this step only if this is your first Icon Pack install." />
			<file from="Icon Pack\Objects.xml" to="HeroScribe folder *Skip this step if you've installed previous Icon Packs and continue to the instructions below. Follow this step only if this is your first Icon Pack install, now you're finished and ready to go, ingore the instructions below*" />
		</copy>
	
		<open src="Objects.xml">
			<edit>
				<comment lang="en">Follow the steps below by using a text editor such as Notepad++ to open and edit the .xml file. When adding new code, ensure you paste the new code on a new line.</comment>
				<find><![CDATA[<kind id="monster" name="Monsters" />]]></find>
				<action type="after-add"><![CDATA[<kind id="azraelmonster" name="Azrael Monsters" />]]></action>
			</edit>
			<edit>
				<find><![CDATA[</objectList>]]></find>
				<action type="before-add"><![CDATA[<object name="Barrel" id="Barrel" width="1" height="1" kind="castlearts" zorder="-5.0">
<icon region="Europe" path="Europe/CastleArts/CastleArts.Barrel_EU" original="false"/>
<icon region="USA" path="USA/CastleArts/CastleArts.Barrel_US" original="false"/>
<note>
There is no Barrel icon in any official HeroQuest release. This one was created by Derfel Link.
The miniature this icon was based on is copyright 2011 Castle Art's. All rights reserved.
Any reference to existing copyrighted material is done without profit, and is not intended as a challenge to the rights of any copyright owner.
</note>
</object>

<object name="Crane" id="Crane" width="1" height="1" kind="castlearts" zorder="-5.0">
<icon region="Europe" path="Europe/CastleArts/CastleArts.Crane_EU" original="false"/>
<icon region="USA" path="USA/CastleArts/CastleArts.Crane_US" original="false"/>
<note>
There is no Crane icon in any official HeroQuest release. This one was created by Derfel Link.
The miniature this icon was based on is copyright 2011 Castle Art's. All rights reserved.
Any reference to existing copyrighted material is done without profit, and is not intended as a challenge to the rights of any copyright owner.
</note>
</object>

<object name="Gold Pile (Castle Art's')" id="CastleArtsGoldPile" width="1" height="1" kind="castlearts" zorder="-5.0">
<icon region="Europe" path="Europe/CastleArts/CastleArts.GoldPile_EU" original="false"/>
<icon region="USA" path="USA/CastleArts/CastleArts.GoldPile_US" original="false"/>
<note>
There is no Gold Pile icon in any official HeroQuest release. This one was created by Derfel Link.
The miniature this icon was based on is copyright 2011 Castle Art's. All rights reserved.
Any reference to existing copyrighted material is done without profit, and is not intended as a challenge to the rights of any copyright owner.
</note>
</object>

<object name="Vase" id="Vase" width="1" height="1" kind="castlearts" zorder="-5.0">
<icon region="Europe" path="Europe/CastleArts/CastleArts.Vase_EU" original="false"/>
<icon region="USA" path="USA/CastleArts/CastleArts.Vase_US" original="false"/>
<note>
There is no Vase icon in any official HeroQuest release. This one was created by Derfel Link.
The miniature this icon was based on is copyright 2011 Castle Art's. All rights reserved.
Any reference to existing copyrighted material is done without profit, and is not intended as a challenge to the rights of any copyright owner.
</note>
</object>

]]></action>
			</edit>
		</open>
		<open src="Objects.html">
			<edit>
				<comment lang="en">At roughly line 13, you will see the beginning of the categories section. In that line there is a section with (totalling 141 objects). The number of objects may differ depending on the number of Icon Packs you may have already added to HeroScribe. The number of objects will need to be changed depending on the number of icons you are adding to HeroScribe from this Icon Pack. Increase the total by the number of icons included in this Icon Pack.</comment>
				<find><![CDATA[<a href="#kind_monster">Monsters</a> (21)]]></find>
				<action type="after-add"><![CDATA[ - 
<a href="#kind_castlearts">Castle Art's</a> (4)
]]></action>
			</edit>
			<edit>
				<find><![CDATA[<tr><td align="left"><i><a name="object_WanderingMonster">Wandering Monster</a></i> <tt><br><b>WanderingMonster</b><br>Width 1, Height 1<br>ZOrder -5.0</tt></td>
<td align="center"><img src="Icons/Sample/Europe/NonOriginal/TheFrozenHorror.WanderingMonster_EU.png" alt="European Wandering Monster"><br>&nbsp;<tt>non original</tt>&nbsp;</td>
<td align="center"><img src="Icons/Sample/USA/TheFrozenHorror/TheFrozenHorror.WanderingMonster_US.png" alt="American Wandering Monster"><br>&nbsp;</td></tr>

</table>
<hr>

]]></find>
				<action type="after-add"><![CDATA[<table align="center" border="1">

<tr><td colspan="3" align="center"><b><a name="kind_castlearts" href="#categories">Castle Art's</a></b></td></tr>

<tr><td>Description</td><td align="center">Europe</td><td align="center">USA</td></tr>

<tr><td align="left"><i><a name="object_Barrel">Barrel</a></i> <tt><i>(<a href="#note_Barrel">note</a>)</i><br><b>Barrel</b><br>Width 1, Height 1<br>ZOrder -5.0</tt></td>
<td align="center"><img src="Icons/Sample/Europe/CastleArts/CastleArts.Barrel_EU.png" alt="European Barrel"><br>&nbsp;<tt>non original</tt>&nbsp;</td>
<td align="center"><img src="Icons/Sample/USA/CastleArts/CastleArts.Barrel_US.png" alt="American Barrel"><br>&nbsp;<tt>non original</tt>&nbsp;</td></tr>

<tr><td align="left"><i><a name="object_Crane">Crane</a></i> <tt><i>(<a href="#note_Crane">note</a>)</i><br><b>Crane</b><br>Width 1, Height 1<br>ZOrder -5.0</tt></td>
<td align="center"><img src="Icons/Sample/Europe/CastleArts/CastleArts.Crane_EU.png" alt="European Crane"><br>&nbsp;<tt>non original</tt>&nbsp;</td>
<td align="center"><img src="Icons/Sample/USA/CastleArts/CastleArts.Crane_US.png" alt="American Crane"><br>&nbsp;<tt>non original</tt>&nbsp;</td></tr>

<tr><td align="left"><i><a name="object_CastleArtsGoldPile">Gold Pile (Castle Art's')</a></i> <tt><i>(<a href="#note_CastleArtsGoldPile">note</a>)</i><br><b>CastleArtsGoldPile</b><br>Width 1, Height 1<br>ZOrder -5.0</tt></td>
<td align="center"><img src="Icons/Sample/Europe/CastleArts/CastleArts.GoldPile_EU.png" alt="European Gold Pile (Castle Art's')"><br>&nbsp;<tt>non original</tt>&nbsp;</td>
<td align="center"><img src="Icons/Sample/USA/CastleArts/CastleArts.GoldPile_US.png" alt="American Gold Pile (Castle Art's')"><br>&nbsp;<tt>non original</tt>&nbsp;</td></tr>

<tr><td align="left"><i><a name="object_Vase">Vase</a></i> <tt><i>(<a href="#note_Vase">note</a>)</i><br><b>Vase</b><br>Width 1, Height 1<br>ZOrder -5.0</tt></td>
<td align="center"><img src="Icons/Sample/Europe/CastleArts/CastleArts.Vase_EU.png" alt="European Vase"><br>&nbsp;<tt>non original</tt>&nbsp;</td>
<td align="center"><img src="Icons/Sample/USA/CastleArts/CastleArts.Vase_US.png" alt="American Vase"><br>&nbsp;<tt>non original</tt>&nbsp;</td></tr>

</table>
<hr>

]]></action>
			</edit>
			<edit>
				<comment lang="en">This install file refers only to the code found in the original HeroScribe package which lists this section of the code alphabetically by monster name. If you have already installed one or more Icon Pack(s), you may wish to rearrange each line in your file once you've completed the below changes so that the monster names will list alphabetically.</comment>
				<find><![CDATA[<h4><a name="note_DoorTrap" href="#object_DoorTrap">Door with Trap</a></h4><p>Use this icon if the door contains a trap, so it'll be shown with orange background in an american map.</p><hr>
]]></find>
				<action type="before-add"><![CDATA[<h4><a name="note_Barrel" href="#object_Barrel">Barrel</a></h4><p>There is no Barrel icon in any official HeroQuest release. This one was created by Derfel Link.<br>The miniature this icon was based on is copyright 2011 Castle Art's. All rights reserved.<br>Any reference to existing copyrighted material is done without profit, and is not intended as a challenge to the rights of any copyright owner.</p><hr>

<h4><a name="note_Crane" href="#object_Crane">Crane</a></h4><p>There is no Crane icon in any official HeroQuest release. This one was created by Derfel Link.<br>The miniature this icon was based on is copyright 2011 Castle Art's. All rights reserved.<br>Any reference to existing copyrighted material is done without profit, and is not intended as a challenge to the rights of any copyright owner.</p><hr>

]]></action>
			</edit>
			<edit>
				<find><![CDATA[<h4><a name="note_DwarvenForge" href="#object_DwarvenForge">Dwarven Forge / Weapons Forge</a></h4><p>"Dwarven Forge" is the european name, "Weapons Forge" is the american one.</p><hr>
]]></find>
				<action type="after-add"><![CDATA[
<h4><a name="note_CastleArtsGoldPile" href="#object_CastleArtsGoldPile">Gold Pile (Castle Art's')</a></h4><p>There is no Gold Pile icon in any official HeroQuest release. This one was created by Derfel Link.<br>The miniature this icon was based on is copyright 2011 Castle Art's. All rights reserved.<br>Any reference to existing copyrighted material is done without profit, and is not intended as a challenge to the rights of any copyright owner.</p><hr>
]]></action>
			</edit>
			<edit>
				<find><![CDATA[<h4><a name="note_TreasureChestTrap" href="#object_TreasureChestTrap">Treasure Chest with Trap</a></h4><p>Use this icon if the chest contains a trap, so it'll be shown with orange background in an american map.</p><hr>
]]></find>
				<action type="after-add"><![CDATA[
<h4><a name="note_Vase" href="#object_Vase">Vase</a></h4><p>There is no Vase icon in any official HeroQuest release. This one was created by Derfel Link.<br>The miniature this icon was based on is copyright 2011 Castle Art's. All rights reserved.<br>Any reference to existing copyrighted material is done without profit, and is not intended as a challenge to the rights of any copyright owner.</p><hr>
]]></action>
			</edit>
		</open>

	</action-group>
</mod>
