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/bio_engineering.json

15 lines
342 B
JSON

{
"id": "bio_engineering",
"name": "Bio-Engineering",
"category": "science",
"description": "Biological enhancements and accelerated healing",
"maxLevel": 100,
"experiencePerLevel": 1500,
"defaultUnlocked": false,
"requiredLevel": 6,
"icon": "fa-dna",
"bonuses": {
"maxHealth": 15,
"healthRegeneration": 0.05
}
}