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

fix headings of md files

This commit is contained in:
Laserlicht
2024-07-16 20:29:20 +02:00
committed by GitHub
parent d243a2fc12
commit 8f407311fd
66 changed files with 384 additions and 256 deletions

View File

@@ -1,3 +1,5 @@
# Boat
``` javascript
{
// Layer on which this boat moves. Possible values:

View File

@@ -1,3 +1,5 @@
# Creature Bank
Reward types for clearing creature bank are limited to resources, creatures, artifacts and spell.
Format of rewards is same as in [Rewardable Objects](Rewardable.md)

View File

@@ -1,3 +1,5 @@
# Dwelling
``` javascript
{
/// List of creatures in this bank. Each list represents one "level" of bank

View File

@@ -1,3 +1,5 @@
# Market
## Market schema
Since VCMI-1.3 it's possible to create customizable markets on adventure map.

View File

@@ -1,3 +1,5 @@
# Rewardable
## Base object definition
Rewardable object is defined similarly to other objects, with key difference being `handler`. This field must be set to `"handler" : "configurable"` in order for vcmi to use this mode.
```jsonc