Template talk:SSB64HitboxTableHeader: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
Line 4: Line 4:
:I assume you want to have the option to enable or disable it by setting a parameter. If so, doing <code><nowiki>!!Sound{{#if:{{{special|}}}|!!Reflectable!!Absorbable}}</nowiki></code> should work for the header. As for the row, a similar thing could be done though the other games use a separate row template which may also need to be done in this case. --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 15:59, June 3, 2022 (EDT)
:I assume you want to have the option to enable or disable it by setting a parameter. If so, doing <code><nowiki>!!Sound{{#if:{{{special|}}}|!!Reflectable!!Absorbable}}</nowiki></code> should work for the header. As for the row, a similar thing could be done though the other games use a separate row template which may also need to be done in this case. --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 15:59, June 3, 2022 (EDT)
::The ''Melee'', ''Brawl'', and ''SSB4'' hitbox tables also don't have them, so does the same thing goes for them as well? [[User:Juju1995|Juju1995]] ([[User talk:Juju1995|talk]]) 17:47, June 3, 2022 (EDT)
::The ''Melee'', ''Brawl'', and ''SSB4'' hitbox tables also don't have them, so does the same thing goes for them as well? [[User:Juju1995|Juju1995]] ([[User talk:Juju1995|talk]]) 17:47, June 3, 2022 (EDT)
:::Melee, Brawl, and SSB4 use similar code to what I pasted above for their headers, just put special=y in the header template to show them. For the rows, Melee, for example, uses {{t|MeleeSpecialHitboxTableRow}} instead of {{t|MeleeHitboxTableRow}} for things that are absorbable, reflectable, and blockable because apparently in those 3 games "special hitbox" coded for those properties and normal hitboxes didn't. May be reasonable to assume the Smash 64 uses a different hitbox for those things, so maybe a SSB64SpecialHitboxTableRow may need to be made. --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 18:10, June 3, 2022 (EDT)

Revision as of 18:10, June 3, 2022

Adding the reflectable and absorbable proprites

This hitbox table doesn't have reflectable and absorbable proprites in it for certain moves such as Fireball and Blaster Shot. Is there any way to enable them? Juju1995 (talk) 14:13, June 3, 2022 (EDT)

I assume you want to have the option to enable or disable it by setting a parameter. If so, doing !!Sound{{#if:{{{special|}}}|!!Reflectable!!Absorbable}} should work for the header. As for the row, a similar thing could be done though the other games use a separate row template which may also need to be done in this case. --CanvasK (talk) 15:59, June 3, 2022 (EDT)
The Melee, Brawl, and SSB4 hitbox tables also don't have them, so does the same thing goes for them as well? Juju1995 (talk) 17:47, June 3, 2022 (EDT)
Melee, Brawl, and SSB4 use similar code to what I pasted above for their headers, just put special=y in the header template to show them. For the rows, Melee, for example, uses {{MeleeSpecialHitboxTableRow}} instead of {{MeleeHitboxTableRow}} for things that are absorbable, reflectable, and blockable because apparently in those 3 games "special hitbox" coded for those properties and normal hitboxes didn't. May be reasonable to assume the Smash 64 uses a different hitbox for those things, so maybe a SSB64SpecialHitboxTableRow may need to be made. --CanvasK (talk) 18:10, June 3, 2022 (EDT)