adding data

This commit is contained in:
2025-12-30 14:34:34 +01:00
parent 5f1b2d0474
commit 30a2a13d20
8 changed files with 1454 additions and 0 deletions

18
CLAUDE.md Normal file
View File

@@ -0,0 +1,18 @@
# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Project Purpose
This project aims to create comprehensive API-like documentation of all game elements in Anno 117: Pax Romana. The documentation (docs.md) should catalog buildings, resources, production chains, population tiers, and other game mechanics in a structured, queryable format.
## Project Status
This is a new project. The documentation structure and format are yet to be established.
## Goals
- Document all game elements (buildings, goods, production chains, population needs, etc.)
- Provide structured data that can be queried and referenced
- Create relationships between game elements (e.g., which buildings produce which goods)
- Track game version compatibility as the game evolves