## World Generation Pipeline - Add comprehensive 7-phase geological simulation (4.6 billion years) - Implement WindRegions-based climate system with ITCZ zones - Create 18 biome types with scientific classification parameters - Establish Phase 7 budget assignment and natural feature placement ## Resource System Architecture - Add 70+ natural features across 8 categories (geological, water, forest, volcanic, etc.) - Implement complete resource-to-feature mapping for all game materials - Create individual resource files for metals (iron, copper, gold, uranium, etc.) - Add comprehensive cross-referencing between features and game resources ## Biome Integration System - Design scalable blacklist + frequent biomes compatibility system - Implement mass-based feature selection with geological strength requirements - Add 5 spatial distribution patterns (concentrated, uniform, ring, clustered, gradient) - Create region-based feature placement with biome-aware filtering ## Documentation and Architecture - Add detailed geological and climate simulation system documentation - Update project overview with world generation achievements - Establish JSON-driven configuration system for all generation parameters - Create comprehensive system for Phase 8 integration readiness 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
58 lines
2.0 KiB
JSON
58 lines
2.0 KiB
JSON
{
|
|
"base_metal_resources": {
|
|
"tin_placer": {
|
|
"display_name": "Tin Placer",
|
|
"description": "Cassiterite deposits concentrated in alluvial gravels and beach sands",
|
|
"formation_type": "alluvial_tin_concentration",
|
|
"extraction_difficulty": "easy",
|
|
"budget_impact": 3,
|
|
"resource_yield": "medium",
|
|
"quality": "standard"
|
|
},
|
|
"tin_lode": {
|
|
"display_name": "Tin Lode",
|
|
"description": "Primary cassiterite ore in granite-related veins and greisen",
|
|
"formation_type": "granitic_tin_mineralization",
|
|
"extraction_difficulty": "hard",
|
|
"budget_impact": 4,
|
|
"resource_yield": "high",
|
|
"quality": "premium"
|
|
},
|
|
"lead_galena": {
|
|
"display_name": "Lead Galena",
|
|
"description": "Primary lead sulfide ore often associated with silver and zinc",
|
|
"formation_type": "sulfide_mineralization",
|
|
"extraction_difficulty": "medium",
|
|
"budget_impact": 3,
|
|
"resource_yield": "high",
|
|
"quality": "standard"
|
|
},
|
|
"lead_carbonate": {
|
|
"display_name": "Lead Carbonate",
|
|
"description": "Weathered lead ore with cerussite and anglesite minerals",
|
|
"formation_type": "lead_oxidation_zone",
|
|
"extraction_difficulty": "easy",
|
|
"budget_impact": 2,
|
|
"resource_yield": "medium",
|
|
"quality": "standard"
|
|
},
|
|
"nickel_laterite": {
|
|
"display_name": "Nickel Laterite",
|
|
"description": "Tropical weathering deposit with garnierite and limonite nickel ores",
|
|
"formation_type": "laterite_nickel_weathering",
|
|
"extraction_difficulty": "medium",
|
|
"budget_impact": 4,
|
|
"resource_yield": "high",
|
|
"quality": "standard"
|
|
},
|
|
"nickel_sulfide": {
|
|
"display_name": "Nickel Sulfide",
|
|
"description": "Primary nickel ore with pentlandite in mafic intrusions",
|
|
"formation_type": "magmatic_sulfide_segregation",
|
|
"extraction_difficulty": "hard",
|
|
"budget_impact": 5,
|
|
"resource_yield": "medium",
|
|
"quality": "premium"
|
|
}
|
|
}
|
|
} |