/
HumanRV
/
rpg_proto
Обзор
Документация
Войти
/
HumanRV
/
rpg_proto
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Scripts/Data/SkillTrees.json
74 строки
2 KB
Leolan Magnus
attempt 1 skill system
03 май 2025, 21:57
03 май 2025, 21:57
9c0fcc2
Код
Авторство
О чём код?
{ "Version": 1, "Trees": [ { "Name": "Warrior", "Skills": [ { "Id": 101, "Name": "Heavy strike", "Description": "very heavy strike", "Cost": 1 }, { "Id": 102, "Name": "Fortify", "Description": "fortify urself", "Cost": 1 }, { "Id": 103, "Name": "Whirling Dash", "Description": "dashes in the direction of wasd and deal dmg while dashing", "Cost": 1 } ] }, { "Name": "Ranger", "Skills":[ { "Id": 201, "Name": "Grenade", "Description": "making next shot with explosive projectile", "Cost": 1 }, { "Id": 202, "Name": "Shrapshooter", "Description": "increase damage dealt and presicion for next 10 secs", "Cost": 1 }, { "Id": 203, "Name": "Ambush", "Description": "become stealth and increase damage dealt by next shot by 200%", "Cost": 1 } ] }, { "Name": "Spellcaster", "Skills":[ { "Id": 301, "Name": "Fireball", "Description": "casts massive aoe fire spell", "Cost": 1 }, { "Id": 302, "Name": "Barrier", "Description": "casts barrier that protects for next hit", "Cost": 1 }, { "Id": 303, "Name": "Healing", "Description": "casts spell that healing lesser wounds", "Cost": 1 } ] } ] }