From a0e61b23b6ce2c53b35a4f4bfaf44f0a96c913fe Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 20 Apr 2015 17:28:35 +0300 Subject: [PATCH] Add weed shirt --- toontown/catalog/CatalogClothingItem.py | 3 ++- toontown/toon/ToonDNA.py | 9 ++++++--- toontown/toonbase/TTLocalizerEnglish.py | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/toontown/catalog/CatalogClothingItem.py b/toontown/catalog/CatalogClothingItem.py index 2086c3c7..af3d2b9a 100644 --- a/toontown/catalog/CatalogClothingItem.py +++ b/toontown/catalog/CatalogClothingItem.py @@ -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, diff --git a/toontown/toon/ToonDNA.py b/toontown/toon/ToonDNA.py index 29306315..b0d38a27 100644 --- a/toontown/toon/ToonDNA.py +++ b/toontown/toon/ToonDNA.py @@ -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, diff --git a/toontown/toonbase/TTLocalizerEnglish.py b/toontown/toonbase/TTLocalizerEnglish.py index d1ec2373..d968f73e 100644 --- a/toontown/toonbase/TTLocalizerEnglish.py +++ b/toontown/toonbase/TTLocalizerEnglish.py @@ -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',