Stage drop list: Difference between revisions

From Tears of Themis Wiki
imported>Elaeagnifolia
m (Elaeagnifolia moved page Stage drop rate list to Stage drop list without leaving a redirect)
imported>Elaeagnifolia
No edit summary
Line 5: Line 5:
# 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
# If that run dropped one of the items listed under <code>|dropRateData=</code>, then increment that item's number by 1.
# If that run dropped one of the items listed+same quantity under <code>|dropRateData=</code>, then increment that item's numRuns by 1.
# Save the page.
# Save the page.


Line 13: Line 13:
|totalRuns=3
|totalRuns=3
|dropRateData=
|dropRateData=
{{Drop rate|Stellin|3}}
{{Drop rate|Stellin
{{Drop rate|Oracle of Justice II|3}}
|quantity=1200
|numRuns=3
}}
{{Drop rate|Oracle of Justice II
|quantity=5
|numRuns=3
}}
}}
}}
</pre>
</pre>
Line 23: Line 29:
|totalRuns=4
|totalRuns=4
|dropRateData=
|dropRateData=
{{Drop rate|Stellin|4}}
{{Drop rate|Stellin
{{Drop rate|Oracle of Justice II|3}}
|quantity=1200
|numRuns=4
}}
{{Drop rate|Oracle of Justice II
|quantity=5
|numRuns=3
}}
}}
}}
</pre>
</pre>


==Anomaly Levels==
==List of Stage drop list pages==
{{Drop rate/Stage|Anomaly Level 01-01
* [[Stage drop list/Main Story]]
|totalRuns=3
* [[Stage drop list/Anomaly Levels]]
|dropRateData=
* [[Stage drop list/Legal Studies]]
{{Drop rate|Stellin|3}}
* [[Stage drop list/Character Stories]]
{{Drop rate|Logic Chip I|3}}
 
{{Drop rate|Logic Chip II|1}}
[[Category:Game information]]
{{Drop rate|Oracle of Justice II|3}}
}}

Revision as of 18:17, 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+same quantity under |dropRateData=, then increment that item's numRuns by 1.
  5. 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