Template:Attributes-SSBC: Difference between revisions

From Mizuumi Wiki
Jump to navigation Jump to search
(Implemented cargo and updated parameter names to be camel case.)
m (Added "storeInCargo" so that we can create a documentation version of it.)
Line 54: Line 54:
Cargo Store
Cargo Store
--------------------------------------------------
--------------------------------------------------
-->{{#cargo_store:
-->{{#ifeq:{{{storeInCargo|true}}}|true|{{#cargo_store:
_table=SSBC_CharacterAttributes
_table=SSBC_CharacterAttributes
| gameCharacter = {{{character|}}}
| gameCharacter = {{{character|}}}
Line 97: Line 97:
                     | zAirInfo = {{#if:{{{zAirInfo|}}}|{{{zAirInfo}}}}}
                     | zAirInfo = {{#if:{{{zAirInfo|}}}|{{{zAirInfo}}}}}
                   }}
                   }}
  }}
}}</includeonly><noinclude><!--
}}</includeonly><noinclude><!--
--------------------------------------------------
--------------------------------------------------

Revision as of 08:05, 17 August 2021

This template defines the table "SSBC_CharacterAttributes". View table.

Template DocumentationEdit This Documentation

Usage

Everything is self explanatory except for stockIcon, which is there purely for the Cargo table. Just fill it as the character's stock icon filename, like SSBC_Mario_Stock.png.

{{Attributes-SSBC
| character	= 
| name          = 
| stockIcon	= 
| weight	= 
| gravity	= 
| maxJumps	= 
| walkSpeed	= 
| runStart	= 
| runAccel	= 
| runSpeed	= 
| friction	= 
| jumpMomentum	= 
| jumpSpeed	= 
| midJumpSpeed	= 
| shortHopSpeed	= 
| airSpeed	= 
| fallSpeed	= 
| fastFall	= 
| airAccel	= 
| airFriction	= 
| airDash	= 
| canCrawl	= 
| canWallJump	= 
| canWallCling	= 
| canWallClimb	= 
| canFloat	= 
| canGlide	= 
| canDJC	= 
| canZAir	= 
}}

Example

Note: This example uses a parameter storeInCargo to prevent this example being stored in the Cargo table.

Mario Attributes
Max Jumps Weight Gravity Friction
3
Average
0.25
Middleweight
0.25
High
0.88
Walk Speed Run Start Speed Run Acceleration Run Speed
2.00
Average
3
Average
0.15
3.50
Jump Momentum Jump Speed Mid Jump Speed Short Hop Speed
0.70
6.50
6.60
3.20
Air Speed Fall Speed Fast Fall Multiplier Airdash Speed
2.35
3.10
1.50
8
Average
Air Acceleration Air Friction Special Actions
0.20
0.10
Wall Jump

This documentation is automatically transcluded from Template:Attributes-SSBC/Documentation and is not included when this page is transcluded.