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