mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fix docs, update spell immunity usage of addinfo, fix sonar
This commit is contained in:
@@ -964,6 +964,7 @@ Affected unit is permanently enchanted with a spell, that is cast again every tu
|
||||
Affected unit is immune to all spell with level below or equal to value of this bonus
|
||||
|
||||
- val: level of spell up to which this unit is immune to
|
||||
- addInfo: if set to 1, this will be "absolute immunity" that can not be negated by Orb of Vulnerability
|
||||
|
||||
### MAGIC_RESISTANCE
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@ Example: The following updater will cause a bonus to grow by 3 for every 20 leve
|
||||
```json
|
||||
"updater" : {
|
||||
"type" : "GROWS_WITH_LEVEL",
|
||||
"valPer20" : 6,
|
||||
"stepSize" : 2
|
||||
"valPer20" : 3,
|
||||
"stepSize" : 1
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user