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:
parent
287b22f3f8
commit
2b17a22674
2 changed files with 39 additions and 0 deletions
22
.project/future-games/age-of-16.json
Normal file
22
.project/future-games/age-of-16.json
Normal 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"]
|
||||
}
|
||||
}
|
||||
17
.project/future-games/age-of-4.json
Normal file
17
.project/future-games/age-of-4.json
Normal 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"]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue