Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

KitData

{
Name "Atletico Tucuman"
Author "Tumor"
Tags 0 // [Optional] Separate tags by commas

PrimaryColor "16 154 250 255" // Red Green Blue Alpha


SecondaryColor "255 255 255"

Team
{
Code "CAT"
ShortName "Atletico Tucuman"
LongName "Club Atletico Tucuman"
IsClub 1 // 0: National team | 1: Club
IsReal 1 // 0: Real team | 1: Made up team
FifaCountryCode "ARG" // [Optional] Home country of the club
}

Outfield
{
HasCollar 0 // [Optional] 0: Collar off | 1: Collar on

ShirtName
{
FillColor "0 0 0 255"
OutlineColor "255 255 255 255"
HorizontalOffset 15 // -: Move name left | +: Move name right
VerticalOffset -30 // -: Move name down | +: Move name up
}

ShirtBackNumber
{
FillColor "0 0 0 255"
OutlineColor "255 255 255 255"
HorizontalOffset 0
VerticalOffset -20
}

ShortsNumber
{
IsOnRightLeg 0
FillColor "0 0 0 255"

HorizontalOffset 0
VerticalOffset 20
}

ShirtFrontNumber // [Optional] Usually only for national teams


{
FillColor "255 255 255 0"
OutlineColor "0 0 0 0"
HorizontalOffset -140
VerticalOffset 220
}
}

Keeper
{
HasCollar 0

ShirtName
{
FillColor "255 255 255 255"
OutlineColor "0 0 0 255"
HorizontalOffset 0
VerticalOffset -15
}

ShirtBackNumber
{
FillColor "255 255 255 255"
OutlineColor "0 0 0 255"
HorizontalOffset 0
VerticalOffset -20
}

ShortsNumber
{
IsOnRightLeg 0
FillColor "255 255 255 255"

HorizontalOffset 0
VerticalOffset 20
}

ShirtFrontNumber
{
FillColor "0 0 0 0"
OutlineColor "0 0 0 0"
HorizontalOffset 0
VerticalOffset 20
}
}
}

You might also like