Stage drop list: Difference between revisions

From Tears of Themis Wiki
imported>Elaeagnifolia
No edit summary
imported>Elaeagnifolia
 
Line 2: Line 2:


==How to Update Page==
==How to Update Page==
# Go to Edit Source for this page.
# Go to the page for the game mode you want to update. (See [[#List of stage drop list pages|List of stage drop list pages]])
# Go to Edit Source for the page.
# Find the name of the Level you want. This should look something like <code>{{Drop rate/Stage|<stage name></code>
# Find the name of the Level you want. This should look something like <code>{{Drop rate/Stage|<stage name></code>
# Increment totalRuns
# Increment totalRuns

Latest revision as of 18:18, 15 August 2021

How to Update Page[edit | edit source]

  1. Go to the page for the game mode you want to update. (See List of stage drop list pages)
  2. Go to Edit Source for the page.
  3. Find the name of the Level you want. This should look something like {{Drop rate/Stage|<stage name>
  4. Increment totalRuns
  5. If that run dropped one of the items listed+same quantity under |dropRateData=, then increment that item's numRuns by 1.
  6. Save the page.

For example:

{{Drop rate/Stage|Test Stage 01-01
|totalRuns=3
|dropRateData=
{{Drop rate|Stellin
|quantity=1200
|numRuns=3
}}
{{Drop rate|Oracle of Justice II
|quantity=5
|numRuns=3
}}
}}

Let's say we want to update this stage with 1 run that dropped Stellin but no Oracle. It would then look like this:

{{Drop rate/Stage|Test Stage 01-01
|totalRuns=4
|dropRateData=
{{Drop rate|Stellin
|quantity=1200
|numRuns=4
}}
{{Drop rate|Oracle of Justice II
|quantity=5
|numRuns=3
}}
}}

List of Stage drop list pages[edit | edit source]