A paste can contain up to FIVE fighters, separated by ONE blank line. A fighter is represented by a block of text like this one:
Seyla @ Fury Pendant
Trait: Underdog
+10 INIT / +20 PATK
- Flicker Glove
- Practice Stick
- Haymaker
Complicated? Nah. Let's break it down:
The first line is the figher's name:
Seyla
Is Seyla wearing a necklace? Anything after the @ sign tells us yes (if no necklace, just add the @ sign and then leave it blank)
Seyla @ Fury Pendant
Seyla @ (no necklace)
Next line tells us what Trait the fighter has. So it will be "Trait: XXXXXXXXX"
Trait: Underdog
The colon : needs to be there!
Ok, now the focus points. Make sure you separate each stat with a / slash
+X INIT / +X PATK / +X PDEF / +X DATK / +X DDEF / +X EATK / +X EDEF
You don't need to specify every field, unspecified stats are assumed to be 0 so you can just leave them out
+10 INIT / +20 PATK
Last but not least, the moveslots. They look like this:
- Flicker Glove
You can give multiple options for a moveslot, but it will mess with the move type icon if you do. Convention is to write it like this:
- Practice Stick / Crack Knuckles
If your fighter has less than three moves, make sure you leave the hyphen/dash - symbol there, or it might cause problems:
- Flicker Glove
- Crack Knuckles
-
Ok, cool. Now add a team and share it with the world!