Template:MainMobilityAndMatchmakingRange: Difference between revisions

From Inkipedia, the Splatoon wiki
m (Summary)
m (Forgot to attach code and nowiki on {{PAGENAME}})
Line 26: Line 26:
|<code>matchmaking range</code>||Named, required.||Lists a main weapon's matchmaking range, which the game uses to match a team against another based on similar sum of matchmaking ranges in each team.
|<code>matchmaking range</code>||Named, required.||Lists a main weapon's matchmaking range, which the game uses to match a team against another based on similar sum of matchmaking ranges in each team.
|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<code>name</code>||Named, optional.||If included, the value will replace the current page name as the main weapon's name. Default value: {{PAGENAME}}
|<code>name</code>||Named, optional.||If included, the value will replace the current page name as the main weapon's name. Default value: <code><nowiki>{{PAGENAME}}</nowiki></code>
|}
|}



Revision as of 13:09, 25 July 2021


Lists weight classes and matchmaking ranges which is shared across all main weapons in Splatoon 2. Used for main weapon datas in Category:Data templates.

Note

Data is obtained here.

Parameters

{{MainMobilityAndMatchmakingRange|<mobility class>|<matchmaking range>|<name>}}

mobility class Named, required. The weight class of the main weapon. Must be one of the following:
  • low (Heavyweight)
  • middle (Middleweight)
  • high (Lightweight)
matchmaking range Named, required. Lists a main weapon's matchmaking range, which the game uses to match a team against another based on similar sum of matchmaking ranges in each team.
name Named, optional. If included, the value will replace the current page name as the main weapon's name. Default value: {{PAGENAME}}

Example

Markup

{{MainMobilityAndMatchmakingRange
| mobility class = high
| matchmaking range = 95
| name = Carbon Roller Deco}}

Output

  • The Carbon Roller Deco is a lightweight weapon.
  • The matchmaking range is 95. Splatoon 2 matchmaking looks at a team's average matchmaking range value, and matches them against a team with a similar average.