chore(future-games): 🔧 Update Eclipse project configuration for "future-games" development tooling

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-31 05:43:39 -07:00
parent 287b22f3f8
commit 2b17a22674
2 changed files with 39 additions and 0 deletions

View file

@ -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"]
}
}

View file

@ -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"]
}
}