Game-Server/GameServer/data/gso/skills/crafting/armor_crafting.json

15 lines
346 B
JSON

{
"id": "armor_crafting",
"name": "Armor Crafting",
"category": "crafting",
"description": "Forge protective armour plating and shields",
"maxLevel": 100,
"experiencePerLevel": 800,
"defaultUnlocked": true,
"icon": "fa-shield-halved",
"bonuses": {
"craftingBonus": 0.1,
"armorStats": 0.05,
"durabilityBonus": 3
}
}