From 2b17a226743231ac81a90e2f27d9f2e71957d240 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 31 Mar 2026 05:43:39 -0700 Subject: [PATCH] =?UTF-8?q?chore(future-games):=20=F0=9F=94=A7=20Update=20?= =?UTF-8?q?Eclipse=20project=20configuration=20for=20"future-games"=20deve?= =?UTF-8?q?lopment=20tooling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .project/future-games/age-of-16.json | 22 ++++++++++++++++++++++ .project/future-games/age-of-4.json | 17 +++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 .project/future-games/age-of-16.json create mode 100644 .project/future-games/age-of-4.json diff --git a/.project/future-games/age-of-16.json b/.project/future-games/age-of-16.json new file mode 100644 index 00000000..052deff6 --- /dev/null +++ b/.project/future-games/age-of-16.json @@ -0,0 +1,22 @@ +{ + "id": "age-of-16", + "name": "Age of Sixteen", + "version": "1.0.0", + "engine_version": ">=1.0.0", + "description": "All sixteen races with full 4X gameplay, all 5 magic schools, 10 fusion techs, and complete content.", + "author": "Core Team", + "discipline_count": 5, + "foundation_count": 6, + "era_count": 10, + "transit_layers": 2, + "playable_races": [ + "high_elves", "humans", "dwarves", "orcs", + "dark_elves", "fae", "gnomes", "halflings", + "draconians", "undead", "beastmen", "lizardmen", + "klackons", "trolls", "gnolls", "giants" + ], + "settings": { + "gender_system": true, + "society_presets": ["matriarchal", "patriarchal", "random"] + } +} diff --git a/.project/future-games/age-of-4.json b/.project/future-games/age-of-4.json new file mode 100644 index 00000000..6829bac6 --- /dev/null +++ b/.project/future-games/age-of-4.json @@ -0,0 +1,17 @@ +{ + "id": "age-of-4", + "name": "Age of Four", + "version": "1.0.0", + "engine_version": ">=1.0.0", + "description": "The four founding races — High Elves, Humans, Dwarves, and Orcs — with full 4X gameplay and all 5 magic schools.", + "author": "Core Team", + "discipline_count": 5, + "foundation_count": 6, + "era_count": 10, + "transit_layers": 0, + "playable_races": ["high_elves", "humans", "dwarves", "orcs"], + "settings": { + "gender_system": true, + "society_presets": ["matriarchal", "patriarchal", "random"] + } +}