1
0
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:
Ivan Savenko
2025-06-15 14:25:18 +03:00
parent f5c037137b
commit 2b43d415a9
7 changed files with 8 additions and 6 deletions

View File

@@ -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

View File

@@ -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
}
```