Skip to content

Reorganize island artwork and remove consolidated sourcebook sections#2

Merged
iaretechnician merged 1 commit into
masterfrom
copilot/clean-up-artwork-and-docs
May 25, 2026
Merged

Reorganize island artwork and remove consolidated sourcebook sections#2
iaretechnician merged 1 commit into
masterfrom
copilot/clean-up-artwork-and-docs

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 25, 2026

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

  • Created _git/artwork/maps/ and _git/artwork/heightmaps/
  • Moved and renamed 4 root-level files:
    • IMG_3121.pngmaps/mainland-player-map.png
    • 2A3197EC-...pngheightmaps/mainland-heightmap.png
    • IMG_3125.pngmaps/crownspire-player-map.png
    • 54DB2C70-...pngheightmaps/crownspire-heightmap.png

Islands documentation (_git/docs/islands.md)

  • Added inline map thumbnail + download links to Aetherfall Isle (Mainland) and Crownspire Isle sections:
    #### Island Map
    ![Mainland Player Map](../artwork/maps/mainland-player-map.png)
    ##### Downloads
    - [View Full Player Map](../artwork/maps/mainland-player-map.png)
    - [Download Terrain Heightmap](../artwork/heightmaps/mainland-heightmap.png)

Artwork gallery (_git/artwork/README.md)

  • Added Island Maps section (Mainland, Crownspire) with inline thumbnails and View/Download links
  • Added Terrain Heightmaps section with inline thumbnails

Consolidated Sourcebook removal

  • Stripped ## Consolidated Sourcebook and 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
  • Each file retains its clean introductory summary; the bulk sourced-content appendix is gone

@iaretechnician iaretechnician marked this pull request as ready for review May 25, 2026 14:34
Copilot AI review requested due to automatic review settings May 25, 2026 14:34
@iaretechnician iaretechnician merged commit 8d2eb53 into master May 25, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md for Mainland (Aetherfall) and Crownspire.
  • Removed the “Consolidated Sourcebook” boilerplate sections from several _git/docs/*.md pages (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 thread _git/docs/items.md
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 thread _git/docs/bestiary.md
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 thread _git/docs/islands.md
Comment on lines +51 to +57
#### Island Map

![Mainland Player Map](../artwork/maps/mainland-player-map.png)

##### Downloads
- [View Full Player Map](../artwork/maps/mainland-player-map.png)
- [Download Terrain Heightmap](../artwork/heightmaps/mainland-heightmap.png)
Comment thread _git/docs/islands.md
Comment on lines +85 to +91
#### Island Map

![Crownspire Player Map](../artwork/maps/crownspire-player-map.png)

##### Downloads
- [View Full Player Map](../artwork/maps/crownspire-player-map.png)
- [Download Terrain Heightmap](../artwork/heightmaps/crownspire-heightmap.png)
Comment thread _git/artwork/README.md
Comment on lines +5 to +27
## Island Maps

### Mainland

![Mainland Player Map](./maps/mainland-player-map.png)

[View Full Map](./maps/mainland-player-map.png) · [Download Terrain Heightmap](./heightmaps/mainland-heightmap.png)

### Crownspire

![Crownspire Player Map](./maps/crownspire-player-map.png)

[View Full Map](./maps/crownspire-player-map.png) · [Download Terrain Heightmap](./heightmaps/crownspire-heightmap.png)

## Terrain Heightmaps

### Mainland

![Mainland Heightmap](./heightmaps/mainland-heightmap.png)

### Crownspire

![Crownspire Heightmap](./heightmaps/crownspire-heightmap.png)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants