mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
commit
09e2d1a59a
@ -1998,6 +1998,10 @@
|
||||
{
|
||||
"type" : "HAS_ANOTHER_BONUS_LIMITER",
|
||||
"parameters" : [ "GARGOYLE" ]
|
||||
},
|
||||
{
|
||||
"type" : "HAS_ANOTHER_BONUS_LIMITER",
|
||||
"parameters" : [ "SIEGE_WEAPON" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -187,7 +187,7 @@
|
||||
"bonuses": [
|
||||
{
|
||||
"type": "PRIMARY_SKILL",
|
||||
"subtype": "primarySkill.defence",
|
||||
"subtype": "primarySkill.attack",
|
||||
"val": 2
|
||||
}
|
||||
],
|
||||
|
@ -198,7 +198,7 @@
|
||||
{
|
||||
"index": 91,
|
||||
"class" : "warlock",
|
||||
"female": true,
|
||||
"female": false,
|
||||
"spellbook": [ "resurrection" ],
|
||||
"skills":
|
||||
[
|
||||
|
@ -176,7 +176,7 @@
|
||||
"mutare":
|
||||
{
|
||||
"index": 151,
|
||||
"class" : "warlock",
|
||||
"class" : "overlord",
|
||||
"female": true,
|
||||
"special" : true,
|
||||
"spellbook": [ "magicArrow" ],
|
||||
@ -220,7 +220,7 @@
|
||||
"mutareDrake":
|
||||
{
|
||||
"index": 153,
|
||||
"class" : "warlock",
|
||||
"class" : "overlord",
|
||||
"female": true,
|
||||
"special" : true,
|
||||
"spellbook": [ "magicArrow" ],
|
||||
|
Loading…
Reference in New Issue
Block a user