Item Switch: Difference between revisions

4,467 bytes added ,  3 months ago
m
no edit summary
mNo edit summary
mNo edit summary
 
(47 intermediate revisions by 24 users not shown)
Line 1: Line 1:
{{ArticleIcons|ssb=y|ssbm=y|ssbb=y}}
{{ArticleIcons|allgames=y}}
[[Image:SSB Item Switch.jpg|thumb|right|The Item Switch, as it appears in ''[[Super Smash Bros.]]'']]
[[File:SSB Item Switch.png|thumb|The Item Switch as it appears in ''[[Super Smash Bros.]]'']]
The '''Item Switch''' is a menu in the [[Super Smash Bros. (series)|''Super Smash Bros.'' series]] where players can select what [[items]] they want or do not want to appear in a match, as well as the overall frequency of their spawning. Players cannot, however, alter how common items are compared to others (for example, [[Heart Container]]s will always be one of the rarer items).
The '''Item Switch''' is a menu in the ''{{b|Super Smash Bros.|series}}'' series where players can select what [[item]]s they want or do not want to appear in matches, as well as the overall frequency of their spawning. Players cannot, however, alter how often certain items appear compared to others, such as making [[fake Smash Ball]]s rarer than real ones.


==Overview==
==Overview==
===''[[Super Smash Bros.]]''===
''Super Smash Bros.'' is the only game in which players must first unlock the Item Switch, which they can do by playing 100 [[Versus Mode]] matches. Players can then select which items they want to appear in a match and how often they appear, from very low to very high. [[Green Shell]]s and [[Red Shell]]s cannot be switched individually; they are both covered under the item "Shell".


===''[[Super Smash Bros.]]''===
The "Appearance %" determines the lower and upper bounds for a [[randomness|random number generator]]'s output in [[frame]]s. The generated number is a 4-byte {{iw|wikipedia|integer|computer science}} that counts down by one every frame. When that number reaches zero, and item is spawned and a new random number is generated. If the "Appearance %" is modified during a match (via [[hack]]ing) to "None" (a value of 0) then an item will spawn every frame as the generated number is always zero.
In ''Super Smash Bros.'', players must unlock the Item Switch by playing 100 [[Versus Mode]] matches. The player can then select which items they want to appear in a match and how often they appear, from very low to very high. [[Green Shell]]s and [[Red Shell]]s cannot be switched individually; they are both covered under the item "Shell".
{|class="wikitable"
!Appearance %!!Min frames!!Max frames!!Min seconds!!Max seconds
|-
!scope="col"|None
|0||0||0||0
|-
!scope="col"|Very Low
|1800||1890||30||31.5
|-
!scope="col"|Low
|1500||1575||25||26.25
|-
!scope="col"|Middle
|1200||1260||20||21
|-
!scope="col"|High
|900||945||15||15.75
|-
!scope="col"|Very High
|600||630||10||10.5
|}


===''[[Super Smash Bros. Melee]]''===
===''[[Super Smash Bros. Melee]]''===
In ''Super Smash Bros. Melee'', the Item Switch is available by default. Like in ''Super Smash Bros.'', players can select which items they do or do not want to appear in a match and how often they appear, from very low to very high. However, they cannot turn off the container items such as [[Capsule]]s, [[Barrel]]s, and [[Crate]]s. Instead, they must set the item frequency to none for these items to not appear.
In ''Super Smash Bros. Melee'', the Item Switch is available by default. As in ''Super Smash Bros.'', players can select which items they do or do not want to appear in a match and how often they appear, from very low to very high.
 
If all items are manually turned off, containers such as [[Capsule]]s, [[Barrel]]s, and [[Crate]]s will still appear but will always be explosive. To turn off container items as well, the item frequency must be set to "None".
 
The spawning rate is overall faster with wider ranges compared to the prior game. Like the prior game, the frequency determines a lower and upper bound for a random number generator in frames and triggers an item spawn the same way.
{|class="wikitable"
!Frequency!!Min frames!!Max frames!!Min seconds!!Max seconds
|-
!scope="col"|Very Low
|1600||2000||26.667||33.333
|-
!scope="col"|Low
|900||1200||15||20
|-
!scope="col"|Medium
|500||800||8.333||13.333
|-
!scope="col"|High
|350||600||5.833||10
|-
!scope="col"|Very High
|200||240||3.333||4
|}


