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

Configurable Conflux University

This commit is contained in:
Ivan Savenko
2025-06-08 16:49:27 +03:00
parent 342705921d
commit f71db8af07
9 changed files with 57 additions and 12 deletions

View File

@@ -213,6 +213,10 @@ These are just a couple of examples of what can be done in VCMI. See vcmi config
// If the building is a market, it requires market mode.
"marketModes" : [ "resource-resource", "resource-player" ],
// Required if building offers resource-skill trade.
// NOTE: multiple resource-skill buildings in the same town are not supported
"marketOffer" : [ "fireMagic", "airMagic", "waterMagic", "earthMagic" ],
}
```