Adding Data to Vestures: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Due to how Belles are linked to Vestures, this data must be added by hand in source-editing mode. # Open the Vesture in question. # Click "Edit Source."left|thumb") |
No edit summary |
||
| Line 2: | Line 2: | ||
# Open the Vesture in question. | # Open the Vesture in question. | ||
# Click "Edit Source." | # Click "Edit Source." | ||
::{{DefaultImage|AddDataToVestureStep2.png}} | |||
{{ListValue|3|Use the below code as a guide as variables may not be stored in the template if they were not defined initially. | |||
<pre>{{ITEMVesture | |||
|TXT_VestureName= | |||
|INT_XPBonus= | |||
|TXT_StatBonus1= | |||
|TXT_StatBonus2= | |||
|TXT_VestureType= | |||
}}</pre> | |||
}} | |||
{{ListValue|4|See this example.}} | |||
::{{DefaultImage|AddDataToVestureStep4.png}} | |||
{{ListValue|5|'''IGNORE''' the JOINBelleVesture text! Work only with the <nowiki>{{ITEMVesture...}}</nowiki> section. Add the required value(s), like so.}} | |||
::{{DefaultImage|AddDataToVestureStep5.png}} | |||
{{ListValue|6|Save changes.}} | |||
Revision as of 17:52, 13 May 2023
Due to how Belles are linked to Vestures, this data must be added by hand in source-editing mode.
- Open the Vesture in question.
- Click "Edit Source."
- Use the below code as a guide as variables may not be stored in the template if they were not defined initially.
{{ITEMVesture
|TXT_VestureName=
|INT_XPBonus=
|TXT_StatBonus1=
|TXT_StatBonus2=
|TXT_VestureType=
}}
- See this example.
- IGNORE the JOINBelleVesture text! Work only with the {{ITEMVesture...}} section. Add the required value(s), like so.
- Save changes.