Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!
Difference between revisions of "Template:SoM weapon effect"
m |
m |
||
Line 21: | Line 21: | ||
; role : Optional. Role of the class: '''Dealer''' or '''Buffer'''. Defaults to '''Dealer'''. | ; role : Optional. Role of the class: '''Dealer''' or '''Buffer'''. Defaults to '''Dealer'''. | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
− | <!-- buff power --> | + | <!-- buff power (index 0) --> |
{{#switch: {{lc:{{{role|dealer}}}}} | {{#switch: {{lc:{{{role|dealer}}}}} | ||
| buffer = | | buffer = | ||
Line 40: | Line 40: | ||
}}; | }}; | ||
<!-- --> | <!-- --> | ||
− | <!-- stat modifier --> | + | <!-- stat modifier (index 1) --> |
{{#switch: {{lc:{{{sacrosanct area|no}}}}} | {{#switch: {{lc:{{{sacrosanct area|no}}}}} | ||
| yes = Atk. Increase +100.0%<br>Overall Damage +78.6% | | yes = Atk. Increase +100.0%<br>Overall Damage +78.6% | ||
Line 56: | Line 56: | ||
}}; | }}; | ||
<!-- --> | <!-- --> | ||
− | <!-- description --> | + | <!-- description (index 2) --> |
<hr> | <hr> | ||
{{#switch: {{lc:{{{sacrosanct area|no}}}}} | {{#switch: {{lc:{{{sacrosanct area|no}}}}} | ||
Line 109: | Line 109: | ||
}} | }} | ||
| #default = <i>Invalid entry. Please enter "yes" or "no".</i> | | #default = <i>Invalid entry. Please enter "yes" or "no".</i> | ||
− | }} | + | }}; |
− | + | <!-- --> | |
+ | <!-- flavor text (index 3) --> | ||
{{#switch: {{lc:{{{sacrosanct area|no}}}}} | {{#switch: {{lc:{{{sacrosanct area|no}}}}} | ||
| yes = The beginning of a new memory, never to regress again | | yes = The beginning of a new memory, never to regress again | ||
Line 124: | Line 125: | ||
}} | }} | ||
| #default = <i>Invalid entry. Please enter "yes" or "no".</i> | | #default = <i>Invalid entry. Please enter "yes" or "no".</i> | ||
− | }}<!-- -- | + | }}<!-- --></includeonly> |
Revision as of 12:13, 11 February 2025
Description
Returns the buff power, stat modifiers, description, and flavor text for a specified Starfield of Memories weapon or Sacrosanct Area version when given certain parameters.
Usage
This is the "SoM weapon effect" template. It should be called in the following format:
{{SoM weapon effect | element = | sacrosanct area = | role = }}
Parameters
All parameters are optional unless stated otherwise.
- element
- Required. Element of Starfield of Memories weapon: Fire or 1, Water or 2, Wood or 3, Metal or 4, Earth or 5, and Disharmony or 6. Disharmony is not a selectable option for Sacrosanct Area equipment.
- sacrosanct area
- Optional. Determines whether or not the weapon is upgraded from a Sacrosanct Area Legendary weapon: yes or no. Defaults to no.
- role
- Optional. Role of the class: Dealer or Buffer. Defaults to Dealer.