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:
@@ -1,3 +1,5 @@
|
||||
# Boat
|
||||
|
||||
``` javascript
|
||||
{
|
||||
// Layer on which this boat moves. Possible values:
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# Dwelling
|
||||
|
||||
``` javascript
|
||||
{
|
||||
/// List of creatures in this bank. Each list represents one "level" of bank
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# Market
|
||||
|
||||
## Market schema
|
||||
|
||||
Since VCMI-1.3 it's possible to create customizable markets on adventure map.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user