Reorganize island artwork and remove consolidated sourcebook sections#2
Merged
Merged
Conversation
Copilot created this pull request from a session on behalf of
iaretechnician
May 25, 2026 14:34
View session
There was a problem hiding this comment.
Pull request overview
This PR reorganizes island map artwork into dedicated _git/artwork/ subfolders, updates documentation to reference the new asset locations, and removes the repeated “Consolidated Sourcebook” appendices from multiple docs pages.
Changes:
- Added structured artwork folders for island maps and terrain heightmaps, and updated docs/gallery links to reference them.
- Embedded island map previews + view/download links into
_git/docs/islands.mdfor Mainland (Aetherfall) and Crownspire. - Removed the “Consolidated Sourcebook” boilerplate sections from several
_git/docs/*.mdpages (leaving only the brief intro blocks).
Reviewed changes
Copilot reviewed 7 out of 16 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| _git/docs/world-history.md | Removed consolidated appendix content, leaving only the header + brief summary. |
| _git/docs/merchants-and-guilds.md | Removed consolidated appendix content, leaving only the header + brief summary. |
| _git/docs/items.md | Removed consolidated appendix content, leaving only the header + brief summary. |
| _git/docs/islands.md | Added inline map previews and links for two islands; removed consolidated appendix content at the end. |
| _git/docs/gameplay-guide.md | Removed consolidated appendix content, leaving only the header + brief summary. |
| _git/docs/development-roadmap.md | Removed consolidated appendix content, leaving only the header + brief summary. |
| _git/docs/bestiary.md | Removed consolidated appendix content, leaving only the header + brief summary. |
| _git/artwork/README.md | Added Island Maps / Terrain Heightmaps sections with inline previews and links. |
Comments suppressed due to low confidence (2)
_git/docs/gameplay-guide.md:6
- After removing the consolidated content, this guide is effectively empty while still describing itself as “Atavism gameplay instructions…”. Consider adding at least a minimal set of current commands/controls, or update the summary to explicitly state this page is intentionally a placeholder and where to find the actual gameplay guide.
# Gameplay Guide
Atavism gameplay instructions for movement, controls, combat, inventory, chat, interaction loops, and administrative/debug command use in development environments.
---
_git/docs/development-roadmap.md:6
- This roadmap page is now empty aside from a one-line description. Since README links here as the “Development Roadmap”, consider either keeping a minimal roadmap outline or updating the description to indicate the roadmap content was removed/moved and where contributors should look next.
# Development Roadmap
Master roadmap covering MVP goals, playable demo targets, vertical slice scope, implementation order, content priorities, networking goals, world-building priorities, harbor network tasks, encounter system tasks, and loading screen artwork milestones.
---
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
1
to
6
| # Merchants and Guilds | ||
|
|
||
| Centralized reference for merchant types, regional traders, black markets, rare merchants, guild progression, guild creation pathways, and faction merchants. | ||
|
|
||
| Preserves merchant table structures and Atavism plugin field references for future data automation. | ||
|
|
Comment on lines
1
to
6
| # Items | ||
|
|
||
| Single consolidated items and equipment reference covering weapons, armor, consumables, crafting materials, ammo, tools, sockets, enchants, rarity, and loot flow. | ||
|
|
||
| Atavism structures, SQL terminology, field meaning references, and balancing structures are preserved. | ||
|
|
Comment on lines
1
to
7
| @@ -5,3115 +5,3 @@ Centralized monster encyclopedia for Mystical Islands. Grouping emphasizes undea | |||
| Each creature entry should track lore, locations, variants, behavior, loot, and encounter style. | |||
|
|
|||
| --- | |||
Comment on lines
1
to
7
| # World History | ||
|
|
||
| Developer-facing true history of Mystical Islands, including the Fracturing, the Veil, Queen Elyra, the Wards, and the buried ancient world. | ||
|
|
||
| Use this as canonical internal lore truth while preserving mystery in player-facing materials. | ||
|
|
||
| --- |
Comment on lines
+51
to
+57
| #### Island Map | ||
|
|
||
|  | ||
|
|
||
| ##### Downloads | ||
| - [View Full Player Map](../artwork/maps/mainland-player-map.png) | ||
| - [Download Terrain Heightmap](../artwork/heightmaps/mainland-heightmap.png) |
Comment on lines
+85
to
+91
| #### Island Map | ||
|
|
||
|  | ||
|
|
||
| ##### Downloads | ||
| - [View Full Player Map](../artwork/maps/crownspire-player-map.png) | ||
| - [Download Terrain Heightmap](../artwork/heightmaps/crownspire-heightmap.png) |
Comment on lines
+5
to
+27
| ## Island Maps | ||
|
|
||
| ### Mainland | ||
|
|
||
|  | ||
|
|
||
| [View Full Map](./maps/mainland-player-map.png) · [Download Terrain Heightmap](./heightmaps/mainland-heightmap.png) | ||
|
|
||
| ### Crownspire | ||
|
|
||
|  | ||
|
|
||
| [View Full Map](./maps/crownspire-player-map.png) · [Download Terrain Heightmap](./heightmaps/crownspire-heightmap.png) | ||
|
|
||
| ## Terrain Heightmaps | ||
|
|
||
| ### Mainland | ||
|
|
||
|  | ||
|
|
||
| ### Crownspire | ||
|
|
||
|  |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves newly uploaded island maps and heightmaps from the repo root into structured artwork folders, wires them into the islands doc and artwork gallery, and strips the repetitive "Consolidated Sourcebook" boilerplate that was appended to every documentation page.
Artwork organization
_git/artwork/maps/and_git/artwork/heightmaps/IMG_3121.png→maps/mainland-player-map.png2A3197EC-...png→heightmaps/mainland-heightmap.pngIMG_3125.png→maps/crownspire-player-map.png54DB2C70-...png→heightmaps/crownspire-heightmap.pngIslands documentation (
_git/docs/islands.md)Artwork gallery (
_git/artwork/README.md)Consolidated Sourcebook removal
## Consolidated Sourcebookand all content below it from all 10 docs:islands.md,bestiary.md,building-system.md,database-reference.md,development-roadmap.md,gameplay-guide.md,items.md,merchants-and-guilds.md,player-characters.md,skills-and-abilities.md,world-history.md