mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
Update schema & docs
This commit is contained in:
@@ -178,6 +178,11 @@
|
||||
"type" : "string",
|
||||
"description" : "stacking"
|
||||
},
|
||||
"icon" : {
|
||||
"type" : "string",
|
||||
"description" : "Optional, custom icons to show in creature window",
|
||||
"format" : "imageFile"
|
||||
},
|
||||
"description" : {
|
||||
"anyOf" : [
|
||||
{ "type" : "string" },
|
||||
|
||||
@@ -65,8 +65,12 @@ All parameters but type are optional.
|
||||
// using its propagator. It has no effect on bonuses without propagator
|
||||
"propagationUpdater" : {Bonus Updater, but works during propagation},
|
||||
|
||||
// TODO
|
||||
"description" : "",
|
||||
// Optional custom description, at the moment limited to creature abilities
|
||||
// Visible only in creature window
|
||||
"description" : "{Ability Name}\nLong description text",
|
||||
|
||||
// Optional, path to custom icon that will be visible in creature window
|
||||
"icon" : "",
|
||||
|
||||
// Stacking string allows to block stacking of bonuses from different entities
|
||||
// For example, devils and archdevils (different entities) both have battle-wide debuff to luck
|
||||
|
||||
Reference in New Issue
Block a user