Moderator: Cartographers
yeti_c wrote:You may need to change your continents...
Anything that was written <component> is now <territory>
Note you can also use <continent> in your components if your logic needs it!!
C.
<continent>
<name>Silver</name>
<bonus>2</bonus>
<components>
<component>Profile</component>
<component>Rank</component>
<component>Grey Card</component>
</components>
</continent>
<continent>
<name>Silver</name>
<bonus>2</bonus>
<territories>
<territory>Profile</territory>
<territory>Rank</territory>
<territory>Grey Card</territory>
</territories>
</continent>
Gilligan wrote:I get it. It's basically changing it from:
- Code: Select all
<continent>
<name>Silver</name>
<bonus>2</bonus>
<components>
<component>Profile</component>
<component>Rank</component>
<component>Grey Card</component>
</components>
</continent>
To:
- Code: Select all
<continent>
<name>Silver</name>
<bonus>2</bonus>
<territories>
<territory>Profile</territory>
<territory>Rank</territory>
<territory>Grey Card</territory>
</territories>
</continent>
Correct Yeti? I'll get that change up this weekend. Pretty sure it only affects bonuses, if someone can confirm me on that...
And where is Bad Speler?
<components> tags dont get replaced just <component> tags.Gilligan wrote:I get it. It's basically changing it from:
- Code: Select all
<continent>
<name>Silver</name>
<bonus>2</bonus>
<components>
<component>Profile</component>
<component>Rank</component>
<component>Grey Card</component>
</components>
</continent>
To:
- Code: Select all
<continent>
<name>Silver</name>
<bonus>2</bonus>
<territories>
<territory>Profile</territory>
<territory>Rank</territory>
<territory>Grey Card</territory>
</territories>
</continent>
Correct Yeti? I'll get that change up this weekend. Pretty sure it only affects bonuses, if someone can confirm me on that...
And where is Bad Speler?
natty_dread wrote:I was wrong
gimil wrote:<components> tags dont get replaced just <component> tags.Gilligan wrote:I get it. It's basically changing it from:
- Code: Select all
<continent>
<name>Silver</name>
<bonus>2</bonus>
<components>
<component>Profile</component>
<component>Rank</component>
<component>Grey Card</component>
</components>
</continent>
To:
- Code: Select all
<continent>
<name>Silver</name>
<bonus>2</bonus>
<territories>
<territory>Profile</territory>
<territory>Rank</territory>
<territory>Grey Card</territory>
</territories>
</continent>
Correct Yeti? I'll get that change up this weekend. Pretty sure it only affects bonuses, if someone can confirm me on that...
And where is Bad Speler?
<map>
<title>Conqueropoly</title>
<smallwidth>600</smallwidth>
<smallheight>491</smallheight>
<largewidth>800</largewidth>
<largeheight>654</largeheight>
<filetype>png</filetype>
<continent>
<name>Silver</name>
<bonus>2</bonus>
<components>
<territory>Profile</territory>
<territory>Rank</territory>
<territory>Silver Card</territory>
</components>
</continent>
<continent>
<name>Blue</name>
<bonus>2</bonus>
<components>
<territory>Scoreboard</territory>
<territory>Score</territory>
<territory>Feedback</territory>
<territory>Blue Die</territory>
<territory>Blue Battleship</territory>
</components>
</continent>
<continent>
<name>Orange</name>
<bonus>2</bonus>
<components>
<territory>Assassin</territory>
<territory>Terminator</territory>
<territory>Fog of War</territory>
<territory>Orange Battleship</territory>
<territory>Web Hosting</territory>
</components>
</continent>
<continent>
<name>Purple</name>
<bonus>2</bonus>
<components>
<territory>Private Messaging</territory>
<territory>Ignore List</territory>
<territory>Account Name</territory>
<territory>Purple Card</territory>
</components>
</continent>
<continent>
<name>Red</name>
<bonus>3</bonus>
<components>
<territory>Cartos</territory>
<territory>Tourney Directors</territory>
<territory>Hunters</territory>
<territory>Red Die</territory>
<territory>Red Battleship</territory>
</components>
</continent>
<continent>
<name>Green</name>
<bonus>3</bonus>
<components>
<territory>Help</territory>
<territory>Rules</territory>
<territory>Instructions</territory>
<territory>Advertising</territory>
</components>
</continent>
<continent>
<name>Pink</name>
<bonus>4</bonus>
<components>
<territory>Map Foundry</territory>
<territory>Flame Wars</territory>
<territory>General Discussion</territory>
<territory>Pink Card</territory>
<territory>Pink Die</territory>
<territory>Pink Battleship</territory>
</components>
</continent>
<continent>
<name>Turquoise</name>
<bonus>4</bonus>
<components>
<territory>Mods</territory>
<territory>Shop Purchase</territory>
<territory>Admins</territory>
</components>
</continent>
<continent>
<name>Deadbeat</name>
<bonus>-1</bonus>
<components>
<territory>Deadbeat</territory>
</components>
</continent>
<continent>
<name>Cards and Cards Deck</name>
<bonus>3</bonus>
<components>
<territory>Silver Card</territory>
<territory>Purple Card</territory>
<territory>Pink Card</territory>
<territory>Cards Deck</territory>
</components>
</continent>
<continent>
<name>Dice and Dice Deck</name>
<bonus>3</bonus>
<components>
<territory>Blue Die</territory>
<territory>Red Die</territory>
<territory>Pink Die</territory>
<territory>Dice Deck</territory>
</components>
</continent>
<continent>
<name>Corners</name>
<bonus>3</bonus>
<components>
<territory>CC</territory>
<territory>Multis</territory>
<territory>Free Army</territory>
<territory>Attack Multis</territory>
</components>
</continent>
<continent>
<name>2 Battleships</name>
<bonus>1</bonus>
<components>
<territory>Blue Battleship</territory>
<territory>Orange Battleship</territory>
<territory>Red Battleship</territory>
<territory>Pink Battleship</territory>
</components>
<required>2</required>
</continent>
<continent>
<name>3 Battleships</name>
<bonus>3</bonus>
<components>
<territory>Blue Battleship</territory>
<territory>Orange Battleship</territory>
<territory>Red Battleship</territory>
<territory>Pink Battleship</territory>
</components>
<required>3</required>
<overrides>
<override>2 Battleships</override>
</overrides>
</continent>
<continent>
<name>4 Battleships</name>
<bonus>5</bonus>
<components>
<territory>Blue Battleship</territory>
<territory>Orange Battleship</territory>
<territory>Red Battleship</territory>
<territory>Pink Battleship</territory>
</components>
<overrides>
<override>2 Battleships</override>
<override>3 Battleships</override>
</overrides>
</continent>
<territory>
<name>CC</name>
<borders>
<border>Profile</border>
<border>Admins</border>
</borders>
<coordinates>
<smallx>452</smallx>
<smally>503</smally>
<largex>628</largex>
<largey>654</largey>
</coordinates>
</territory>
<territory>
<name>Profile</name>
<borders>
<border>CC</border>
<border>Silver Card</border>
</borders>
<coordinates>
<smallx>398</smallx>
<smally>503</smally>
<largex>535</largex>
<largey>654</largey>
</coordinates>
</territory>
<territory>
<name>Silver Card</name>
<borders>
<border>Profile</border>
<border>Rank</border>
<border>Cards Deck</border>
</borders>
<coordinates>
<smallx>360</smallx>
<smally>503</smally>
<largex>482</largex>
<largey>654</largey>
</coordinates>
</territory>
<territory>
<name>Rank</name>
<borders>
<border>Silver Card</border>
<border>Deadbeat</border>
</borders>
<coordinates>
<smallx>319</smallx>
<smally>503</smally>
<largex>429</largex>
<largey>654</largey>
</coordinates>
</territory>
<territory>
<name>Deadbeat</name>
<borders>
<border>Blue Battleship</border>
<border>Rank</border>
<border>Web Hosting</border>
<border>Advertising</border>
<border>Shop Purchase</border>
</borders>
<coordinates>
<smallx>281</smallx>
<smally>503</smally>
<largex>375</largex>
<largey>654</largey>
</coordinates>
<neutral>1</neutral>
</territory>
<territory>
<name>Blue Battleship</name>
<borders>
<border>Orange Battleship</border>
<border>Red Battleship</border>
<border>Pink Battleship</border>
<border>Deadbeat</border>
<border>Scoreboard</border>
</borders>
<coordinates>
<smallx>241</smallx>
<smally>503</smally>
<largex>321</largex>
<largey>654</largey>
</coordinates>
<neutral>2</neutral>
</territory>
<territory>
<name>Scoreboard</name>
<borders>
<border>Blue Battleship</border>
<border>Blue Die</border>
</borders>
<coordinates>
<smallx>201</smallx>
<smally>503</smally>
<largex>270</largex>
<largey>654</largey>
</coordinates>
</territory>
<territory>
<name>Blue Die</name>
<borders>
<border>Scoreboard</border>
<border>Score</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx>162</smallx>
<smally>503</smally>
<largex>216</largex>
<largey>654</largey>
</coordinates>
</territory>
<territory>
<name>Score</name>
<borders>
<border>Blue Die</border>
<border>Feedback</border>
</borders>
<coordinates>
<smallx>123</smallx>
<smally>503</smally>
<largex>165</largex>
<largey>654</largey>
</coordinates>
</territory>
<territory>
<name>Feedback</name>
<borders>
<border>Score</border>
</borders>
<coordinates>
<smallx>84</smallx>
<smally>503</smally>
<largex>113</largex>
<largey>654</largey>
</coordinates>
</territory>
<territory>
<name>Multis</name>
<borders>
</borders>
<coordinates>
<smallx>27</smallx>
<smally>503</smally>
<largex>19</largex>
<largey>654</largey>
</coordinates>
</territory>
<territory>
<name>Assassin</name>
<borders>
<border>Web Hosting</border>
</borders>
<coordinates>
<smallx>27</smallx>
<smally>435</smally>
<largex>19</largex>
<largey>564</largey>
</coordinates>
</territory>
<territory>
<name>Web Hosting</name>
<borders>
<border>Assassin</border>
<border>Terminator</border>
<border>Deadbeat</border>
<border>Advertising</border>
<border>Shop Purchase</border>
</borders>
<coordinates>
<smallx>27</smallx>
<smally>398</smally>
<largex>19</largex>
<largey>511</largey>
</coordinates>
</territory>
<territory>
<name>Terminator</name>
<borders>
<border>Web Hosting</border>
<border>Fog of War</border>
</borders>
<coordinates>
<smallx>27</smallx>
<smally>355</smally>
<largex>19</largex>
<largey>456</largey>
</coordinates>
</territory>
<territory>
<name>Fog of War</name>
<borders>
<border>Terminator</border>
<border>Orange Battleship</border>
</borders>
<coordinates>
<smallx>27</smallx>
<smally>316</smally>
<largex>19</largex>
<largey>406</largey>
</coordinates>
</territory>
<territory>
<name>Orange Battleship</name>
<borders>
<border>Blue Battleship</border>
<border>Red Battleship</border>
<border>Pink Battleship</border>
<border>Fog of War</border>
<border>Private Messaging</border>
</borders>
<coordinates>
<smallx>27</smallx>
<smally>277</smally>
<largex>19</largex>
<largey>351</largey>
</coordinates>
<neutral>2</neutral>
</territory>
<territory>
<name>Private Messaging</name>
<borders>
<border>OrangeBattleship</border>
<border>Purple Card</border>
</borders>
<coordinates>
<smallx>27</smallx>
<smally>239</smally>
<largex>19</largex>
<largey>299</largey>
</coordinates>
</territory>
<territory>
<name>Purple Card</name>
<borders>
<border>Private Messaging</border>
<border>Ignore List</border>
<border>Cards Deck</border>
</borders>
<coordinates>
<smallx>27</smallx>
<smally>199</smally>
<largex>19</largex>
<largey>245</largey>
</coordinates>
</territory>
<territory>
<name>Ignore List</name>
<borders>
<border>Purple Card</border>
<border>Account Name</border>
</borders>
<coordinates>
<smallx>27</smallx>
<smally>156</smally>
<largex>19</largex>
<largey>194</largey>
</coordinates>
</territory>
<territory>
<name>Account Name</name>
<borders>
<border>Ignore List</border>
<border>Free Army</border>
</borders>
<coordinates>
<smallx>27</smallx>
<smally>121</smally>
<largex>19</largex>
<largey>141</largey>
</coordinates>
</territory>
<territory>
<name>Free Army</name>
<borders>
<border>Account Name</border>
<border>Cartos</border>
</borders>
<coordinates>
<smallx>27</smallx>
<smally>35</smally>
<largex>19</largex>
<largey>45</largey>
</coordinates>
<neutral>3</neutral>
<bonus>1</bonus>
</territory>
<territory>
<name>Cartos</name>
<borders>
<border>Free Army</border>
<border>Red Die</border>
</borders>
<coordinates>
<smallx>82</smallx>
<smally>35</smally>
<largex>111</largex>
<largey>45</largey>
</coordinates>
</territory>
<territory>
<name>Red Die</name>
<borders>
<border>Cartos</border>
<border>Tourney Directors</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx>123</smallx>
<smally>35</smally>
<largex>165</largex>
<largey>45</largey>
</coordinates>
</territory>
<territory>
<name>Tourney Directors</name>
<borders>
<border>Red Die</border>
<border>Hunters</border>
</borders>
<coordinates>
<smallx>161</smallx>
<smally>35</smally>
<largex>218</largex>
<largey>45</largey>
</coordinates>
</territory>
<territory>
<name>Hunters</name>
<borders>
<border>Tourney Directors</border>
<border>Red Battleship</border>
</borders>
<coordinates>
<smallx>201</smallx>
<smally>35</smally>
<largex>270</largex>
<largey>45</largey>
</coordinates>
</territory>
<territory>
<name>Red Battleship</name>
<borders>
<border>Blue Battleship</border>
<border>Orange Battleship</border>
<border>Pink Battleship</border>
<border>Hunters</border>
<border>Help</border>
</borders>
<coordinates>
<smallx>241</smallx>
<smally>35</smally>
<largex>325</largex>
<largey>45</largey>
</coordinates>
<neutral>2</neutral>
</territory>
<territory>
<name>Help</name>
<borders>
<border>Red Battleship</border>
<border>Rules</border>
</borders>
<coordinates>
<smallx>281</smallx>
<smally>35</smally>
<largex>376</largex>
<largey>45</largey>
</coordinates>
</territory>
<territory>
<name>Rules</name>
<borders>
<border>Help</border>
<border>Advertising</border>
</borders>
<coordinates>
<smallx>319</smallx>
<smally>35</smally>
<largex>427</largex>
<largey>45</largey>
</coordinates>
</territory>
<territory>
<name>Advertising</name>
<borders>
<border>Rules</border>
<border>Faq</border>
<border>Deadbeat</border>
<border>Web Hosting</border>
<border>Shop Purchase</border>
</borders>
<coordinates>
<smallx>358</smallx>
<smally>35</smally>
<largex>480</largex>
<largey>45</largey>
</coordinates>
</territory>
<territory>
<name>Faq</name>
<borders>
<border>Advertising</border>
<border>Attack Multis</border>
</borders>
<coordinates>
<smallx>399</smallx>
<smally>35</smally>
<largex>533</largex>
<largey>45</largey>
</coordinates>
</territory>
<territory>
<name>Attack Multis</name>
<borders>
<border>Multis</border>
<border>Faq</border>
<border>Map Foundry</border>
</borders>
<coordinates>
<smallx>452</smallx>
<smally>35</smally>
<largex>628</largex>
<largey>45</largey>
</coordinates>
</territory>
<territory>
<name>Map Foundry</name>
<borders>
<border>Attack Multis</border>
<border>Flame Wars</border>
</borders>
<coordinates>
<smallx>452</smallx>
<smally>120</smally>
<largex>628</largex>
<largey>140</largey>
</coordinates>
</territory>
<territory>
<name>Flame Wars</name>
<borders>
<border>Map Foundry</border>
<border>Pink Card</border>
</borders>
<coordinates>
<smallx>452</smallx>
<smally>161</smally>
<largex>628</largex>
<largey>193</largey>
</coordinates>
</territory>
<territory>
<name>Pink Card</name>
<borders>
<border>Flame Wars</border>
<border>General Discussion</border>
<border>Cards Deck</border>
</borders>
<coordinates>
<smallx>452</smallx>
<smally>199</smally>
<largex>628</largex>
<largey>244</largey>
</coordinates>
</territory>
<territory>
<name>General Discussion</name>
<borders>
<border>Pink Card</border>
<border>Pink Battleship</border>
</borders>
<coordinates>
<smallx>452</smallx>
<smally>239</smally>
<largex>628</largex>
<largey>299</largey>
</coordinates>
</territory>
<territory>
<name>Pink Battleship</name>
<borders>
<border>Blue Battleship</border>
<border>Orange Battleship</border>
<border>Red Battleship</border>
<border>General Discussion</border>
<border>Pink Die</border>
</borders>
<coordinates>
<smallx>452</smallx>
<smally>278</smally>
<largex>628</largex>
<largey>350</largey>
</coordinates>
<neutral>2</neutral>
</territory>
<territory>
<name>Pink Die</name>
<borders>
<border>Pink Battleship</border>
<border>Mods</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx>452</smallx>
<smally>318</smally>
<largex>628</largex>
<largey>403</largey>
</coordinates>
</territory>
<territory>
<name>Mods</name>
<borders>
<border>Pink Die</border>
<border>Shop Purchase</border>
</borders>
<coordinates>
<smallx>452</smallx>
<smally>357</smally>
<largex>628</largex>
<largey>457</largey>
</coordinates>
</territory>
<territory>
<name>Shop Purchase</name>
<borders>
<border>Mods</border>
<border>Admins</border>
<border>Deadbeat</border>
<border>Web Hosting</border>
<border>Advertising</border>
</borders>
<coordinates>
<smallx>452</smallx>
<smally>397</smally>
<largex>628</largex>
<largey>509</largey>
</coordinates>
<neutral>2</neutral>
<bonus>-1</bonus>
</territory>
<territory>
<name>Admins</name>
<borders>
<border>CC</border>
<border>Shop Purchase</border>
</borders>
<coordinates>
<smallx>452</smallx>
<smally>435</smally>
<largex>628</largex>
<largey>563</largey>
</coordinates>
</territory>
<territory>
<name>Dice Deck</name>
<borders>
<border>BlueDie</border>
<border>Red Die</border>
<border>Pink Die</border>
</borders>
<coordinates>
<smallx>334</smallx>
<smally>363</smally>
<largex>444</largex>
<largey>478</largey>
</coordinates>
</territory>
<territory>
<name>Cards Deck</name>
<borders>
<border>Grey Card</border>
<border>Purple Card</border>
<border>Pink Card</border>
</borders>
<coordinates>
<smallx>150</smallx>
<smally>179</smally>
<largex>200</largex>
<largey>228</largey>
</coordinates>
</territory>
</map>
Gilligan wrote:Of course, we'd have to get permission from Elijah S and cairnswk.
Return to Melting Pot: Map Ideas
Users browsing this forum: No registered users