warfactoryracine/gameData/Ressources/rawChemicals.json
StillHammer e5ef16742b Add Phase 6: Climate Simulation and Biome Generation to geological system
- Complete physics-based climate simulation with 500 convergence cycles
- Emergent wind patterns from temperature gradients with realistic transport
- Advanced hydrological system with bell-curve erosion for V-shaped valleys
- Automatic river network formation with delta systems and sediment transport
- Comprehensive biome classification (oceans, forests, deserts, grasslands)
- Resource modifiers per biome for industrial suitability mapping
- Forest evolution integration balancing geological history with current climate
- Performance optimized: 5-15 seconds runtime, <120MB memory usage
- Ready for gameplay with environmental challenges and strategic locations

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-28 23:04:10 +08:00

86 lines
2.1 KiB
JSON

{
"sulfur": {
"name": "Sulfur",
"category": "basic_chemical",
"logistic_category": "resource",
"density": 2.1,
"stack_size": 100,
"container_type": "chemical_powder",
"ui": {
"icon": "sulfur.png",
"color": "#FFFF00",
"map_color": "#FFD700",
"particle_effect": "sulfur_dust"
}
},
"phosphorus": {
"name": "Phosphorus",
"category": "reactive_chemical",
"logistic_category": "resource",
"density": 1.8,
"stack_size": 50,
"container_type": "reactive_chemical",
"ui": {
"icon": "phosphorus.png",
"color": "#FF4500",
"map_color": "#FF6347",
"particle_effect": "phosphorus_glow"
}
},
"potassium": {
"name": "Potassium",
"category": "alkali_metal",
"logistic_category": "resource",
"density": 0.9,
"stack_size": 25,
"container_type": "reactive_metal",
"ui": {
"icon": "potassium.png",
"color": "#C0C0C0",
"map_color": "#A9A9A9",
"particle_effect": "metallic_shine"
}
},
"sodium": {
"name": "Sodium",
"category": "alkali_metal",
"logistic_category": "resource",
"density": 1.0,
"stack_size": 25,
"container_type": "reactive_metal",
"ui": {
"icon": "sodium.png",
"color": "#D3D3D3",
"map_color": "#DCDCDC",
"particle_effect": "sodium_shine"
}
},
"magnesium": {
"name": "Magnesium",
"category": "alkaline_earth_metal",
"logistic_category": "resource",
"density": 1.7,
"stack_size": 50,
"container_type": "light_metal",
"ui": {
"icon": "magnesium.png",
"color": "#F5F5F5",
"map_color": "#E0E0E0",
"particle_effect": "bright_metallic_dust"
}
},
"calcium": {
"name": "Calcium",
"category": "alkaline_earth_metal",
"logistic_category": "resource",
"density": 1.5,
"stack_size": 50,
"container_type": "reactive_metal",
"ui": {
"icon": "calcium.png",
"color": "#FFFAF0",
"map_color": "#F0F8FF",
"particle_effect": "calcium_dust"
}
}
}