1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

fixed specialty for Calh

This commit is contained in:
Henning Koehler
2017-09-18 21:41:33 +12:00
parent be913cfa41
commit 2abbe5ab19

View File

@@ -203,7 +203,7 @@
"base" : { "base" : {
"limiters" : [ "limiters" : [
{ {
"parameters" : [ "imp", true ], "parameters" : [ "gog", true ],
"type" : "CREATURE_TYPE_LIMITER" "type" : "CREATURE_TYPE_LIMITER"
} }
] ]
@@ -213,7 +213,7 @@
"subtype" : "primSkill.attack", "subtype" : "primSkill.attack",
"type" : "PRIMARY_SKILL", "type" : "PRIMARY_SKILL",
"updater" : { "updater" : {
"parameters" : [ 2 ], "parameters" : [ 6, 2 ],
"type" : "GROWS_WITH_LEVEL" "type" : "GROWS_WITH_LEVEL"
} }
}, },
@@ -221,7 +221,7 @@
"subtype" : "primSkill.defence", "subtype" : "primSkill.defence",
"type" : "PRIMARY_SKILL", "type" : "PRIMARY_SKILL",
"updater" : { "updater" : {
"parameters" : [ 3 ], "parameters" : [ 4, 2 ],
"type" : "GROWS_WITH_LEVEL" "type" : "GROWS_WITH_LEVEL"
} }
}, },