Template:Traits/doc: Difference between revisions

m
add lang
No edit summary
m (add lang)
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Lua|Traits}}
{{Lua|Traits}}
== All trait examples ==
<pre><nowiki>{{Traits
|Rena
|Lyrical Flow
|Empowered, Gigantic
|130
|140
}}</nowiki></pre>
{{Traits
|Rena
|Lyrical Flow
|Empowered, Gigantic
|130
|140
}}
<pre><nowiki>{{Traits
|Rose
|Penetrating Bullet
|Light, Heavy
|mp=300
|cd=21
|mp1=70
}}</nowiki></pre>
{{Traits
|Rose
|Penetrating Bullet
|Light, Heavy
|mp=300
|cd=21
|mp1=70
}}
<pre><nowiki>{{Traits
|Rose
|Viper Shot
|Light, Regenerating (1)
|mp=35
|mp1=70
|mp2=65
|ecp=true
}}</nowiki></pre>
{{Traits
|Rose
|Viper Shot
|Light, Regenerating (1)
|mp=35
|mp1=70
|mp2=65
|ecp=true
}}
<pre><nowiki>{{Traits
|Elesis
|Outburst
|Useful, Enhanced
|dmg1=67
|hits=10
}}</nowiki></pre>
{{Traits
|Elesis
|Outburst
|Useful, Enhanced
|dmg1=67
|hits=10
}}
<pre><nowiki>{{Traits
|Noah
|Eternal Fog
|Reversed, Critical
|mp=300
|cd=21
|mp1=47
|cd2=65
|def_ignore2=66
|pvp_def_ignore2=33
}}</nowiki></pre>
{{Traits
|Noah
|Eternal Fog
|Reversed, Critical
|mp=300
|cd=21
|mp1=47
|cd2=65
|def_ignore2=66
|pvp_def_ignore2=33
}}
<pre><nowiki>{{Traits
|Eve
|Trojan Horse
|Haste, Regenerating (1)
|mp=300
|cd=21
|cd1=75
|mp2=45
|chance2=68
}}</nowiki></pre>
{{Traits
|Eve
|Trojan Horse
|Haste, Regenerating (1)
|mp=300
|cd=21
|cd1=75
|mp2=45
|chance2=68
}}
<pre><nowiki>{{Traits
|Ara
|Iceberg
|Regenerating (2), Ruthless
|mp=300
|cd=21
|cd1=55
|chance1=68
}}</nowiki></pre>
{{Traits
|Ara
|Iceberg
|Regenerating (2), Ruthless
|mp=300
|cd=21
|cd1=55
|chance1=68
}}
<pre><nowiki>{{Traits
|Add
|Venipuncture
|Evil, Powerful
|20
|cd=21
|cd2=135
}}</nowiki></pre>
{{Traits
|Add
|Venipuncture
|Evil, Powerful
|20
|cd=21
|cd2=135
}}
<pre><nowiki>{{Traits
|Elsword
|Armor Break
|Killing Blow (1), Killing Blow (2)
|duration=20
|duration1=145
|
|56
|effects={{se|073|Test}} Physical Defense Decrease: 20%<br/>{{se|074|Test}} Magical Defense Decrease: 10%<br/>
}}</nowiki></pre>
{{Traits
|Elsword
|Armor Break
|Killing Blow (1), Killing Blow (2)
|duration=20
|duration1=145
|
|56
|effects={{se|073|Test}} Physical Defense Decrease: 20%<br/>{{se|074|Test}} Magical Defense Decrease: 10%<br/>
}}
<pre><nowiki>{{Traits
|Raven
|Shockwave - Divider
|Absorbing, Persistent
|40
|120
}}</nowiki></pre>
{{Traits
|Raven
|Shockwave - Divider
|Absorbing, Persistent
|40
|120
}}
<pre><nowiki>{{Traits
|Aisha
|Icicle Spear
|Evil, Persistent2
|40
|120
}}</nowiki></pre>
{{Traits
|Aisha
|Icicle Spear
|Evil, Persistent2
|40
|120
}}
<br>
<templatedata>
<templatedata>
{
{
Line 34: Line 246:
"traits"
"traits"
]
]
},
"4": {
"label": "Trait 1 SkillText",
"description": "Comma-separated values provided to the SkillText template. Warning! Does not generate details properly when they're needed."
},
"5": {
"label": "Trait 2 SkillText",
"description": "Comma-separated values provided to the SkillText template. Warning! Does not generate details properly when they're needed."
},
},
"mp": {
"mp": {
Line 105: Line 325:
"description": "Specify in % (without the sign). If Killing Blow (1) is active, and this field is empty for the exact index, the template returns an error.",
"description": "Specify in % (without the sign). If Killing Blow (1) is active, and this field is empty for the exact index, the template returns an error.",
"type": "number"
"type": "number"
},
"chance1": {
"label": "Trait 1 Chance Effect",
"description": "For Regenerating trait"
},
"chance2": {
"label": "Trait 2 Chance Effect",
"description": "For Regenerating trait"
},
"mp_enhanced_pvp": {
"label": "MP Usage (PvP Enhanced)"
},
"cd_enhanced_pvp": {
"label": "Cooldown (PvP Enhanced)"
},
"duration_enhanced_pvp": {
"label": "Duration (PvP Enhanced)"
},
"hits": {
"label": "Useful Hit Count"
},
"detail1": {
"label": "Trait 1 Detail Force",
"description": "Only works for Max Hits (probably)"
},
"detail2": {
"label": "Trait 2 Detail Force",
"description": "Only works for Max Hits (probably)"
},
"lang": {
"label": "Language Suffix",
"description": "A language suffix for multi-language variants.",
"example": "zh-hans"
}
}
},
},
Line 113: Line 366:
"2",
"2",
"3",
"3",
"4",
"5",
"lang",
"mp",
"mp",
"mp_pvp",
"mp_enhanced",
"mp_enhanced_pvp",
"cd",
"cd",
"mp_pvp",
"cd_pvp",
"cd_pvp",
"mp_enhanced",
"cd_enhanced",
"cd_enhanced",
"cd_enhanced_pvp",
"duration",
"duration_pvp",
"duration_enhanced",
"duration_enhanced_pvp",
"mp1",
"mp1",
"mp2",
"mp2",
"cd1",
"cd1",
"cd2",
"cd2",
"duration",
"duration_pvp",
"duration_enhanced",
"duration1",
"duration1",
"duration2"
"duration2",
"chance1",
"chance2",
"hits",
"detail1",
"detail2"
]
]
}
}
</templatedata>
</templatedata>