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

15 lines
334 B
JSON

{
"id": "weapons_mastery",
"name": "Weapons Mastery",
"category": "combat",
"description": "Increases damage and accuracy with all weapons",
"maxLevel": 100,
"experiencePerLevel": 1000,
"defaultUnlocked": true,
"icon": "fa-crosshairs",
"bonuses": {
"damage": 2,
"accuracy": 1,
"criticalChance": 0.5
}
}