This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Galaxy-Strike-Online/GameServer/data/gso/skills/crafting/ship_engineering.json
2026-03-11 00:32:45 -03:00

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
}
}