Template:Drop List: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Enter the Edit section to | Enter the Edit section for information relating to the template. | ||
<!-- This template has been set up with the intention of providing 100 lines of drops across 10 drop groups within the mob drop list, totaling 1,000 table lines. | |||
When copying variables from this template to use on pages where the template is applied ensure that the formatting for each line remains intact. | |||
Ex. The drop list has 3 Ungrouped drops, 2 Group 1 drops, and 5 Group 2 drops. | |||
Copy the text between the <code> and </code> tags into the very top of the wiki page editor (preserving the < !-- and -- > below for each line): | |||
<code> | |||
{{#vardefine:dropUngroup-1|}}{{#vardefine:dropUngroup-1Rate|}}{{#vardefine:dropUngroup-1Link|}} | |||
{{#vardefine:dropUngroup-2|}}{{#vardefine:dropUngroup-2Rate|}}{{#vardefine:dropUngroup-2Link|}} | |||
{{#vardefine:dropUngroup-3|}}{{#vardefine:dropUngroup-3Rate|}}{{#vardefine:dropUngroup-3Link|}} | |||
{{#vardefine:dropGroup1-1|}}{{#vardefine:dropGroup1-1Rate|}}{{#vardefine:dropGroup1-1Link|}} | |||
{{#vardefine:dropGroup1-2|}}{{#vardefine:dropGroup1-2Rate|}}{{#vardefine:dropGroup1-2Link|}} | |||
{{#vardefine:dropGroup2-1|}}{{#vardefine:dropGroup2-1Rate|}}{{#vardefine:dropGroup2-1Link|}} | |||
{{#vardefine:dropGroup2-2|}}{{#vardefine:dropGroup2-2Rate|}}{{#vardefine:dropGroup2-2Link|}} | |||
{{#vardefine:dropGroup2-3|}}{{#vardefine:dropGroup2-3Rate|}}{{#vardefine:dropGroup2-3Link|}} | |||
{{#vardefine:dropGroup2-4|}}{{#vardefine:dropGroup2-4Rate|}}{{#vardefine:dropGroup2-4Link|}} | |||
{{#vardefine:dropGroup2-5|}}{{#vardefine:dropGroup2-5Rate|}}{{#vardefine:dropGroup2-5Link|}} | |||
</code> | |||
To assign variables on the wiki page simply fill in the space between the | and }}. | |||
<code> | |||
{{#vardefine:dropUngroup-1|Camaraderie Claymore}}{{#vardefine:dropUngroup-1Rate|15%}}{{#vardefine:dropUngroup-1Link|}} | |||
</code> | |||
dropUngroup-1, dropGroup1-1, dropGroup2-1: Fill with the shortened item name (Sailcloth for Square of Sailcloth, Red Grass Thread for Spool of Red Grass Thread, etc.) | |||
- These variables will default to providing a BGWiki link. Item name misspellings will result in a broken link to a BGWiki that likely doesn't exist. | |||
dropUngroup-1Rate, dropGroup1-1Rate, dropGroup2-1Rate: Fill with the XXX.X% chance for the item to drop. | |||
- Remember that the database uses 1000 as the base value, so a 505 database value is divided by 10, resulting in a 50.5% chance. | |||
--> | |||
<!-- VARIABLES NECESSARY TO MAKE THIS TEMPLATE FUNCTION ARE AS FOLLOWS --> | <!-- VARIABLES NECESSARY TO MAKE THIS TEMPLATE FUNCTION ARE AS FOLLOWS --> | ||
Revision as of 19:32, 16 August 2025
Enter the Edit section for information relating to the template.