Template:AttackData-PJ

Template page
Revision as of 13:56, 15 September 2021 by GeeDee (talk | contribs) (Moving new PJ AttackData to this template to use universal AD template naming scheme. Also preserving the previous work done by Jota. Will request deleting other PJ AD template barring this functioning properly.)

|- style="line-height:1em"

! colspan=2 | Damage ! style="width:16.6%" | Startup ! style="width:16.6%" | Active ! style="width:16.6%"| Recovery |- | colspan=2 | - | - | - | - |- style="line-height:1em" ! style="width:16.7%" | Guard ! style="width:16.6%" | Special Property ! style="width:16.6%" | Launcher Type ! style="width:16.6%"| Adv. Hit ! style="width:16.6%"| Adv. Guard |- | - | - | - | - | - |-

|- }}

Usage

Replacing Template:PJMoveListRow. This AttackData template uses the newer format with added tooltips by Bee, but has been slightly tweaked to detail PJ-specific mechanics. Previous PJ AttackData work by Jota is below the fold, for reference/preservation!

Example:

{{MoveData
|image=PJ_batsu_5lp.png
|caption=Captioning Batsus Jab
|name= Standing Light  Punch
|input=5{{lp}}
|data=
{{AttackData_PJ
|Damage=4
|Guard=Mid
|Startup=8
|Recovery=20
|Adv. Hit=+1
|Adv. Guard=+4
|Launcher Type=None
|Special Property=None
|description= A basic Jab
}}
}}

Result:

Standing Light Punch
5Lp.png
PJ batsu 5lp.png
Captioning Batsus Jab



Preserving the work previously done by Jotamide for PJ here!

! height="25px" | Damage ! Startup ! Active ! Recovery ! Hit Adv ! Block Adv ! Guard |-

| height="25px"| - | - | - | - | - | - | - |-

Usage

For Project Justice movelists, replaces Template:PJMoveListRow.

Examples

Source Code Example 1 (Akira's Crouching Strong Punch)

{{MoveData
| name     = Crouching Strong Punch 
| input    = d.HP  
| subtitle = {{Motion|d}}{{Icon-PJ|HP}}
| image    = PJ_Akira_dHP.png
| caption  = Placeholder caption
| linkname = 2HP
| data  = 
 {{AttackData-PJ
  | damage      = 11
  | startup     = 15
  | active      = 
  | recovery    = 37
  | hitAdv      = 
  | blockAdv    = -15
  | guard       = All
  | description = Mini Launcher.
 }}
}}

Output 1:

Crouching Strong Punch
D.pngPJ HP.png
d.HP
Placeholder caption
Damage Startup Active Recovery
- - - -
Guard Special Property Launcher Type Adv. Hit Adv. Guard
- - - - -

Mini Launcher.