This is the third map for the Blackhook Spiral zone set. The map works for the solo and heroic dungeon Corrupted Caldera. It also works for the second Spiral raid zone, Spiritual Terror. Finally, it extends the existing map-set for the Spiral of Vul contested zone.
For the contested zone, the three images mostly play nice, except for one spot near the entrance. The subzone "_2" fixes that portion. Otherwise, the availablepriority handles the layering appropriately.
Also, I mixed up the display names for the contested zone when I first uploaded it. ID "_0" should have the name "Fort Vul", while ID "_1" should have the name "Sullen Sanctuary".
Code:
<ImageStyle Name="exp21_dun_blackhook_contested_0" displayname="Spiral of Vul (Fort Vul)" zonerect="-387, -947, 590, -285" availablepriority="1">
<ImageFrame Source="images/maps/map_exp21_dun_blackhook_02.dds" SourceRect="0,0,1506,1024" />
</ImageStyle>
<ImageStyle Name="exp21_dun_blackhook_contested_1" displayname="Spiral of Vul (Sullen Sanctuary)" zonerect="-660, -413, 13, 515" availablepriority="4">
<ImageFrame Source="images/maps/map_exp21_dun_blackhook_01.dds" SourceRect="0,0,1024,1411" />
</ImageStyle>
<ImageStyle Name="exp21_dun_blackhook_contested_2" displayname="Spiral of Vul (Sullen Sanctuary)" zonerect="-660, -413, 13, 515" availablepriority="2" availablerect="-199, 270, 13, 415">
<ImageFrame Source="images/maps/map_exp21_dun_blackhook_01.dds" SourceRect="0,0,1024,1411" />
</ImageStyle>
<ImageStyle Name="exp21_dun_blackhook_contested_3" displayname="Spiral of Vul (Vuldor)" zonerect="-199, -200, 637, 415" availablepriority="3">
<ImageFrame Source="images/maps/map_exp21_dun_blackhook_03.dds" SourceRect="0,0,1390,1024" />
</ImageStyle>
<ImageStyle Name="exp21_dun_blackhook_03" displayname="Blackhook Spiral: Corrupted Caldera" zonerect="-199, -200, 637, 415">
<ImageFrame Source="images/maps/map_exp21_dun_blackhook_03.dds" SourceRect="0,0,1390,1024" />
</ImageStyle>
<ImageStyle Name="exp21_dun_blackhook_raid_02" displayname="Blackhook Spiral: Spiritual Terror [Raid]" zonerect="-199, -200, 637, 415">
<ImageFrame Source="images/maps/map_exp21_dun_blackhook_03.dds" SourceRect="0,0,1390,1024" />
</ImageStyle>