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

creature/town biography/description

This commit is contained in:
Laserlicht
2024-04-12 23:35:39 +02:00
committed by GitHub
parent 3e0eb3ac02
commit e4b60baa3b
13 changed files with 58 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ In order to make functional creature you also need:
"singular" : "Creature",
"plural" : "Creatures"
},
// Biography and information about creature
"biography" : "",
"level" : 0,
// Marks this object as special and not available by default

View File

@@ -59,6 +59,9 @@ Each town requires a set of buildings (Around 30-45 buildings)
// Localizable faction name, e.g. "Rampart"
"name" : "",
// Description of town (e.g. history or story about town)
"description" : "",
// Faction alignment. Can be good, neutral (default) or evil.
"alignment" : "",