175 lines
11 KiB
C#
175 lines
11 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using GrandTheftMultiplayer.Server;
|
|
using GrandTheftMultiplayer.Shared;
|
|
using GrandTheftMultiplayer.Server.API;
|
|
using GrandTheftMultiplayer.Shared.Math;
|
|
using GrandTheftMultiplayer.Server.Elements;
|
|
using GrandTheftMultiplayer.Server.Constant;
|
|
using GrandTheftMultiplayer.Server.Managers;
|
|
|
|
namespace Roleplay.Database
|
|
{
|
|
class CharacterOutfits
|
|
{
|
|
// Top, Undershirt, Torso
|
|
// 11 8 3
|
|
|
|
|
|
|
|
|
|
public CharacterOutfits()
|
|
{
|
|
//DELETE OLD THINGS
|
|
|
|
|
|
}
|
|
|
|
public static class Outfits_Female
|
|
{
|
|
static public Vector3 DEFAULT = new Vector3(3,3,3);
|
|
static public Vector3 OBOERKOERPERFREI = new Vector3(35, 13, 15); // NEEEDS FIX
|
|
static public Vector3 BIKINI = new Vector3(18, 2, 15);
|
|
static public Vector3 BIKINI2 = new Vector3(101, 2, 15);
|
|
static public Vector3 JEANS_JACKE = new Vector3(1, 5, 5);
|
|
static public Vector3 ANZUG_JACKE_DUNKEL_HOCHGEKREMPELT = new Vector3(6, 39, 1);
|
|
static public Vector3 JEANS_JACKE_HELL_FEIN = new Vector3(7, 38, 3);
|
|
static public Vector3 LEDER_JACKE = new Vector3(8, 28, 5);
|
|
static public Vector3 HEMT_HOCHGEKREMPELT = new Vector3(9, 3, 0);
|
|
static public Vector3 SPORT_JACKE = new Vector3(10, 5, 4);
|
|
static public Vector3 SCHWIMM_ANZUG = new Vector3(11, 3, 4);
|
|
static public Vector3 OFFENES_TOP = new Vector3(13, 3, 4);
|
|
static public Vector3 POLO_HEMT = new Vector3(14, 2, 14);
|
|
static public Vector3 OFFENES_TOP2 = new Vector3(16, 3, 4);
|
|
static public Vector3 SCHWARZES_TSHIRT = new Vector3(23, 3, 0);
|
|
static public Vector3 PINK_ANZUG_HOCHGEKREMPELT = new Vector3(24, 0, 1);
|
|
static public Vector3 PINK_ANZUG_OFFEN_HOCHGEKREMPELT = new Vector3(25, 39, 3);
|
|
static public Vector3 TOP_RUNTERHAENGEND = new Vector3(26, 3, 12);
|
|
static public Vector3 GRAUES_HEMD_KURZ = new Vector3(27, 2, 0);
|
|
static public Vector3 HEMT_UEBERZUG = new Vector3(28, 24, 0);
|
|
static public Vector3 SEITEN_TSHIRT_LOCKER = new Vector3(30, 3, 2);
|
|
static public Vector3 GRUENE_JACKE = new Vector3(31, 5, 5);
|
|
static public Vector3 TOTENKOPF_OBERTEIL = new Vector3(32, 3, 4);
|
|
static public Vector3 ZEBRA_TOP = new Vector3(33, 3, 4);
|
|
static public Vector3 BLAUE_JACKE = new Vector3(35, 5, 4);
|
|
static public Vector3 STRENGES_OBERTEIL = new Vector3(43, 2, 3);
|
|
static public Vector3 SCHWARZES_TSHIRT2 = new Vector3(49, 3, 0);
|
|
static public Vector3 HEMT_MIT_JACKE_OFFEN = new Vector3(52, 39, 1);
|
|
static public Vector3 HEMT_MIT_JACKE_ZU = new Vector3(53, 39, 1);
|
|
static public Vector3 ANZUGS_JACKE_OFFEN = new Vector3(57, 39, 0);
|
|
static public Vector3 ANZUGS_JACKE_ZU = new Vector3(58, 39, 0);
|
|
static public Vector3 REGEN_JACKE_OFFEN = new Vector3(63, 29, 0);
|
|
static public Vector3 MANTEL_LAESSIG = new Vector3(64, 20, 0);
|
|
static public Vector3 MANTEL_FLAUSCHIG = new Vector3(65, 20, 6);
|
|
static public Vector3 MANTEL_ZU = new Vector3(66, 20, 6);
|
|
static public Vector3 MANTEL_ZU2 = new Vector3(70, 20, 0);
|
|
static public Vector3 PULLOVER_LUXORIOS = new Vector3(71, 2, 1);
|
|
static public Vector3 TSHIRT_IN_DIE_HOSE = new Vector3(73, 3, 14);
|
|
static public Vector3 TOP_BAUCHFREI = new Vector3(74, 3, 4);
|
|
static public Vector3 PULLOVER_KAPUZE = new Vector3(78, 3, 1);
|
|
static public Vector3 PULLOVER2 = new Vector3(79, 3, 1);
|
|
static public Vector3 COLLAGE_PULLI = new Vector3(81, 3, 1);
|
|
static public Vector3 SCHLAFANZUG_LUXURIOS = new Vector3(83, 3, 1);
|
|
static public Vector3 POLO_HEMT2 = new Vector3(84, 0, 0);
|
|
static public Vector3 POLO_HEMT2_IN_DIE_HOSE = new Vector3(85, 0, 0);
|
|
static public Vector3 ANZUG_BLAU = new Vector3(90, 20, 7);
|
|
static public Vector3 ANZUG_BLAU_ZU = new Vector3(91, 20, 7);
|
|
static public Vector3 ANZUG_BLAU_MIT_SCHWARZ_OFFEN = new Vector3(92, 20, 7);
|
|
static public Vector3 ANZUG_BLAU_MIT_SCHWARZ_ZU = new Vector3(93, 20, 7);
|
|
static public Vector3 CHINESISCH_ANZUG = new Vector3(98, 20, 7);
|
|
static public Vector3 CHINESISCH_ANZUG2 = new Vector3(99, 20, 7);
|
|
static public Vector3 ROTES_SHIRT_HOSE = new Vector3(103, 3, 7);
|
|
static public Vector3 SPORT_OBERTEIL = new Vector3(106, 3, 7);
|
|
static public Vector3 OFFENES_HEMT_SEXY = new Vector3(120, 2, 6);
|
|
static public Vector3 GESCHLOSSEN_HEMT_SEXY = new Vector3(121, 2, 6);
|
|
static public Vector3 MEXIKANISCHER_LOOK_PULLOVER = new Vector3(123, 2, 6);
|
|
static public Vector3 WEISSES_LANGES_PULLOVER_OBERTEIL = new Vector3(126, 2, 0);
|
|
static public Vector3 PULLOVER_AUFDRUCK = new Vector3(131, 9, 3);
|
|
static public Vector3 KROKODIL_JACKE = new Vector3(133, 20, 1);
|
|
static public Vector3 LEDER_JACKE_ALT = new Vector3(148, 20, 1);
|
|
static public Vector3 MOTORRAD_JACKE = new Vector3(150, 20, 1);
|
|
static public Vector3 MOTORRAD_JACKE2 = new Vector3(151, 20, 1);
|
|
static public Vector3 LEDER_JACKE_2 = new Vector3(163, 20, 1);
|
|
static public Vector3 REGEN_JACKE_DAUNEN = new Vector3(164, 20, 1);
|
|
static public Vector3 REGEN_JACKE2 = new Vector3(165, 20, 1);
|
|
static public Vector3 REGEN_JACKE3 = new Vector3(186, 20, 1);
|
|
static public Vector3 JEANS_JACKE3_OFFEN = new Vector3(187, 20, 1);
|
|
static public Vector3 JUMPSUIT_PULLOVER = new Vector3(189, 20, 1);
|
|
static public Vector3 JUMPSUIT_PULLOVER_2 = new Vector3(190, 20, 1);
|
|
static public Vector3 JUMPSUIT_PULLOVER_2_OFFEN = new Vector3(191, 20, 0);
|
|
static public Vector3 PULLOVER3 = new Vector3(192, 1, 2);
|
|
static public Vector3 JACKE_CAMOFLAUGE_MIT_SCHWARZ = new Vector3(193, 20, 1);
|
|
static public Vector3 JACKE_FULLCAMOFLAUGE = new Vector3(194, 20, 1);
|
|
static public Vector3 JACKE_FULLCAMOFLAUGE_SEXY = new Vector3(194, 2, 6);
|
|
static public Vector3 KOERPERBEMALUNG = new Vector3(203, 3, 8);
|
|
}
|
|
|
|
public static class Outfits_Male
|
|
{
|
|
static public Vector3 DEFAULT = new Vector3(50,31,0);
|
|
static public Vector3 TSHIRT = new Vector3(0, 0, 0);
|
|
static public Vector3 TSHIRT2 = new Vector3(1, 1, 0);
|
|
static public Vector3 LAESSIGE_JACKE = new Vector3(3, 1, 0);
|
|
static public Vector3 ARMFREI_SHIRT = new Vector3(5, 5, 5);
|
|
static public Vector3 LEDER_JACKE = new Vector3(6, 5, 5);
|
|
static public Vector3 PULLOVER = new Vector3(7, 5, 6);
|
|
static public Vector3 POLO_SHIRT = new Vector3(9, 9, 0);
|
|
static public Vector3 ANZUG_JACKE = new Vector3(10, 10, 4);
|
|
static public Vector3 KURZ_JAKKO = new Vector3(11, 6, 0);
|
|
static public Vector3 HEMD = new Vector3(13, 6, 0);
|
|
static public Vector3 FARBIGES_HEMD = new Vector3(14, 15, 1);
|
|
static public Vector3 OBERKOERPERFREI = new Vector3(15, 15, 15);
|
|
static public Vector3 FARBIGES_TSHIRT = new Vector3(16, 15, 0);
|
|
static public Vector3 FARBIGES_MUSKELSHIRT = new Vector3(17, 15,5);
|
|
static public Vector3 ANZUG = new Vector3(20, 1, 1);
|
|
static public Vector3 ANZUG_MIT_KETTE = new Vector3(21, 7, 0);
|
|
static public Vector3 OFFENER_ANZUG = new Vector3(23, 1, 0);
|
|
static public Vector3 ANZUG2 = new Vector3(24, 1, 1);
|
|
static public Vector3 HEMD_HOCHGEKREMPELT = new Vector3(26, 15, 0);
|
|
static public Vector3 ANZUG_GESCHLOSSEN = new Vector3(28, 1, 1);
|
|
static public Vector3 ANZUG_FEIN_OFFEN = new Vector3(29, 31, 4);
|
|
static public Vector3 ANZUG_FEIN_GESCHLOSSEN = new Vector3(30, 31, 4);
|
|
static public Vector3 ANZUG_FEIN2_OFFEN = new Vector3(31, 31, 4);
|
|
static public Vector3 ANZUG_FEIN2_GESCHLOSSEN = new Vector3(32, 31, 4);
|
|
static public Vector3 TSHIRT_GESTREIFT = new Vector3(34, 15, 0);
|
|
static public Vector3 OFFENER_CAMOFLAUGE_ANZUG = new Vector3(35, 1, 0);
|
|
static public Vector3 CAMOFLAUGE_TSHIRT = new Vector3(38, 15, 8);
|
|
static public Vector3 ARBEITS_HEMT = new Vector3(41, 15, 1);
|
|
static public Vector3 PROZIGE_JACKE = new Vector3(70, 1, 0);
|
|
static public Vector3 MANTEL = new Vector3(72, 1, 0);
|
|
static public Vector3 JACKE = new Vector3(74, 1, 0);
|
|
static public Vector3 JACKE_GESCHLOSSEN = new Vector3(50, 15, 0);
|
|
static public Vector3 MANTEL_GESCHLOSSEN = new Vector3(76, 2, 0);
|
|
static public Vector3 JACKE_OFFEN = new Vector3(77, 1, 1);
|
|
static public Vector3 LUXIRIOESES_SHIRT = new Vector3(78, 15, 2);
|
|
static public Vector3 PULLOVER2 = new Vector3(86, 15, 2);
|
|
static public Vector3 COLLAGE_PULLOVER = new Vector3(87, 15, 2);
|
|
static public Vector3 PULLOVER3 = new Vector3(89, 15, 2);
|
|
static public Vector3 POLO_HEMT = new Vector3(93, 15, 2);
|
|
static public Vector3 POLO_HEMT_IN_DER_HOSE = new Vector3(94, 15, 2);
|
|
static public Vector3 KROKODIL_JACKE = new Vector3(136, 1, 1);
|
|
static public Vector3 JACKE2 = new Vector3(142, 1, 1);
|
|
static public Vector3 SCHLAFANZG = new Vector3(145, 15, 15);
|
|
static public Vector3 MOTORRAD_JACKE = new Vector3(147, 15, 4);
|
|
static public Vector3 MOTORRAD_JACKE2 = new Vector3(148, 15, 4);
|
|
static public Vector3 COLLAGE_JACKE_2 = new Vector3(150, 15, 4);
|
|
static public Vector3 MOTORRAD_PULLOVER = new Vector3(152, 15, 4);
|
|
static public Vector3 JACKE3 = new Vector3(153, 15, 4);
|
|
static public Vector3 JACKE4 = new Vector3(165, 15, 4);
|
|
static public Vector3 DAUNEN_JACKE = new Vector3(167, 0, 0);
|
|
static public Vector3 LONG_TSHIRT = new Vector3(80, 15, 0);
|
|
static public Vector3 LONG_TSHIRT2 = new Vector3(81, 15, 0);
|
|
static public Vector3 LONG_TSHIRT3 = new Vector3(83, 15, 0);
|
|
static public Vector3 PULLOVER5 = new Vector3(202, 15, 2);
|
|
static public Vector3 PULLOVER6 = new Vector3(223, 15, 2);
|
|
static public Vector3 TSHIRT3 = new Vector3(126, 15, 2);
|
|
static public Vector3 TSHIRT4 = new Vector3(127, 1, 0);
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|