Difficulty scaling: Difference between revisions

Marked this version for translation
(Shield Guard Up is bugged for amiibo weapons)
(Marked this version for translation)
Line 97: Line 97:
* AddSurfMaster is a bonus that only applies to shields and gives them a lower friction for shield surfing. That bonus type is unused in the game.
* AddSurfMaster is a bonus that only applies to shields and gives them a lower friction for shield surfing. That bonus type is unused in the game.


<!--T:397-->
'''"Shield Guard Up" does not appear for amiibo weapons because of a game bug.'''
'''"Shield Guard Up" does not appear for amiibo weapons because of a game bug.'''


Line 106: Line 107:
==== amiibo ==== <!--T:302-->  
==== amiibo ==== <!--T:302-->  


<!--T:398-->
Because of a bug in the game code<ref>The bugged code is in function {{addr|a=0x71002df7d8|ver=nx-1.5.0}}.</ref>, any time the game randomly chooses the "Shield Guard Up" bonus, the actual bonus that gets assigned to the weapon and shows up in the user interface is "Durability Up". For this reason, the extra durability value that is used for shields with the "Durability Up" bonus is either addLifeMax or addGuardMax, depending on which bonus was chosen.
Because of a bug in the game code<ref>The bugged code is in function {{addr|a=0x71002df7d8|ver=nx-1.5.0}}.</ref>, any time the game randomly chooses the "Shield Guard Up" bonus, the actual bonus that gets assigned to the weapon and shows up in the user interface is "Durability Up". For this reason, the extra durability value that is used for shields with the "Durability Up" bonus is either addLifeMax or addGuardMax, depending on which bonus was chosen.