mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Rogues now grant expert Vision effect.
This commit is contained in:
parent
b8a6455b39
commit
ff6638b9f9
@ -494,6 +494,33 @@
|
||||
"index": 143,
|
||||
"level": 2,
|
||||
"faction": "neutral",
|
||||
"abilities":
|
||||
{
|
||||
"visionsMonsters" :
|
||||
{
|
||||
"type" : "VISIONS",
|
||||
"subtype" : 0,
|
||||
"val" : 3,
|
||||
"valueType" : "INDEPENDENT_MAX",
|
||||
"propagator" : "HERO"
|
||||
},
|
||||
"visionsHeroes" :
|
||||
{
|
||||
"type" : "VISIONS",
|
||||
"subtype" : 1,
|
||||
"val" : 3,
|
||||
"valueType" : "INDEPENDENT_MAX",
|
||||
"propagator" : "HERO"
|
||||
},
|
||||
"visionsTowns" :
|
||||
{
|
||||
"type" : "VISIONS",
|
||||
"subtype" : 2,
|
||||
"val" : 3,
|
||||
"valueType" : "INDEPENDENT_MAX",
|
||||
"propagator" : "HERO"
|
||||
}
|
||||
},
|
||||
"graphics" :
|
||||
{
|
||||
"animation": "CROGUE.DEF"
|
||||
|
Loading…
Reference in New Issue
Block a user