mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Merge pull request #3466 from LokiLaufeyjarson1712/develop
Fixed Reverse-Assignment of Dungeon Hero Classes
This commit is contained in:
@@ -99,22 +99,22 @@
|
|||||||
"mapObject" : { "templates" : { "default" : { "animation" : "AH09_.def", "editorAnimation": "AH09_E.def" } } },
|
"mapObject" : { "templates" : { "default" : { "animation" : "AH09_.def", "editorAnimation": "AH09_E.def" } } },
|
||||||
"animation": { "battle" : { "male" : "CH08.DEF", "female" : "CH09.DEF" } }
|
"animation": { "battle" : { "male" : "CH08.DEF", "female" : "CH09.DEF" } }
|
||||||
},
|
},
|
||||||
"warlock" :
|
"overlord" :
|
||||||
{
|
{
|
||||||
"index": 10,
|
"index": 10,
|
||||||
"faction" : "dungeon",
|
"faction" : "dungeon",
|
||||||
"defaultTavern" : 5,
|
"defaultTavern" : 5,
|
||||||
"affinity" : "magic",
|
"affinity" : "might",
|
||||||
"commander" : "medusaQueen",
|
"commander" : "medusaQueen",
|
||||||
"mapObject" : { "templates" : { "default" : { "animation" : "AH11_.def", "editorAnimation": "AH11_E.def" } } },
|
"mapObject" : { "templates" : { "default" : { "animation" : "AH11_.def", "editorAnimation": "AH11_E.def" } } },
|
||||||
"animation": { "battle" : { "male" : "CH010.DEF", "female" : "CH11.DEF" } }
|
"animation": { "battle" : { "male" : "CH010.DEF", "female" : "CH11.DEF" } }
|
||||||
},
|
},
|
||||||
"overlord" :
|
"warlock" :
|
||||||
{
|
{
|
||||||
"index": 11,
|
"index": 11,
|
||||||
"faction" : "dungeon",
|
"faction" : "dungeon",
|
||||||
"defaultTavern" : 5,
|
"defaultTavern" : 5,
|
||||||
"affinity" : "might",
|
"affinity" : "magic",
|
||||||
"commander" : "medusaQueen",
|
"commander" : "medusaQueen",
|
||||||
"mapObject" : { "templates" : { "default" : { "animation" : "AH10_.def", "editorAnimation": "AH10_E.def" } } },
|
"mapObject" : { "templates" : { "default" : { "animation" : "AH10_.def", "editorAnimation": "AH10_E.def" } } },
|
||||||
"animation": { "battle" : { "male" : "CH010.DEF", "female" : "CH11.DEF" } }
|
"animation": { "battle" : { "male" : "CH010.DEF", "female" : "CH11.DEF" } }
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
"lorelei":
|
"lorelei":
|
||||||
{
|
{
|
||||||
"index": 80,
|
"index": 80,
|
||||||
"class" : "warlock",
|
"class" : "overlord",
|
||||||
"female": true,
|
"female": true,
|
||||||
"skills":
|
"skills":
|
||||||
[
|
[
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
"arlach":
|
"arlach":
|
||||||
{
|
{
|
||||||
"index": 81,
|
"index": 81,
|
||||||
"class" : "warlock",
|
"class" : "overlord",
|
||||||
"female": false,
|
"female": false,
|
||||||
"skills":
|
"skills":
|
||||||
[
|
[
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
"dace":
|
"dace":
|
||||||
{
|
{
|
||||||
"index": 82,
|
"index": 82,
|
||||||
"class" : "warlock",
|
"class" : "overlord",
|
||||||
"female": false,
|
"female": false,
|
||||||
"skills":
|
"skills":
|
||||||
[
|
[
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
"ajit":
|
"ajit":
|
||||||
{
|
{
|
||||||
"index": 83,
|
"index": 83,
|
||||||
"class" : "warlock",
|
"class" : "overlord",
|
||||||
"female": false,
|
"female": false,
|
||||||
"skills":
|
"skills":
|
||||||
[
|
[
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
"damacon":
|
"damacon":
|
||||||
{
|
{
|
||||||
"index": 84,
|
"index": 84,
|
||||||
"class" : "warlock",
|
"class" : "overlord",
|
||||||
"female": false,
|
"female": false,
|
||||||
"skills":
|
"skills":
|
||||||
[
|
[
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
"gunnar":
|
"gunnar":
|
||||||
{
|
{
|
||||||
"index": 85,
|
"index": 85,
|
||||||
"class" : "warlock",
|
"class" : "overlord",
|
||||||
"female": false,
|
"female": false,
|
||||||
"skills":
|
"skills":
|
||||||
[
|
[
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
"synca":
|
"synca":
|
||||||
{
|
{
|
||||||
"index": 86,
|
"index": 86,
|
||||||
"class" : "warlock",
|
"class" : "overlord",
|
||||||
"female": true,
|
"female": true,
|
||||||
"skills":
|
"skills":
|
||||||
[
|
[
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
"shakti":
|
"shakti":
|
||||||
{
|
{
|
||||||
"index": 87,
|
"index": 87,
|
||||||
"class" : "warlock",
|
"class" : "overlord",
|
||||||
"female": false,
|
"female": false,
|
||||||
"skills":
|
"skills":
|
||||||
[
|
[
|
||||||
@@ -128,7 +128,7 @@
|
|||||||
"alamar":
|
"alamar":
|
||||||
{
|
{
|
||||||
"index": 88,
|
"index": 88,
|
||||||
"class" : "overlord",
|
"class" : "warlock",
|
||||||
"spellbook": [ "resurrection" ],
|
"spellbook": [ "resurrection" ],
|
||||||
"female": false,
|
"female": false,
|
||||||
"skills":
|
"skills":
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
"jaegar":
|
"jaegar":
|
||||||
{
|
{
|
||||||
"index": 89,
|
"index": 89,
|
||||||
"class" : "overlord",
|
"class" : "warlock",
|
||||||
"female": false,
|
"female": false,
|
||||||
"spellbook": [ "shield" ],
|
"spellbook": [ "shield" ],
|
||||||
"skills":
|
"skills":
|
||||||
@@ -173,7 +173,7 @@
|
|||||||
"malekith":
|
"malekith":
|
||||||
{
|
{
|
||||||
"index": 90,
|
"index": 90,
|
||||||
"class" : "overlord",
|
"class" : "warlock",
|
||||||
"female": false,
|
"female": false,
|
||||||
"spellbook": [ "bloodlust" ],
|
"spellbook": [ "bloodlust" ],
|
||||||
"skills":
|
"skills":
|
||||||
@@ -197,7 +197,7 @@
|
|||||||
"jeddite":
|
"jeddite":
|
||||||
{
|
{
|
||||||
"index": 91,
|
"index": 91,
|
||||||
"class" : "overlord",
|
"class" : "warlock",
|
||||||
"female": true,
|
"female": true,
|
||||||
"spellbook": [ "resurrection" ],
|
"spellbook": [ "resurrection" ],
|
||||||
"skills":
|
"skills":
|
||||||
@@ -218,7 +218,7 @@
|
|||||||
"geon":
|
"geon":
|
||||||
{
|
{
|
||||||
"index": 92,
|
"index": 92,
|
||||||
"class" : "overlord",
|
"class" : "warlock",
|
||||||
"female": false,
|
"female": false,
|
||||||
"spellbook": [ "slow" ],
|
"spellbook": [ "slow" ],
|
||||||
"skills":
|
"skills":
|
||||||
@@ -241,7 +241,7 @@
|
|||||||
"deemer":
|
"deemer":
|
||||||
{
|
{
|
||||||
"index": 93,
|
"index": 93,
|
||||||
"class" : "overlord",
|
"class" : "warlock",
|
||||||
"female": false,
|
"female": false,
|
||||||
"spellbook": [ "meteorShower" ],
|
"spellbook": [ "meteorShower" ],
|
||||||
"skills":
|
"skills":
|
||||||
@@ -263,7 +263,7 @@
|
|||||||
"sephinroth":
|
"sephinroth":
|
||||||
{
|
{
|
||||||
"index": 94,
|
"index": 94,
|
||||||
"class" : "overlord",
|
"class" : "warlock",
|
||||||
"female": true,
|
"female": true,
|
||||||
"spellbook": [ "protectAir" ],
|
"spellbook": [ "protectAir" ],
|
||||||
"skills":
|
"skills":
|
||||||
@@ -284,7 +284,7 @@
|
|||||||
"darkstorn":
|
"darkstorn":
|
||||||
{
|
{
|
||||||
"index": 95,
|
"index": 95,
|
||||||
"class" : "overlord",
|
"class" : "warlock",
|
||||||
"female": false,
|
"female": false,
|
||||||
"spellbook": [ "stoneSkin" ],
|
"spellbook": [ "stoneSkin" ],
|
||||||
"skills":
|
"skills":
|
||||||
|
Reference in New Issue
Block a user