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

15 lines
321 B
JSON

{
"id": "speed_reflexes",
"name": "Speed & Reflexes",
"category": "combat",
"description": "Enhances movement speed and reaction time",
"maxLevel": 100,
"experiencePerLevel": 1000,
"defaultUnlocked": true,
"icon": "fa-bolt",
"bonuses": {
"speed": 2,
"dodgeChance": 0.8,
"initiative": 1
}
}