15 lines
334 B
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
|
|
}
|
|
} |