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/science/energy_manipulation.json

14 lines
325 B
JSON

{
"id": "energy_manipulation",
"name": "Energy Manipulation",
"category": "science",
"description": "Better energy control and faster regeneration",
"maxLevel": 100,
"experiencePerLevel": 1000,
"defaultUnlocked": true,
"icon": "fa-bolt",
"bonuses": {
"maxEnergy": 10,
"energyRegeneration": 0.1
}
}