Anonymous

Template:Traits/doc: Difference between revisions

From Elwiki
no edit summary
No edit summary
No edit summary
Line 65: Line 65:
"mp1": {
"mp1": {
"label": "Trait 1 MP Effect",
"label": "Trait 1 MP Effect",
"description": "Specify in % (without the sign). If certain MP traits are active (such as Reversed) and this is not specified for the exact index, the template returns an error. Specific traits derive the default values and thus do not require this argument provided (Critical = 120, Light = 80).",
"description": "Specify in % (without the sign). If certain MP traits are active (such as Reversed), and this field is empty for the exact index, the template returns an error. Specific traits derive the default values and thus do not require this argument provided (Critical = 120, Light = 80).",
"type": "number"
"type": "number"
},
},
"mp2": {
"mp2": {
"label": "Trait 2 MP Effect",
"label": "Trait 2 MP Effect",
"description": "Specify in % (without the sign). If certain MP traits are active (such as Reversed) and this is not specified for the exact index, the template returns an error. Specific traits derive the default values and thus do not require this argument provided (Critical = 120, Light = 80).",
"description": "Specify in % (without the sign). If certain MP traits are active (such as Reversed), and this field is empty for the exact index, the template returns an error. Specific traits derive the default values and thus do not require this argument provided (Critical = 120, Light = 80).",
"type": "number"
"type": "number"
},
},
"cd1": {
"cd1": {
"label": "Trait 1 Cooldown Effect",
"label": "Trait 1 Cooldown Effect",
"description": "Specify in % (without the sign). If certain Cooldown traits are active (such as Reversed) and this is not specified for the exact index, the template returns an error. Specific traits derive the default values and thus do not require this argument provided (Heavy = 120, Haste = 80, Ruthless = 200, Powerful = 120).",
"description": "Specify in % (without the sign). If certain Cooldown traits are active (such as Reversed), and this field is empty for the exact index, the template returns an error. Specific traits derive the default values and thus do not require this argument provided (Heavy = 120, Haste = 80, Ruthless = 200, Powerful = 120).",
"type": "number"
"type": "number"
},
},
"cd2": {
"cd2": {
"label": "Trait 2 Cooldown Effect",
"label": "Trait 2 Cooldown Effect",
"description": "Specify in % (without the sign). If certain Cooldown traits are active (such as Reversed) and this is not specified for the exact index, the template returns an error. Specific traits derive the default values and thus do not require this argument provided (Heavy = 120, Haste = 80, Ruthless = 200, Powerful = 120).",
"description": "Specify in % (without the sign). If certain Cooldown traits are active (such as Reversed), and this field is empty for the exact index, the template returns an error. Specific traits derive the default values and thus do not require this argument provided (Heavy = 120, Haste = 80, Ruthless = 200, Powerful = 120).",
"type": "number"
"type": "number"
},
},
Line 197: Line 197:
"duration1": {
"duration1": {
"label": "Trait 1 Duration Effect",
"label": "Trait 1 Duration Effect",
"description": "Specify in % (without the sign). If Killing Blow (1) is active and this is not specified 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"
},
},
"duration2": {
"duration2": {
"label": "Trait 2 Duration Effect",
"label": "Trait 2 Duration Effect",
"description": "Specify in % (without the sign). If Killing Blow (1) is active and this is not specified 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"
}
}