Japan is a common territory on quite a few maps, including the beloved Classic map, but thus far has failed to gain the necessary support to become a stand alone map. My graphical skill is better than it was when I attempted a Mars map last year, but since there is already a working draft of Mars, (that is quite good by the way) I have decided to work on another map that hasn't found proper representation in CC to this point, JAPAN.
Theme: Japan - Modern day political divisions (known in Japan as prefectures) with ancient Japanese graphical accents, Japanese-like text, and real Kanji text.
Territory count: 43
Bonus regions: 7
Impassible's: Mountains and ocean (limited connections between islands)
Gameplay: Classic style - conquer ALL territories/opponents for victory!
I'm not looking to make this complicated. I'm not planning to put underlying territories, (cities/railways/shipping/sea lanes) bombardment territories, one-way attacks, or complicated bonus structures.
Version 14.0
Large:
Small:
XML file: Japanfinal2.xml
- Code: Select all
<?xml version="1.0"?>
<map>
<continent>
<name>Hokkaido</name>
<bonus>3</bonus>
<components>
<territory>Rishirito</territory>
<territory>Kunashiri</territory>
<territory>Asahikawa</territory>
<territory>Kushiro</territory>
<territory>Sapporo</territory>
<territory>Hakodate</territory>
</components>
</continent>
<continent>
<name>Tohoku</name>
<bonus>4</bonus>
<components>
<territory>Aomori</territory>
<territory>Iwate</territory>
<territory>Akita</territory>
<territory>Miyagi</territory>
<territory>Yamagata</territory>
<territory>Sendai</territory>
<territory>Fukushima</territory>
</components>
</continent>
<continent>
<name>Kanto</name>
<bonus>2</bonus>
<components>
<territory>Chiba</territory>
<territory>Tochigi</territory>
<territory>Tokyo</territory>
<territory>Izu-Oshima</territory>
</components>
</continent>
<continent>
<name>Chubu</name>
<bonus>5</bonus>
<components>
<territory>Sado</territory>
<territory>Niigata</territory>
<territory>Ishikawa</territory>
<territory>Nagano</territory>
<territory>Aichi</territory>
<territory>Fuji</territory>
</components>
</continent>
<continent>
<name>Chugoku</name>
<bonus>6</bonus>
<components>
<territory>Fukui</territory>
<territory>Kyoto</territory>
<territory>Mie</territory>
<territory>Osaka</territory>
<territory>Tottori</territory>
<territory>Okayama</territory>
<territory>Oki-shoto</territory>
<territory>Matsue</territory>
<territory>Hiroshima</territory>
</components>
</continent>
<continent>
<name>Shikoku</name>
<bonus>2</bonus>
<components>
<territory>Naruto</territory>
<territory>Kochi</territory>
<territory>Nakamura</territory>
<territory>Okinawa</territory>
</components>
</continent>
<continent>
<name>Kyushu</name>
<bonus>3</bonus>
<components>
<territory>Tsushima</territory>
<territory>Nagasaki</territory>
<territory>Oita</territory>
<territory>Aso</territory>
<territory>Miyazaki</territory>
<territory>Kagoshima</territory>
</components>
</continent>
<territory>
<name>Rishirito</name>
<borders>
<border>Asahikawa</border>
<border>Hakodate</border>
</borders>
<coordinates>
<smallx>347</smallx>
<smally>46</smally>
<largex>470</largex>
<largey>50</largey>
</coordinates>
</territory>
<territory>
<name>Kunashiri</name>
<borders>
<border>Kushiro</border>
</borders>
<coordinates>
<smallx>562</smallx>
<smally>49</smally>
<largex>754</largex>
<largey>57</largey>
</coordinates>
</territory>
<territory>
<name>Asahikawa</name>
<borders>
<border>Rishirito</border>
<border>Sapporo</border>
<border>Kushiro</border>
</borders>
<coordinates>
<smallx>438</smallx>
<smally>71</smally>
<largex>585</largex>
<largey>91</largey>
</coordinates>
</territory>
<territory>
<name>Kushiro</name>
<borders>
<border>Kunashiri</border>
<border>Asahikawa</border>
<border>Sapporo</border>
<border>Fukushima</border>
</borders>
<coordinates>
<smallx>509</smallx>
<smally>127</smally>
<largex>685</largex>
<largey>162</largey>
</coordinates>
</territory>
<territory>
<name>Sapporo</name>
<borders>
<border>Asahikawa</border>
<border>Kushiro</border>
<border>Hakodate</border>
</borders>
<coordinates>
<smallx>450</smallx>
<smally>148</smally>
<largex>602</largex>
<largey>182</largey>
</coordinates>
</territory>
<territory>
<name>Hakodate</name>
<borders>
<border>Rishirito</border>
<border>Sapporo</border>
<border>Aomori</border>
<border>Sea of Japan</border>
</borders>
<coordinates>
<smallx>392</smallx>
<smally>143</smally>
<largex>525</largex>
<largey>186</largey>
</coordinates>
</territory>
<territory>
<name>Aomori</name>
<borders>
<border>Hakodate</border>
<border>Iwate</border>
<border>Akita</border>
</borders>
<coordinates>
<smallx>406</smallx>
<smally>256</smally>
<largex>560</largex>
<largey>327</largey>
</coordinates>
</territory>
<territory>
<name>Iwate</name>
<borders>
<border>Aomori</border>
<border>Akita</border>
<border>Miyagi</border>
</borders>
<coordinates>
<smallx>429</smallx>
<smally>273</smally>
<largex>573</largex>
<largey>367</largey>
</coordinates>
</territory>
<territory>
<name>Akita</name>
<borders>
<border>Aomori</border>
<border>Iwate</border>
<border>Miyagi</border>
<border>Yamagata</border>
</borders>
<coordinates>
<smallx>391</smallx>
<smally>277</smally>
<largex>520</largex>
<largey>361</largey>
</coordinates>
</territory>
<territory>
<name>Miyagi</name>
<borders>
<border>Iwate</border>
<border>Akita</border>
<border>Yamagata</border>
<border>Sendai</border>
</borders>
<coordinates>
<smallx>423</smallx>
<smally>302</smally>
<largex>562</largex>
<largey>410</largey>
</coordinates>
</territory>
<territory>
<name>Yamagata</name>
<borders>
<border>Akita</border>
<border>Miyagi</border>
<border>Sendai</border>
<border>Niigata</border>
</borders>
<coordinates>
<smallx>385</smallx>
<smally>334</smally>
<largex>514</largex>
<largey>431</largey>
</coordinates>
</territory>
<territory>
<name>Sendai</name>
<borders>
<border>Miyagi</border>
<border>Yamagata</border>
<border>Fukushima</border>
</borders>
<coordinates>
<smallx>415</smallx>
<smally>335</smally>
<largex>551</largex>
<largey>447</largey>
</coordinates>
</territory>
<territory>
<name>Fukushima</name>
<borders>
<border>Kushiro</border>
<border>Sendai</border>
<border>Chiba</border>
</borders>
<coordinates>
<smallx>406</smallx>
<smally>376</smally>
<largex>540</largex>
<largey>494</largey>
</coordinates>
</territory>
<territory>
<name>Chiba</name>
<borders>
<border>Fukushima</border>
<border>Tochigi</border>
<border>Tokyo</border>
<border>Izu-Oshima</border>
<border>Osaka</border>
</borders>
<coordinates>
<smallx>406</smallx>
<smally>469</smally>
<largex>543</largex>
<largey>576</largey>
</coordinates>
</territory>
<territory>
<name>Tochigi</name>
<borders>
<border>Chiba</border>
<border>Tokyo</border>
</borders>
<coordinates>
<smallx>380</smallx>
<smally>429</smally>
<largex>501</largex>
<largey>557</largey>
</coordinates>
</territory>
<territory>
<name>Tokyo</name>
<borders>
<border>Tochigi</border>
<border>Chiba</border>
<border>Fuji</border>
</borders>
<coordinates>
<smallx>367</smallx>
<smally>456</smally>
<largex>490</largex>
<largey>600</largey>
</coordinates>
</territory>
<territory>
<name>Izu-Oshima</name>
<borders>
<border>Chiba</border>
</borders>
<coordinates>
<smallx>392</smallx>
<smally>507</smally>
<largex>521</largex>
<largey>668</largey>
</coordinates>
</territory>
<territory>
<name>Sado</name>
<borders>
<border>Niigata</border>
<border>Ishikawa</border>
</borders>
<coordinates>
<smallx>320</smallx>
<smally>341</smally>
<largex>423</largex>
<largey>458</largey>
</coordinates>
</territory>
<territory>
<name>Niigata</name>
<borders>
<border>Yamagata</border>
<border>Sado</border>
<border>Ishikawa</border>
<border>Nagano</border>
</borders>
<coordinates>
<smallx>327</smallx>
<smally>392</smally>
<largex>465</largex>
<largey>498</largey>
</coordinates>
</territory>
<territory>
<name>Ishikawa</name>
<borders>
<border>Sado</border>
<border>Niigata</border>
<border>Nagano</border>
<border>Aichi</border>
<border>Fukui</border>
<border>Kyoto</border>
</borders>
<coordinates>
<smallx>263</smallx>
<smally>425</smally>
<largex>344</largex>
<largey>554</largey>
</coordinates>
</territory>
<territory>
<name>Nagano</name>
<borders>
<border>Niigata</border>
<border>Ishikawa</border>
<border>Aichi</border>
<border>Fuji</border>
</borders>
<coordinates>
<smallx>314</smallx>
<smally>418</smally>
<largex>430</largex>
<largey>572</largey>
</coordinates>
</territory>
<territory>
<name>Aichi</name>
<borders>
<border>Ishikawa</border>
<border>Nagano</border>
<border>Fuji</border>
<border>Kyoto</border>
<border>Mie</border>
</borders>
<coordinates>
<smallx>293</smallx>
<smally>452</smally>
<largex>389</largex>
<largey>616</largey>
</coordinates>
</territory>
<territory>
<name>Fuji</name>
<borders>
<border>Nagano</border>
<border>Tokyo</border>
<border>Aichi</border>
</borders>
<coordinates>
<smallx>326</smallx>
<smally>471</smally>
<largex>433</largex>
<largey>623</largey>
</coordinates>
</territory>
<territory>
<name>Fukui</name>
<borders>
<border>Sea of Japan</border>
<border>Ishikawa</border>
<border>Kyoto</border>
<border>Mie</border>
<border>Tottori</border>
</borders>
<coordinates>
<smallx>225</smallx>
<smally>433</smally>
<largex>298</largex>
<largey>589</largey>
</coordinates>
</territory>
<territory>
<name>Kyoto</name>
<borders>
<border>Ishikawa</border>
<border>Aichi</border>
<border>Fukui</border>
<border>Mie</border>
</borders>
<coordinates>
<smallx>256</smallx>
<smally>445</smally>
<largex>340</largex>
<largey>604</largey>
</coordinates>
</territory>
<territory>
<name>Mie</name>
<borders>
<border>Fukui</border>
<border>Kyoto</border>
<border>Aichi</border>
<border>Okayama</border>
<border>Osaka</border>
</borders>
<coordinates>
<smallx>254</smallx>
<smally>495</smally>
<largex>341</largex>
<largey>645</largey>
</coordinates>
</territory>
<territory>
<name>Osaka</name>
<borders>
<border>Mie</border>
<border>Naruto</border>
<border>Chiba</border>
</borders>
<coordinates>
<smallx>236</smallx>
<smally>528</smally>
<largex>310</largex>
<largey>687</largey>
</coordinates>
</territory>
<territory>
<name>Tottori</name>
<borders>
<border>Fukui</border>
<border>Matsue</border>
</borders>
<coordinates>
<smallx>152</smallx>
<smally>454</smally>
<largex>211</largex>
<largey>598</largey>
</coordinates>
</territory>
<territory>
<name>Okayama</name>
<borders>
<border>Mie</border>
<border>Hiroshima</border>
</borders>
<coordinates>
<smallx>165</smallx>
<smally>488</smally>
<largex>220</largex>
<largey>643</largey>
</coordinates>
</territory>
<territory>
<name>Oki-shoto</name>
<borders>
<border>Matsue</border>
</borders>
<coordinates>
<smallx>147</smallx>
<smally>398</smally>
<largex>195</largex>
<largey>522</largey>
</coordinates>
</territory>
<territory>
<name>Matsue</name>
<borders>
<border>Oki-shoto</border>
<border>Tottori</border>
<border>Hiroshima</border>
</borders>
<coordinates>
<smallx>122</smallx>
<smally>461</smally>
<largex>167</largex>
<largey>608</largey>
</coordinates>
</territory>
<territory>
<name>Hiroshima</name>
<borders>
<border>Matsue</border>
<border>Okayama</border>
<border>Nagasaki</border>
</borders>
<coordinates>
<smallx>134</smallx>
<smally>493</smally>
<largex>176</largex>
<largey>649</largey>
</coordinates>
</territory>
<territory>
<name>Naruto</name>
<borders>
<border>Osaka</border>
<border>Kochi</border>
<border>Okinawa</border>
</borders>
<coordinates>
<smallx>182</smallx>
<smally>520</smally>
<largex>237</largex>
<largey>681</largey>
</coordinates>
</territory>
<territory>
<name>Kochi</name>
<borders>
<border>Naruto</border>
<border>Nakamura</border>
</borders>
<coordinates>
<smallx>146</smallx>
<smally>523</smally>
<largex>188</largex>
<largey>690</largey>
</coordinates>
</territory>
<territory>
<name>Nakamura</name>
<borders>
<border>Kochi</border>
<border>Okinawa</border>
<border>Oita</border>
</borders>
<coordinates>
<smallx>127</smallx>
<smally>552</smally>
<largex>166</largex>
<largey>745</largey>
</coordinates>
</territory>
<territory>
<name>Okinawa</name>
<borders>
<border>Naruto</border>
<border>Nakamura</border>
</borders>
<coordinates>
<smallx>175</smallx>
<smally>601</smally>
<largex>229</largex>
<largey>790</largey>
</coordinates>
</territory>
<territory>
<name>Tsushima</name>
<borders>
<border>Nagasaki</border>
</borders>
<coordinates>
<smallx>37</smallx>
<smally>462</smally>
<largex>49</largex>
<largey>611</largey>
</coordinates>
</territory>
<territory>
<name>Nagasaki</name>
<borders>
<border>Sea of Japan</border>
<border>Hiroshima</border>
<border>Tsushima</border>
<border>Oita</border>
<border>Aso</border>
</borders>
<coordinates>
<smallx>53</smallx>
<smally>512</smally>
<largex>73</largex>
<largey>677</largey>
</coordinates>
</territory>
<territory>
<name>Oita</name>
<borders>
<border>Nagasaki</border>
<border>Nakamura</border>
<border>Aso</border>
<border>Miyazaki</border>
</borders>
<coordinates>
<smallx>85</smallx>
<smally>552</smally>
<largex>114</largex>
<largey>723</largey>
</coordinates>
</territory>
<territory>
<name>Aso</name>
<borders>
<border>Nagasaki</border>
<border>Oita</border>
<border>Miyazaki</border>
<border>Kagoshima</border>
</borders>
<coordinates>
<smallx>55</smallx>
<smally>545</smally>
<largex>77</largex>
<largey>718</largey>
</coordinates>
</territory>
<territory>
<name>Miyazaki</name>
<borders>
<border>Oita</border>
<border>Aso</border>
<border>Kagoshima</border>
</borders>
<coordinates>
<smallx>74</smallx>
<smally>577</smally>
<largex>99</largex>
<largey>761</largey>
</coordinates>
</territory>
<territory>
<name>Kagoshima</name>
<borders>
<border>Aso</border>
<border>Miyazaki</border>
</borders>
<coordinates>
<smallx>38</smallx>
<smally>585</smally>
<largex>51</largex>
<largey>767</largey>
</coordinates>
</territory>
<territory>
<name>Sea of Japan</name>
<borders>
<border>Hakodate</border>
<border>Fukui</border>
<border>Nagasaki</border>
</borders>
<coordinates>
<smallx>242</smallx>
<smally>310</smally>
<largex>346</largex>
<largey>407</largey>
</coordinates>
</territory>
</map>
Possible Issues:
-Gameplay: Completed.
-Graphics: Completed.
-XML:
- Coordinate positions
Color in numbers blending with image
Overlap of "important" parts of the image
Overall Plan:
- Discussions on all issues.
- Continued updates trying out suggestions from the community.
- Large image creation upon resolution of the majority of issues.
- Draft Stamp issued 7-29-09
- Resolve any and all gameplay issues.
- Gameplay Stamp issued 8-24-09
- Complete graphical design.
- Graphics Stamp issued 1-25-10
- XML coding and tests.
- XML stamp issued 2-11-10
- Play games, destroy enemies, conquer Japan. (Beta-testing)