===''[[Super Smash Bros. Brawl]]''===
===''[[Super Smash Bros. Brawl]]''===
The Item Switch returns once again in ''Super Smash Bros. Brawl''. This time, it has an on/off switch for instantly turning all items off or on, and they can turn off container items without having to set the item frequency to none. However, players can no longer put items on very low or very high. Instead, they can only put them on None, Low, Medium, or High. Also, collectible items such as [[sticker]]s cannot be disabled without setting the item frequency to None.
The Item Switch returns once again in ''Super Smash Bros. Brawl''. This time, it has an on/off switch for instantly turning all items off or on, and players can turn off container items without having to set the item frequency to none. However, players can no longer put items on very low or very high. Instead, they can only put them on None, Low, Medium, or High. Also, collectible items such as [[sticker]]s cannot be disabled without setting the item frequency to None. In addition, the game provides a short description of the currently highlighted item at the bottom of the screen.
 
If item frequency is set to "None" but Smash Balls are still set to "On", [[Pity Final Smash]]es will still occur. Smash Balls must be set to "Off" to disable Pity Final Smashes.
 
Compared to ''Melee'', the slowest rate is between "Low" and "Very Low" and the fastest rate is between "High" and "Very High" with the ranges being the same except for "High", which has a wider range. The criteria to spawn an item are slightly different. A random [[wikipedia:Floating-point arithmetic|floating-point number]] is generated and instead of that number decrementing towards zero, a separate, second number increments starting at zero. When that second number is greater than or equal to the generated float, it is set back to zero, a new float is generated, and an item is spawned.
{|class="wikitable"
!Frequency!!Min frames!!Max frames!!Min seconds!!Max seconds
|-
!scope="col"|Low
|1200||1500||20||25
|-
!scope="col"|Med
|500||800||8.333||13.333
|-
!scope="col"|High
|200||300||3.333||5
|}
 
===''[[Super Smash Bros. 4]]''===
The Item Switch can be used again in {{for3ds}}, and almost acts like the ''Brawl'' version. However, there is no option to change the frequency of the items, being locked to "High".
 
In {{forwiiu}}, ''Brawl''{{'}}s item frequency options return. Also, as with ''Brawl'', the game provides a short description for each item. Pity Final Smashes will now be disabled if Smash Balls are set to On but item frequency is set to None.
 
The rates and mechanics in ''Smash 4'' are largely identical to ''Brawl'', with the exception of "High" being slower with a wider window. Although ''for Nintendo 3DS'' only uses the values for "High", the values for "Low" and "Med" are programmed, likely to ensure parity when with ''for Wii U'' players.
{|class="wikitable"
!Frequency!!Min frames!!Max frames!!Min seconds!!Max seconds
|-
!scope="col"|Low
|1200||1500||20||25
|-
!scope="col"|Med
|500||800||8.333||13.333
|-
!scope="col"|High
|300||500||5||8.333
|}
 
===''[[Super Smash Bros. Ultimate]]''===
In ''Super Smash Bros. Ultimate'', each [[Rules#Super Smash Bros. Ultimate|ruleset]] has its own unique Item Switch, allowing players to enable and disable specific item spawns within separate rulesets. While editing a ruleset, the Item Switch can be accessed under "Items". Returning from both ''Brawl'' and ''for Wii U'' are the ability to change item spawn frequencies and short descriptions of each item's functionality.
 
''Ultimate'' uses the same rates and ranges as ''Smash 4''.
{|class="wikitable"
!Frequency!!Min frames!!Max frames!!Min seconds!!Max seconds
|-
!scope="col"|Low
|1200||1500||20||25
|-
!scope="col"|Med
|500||800||8.333||13.333
|-
!scope="col"|High
|300||500||5||8.333
|}


==Gallery==
==Gallery==
<gallery>
<gallery>
File:SSBM Item Switch.png|The Item Switch in ''Melee''.
SSBM Item Switch.png|The Item Switch menu in ''Melee''.
File:SSBB Item Switch.jpg|''Brawl'''s Item Switch.
SSBB Item Switch.png|The Item Switch menu in ''Brawl''.
SSB4-3DS Item Switch.png|The Item Switch menu in ''for Nintendo 3DS''.
SSB4 Item Switch.png|The Item Switch menu in ''for Wii U''.
SSBU Item Switch.png|The Item Switch menu in ''Ultimate''.
</gallery>
</gallery>
[[Category:Items]]
[[Category:Items]]
[[Category:Options]]
1,860

edits