mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fix affinities of Dungeon heroes
This commit is contained in:
@@ -104,7 +104,7 @@
|
|||||||
"index": 10,
|
"index": 10,
|
||||||
"faction" : "dungeon",
|
"faction" : "dungeon",
|
||||||
"defaultTavern" : 5,
|
"defaultTavern" : 5,
|
||||||
"affinity" : "might",
|
"affinity" : "magic",
|
||||||
"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" } }
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
"index": 11,
|
"index": 11,
|
||||||
"faction" : "dungeon",
|
"faction" : "dungeon",
|
||||||
"defaultTavern" : 5,
|
"defaultTavern" : 5,
|
||||||
"affinity" : "magic",
|
"affinity" : "might",
|
||||||
"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" } }
|
||||||
|
Reference in New Issue
Block a user