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/Galaxy-Strike-Online-main/GameServer/data/gso/skills/combat/piloting.json

15 lines
321 B
JSON

{
"id": "piloting",
"name": "Piloting",
"category": "combat",
"description": "Advanced ship handling and evasive manoeuvres",
"maxLevel": 100,
"experiencePerLevel": 1000,
"defaultUnlocked": true,
"icon": "fa-rocket",
"bonuses": {
"speed": 2,
"criticalChance": 0.005,
"dodgeChance": 0.5
}
}