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:
@@ -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
|
||||
|
||||
@@ -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" : "",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user