Here is the map with neutral values:

Actual map image:

Possible Small Map:

XML:
page 6
Updates:
wall should be good now
color bonuses changed: (red->gold)(gold->bullseye)
gold rings brightened
Moderator: Cartographers
Herakilla wrote:fireedud wrote:I'm not sure if this has been mentioned before, but all the targets are oriented at different angles; I'm pretty sure they should all be facing straight towards the archers.
they actually are oriented toward the archers, its just some are on the right side of the map, some on the left, some are closer, and some are farther away!
fireedud wrote:Herakilla wrote:fireedud wrote:I'm not sure if this has been mentioned before, but all the targets are oriented at different angles; I'm pretty sure they should all be facing straight towards the archers.
they actually are oriented toward the archers, its just some are on the right side of the map, some on the left, some are closer, and some are farther away!
everything but the 10 yard one looks too anglled.
Kaplowitz wrote:fireedud wrote:Herakilla wrote:fireedud wrote:I'm not sure if this has been mentioned before, but all the targets are oriented at different angles; I'm pretty sure they should all be facing straight towards the archers.
they actually are oriented toward the archers, its just some are on the right side of the map, some on the left, some are closer, and some are farther away!
everything but the 10 yard one looks too anglled.
...does it really matter that much?
Kaplowitz wrote:I want to add the decay to each of the targets but the only way i know how to do it is:
<bonus>-1</bonus>
and that doesnt autodeploy...or does it?
also can a territory have more than one bonus (one bonus, one auto-deploy) because all of the terits with decays already have a bonus tag.
Should i just take the decays out all together?
natty_dread wrote:I was wrong
gimil wrote:Kaplowitz wrote:I want to add the decay to each of the targets but the only way i know how to do it is:
<bonus>-1</bonus>
and that doesnt autodeploy...or does it?
also can a territory have more than one bonus (one bonus, one auto-deploy) because all of the terits with decays already have a bonus tag.
Should i just take the decays out all together?
decay is just auto deploy, all you do is add a "-" in front of the number.
<name>white at 40 yards</name>
<borders>
</borders>
<coordinates>
<smallx>386</smallx>
<smally>157</smally>
<largex>485</largex>
<largey>224</largey>
</coordinates>
<neutral>13</neutral>
<bonus>1</bonus> not auto deploy- do i make this its own continent?
<bonus>-1</bonus>auto deploy
</territory>
<?xml version="1.0"?>
<map>
<title>CC Archery</title>
<smallwidth>600</smallwidth>
<smallheight>450</smallheight>
<largewidth>800</largewidth>
<largeheight>600</largeheight>
<filetype>png</filetype>
<objective>
<name>Hold All Archers</name>
<components>
<territory>Archer 1</territory>
<territory>Archer 2</territory>
<territory>Archer 3</territory>
<territory>Archer 4</territory>
<territory>Archer 5</territory>
<territory>Archer 6</territory>
<territory>Archer 7</territory>
<territory>Archer 8</territory>
</components>
</objective>
<!--continents (duh)-->
<continent>
<name>the 10 yard target</name>
<bonus>5</bonus>
<components>
<territory>white at 10 yards</territory>
<territory>black at 10 yards</territory>
<territory>blue at 10 yards</territory>
<territory>gold at 10 yards</territory>
<territory>bullseye at 10 yards</territory>
</components>
</continent>
<continent>
<name>the 20 yard target</name>
<bonus>10</bonus>
<components>
<territory>white at 20 yards</territory>
<territory>black at 20 yards</territory>
<territory>blue at 20 yards</territory>
<territory>gold at 20 yards</territory>
<territory>bullseye at 20 yards</territory>
</components>
</continent>
<continent>
<name>the 30 yard target</name>
<bonus>15</bonus>
<components>
<territory>white at 30 yards</territory>
<territory>black at 30 yards</territory>
<territory>blue at 30 yards</territory>
<territory>gold at 30 yards</territory>
<territory>bullseye at 30 yards</territory>
</components>
</continent>
<continent>
<name>the 40 yard target</name>
<bonus>20</bonus>
<components>
<territory>white at 40 yards</territory>
<territory>black at 40 yards</territory>
<territory>blue at 40 yards</territory>
<territory>gold at 40 yards</territory>
<territory>bullseye at 40 yards</territory>
</components>
</continent>
<continent>
<name>Archer 1</name>
<bonus>17</bonus>
<components>
<territory>Archer 1</territory>
</components>
</continent>
<continent>
<name>Archer 2</name>
<bonus>17</bonus>
<components>
<territory>Archer 2</territory>
</components>
</continent>
<continent>
<name>Archer 3</name>
<bonus>17</bonus>
<components>
<territory>Archer 3</territory>
</components>
</continent>
<continent>
<name>Archer 4</name>
<bonus>17</bonus>
<components>
<territory>Archer 4</territory>
</components>
</continent>
<continent>
<name>Archer 5</name>
<bonus>17</bonus>
<components>
<territory>Archer 5</territory>
</components>
</continent>
<continent>
<name>Archer 6</name>
<bonus>17</bonus>
<components>
<territory>Archer 7</territory>
</components>
</continent>
<continent>
<name>Archer 8</name>
<bonus>17</bonus>
<components>
<territory>Archer 8</territory>
</components>
</continent>
<continent>
<name>white at 10 yards</name>
<bonus>1</bonus>
<components>
<territory>white at 10 yards</territory>
</components>
</continent>
<continent>
<name>white at 20 yards</name>
<bonus>1</bonus>
<components>
<territory>white at 20 yards</territory>
</components>
</continent>
<continent>
<name>white at 30 yards</name>
<bonus>1</bonus>
<components>
<territory>white at 30 yards</territory>
</components>
</continent>
<continent>
<name>white at 40 yards</name>
<bonus>1</bonus>
<components>
<territory>white at 40 yards</territory>
</components>
</continent>
<continent>
<name>black at 10 yards</name>
<bonus>2</bonus>
<components>
<territory>black at 10 yards</territory>
</components>
</continent>
<continent>
<name>black at 20 yards</name>
<bonus>2</bonus>
<components>
<territory>black at 20 yards</territory>
</components>
</continent>
<continent>
<name>black at 30 yards</name>
<bonus>2</bonus>
<components>
<territory>black at 30 yards</territory>
</components>
</continent>
<continent>
<name>black at 40 yards</name>
<bonus>2</bonus>
<components>
<territory>black at 40 yards</territory>
</components>
</continent>
<continent>
<name>blue at 10 yards</name>
<bonus>4</bonus>
<components>
<territory>blue at 10 yards</territory>
</components>
</continent>
<continent>
<name>blue at 20 yards</name>
<bonus>4</bonus>
<components>
<territory>blue at 20 yards</territory>
</components>
</continent>
<continent>
<name>blue at 30 yards</name>
<bonus>4</bonus>
<components>
<territory>blue at 30 yards</territory>
</components>
</continent>
<continent>
<name>blue at 40 yards</name>
<bonus>4</bonus>
<components>
<territory>blue at 40 yards</territory>
</components>
</continent>
<continent>
<name>gold at 10 yards</name>
<bonus>5</bonus>
<components>
<territory>gold at 10 yards</territory>
</components>
</continent>
<continent>
<name>gold at 20 yards</name>
<bonus>5</bonus>
<components>
<territory>gold at 20 yards</territory>
</components>
</continent>
<continent>
<name>gold at 30 yards</name>
<bonus>5</bonus>
<components>
<territory>gold at 30 yards</territory>
</components>
</continent>
<continent>
<name>gold at 40 yards</name>
<bonus>5</bonus>
<components>
<territory>gold at 40 yards</territory>
</components>
</continent>
<continent>
<name>bullseye at 10 yards</name>
<bonus>7</bonus>
<components>
<territory>bullseye at 10 yards</territory>
</components>
</continent>
<continent>
<name>bullseye at 20 yards</name>
<bonus>7</bonus>
<components>
<territory>bullseye at 20 yards</territory>
</components>
</continent>
<continent>
<name>bullseye at 30 yards</name>
<bonus>7</bonus>
<components>
<territory>bullseye at 30 yards</territory>
</components>
</continent>
<continent>
<name>bullseye at 40 yards</name>
<bonus>7</bonus>
<components>
<territory>bullseye at 40 yards</territory>
</components>
</continent>
<!--end continents-->
<!--territories-->
<territory>
<name>Archer 1</name>
<borders>
<border>white at 10 yards</border>
<border>black at 10 yards</border>
<border>blue at 10 yards</border>
<border>gold at 10 yards</border>
<border>bullseye at 10 yards</border>
<border>white at 20 yards</border>
<border>black at 20 yards</border>
<border>blue at 20 yards</border>
<border>gold at 20 yards</border>
<border>bullseye at 20 yards</border>
<border>white at 30 yards</border>
<border>black at 30 yards</border>
<border>blue at 30 yards</border>
<border>gold at 30 yards</border>
<border>bullseye at 30 yards</border>
<border>white at 40 yards</border>
<border>black at 40 yards</border>
<border>blue at 40 yards</border>
<border>gold at 40 yards</border>
<border>bullseye at 40 yards</border>
<border>wall</border>
</borders>
<coordinates>
<smallx>45</smallx>
<smally>422</smally>
<largex>55</largex>
<largey>615</largey>
</coordinates>
</territory>
<territory>
<name>Archer 2</name>
<borders>
<border>white at 10 yards</border>
<border>black at 10 yards</border>
<border>blue at 10 yards</border>
<border>gold at 10 yards</border>
<border>bullseye at 10 yards</border>
<border>white at 20 yards</border>
<border>black at 20 yards</border>
<border>blue at 20 yards</border>
<border>gold at 20 yards</border>
<border>bullseye at 20 yards</border>
<border>white at 30 yards</border>
<border>black at 30 yards</border>
<border>blue at 30 yards</border>
<border>gold at 30 yards</border>
<border>bullseye at 30 yards</border>
<border>white at 40 yards</border>
<border>black at 40 yards</border>
<border>blue at 40 yards</border>
<border>gold at 40 yards</border>
<border>bullseye at 40 yards</border>
<border>wall</border>
</borders>
<coordinates>
<smallx>123</smallx>
<smally>422</smally>
<largex>160</largex>
<largey>615</largey>
</coordinates>
</territory>
<territory>
<name>Archer 3</name>
<borders>
<border>white at 10 yards</border>
<border>black at 10 yards</border>
<border>blue at 10 yards</border>
<border>gold at 10 yards</border>
<border>bullseye at 10 yards</border>
<border>white at 20 yards</border>
<border>black at 20 yards</border>
<border>blue at 20 yards</border>
<border>gold at 20 yards</border>
<border>bullseye at 20 yards</border>
<border>white at 30 yards</border>
<border>black at 30 yards</border>
<border>blue at 30 yards</border>
<border>gold at 30 yards</border>
<border>bullseye at 30 yards</border>
<border>white at 40 yards</border>
<border>black at 40 yards</border>
<border>blue at 40 yards</border>
<border>gold at 40 yards</border>
<border>bullseye at 40 yards</border>
<border>wall</border>
</borders>
<coordinates>
<smallx>197</smallx>
<smally>422</smally>
<largex>258</largex>
<largey>615</largey>
</coordinates>
</territory>
<territory>
<name>Archer 4</name>
<borders>
<border>white at 10 yards</border>
<border>black at 10 yards</border>
<border>blue at 10 yards</border>
<border>gold at 10 yards</border>
<border>bullseye at 10 yards</border>
<border>white at 20 yards</border>
<border>black at 20 yards</border>
<border>blue at 20 yards</border>
<border>gold at 20 yards</border>
<border>bullseye at 20 yards</border>
<border>white at 30 yards</border>
<border>black at 30 yards</border>
<border>blue at 30 yards</border>
<border>gold at 30 yards</border>
<border>bullseye at 30 yards</border>
<border>white at 40 yards</border>
<border>black at 40 yards</border>
<border>blue at 40 yards</border>
<border>gold at 40 yards</border>
<border>bullseye at 40 yards</border>
<border>wall</border>
</borders>
<coordinates>
<smallx>268</smallx>
<smally>422</smally>
<largex>353</largex>
<largey>615</largey>
</coordinates>
</territory>
<territory>
<name>Archer 5</name>
<borders>
<border>white at 10 yards</border>
<border>black at 10 yards</border>
<border>blue at 10 yards</border>
<border>gold at 10 yards</border>
<border>bullseye at 10 yards</border>
<border>white at 20 yards</border>
<border>black at 20 yards</border>
<border>blue at 20 yards</border>
<border>gold at 20 yards</border>
<border>bullseye at 20 yards</border>
<border>white at 30 yards</border>
<border>black at 30 yards</border>
<border>blue at 30 yards</border>
<border>gold at 30 yards</border>
<border>bullseye at 30 yards</border>
<border>white at 40 yards</border>
<border>black at 40 yards</border>
<border>blue at 40 yards</border>
<border>gold at 40 yards</border>
<border>bullseye at 40 yards</border>
<border>wall</border>
</borders>
<coordinates>
<smallx>341</smallx>
<smally>422</smally>
<largex>450</largex>
<largey>615</largey>
</coordinates>
</territory>
<territory>
<name>Archer 6</name>
<borders>
<border>white at 10 yards</border>
<border>black at 10 yards</border>
<border>blue at 10 yards</border>
<border>gold at 10 yards</border>
<border>bullseye at 10 yards</border>
<border>white at 20 yards</border>
<border>black at 20 yards</border>
<border>blue at 20 yards</border>
<border>gold at 20 yards</border>
<border>bullseye at 20 yards</border>
<border>white at 30 yards</border>
<border>black at 30 yards</border>
<border>blue at 30 yards</border>
<border>gold at 30 yards</border>
<border>bullseye at 30 yards</border>
<border>white at 40 yards</border>
<border>black at 40 yards</border>
<border>blue at 40 yards</border>
<border>gold at 40 yards</border>
<border>bullseye at 40 yards</border>
<border>wall</border>
</borders>
<coordinates>
<smallx>414</smallx>
<smally>422</smally>
<largex>547</largex>
<largey>615</largey>
</coordinates>
</territory>
<territory>
<name>Archer 7</name>
<borders>
<border>white at 10 yards</border>
<border>black at 10 yards</border>
<border>blue at 10 yards</border>
<border>gold at 10 yards</border>
<border>bullseye at 10 yards</border>
<border>white at 20 yards</border>
<border>black at 20 yards</border>
<border>blue at 20 yards</border>
<border>gold at 20 yards</border>
<border>bullseye at 20 yards</border>
<border>white at 30 yards</border>
<border>black at 30 yards</border>
<border>blue at 30 yards</border>
<border>gold at 30 yards</border>
<border>bullseye at 30 yards</border>
<border>white at 40 yards</border>
<border>black at 40 yards</border>
<border>blue at 40 yards</border>
<border>gold at 40 yards</border>
<border>bullseye at 40 yards</border>
<border>wall</border>
</borders>
<coordinates>
<smallx>481</smallx>
<smally>422</smally>
<largex>637</largex>
<largey>615</largey>
</coordinates>
</territory>
<territory>
<name>Archer 8</name>
<borders>
<border>white at 10 yards</border>
<border>black at 10 yards</border>
<border>blue at 10 yards</border>
<border>gold at 10 yards</border>
<border>bullseye at 10 yards</border>
<border>white at 20 yards</border>
<border>black at 20 yards</border>
<border>blue at 20 yards</border>
<border>gold at 20 yards</border>
<border>bullseye at 20 yards</border>
<border>white at 30 yards</border>
<border>black at 30 yards</border>
<border>blue at 30 yards</border>
<border>gold at 30 yards</border>
<border>bullseye at 30 yards</border>
<border>white at 40 yards</border>
<border>black at 40 yards</border>
<border>blue at 40 yards</border>
<border>gold at 40 yards</border>
<border>bullseye at 40 yards</border>
<border>wall</border>
</borders>
<coordinates>
<smallx>554</smallx>
<smally>422</smally>
<largex>735</largex>
<largey>615</largey>
</coordinates>
</territory>
<territory>
<name>wall</name>
<borders>
<border>Archer 1</border>
<border>Archer 2</border>
<border>Archer 3</border>
<border>Archer 4</border>
<border>Archer 5</border>
<border>Archer 6</border>
<border>Archer 7</border>
<border>Archer 8</border>
</borders>
<coordinates>
<smallx>282</smallx>
<smally>387</smally>
<largex>369</largex>
<largey>536</largey>
</coordinates>
<neutral>150</neutral>
</territory>
<territory>
<name>white at 10 yards</name>
<borders>
</borders>
<coordinates>
<smallx>510</smallx>
<smally>359</smally>
<largex>678</largex>
<largey>494</largey>
</coordinates>
<neutral>5</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>black at 10 yards</name>
<borders>
</borders>
<coordinates>
<smallx>510</smallx>
<smally>388</smally>
<largex>678</largex>
<largey>472</largey>
</coordinates>
<neutral>7</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>blue at 10 yards</name>
<borders>
</borders>
<coordinates>
<smallx>510</smallx>
<smally>317</smally>
<largex>678</largex>
<largey>443</largey>
</coordinates>
<neutral>9</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>gold at 10 yards</name>
<borders>
</borders>
<coordinates>
<smallx>510</smallx>
<smally>296</smally>
<largex>678</largex>
<largey>415</largey>
</coordinates>
<neutral>11</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>bullseye at 10 yards</name>
<borders>
</borders>
<coordinates>
<smallx>510</smallx>
<smally>263</smally>
<largex>678</largex>
<largey>371</largey>
</coordinates>
<neutral>14</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>white at 20 yards</name>
<borders>
</borders>
<coordinates>
<smallx>249</smallx>
<smally>306</smally>
<largex>330</largex>
<largey>432</largey>
</coordinates>
<neutral>7</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>black at 20 yards</name>
<borders>
</borders>
<coordinates>
<smallx>249</smallx>
<smally>291</smally>
<largex>330</largex>
<largey>408</largey>
</coordinates>
<neutral>9</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>blue at 20 yards</name>
<borders>
</borders>
<coordinates>
<smallx>249</smallx>
<smally>273</smally>
<largex>330</largex>
<largey>385</largey>
</coordinates>
<neutral>11</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>gold at 20 yards</name>
<borders>
</borders>
<coordinates>
<smallx>249</smallx>
<smally>256</smally>
<largex>330</largex>
<largey>360</largey>
</coordinates>
<neutral>13</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>bullseye at 20 yards</name>
<borders>
</borders>
<coordinates>
<smallx>249</smallx>
<smally>306</smally>
<largex>330</largex>
<largey>324</largey>
</coordinates>
<neutral>16</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>white at 30 yards</name>
<borders>
</borders>
<coordinates>
<smallx>85</smallx>
<smally>207</smally>
<largex>107</largex>
<largey>300</largey>
</coordinates>
<neutral>9</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>black at 30 yards</name>
<borders>
</borders>
<coordinates>
<smallx>85</smallx>
<smally>195</smally>
<largex>107</largex>
<largey>281</largey>
</coordinates>
<neutral>11</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>blue at 30 yards</name>
<borders>
</borders>
<coordinates>
<smallx>85</smallx>
<smally>183</smally>
<largex>107</largex>
<largey>266</largey>
</coordinates>
<neutral>13</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>gold at 30 yards</name>
<borders>
</borders>
<coordinates>
<smallx>85</smallx>
<smally>169</smally>
<largex>107</largex>
<largey>247</largey>
</coordinates>
<neutral>15</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>bullseye at 30 yards</name>
<borders>
</borders>
<coordinates>
<smallx>85</smallx>
<smally>147</smally>
<largex>107</largex>
<largey>217</largey>
</coordinates>
<neutral>18</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>white at 40 yards</name>
<borders>
</borders>
<coordinates>
<smallx>386</smallx>
<smally>157</smally>
<largex>485</largex>
<largey>224</largey>
</coordinates>
<neutral>13</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>black at 40 yards</name>
<borders>
</borders>
<coordinates>
<smallx>397</smallx>
<smally>145</smally>
<largex>503</largex>
<largey>216</largey>
</coordinates>
<neutral>15</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>blue at 40 yards</name>
<borders>
</borders>
<coordinates>
<smallx>405</smallx>
<smally>129</smally>
<largex>529</largex>
<largey>201</largey>
</coordinates>
<neutral>17</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>gold at 40 yards</name>
<borders>
</borders>
<coordinates>
<smallx>401</smallx>
<smally>113</smally>
<largex>527</largex>
<largey>184</largey>
</coordinates>
<neutral>19</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>bullseye at 40 yards</name>
<borders>
</borders>
<coordinates>
<smallx>385</smallx>
<smally>113</smally>
<largex>509</largex>
<largey>174</largey>
</coordinates>
<neutral>22</neutral>
<bonus>-1</bonus>
</territory>
</map>
Kaplowitz wrote:Yep, huge bonuses- i think it would be fun.
Thats why there is a 150 neutral on the wall-- some people are going to grab all the bullseyes, some will go for targets-- some will sit on their archers and try to take the wall while no one's looking.
If i take the target bonus out, no one will go for the smaller bonus, only the bullseye. Also no one will go for the farther targets b/c there would be no point.
DiM wrote:the map is full of weird graphic bugs:
- stars aren't centered
- borders inside the targets are pixelated
- colours inside the targets blend into one another very poorly because of the excessive use of the blur tool
- above the gold word there's a weird blue line
- same bellow "each archer: 17" or bellow word "bonuses" in top right
- the notes in bottom left change from gray to bright white
- the wall has a skewed line to the right of the image. please make it straight.
- word "wall" is not centered
- smilies aren't perfectly centered and aligned
- A1-A8 aren't aligned
btw where's the background from? cause i know you didn't create it. does it have copyright?
Return to Melting Pot: Map Ideas
Users browsing this forum: No registered users