50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
[
|
|
{
|
|
"id": "energy_manipulation",
|
|
"name": "Energy Manipulation",
|
|
"description": "Better energy control and regeneration",
|
|
"category": "science",
|
|
"maxLevel": 100,
|
|
"experiencePerLevel": 1000,
|
|
"defaultUnlocked": true,
|
|
"icon": "fa-bolt",
|
|
"bonuses": { "maxEnergy": 10, "energyRegeneration": 0.1 }
|
|
},
|
|
{
|
|
"id": "alien_technology",
|
|
"name": "Alien Technology",
|
|
"description": "Understanding and using alien artifacts",
|
|
"category": "science",
|
|
"maxLevel": 100,
|
|
"experiencePerLevel": 1200,
|
|
"defaultUnlocked": false,
|
|
"requiredLevel": 3,
|
|
"icon": "fa-atom",
|
|
"bonuses": { "findRarity": 0.05, "itemValue": 0.1 }
|
|
},
|
|
{
|
|
"id": "quantum_physics",
|
|
"name": "Quantum Physics",
|
|
"description": "Advanced quantum mechanics for better equipment",
|
|
"category": "science",
|
|
"maxLevel": 100,
|
|
"experiencePerLevel": 1500,
|
|
"defaultUnlocked": false,
|
|
"requiredLevel": 8,
|
|
"icon": "fa-microscope",
|
|
"bonuses": { "criticalDamage": 0.1, "attack": 3 }
|
|
},
|
|
{
|
|
"id": "bio_engineering",
|
|
"name": "Bio-Engineering",
|
|
"description": "Biological enhancements and healing",
|
|
"category": "science",
|
|
"maxLevel": 100,
|
|
"experiencePerLevel": 1100,
|
|
"defaultUnlocked": false,
|
|
"requiredLevel": 6,
|
|
"icon": "fa-dna",
|
|
"bonuses": { "maxHealth": 15, "healthRegeneration": 0.05 }
|
|
}
|
|
]
|