Difference between revisions of "Template:Action fact"
Jump to navigation
Jump to search
m (→Example) |
m |
||
Line 3: | Line 3: | ||
| additional | additional effect = Additional Effect | | additional | additional effect = Additional Effect | ||
| cure | cure potency = Cure Potency | | cure | cure potency = Cure Potency | ||
| cast | cast time = Cast Time | |||
| refresh | refresh potency = Refresh Potency | | refresh | refresh potency = Refresh Potency | ||
| combo = {{#switch:{{{2}}}|bonus|action|potency=Combo {{ucfirst:{{{2}}}}}|#default={{{2}}} Combo Bonus}} | | combo = {{#switch:{{{2}}}|bonus|action|potency=Combo {{ucfirst:{{{2}}}}}|#default={{{2}}} Combo Bonus}} | ||
Line 25: | Line 26: | ||
== Parameters == | == Parameters == | ||
; ''unnamed parameter 1'' | ; ''unnamed parameter 1'' | ||
: Fact name. Accepts: ''duration'', ''additional effect'', ''potency'', ''cure potency'', ''refresh'', ''efficiency'', ''success rate'', ''combo'', ''aetherflow gauge cost'', ''dreadwyrm aether cost''. (types under construction). | : Fact name. Accepts: ''duration'', ''additional effect'', ''potency'', ''cure potency'', ''refresh'', ''efficiency'', ''success rate'', ''combo'', ''cast time'', ''aetherflow gauge cost'', ''dreadwyrm aether cost''. (types under construction). | ||
; ''unnamed parameter 2'' | ; ''unnamed parameter 2'' | ||
: Fact value. If ''param 1'' is specified, displays fact value. If ''param 1'' is combo, this can be either ''action'', ''bonus'', ''potency'' or another type of combo. | : Fact value. If ''param 1'' is specified, displays fact value. If ''param 1'' is combo, this can be either ''action'', ''bonus'', ''potency'' or another type of combo. |
Revision as of 19:38, 9 November 2017
Description
{{action fact|<fact type>|<standard fact value>|<additional fact value>}}
Parameters
- unnamed parameter 1
- Fact name. Accepts: duration, additional effect, potency, cure potency, refresh, efficiency, success rate, combo, cast time, aetherflow gauge cost, dreadwyrm aether cost. (types under construction).
- unnamed parameter 2
- Fact value. If param 1 is specified, displays fact value. If param 1 is combo, this can be either action, bonus, potency or another type of combo.
- unnamed parameter 3
- Additional fact value. If param 1 is combo, displays this as fact value.
- other
- Optional. Set anything to prevent the template from using predefined style to the fact value.
Example
{{Action fact|duration|20}}
- Duration: 20s
{{Action fact|duration|Infinite|other=y}}
- Duration: Infinite
{{Action fact|Deals unaspected damage with each ```attack```.}}
- Deals unaspected damage with each attack.
{{Action fact|aetherflow gauge cost|1}}
- Aetherflow Gauge Cost: 1
{{Action fact|combo|action|Heavy Swing}}
- Combo Action: Heavy Swing
{{Action fact|combo|bonus|Inflicts ``Blind``}}
- Combo Bonus: Inflicts Blind
{{Action fact|combo|Deliverance|Causes AoE damage.}}
- Deliverance Combo Bonus: Causes AoE damage.