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

update docs

This commit is contained in:
Laserlicht
2024-05-06 00:46:21 +02:00
committed by GitHub
parent 48a9696e7f
commit 277a0e63d8
65 changed files with 6 additions and 131 deletions

View File

@@ -1,5 +1,3 @@
< [Documentation](../../Readme.md) / [Modding](../Readme.md) / Entities Format / Artifact Format
Artifact bonuses use [Bonus Format](../Bonus_Format.md)
## Required data

View File

@@ -1,5 +1,3 @@
< [Documentation](../../Readme.md) / [Modding](../Readme.md) / Entities Format / Battle Obstacle Format
```jsonc
// List of terrains on which this obstacle can be used
"allowedTerrains" : []

View File

@@ -1,5 +1,3 @@
< [Documentation](../../Readme.md) / [Modding](../Readme.md) / Entities Format / Battlefield Format
```jsonc
// Human-readable name of the battlefield
"name" : ""

View File

@@ -1,5 +1,3 @@
< [Documentation](../../Readme.md) / [Modding](../Readme.md) / Entities Format / Creature Format
## Required data
In order to make functional creature you also need:

View File

@@ -1,5 +1,3 @@
< [Documentation](../../Readme.md) / [Modding](../Readme.md) / Entities Format / Faction Format
## Required data
In order to make functional town you also need:

View File

@@ -1,5 +1,3 @@
< [Documentation](../../Readme.md) / [Modding](../Readme.md) / Entities Format / Hero Class Format
## Required data
In order to make functional hero class you also need:

View File

@@ -1,5 +1,3 @@
< [Documentation](../../Readme.md) / [Modding](../Readme.md) / Entities Format / Hero Type Format
## Required data
In order to make functional hero you also need:

View File

@@ -1,5 +1,3 @@
< [Documentation](../../Readme.md) / [Modding](../Readme.md) / Entities Format / River Format
## Format
```jsonc

View File

@@ -1,5 +1,3 @@
< [Documentation](../../Readme.md) / [Modding](../Readme.md) / Entities Format / Road Format
## Format
```jsonc

View File

@@ -1,5 +1,3 @@
< [Documentation](../../Readme.md) / [Modding](../Readme.md) / Entities Format / Secondary Skill Format
## Main format
```jsonc

View File

@@ -1,5 +1,3 @@
< [Documentation](../../Readme.md) / [Modding](../Readme.md) / Entities Format / Spell Format
# Main format
``` javascript

View File

@@ -1,5 +1,3 @@
< [Documentation](../../Readme.md) / [Modding](../Readme.md) / Entities Format / Terrain Format
## Format
```jsonc