Add weed shirt

This commit is contained in:
Daniel 2015-04-20 17:28:35 +03:00
parent 7fb60eb86a
commit a0e61b23b6
3 changed files with 12 additions and 6 deletions

View file

@ -290,7 +290,8 @@ ClothingTypes = {101: (ABoysShirt, 'bss1', 40),
1817: (AGirlsSkirt, 'sa_gs19', 5000),
1818: (AGirlsSkirt, 'sa_gs20', 5000),
1819: (AGirlsSkirt, 'sa_gs21', 5000),
1820: (AShirt, 'sa_ss55', 5000)}
1820: (AShirt, 'sa_ss55', 5000),
1821: (AShirt, 'weed', 5000)}
LoyaltyClothingItems = (1600,
1601,
1602,

View file

@ -322,7 +322,8 @@ Shirts = ['phase_3/maps/desat_shirt_1.jpg',
'phase_4/maps/tt_t_chr_avt_shirt_trolley05.jpg',
'phase_4/maps/tt_t_chr_avt_shirt_saveBuilding4.jpg',
'phase_4/maps/tt_t_chr_avt_shirt_saveBuilding05.jpg',
'phase_4/maps/tt_t_chr_avt_shirt_anniversary.jpg']
'phase_4/maps/tt_t_chr_avt_shirt_anniversary.jpg',
'phase_4/maps/WeedShirt.jpg']
BoyShirts = [(0, 0),
(1, 1),
(2, 2),
@ -657,7 +658,8 @@ ClothesColors = [VBase4(0.933594, 0.265625, 0.28125, 1.0),
VBase4(0.0, 0.2, 0.956862, 1.0),
VBase4(0.972549, 0.094117, 0.094117, 1.0),
VBase4(0.447058, 0.0, 0.90196, 1.0),
VBase4(0.3, 0.3, 0.35, 1.0)]
VBase4(0.3, 0.3, 0.35, 1.0),
VBase4(0.196078, 0.803921, 0.196078, 1.0)]
ShirtStyles = {'bss1': [0, 0, [(0, 0),
(1, 1),
(2, 2),
@ -1225,7 +1227,8 @@ ShirtStyles = {'bss1': [0, 0, [(0, 0),
'jb_1': [112, 99, [(27, 27)]],
'jb_2': [113, 100, [(27, 27)]],
'ugcms': [117, 104, [(27, 27)]],
'lb_1': [119, 106, [(27, 27)]]}
'lb_1': [119, 106, [(27, 27)]],
'weed': [148, 0, [(27, 32)]]}
BottomStyles = {'bbs1': [0, [0,
1,
2,

View file

@ -6135,7 +6135,8 @@ ShirtStylesDescriptions = {'bss1': 'solid',
'lb_1': 'Lawbot Icon Shirt',
'jb_1': 'Jellybean Shirt',
'jb_2': 'Doodle Shirt',
'ugcms': 'Get Connected Mover & Shaker'}
'ugcms': 'Get Connected Mover & Shaker',
'weed': '420 BlazeIt Shirt'}
BottomStylesDescriptions = {'bbs1': 'plain w/ pockets',
'bbs2': 'belt',
'bbs3': 'cargo',
@ -6675,7 +6676,8 @@ ClothingTypeNames = {1001: 'Ghost Shirt',
1783: 'Racing Shorts 1',
1784: 'Racing Skirt 1',
1801: 'Batty Moon Shirt',
1802: 'Mittens Shirt'}
1802: 'Mittens Shirt',
1821: '420 BlazeIt Shirt'}
AccessoryArticleNames = ('Hat',
'Glasses',
'Backpack',