mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
Removed remaining integer bonus subtypes from configs
This commit is contained in:
@@ -130,21 +130,18 @@
|
||||
"bonuses": [
|
||||
{
|
||||
"type" : "NO_MORALE",
|
||||
"subtype" : 0,
|
||||
"val" : 0,
|
||||
"valueType" : "INDEPENDENT_MIN",
|
||||
"description" : "Creatures on Cursed Ground"
|
||||
},
|
||||
{
|
||||
"type" : "NO_LUCK",
|
||||
"subtype" : 0,
|
||||
"val" : 0,
|
||||
"valueType" : "INDEPENDENT_MIN",
|
||||
"description" : "Creatures on Cursed Ground"
|
||||
},
|
||||
{
|
||||
"type" : "BLOCK_MAGIC_ABOVE",
|
||||
"subtype" : 0,
|
||||
"val" : 1,
|
||||
"valueType" : "INDEPENDENT_MIN"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user