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/combat/defense_training.json

15 lines
333 B
JSON

{
"id": "defense_training",
"name": "Defense Training",
"category": "combat",
"description": "Improves damage reduction and resistance",
"maxLevel": 100,
"experiencePerLevel": 1000,
"defaultUnlocked": true,
"icon": "fa-shield-alt",
"bonuses": {
"damageReduction": 1.5,
"resistance": 1,
"health": 5
}
}