1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

suggested changes

This commit is contained in:
SoundSSGood
2025-05-17 19:01:04 +02:00
parent 051381d4db
commit e85b1d4c1c
10 changed files with 42 additions and 43 deletions

View File

@@ -98,7 +98,7 @@ In order to make functional artifact you also need:
// Optional, by default is false. Remove when fully discharged
"removeOnDepletion" : true,
// Optional, by default is 0. Default starting charge amount.
"val" : 2,
"startingCharges" : 2,
}
}
```