mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
fixed specialty for Calh
This commit is contained in:
parent
be913cfa41
commit
2abbe5ab19
@ -203,7 +203,7 @@
|
||||
"base" : {
|
||||
"limiters" : [
|
||||
{
|
||||
"parameters" : [ "imp", true ],
|
||||
"parameters" : [ "gog", true ],
|
||||
"type" : "CREATURE_TYPE_LIMITER"
|
||||
}
|
||||
]
|
||||
@ -213,7 +213,7 @@
|
||||
"subtype" : "primSkill.attack",
|
||||
"type" : "PRIMARY_SKILL",
|
||||
"updater" : {
|
||||
"parameters" : [ 2 ],
|
||||
"parameters" : [ 6, 2 ],
|
||||
"type" : "GROWS_WITH_LEVEL"
|
||||
}
|
||||
},
|
||||
@ -221,7 +221,7 @@
|
||||
"subtype" : "primSkill.defence",
|
||||
"type" : "PRIMARY_SKILL",
|
||||
"updater" : {
|
||||
"parameters" : [ 3 ],
|
||||
"parameters" : [ 4, 2 ],
|
||||
"type" : "GROWS_WITH_LEVEL"
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user