phomm / IntactServer

1 stars 0 forks source link

Abilities protobase #4

Closed Gandifil closed 3 months ago

Gandifil commented 5 months ago

Close #2

Gandifil commented 5 months ago

"protoAbilities": [ { "number": 0, "id": "Joust", "initialPoints": 3, "ability": "abJoust", "assetId": "Joust", "name": { "English": "Joust", "Russian": "Наскок" }, "description": { "English": "Joust towards enemy and make a smashing strike - no one can escape it", "Russian": "Разогнавшись без резких маневров и атак, с мощным выпадом в конце пути можно сокрушить почти любого воина в защите" } }, { "number": 0, "id": "AntimagicAura", "initialPoints": 0, "ability": "abMagAura", "assetId": "AntimagicAura", "name": { "English": "Antimagic Aura", "Russian": "Аура антимагии" }, "description": { "English": "Negates all magic spells for ally units aroud Unicorn", "Russian": "Отклоняет магические воздействия направленные на дружественных существ эльфов возле себя" } } ],

phomm commented 5 months ago

please make the name of abilities member just "abilities", not "protoAbilities" and is there some issue with numbers ?

phomm commented 4 months ago

Please , check my commit, if you have any concerns maybe And also maybe merge and adjust code to my changes from master, if you see the point to reflect them in this PR (otherwise we could adjust them in master, not a big deal)