Difference between revisions of "Skill Format"

From VCMI Project Wiki
Jump to: navigation, search
(Created page with "= Main format = <syntaxhighlight lang="javascript"> { "skillName": { //optional base format, will be merged with basic/advanced/expert "base": { ....")
 
(Replaced content with "{{Template:MovedToWebpage|https://vcmi.eu/modders/Entities_Format/Secondary_Skill_Format/}}")
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Main format =
+
{{Template:MovedToWebpage|https://vcmi.eu/modders/Entities_Format/Secondary_Skill_Format/}}
<syntaxhighlight lang="javascript">
 
{
 
    "skillName":
 
    {
 
        //optional base format, will be merged with basic/advanced/expert
 
        "base":    { ... },
 
        //configuration for different skill levels
 
        "basic":    {Skill level format},
 
        "advanced": {Skill level format},
 
        "expert":  {Skill level format}
 
    }
 
 
 
}
 
</syntaxhighlight>
 

Latest revision as of 16:25, 16 July 2024

Logo256.png    Page moved to VCMI-Homepage