1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Replace js -> json5 code blocks

This commit is contained in:
Ivan Savenko
2024-12-01 19:06:04 +00:00
parent 7b682f9010
commit 5e57582c47
4 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ Markets can be added as any other object with special handler called "market".
Here is schema describing such object
```js
```json5
"seafaringAcademy" : //object name
{
"handler" : "market", //market handler
@@ -85,14 +85,14 @@ See [Secondary skills](Rewardable.md#secondary-skills) description for more deta
### Example for University of magic (e.g conflux building)
```js
```json5
"modes" : ["resource-skill"],
"offer" : ["airMagic", "waterMagic", "earthMagic", "fireMagic"]
```
### Example for regular University
```js
```json5
"modes" : ["resource-skill"],
"offer" : [ //4 random skills except necromancy
{ "noneOf" : ["necromancy"] },