18 lines
482 B
JSON
18 lines
482 B
JSON
{
|
|
"id": "ship_engineering",
|
|
"name": "Ship Engineering",
|
|
"category": "crafting",
|
|
"description": "Advanced knowledge of ship construction, hull fabrication, and propulsion systems",
|
|
"maxLevel": 100,
|
|
"experiencePerLevel": 900,
|
|
"defaultUnlocked": false,
|
|
"unlockRequires": { "skill": "armor_crafting", "level": 10 },
|
|
"icon": "fa-rocket",
|
|
"bonuses": {
|
|
"shipBuildSpeed": 0.08,
|
|
"hullStrengthBonus": 0.05,
|
|
"shipRepairSpeed": 0.1,
|
|
"fleetCapacity": 1
|
|
}
|
|
}
|