Stage drop list: Difference between revisions

From Tears of Themis Wiki
imported>Elaeagnifolia
mNo edit summary
imported>Elaeagnifolia
No edit summary
Line 1: Line 1:
__TOC__
__TOC__
==How to Update Page==
# Go to Edit Source for this page.
# Find the name of the Level you want. This should look something like <code>{{Drop rate/Stage|<stage name></code>
# Increment totalRuns
# If that run dropped one of the items listed under <code>|dropRateData=</code>, then increment that item's number by 1.
# Save the page.
For example:
<pre>
{{Drop rate/Stage|Test Stage 01-01
|totalRuns=3
|dropRateData=
{{Drop rate|Stellin|3}}
{{Drop rate|Oracle of Justice II|3}}
}}
</pre>
Let's say we want to update this stage with 1 run that dropped Stellin but no Oracle. It would then look like this:
<pre>
{{Drop rate/Stage|Test Stage 01-01
|totalRuns=4
|dropRateData=
{{Drop rate|Stellin|4}}
{{Drop rate|Oracle of Justice II|3}}
}}
</pre>


==Anomaly Levels==
==Anomaly Levels==

Revision as of 08:07, 15 August 2021

How to Update Page

  1. Go to Edit Source for this page.
  2. Find the name of the Level you want. This should look something like {{Drop rate/Stage|<stage name>
  3. Increment totalRuns
  4. If that run dropped one of the items listed under |dropRateData=, then increment that item's number by 1.
  5. Save the page.

For example:

{{Drop rate/Stage|Test Stage 01-01
|totalRuns=3
|dropRateData=
{{Drop rate|Stellin|3}}
{{Drop rate|Oracle of Justice II|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|4}}
{{Drop rate|Oracle of Justice II|3}}
}}

Anomaly Levels

Anomaly Level 01-01

Total Runs: 3

Item # of Runs Item Dropped In Drop Rate %

Btn coin s.pngStellin x 0%

Logic Chip I icon.pngLogic Chip I x 0%

Logic Chip II icon.pngLogic Chip II x 0%

Oracle of Justice II icon.pngOracle of Justice II x 0%