Files
OpenFrontIO/resources/maps/warshipwarship/manifest.json
T
crunchybbb 1c5122e2d2 [Fix] Pathfinding bug in Warship Warship (#4274)
> **Before opening a PR:** discuss new features on
[Discord](https://discord.gg/K9zernJB5z) first, and file bugs or small
improvements as
[issues](https://github.com/openfrontio/OpenFrontIO/issues/new/choose).
You must be assigned to an `approved` issue — unsolicited PRs will be
auto-closed.

**Add approved & assigned issue number here:**

Resolves #4273 

## Description:

Minor pathfinding bugs to do with the weird corners in Warship Warship.
Boats are unable to exit some of the corners for no reason.
This bugfix simply adds 2 blue pixels to all the glitched corners.
Credit to @RickD004 for adding the pixels


<img width="1265" height="674" alt="Screenshot 2026-06-13 223641"
src="https://github.com/user-attachments/assets/5802d5ae-14cb-4159-ab70-454e1c73dfae"
/>
<img width="1262" height="688" alt="Screenshot 2026-06-13 223702"
src="https://github.com/user-attachments/assets/c3d5c1d5-98f6-4322-87b0-134cfc916d1d"
/>

## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory

## Please put your Discord username so you can be contacted if a bug or
regression is found:

DISCORD_USERNAME crunchybbbbb
2026-06-14 15:49:17 +00:00

182 lines
3.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"additionalNations": [
{
"flag": "Republic of Pirates",
"name": "Just Pirates"
},
{
"flag": "Republic of Pirates",
"name": "The Pillage"
},
{
"name": "Nice island man"
},
{
"flag": "Republic of Pirates",
"name": "Bootyful Valley"
},
{
"name": "Chill island trader"
},
{
"flag": "Republic of Pirates",
"name": "Plunder Peak"
},
{
"flag": "Republic of Pirates",
"name": "Corsair Cay"
},
{
"flag": "Republic of Pirates",
"name": "Cutlass Cove"
},
{
"flag": "Republic of Pirates",
"name": "Galleon Gulf"
},
{
"flag": "Republic of Pirates",
"name": "Rogues Reach"
},
{
"flag": "Republic of Pirates",
"name": "Buccaneer Bay"
},
{
"flag": "Republic of Pirates",
"name": "Blackflag Basin"
},
{
"flag": "Republic of Pirates",
"name": "Dreadnought Dunes"
},
{
"flag": "Republic of Pirates",
"name": "Armada Anchor"
},
{
"flag": "Republic of Pirates",
"name": "Caliber Cape"
},
{
"flag": "Republic of Pirates",
"name": "Salvo Shores"
},
{
"flag": "Republic of Pirates",
"name": "Bastion Bluffs"
},
{
"flag": "Republic of Pirates",
"name": "Garrison Atoll"
},
{
"flag": "Republic of Pirates",
"name": "Vanguard Reef"
},
{
"flag": "Republic of Pirates",
"name": "Fortress Floe"
},
{
"flag": "Republic of Pirates",
"name": "Citadel Crag"
},
{
"flag": "Republic of Pirates",
"name": "Watchpoint Wick"
},
{
"flag": "Republic of Pirates",
"name": "Redoubt Ridge"
}
],
"categories": ["arcade", "new"],
"id": "WarshipWarship",
"map": {
"height": 1396,
"num_land_tiles": 1122343,
"width": 3000
},
"map16x": {
"height": 349,
"num_land_tiles": 68553,
"width": 750
},
"map4x": {
"height": 698,
"num_land_tiles": 279822,
"width": 1500
},
"multiplayer_frequency": 3,
"name": "Warship Warship",
"nations": [
{
"coordinates": [750, 680],
"flag": "Republic of Pirates",
"name": "Isle of Infestation"
},
{
"coordinates": [1775, 435],
"flag": "Republic of Pirates",
"name": "Poort"
},
{
"coordinates": [1884, 1064],
"flag": "Republic of Pirates",
"name": "Battleship Bay"
},
{
"coordinates": [1116, 1000],
"flag": "Republic of Pirates",
"name": "Piracity"
},
{
"coordinates": [413, 378],
"flag": "Republic of Pirates",
"name": "Robbery Rock"
},
{
"coordinates": [1009, 272],
"flag": "Republic of Pirates",
"name": "Warship Wastelands"
},
{
"coordinates": [388, 1027],
"flag": "Republic of Pirates",
"name": "Port Pirate"
},
{
"coordinates": [2688, 968],
"flag": "bs",
"name": "Cape Caribbean"
},
{
"coordinates": [2222, 686],
"name": "Evil island man"
},
{
"coordinates": [2597, 405],
"flag": "so",
"name": "Somalian Sound"
}
],
"teamGameSpawnAreas": {
"2": [
{
"height": 1396,
"width": 1500,
"x": 0,
"y": 0
},
{
"height": 1396,
"width": 1500,
"x": 1500,
"y": 0
}
]
},
"translation_key": "map.warshipwarship"
}