leozide / leocad

A CAD application for creating virtual LEGO models
https://www.leocad.org
2.46k stars 206 forks source link

First 2020 release (e.g. LeoCAD v20.x) #385

Closed ghost closed 3 years ago

ghost commented 5 years ago

REFERENCE

ghost commented 4 years ago

MLCad.ini (Version 2019-02) update now available.

MLCad.ini ``` ; MLCad.ini ; Version 2019-02 ; 2004-06-12 Holly Wood added LDraw parts update 2004-02 ; 2004-07-06 Lachmann Michael edited scan order section ; 2004-09-18 Holly Wood added LDraw parts update 2004-03 ; 2004-11-07 Holly Wood added LDraw parts update 2004-04 ; 2005-12-31 Holly Wood added LDraw parts update 2005-01 ; 2006-08-05 Allen Smith fixed various bugs ; 2009-02-05 Holly Wood added LDraw parts update 2009-01 ; 2009-09-16 Holly Wood added LDraw parts update 2009-02 ; 2009-10-18 Holly Wood added various LSynth synthesises ; 2009-12-29 Holly Wood added LDraw parts update 2009-03 ; 2010-01-24 Holly Wood added various LSynth synthesises created by J.C. Tchang ; 2010-04-06 Holly Wood added LDraw parts update 2010-01 ; 2010-07-06 Holly Wood added LDraw parts update 2010-02 ; 2011-01-06 Holly Wood added LDraw parts update 2010-03 ; 2011-06-09 Holly Wood added various LSynth synthesises created by J.C. Tchang ; 2011-07-25 Holly Wood added LDraw parts update 2011-01 ; 2012-01-03 Holly Wood added LDraw parts update 2011-02 ; 2012-04-01 Holly Wood added LDraw parts update 2012-01 ; 2012-07-27 Holly Wood added two new categories created by J.C. Tchang ; 2012-08-10 Holly Wood added LDraw parts update 2012-02 ; 2013-01-10 Holly Wood added LDraw parts update 2012-03 ; 2013-07-21 Holly Wood added LDraw parts update 2013-01 ; 2013-01-09 Holly Wood added LDraw parts update 2013-02 ; 2014-06-28 Holly Wood added LDraw parts update 2014-01 ; 2014-12-28 Holly Wood added LDraw parts update 2014-02 ; 2015-10-17 Holly Wood added LDraw parts update 2015-01 ; 2016-01-01 Holly Wood added LDraw parts update 2015-02 ; 2017-01-02 Holly Wood added LDraw parts update 2016-01 ; 2018-01-18 Holly Wood added LDraw parts update 2017-01 ; 2018-01-31 Holly Wood added LDraw parts update 2018-01 ; 2018-03-02 Holly Wood added LSynth synthesises created by Steffen ; 2018-12-16 Holly Wood added LDraw parts update 2018-02 ; 2019-07-01 Holly Wood added LDraw parts update 2019-01 ; 2019-09-10 Holly Wood added LDraw parts update 2019-02 ; ============================================================================ ; This file is read by MLCad V3.00 or higher ; ============================================================================ ; Lines beginning with ; are comments ... ; Empty lines are ignored ; INTRODUCTION ; The MLCad.ini file tells MLCad's minifig generator which parts are available, ; as well as their position and rotation. This gives you full power over the ; selectable elements, but also means that the chart has to be updated every ; time LDraw releases a new parts update containing minifig parts. You can add ; the new code by yourself, or just download the updated file from ; www.holly-wood.it/mlcad-en.html. Within a few days a LDraw parts update has ; been released the file will be up to date. The numbers in the filename refer ; to the update, the file sticks to. ; Additionally the file defines the order of scanned folders during the launch ; of the program as well as the settings for the proper interaction with LSynth. ; MINIFIGURE GENERATOR SECTION: ; There is one section per minifig element. ; The section names are mandatory - if they are missing or wrong MLCad uses ; a internal default instead, which is different from the content here! ; Each line has the following format: ; "" "" ; The name of the element as it is displayed in the element ; list ; The file name of the element or "" for hidden element ; always 0 reserved for future use ; a rotation matrix a11 a12 a13 ... a33 for optimal appearance at ; 0 degree rotation angle ; The offset of the part to be in place ; ============================================================================ ; These sections are read by MLCad V3.10 or higher ; ============================================================================ ; SCAN ORDER SECTION: ; The feature has been thought to include unofficial and custom ; parts into MLCad, without the need to mix them with the official LDraw ; parts in the \PARTS and \P folders. DAT files found in the scan will ; be included in the parts library and - depending on the flag - show up in ; the parts tree library and parts preview window. ; Take notice that this feature is NOT equal to the "File > Scan Parts" command ; and therefore will NOT rewrite the Parts.lst file. Other LDraw tools depending ; on the Parts.lst file might not recognise LDR or MPD files containing such ; "external" parts! ; The start-up of MLCad will be slowed down depending on the number of ; folders and subfolders to be scanned. The syntax supports extended ASCII-code. ; ; NOTE! ; This is a temporary solution until LDraw.org has agreed on a overall ; solution, which will properly define these things in different ini file. ; ; Starts with [SCAN_ORDER]. ; One line per directory to scan. ; The format of a line is: n = []["]Pathname["] ; SHOW ........ Will display the parts found inside this directory in the ; part-library and/or part-preview window ; HIDE ........ Will NOT show the parts found inside this directory in the ; part-library and/or part-preview window ; .. keyword to indicate relative paths - this has to be specified with ; the brackets < > ; Pathname .... Subdirectory inside ldraw base path or absolute path including ; drive name. Note that if your filename contains spaces, the entire ; filename must be enclosed in double quotes. (This is standard for ; any Windows command line with long filenames) ; ; \P, \PARTS and \MODELS are mandatory paths and are always present even if not ; specified. If not declared those will be scaned at last. ; ; If the keyword is ommitted the path is assumed to be an absolute path. ; ; Example: ; ; [SCAN_ORDER] ; 1 = HIDE P ; 2 = HIDE Unofficial\P ; 3 = SHOW Unofficial\Parts ; 4 = SHOW My_Parts ; 5 = SHOW "Authoring\Work in progress" ; 6 = SHOW D:\somedir\somesub ; LSYNTH DEFINITIONS ; Regardless of the order of the statements in the .ini file the combo box will ; sort and list them in alphabetical order. ; ; Starts with [LSYNTH]. ; %PATH = ........... Defines the absolute path to LSynth ; NOTE! (NOT the bin directory!) ; The format of the selectable command lines is: = <COMMAND STRING> ; TITLE ........... The name displayed in the combo box of the "Add LSynth Command" ; dialog. ; COMMAND STRING .. The command to be added to the project. Please refer to ; LSynths documentation for a deeper insight. ; ; Example: ; ; [LSYNTH] ; %PATH = "C:\Programs\LSynth" ; 01 - ELECTRIC_NXT_CABLE = SYNTH BEGIN ELECTRIC_NXT_CABLE 16 ; 02 - ELECTRIC_POWER_FUNCTIONS_CABLE = SYNTH BEGIN ELECTRIC_POWER_FUNCTIONS_CABLE 16 ; 03 - ELECTRIC_RCX_CABLE = SYNTH BEGIN ELECTRIC_RCX_CABLE 16 ; 04 - FIBER_OPTICS_CABLE = SYNTH BEGIN FIBER_OPTICS_CABLE 16 ; SUPPORT: ; Feel free to modify the file, but I ask you to send me a copy of it ; to be able to distribute it to other users as well. Send copies to ; holly-wood@holly-wood.it with a calling subject. Please do not send copies ; if using unofficial parts, also make sure you are using the latest part ; libraries from www.LDraw.org. ; ACKNOWLEDGEMENTS: ; Thx to (in alphabetical order) Michael Heidemann, Michael Lachmann, J.C. Tchang and Andrew Westrate [HATS] "Cap Aviator" "30171.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cap Aviator with Black Goggles" "30171C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cap with Long Flat Peak" "4485.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cap with Short Arched Peak" "86035.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cap with Short Arched Peak with Seams" "11303.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cap with Short Arched Peak and Black Headphones" "11303C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Castle Helmet with Chin-Guard" "3896.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Castle Helmet with Neck Protector" "3844.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cloth Wrap / Bandana with Rounded Top" "18927.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Construction Helmet" "3833.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Construction Helmet with Hair Short" "16175.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Construction Helmet with Medium Dark Flesh Hair Short Pattern""16175P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Construction Helmet with Reddish Brown Hair Short Pattern" "16175P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cook's Hat" "3898.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Elves Hair Long Wavy with Braid, Bangs and Ears" "19201.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Elves Hair Long Wavy with Braid, Bangs and LtFlesh Ears Pattern""19201P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Elves Hair Long Wavy with Ears" "19204.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Elves Hair Long Wavy w. Ears w. Yellow Tips, Ears Pattern" "19204P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Elves Hair Short Spiked with Ears" "19203.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Elves Hair Short Spiked with Light Flesh Ears" "19203P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Elves Hair Short Spiked with Medium Dark Flesh Ears" "19203P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Fire Helmet" "3834.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Fire Helmet Breathing Hose" "6158.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Fire Helmet with Fire Logo Shield Pattern" "3834p01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Forestman Cap" "4506.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Forestman Cap with Small Red Plume (Complete)" "4506C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Hair Long Straight" "92255.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Hair Long Wavy" "92256.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Hair Long Wavy Partially Tied Back" "92258.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Hair Long with Curls" "93352.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Hair Long w. Ponytail French Braided w. 1 Hole" "11605.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Hair Long w. Ponytail French Braided w. 3 Holes" "15675.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Hair Long w. Ponytail and Side Bangs" "92257.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Hair Long w. Ponytail, Side Bangs a. Riding Helmet" "92254.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Hair Long w. Ponytail, Side Bangs a. Mag. Riding Helmet""92254P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Hair Long w. Ponytail, Side Bangs a. BL Riding Helmet""92254P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Hair Long w. Ponytail, Side Bangs a. Sun Visor" "15284.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Hair Long w. Ponytail, Side Bangs a. Dk Pink Sun Visor""15284P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Hair Short, Bob Cut" "92259.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Hair Wavy w. Curls and 2 Pinholes" "15677.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Hair w. Top Knot Bun and Hair Band" "15673.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Hair w. Top Knot Bun and Medium Blue Hair Band" "15673P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Friends Party Hat" "24131.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Ghost Shroud" "2588.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Backslick" "64798.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Bubble Style (Afro)" "87995.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Coiled" "21778.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Combed Front to Rear" "92081.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Female Long Straight with Left Side Parting" "92083.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Female Short Swept Sideways" "20877.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Female Ponytail with Long French Braid" "88286.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Female with Elaborate Knot Bun" "13251.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Female with Pigtails" "3625.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Flat Top" "30608.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Islander" "6025.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Male" "3901.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Long and Half Braided" "30475.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Long Straight" "40239.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Long Tousled with Centre Parting" "20595.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Long with Curls" "11255.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Long with French Braid" "59363.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Long with Headband" "30114.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Long with Headband and Feathers (Complete)" "30114C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Long with One Front Lock" "85974.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Long Wavy" "40251.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Orc with Dark Tan Ears Pattern" "10066P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Orc with Ears" "10066.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Orc with Medium Dark Flesh Ears Pattern" "10066P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Orc with Olive Green Ears Pattern" "10066P03.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Peaked" "42444.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Ponytail" "6093a.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Ponytail Off-centre" "15427.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Ponytail Off-centre with Magenta Stripe Pattern" "15427P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Ponytail Off-centre with Magenta and Medium Azure Stripes Pattern""15427P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Ponytail with Long Bangs" "62696.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Pulled Back" "92756.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Short Bowl Cut" "40240.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Short Combed Sideways with Left Parting" "99930.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Short Swept Back with Sideburns and Widow's Peak" "21268.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Short Tousled" "40233.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Short Tousled with Side Parting" "62810.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Short Wavy with Centre Parting" "26139.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Short Wavy with Side Part" "11256.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Shoulder Length" "4530.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Spiked" "98385.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Spiky Long" "53982.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Spiky Short" "53981.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Straight Cut with Short Ponytail" "17630.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Swept Back Into Bun" "99240.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Swept Back Tousled" "61183.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Swept Left Tousled" "23186.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Swept Right with Front Curl" "98726.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Swept Back w. Widow's Peak, Chin-Length a. Bushy in Back""21269.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Tousled" "10048.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Tousled and Layered" "92746.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Wavy" "43751.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair Wavy Windblown to One Side" "32602.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair with Snakes" "12889.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair with Two Buns" "30409.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hair with Two Locks on Left Side" "15443.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Beanie" "90541.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Beret" "90386.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Bicorne" "2528.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Bicorne with Evil Skull and Crossbones Pattern" "2528P30.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Bowler" "95674.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Bowler with Red Flower with Yellow Centre Pattern" "95674P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Conical Asian" "93059.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Conical Asian with Curved Sides" "26007.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Cowboy" "3629.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Cowboy with Cavalry Logo Pattern" "3629PW1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Cowboy with Silver Star Pattern" "3629PW2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Crown" "71015.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Elf with Pointy Ears" "13787.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Elf with Pointy Ears with Bright Green Top Pattern" "13787P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Fedora" "61506.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Fez" "85975.dat" 0 1 0 0 0 1 0 0 0 1 0 -14 0 "Hat Imperial Guard Shako" "2545.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat High Cone Shaped" "2338.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Kepi" "30135.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Knit Cap" "41334.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Pith Helmet" "30172.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Police" "15530.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Police with Gold Badge Pattern" "15530P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Rag" "2543.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Tricorne" "2544.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Tricorne with White Plume (Complete)" "2544C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat Wide Brim Flat" "30167.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hat with Wide Brim Down" "13788.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Aztec Bird" "99243.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Aztec Bird with Eyes and Cheeks Pattern" "99243P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Batman" "55704.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Catwoman" "98729.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Catwoman Short with Wider Apart Eyeholes" "55705.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Hooked Beak and Feathers" "30276.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Horus" "93249.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Indian Buffalo Horned" "30113.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Indian Warbonnet" "30138.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Indian Warbonnet with Coloured Feathers Pattern" "30138P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Horus with Eye Pattern" "93249PQ0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Nemes Type 1" "30168b.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Nemes Type 2" "90462b.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Nemes with 2 Darkblue Snakes Pattern" "90462bPQ0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Nemes with Darkblue Stripes Pattern" "90462bPQ1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress SW Zabrak Horns" "92761.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Turban" "40235.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headdress Werewolf" "42443.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Army" "87998.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Army with White Stencil Cross Pattern" "87998p01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Alien Skull with Fangs" "85945.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Cap" "60748.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Cap with Wings" "60747.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Castle Rohan w. Cheek Protection & Comb" "10054.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Castle Rohan w. Cheek Prot. & Comb w. Eomer Pat." "10054P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Castle Rohan w. Cheek Prot. & Comb w. Theoden Pat." "10054P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Castle Uruk-Hai with Lateral Comb" "10051.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Castle Uruk-Hai with Lateral Comb & Hand Pattern" "10051P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Castle with Dragon Crown Top" "6122.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Castle with Angled Cheek Protection" "48493.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Castle w. Dragon Crown Top Black w. Dragon Plume" "6122c01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Castle w. Dragon Crown Top w. Cattlehorn White" "6122c02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Castle with Fixed Face Grille" "4503.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Classic with Cracked Thin Chin Guard" "16599.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Classic with Thin Chin Guard and Visor Dimples" "3842a.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Classic with Thick Chin Guard and Visor Dimples" "3842b.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Darth Vader" "30368.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Gladiator" "95676.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Imperial AT-ST Pilot" "57900.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Iron Man" "10907.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Iron Man w. Visor w. Gold Face, White Eyes Pattern" "10907C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Mining" "30325.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Modern" "2446.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Modern with Black, Blue and Silver Unitron Pattern" "2446P51.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Modern with Blue and Silver Spyrius Pattern" "2446P50.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Modern with One Red and Two Green Stripes Pattern" "2446P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Morion" "30048.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Persian" "88284.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Roman Soldier" "98366.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Samurai" "30175.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Samurai with Horn (Shortcut)" "30175c01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Scout Trooper" "30369.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Skateboard" "46303.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Stormtrooper" "30408.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Stormtrooper with Stormtrooper Pattern" "30408p01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Stormtrooper with TIE-Fighter Pilot Pattern" "30408p02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet SW Rebel Pilot" "30370.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet SW Rebel Pilot with Blue Rebel Logo Pattern" "30370ps3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet SW Rebel Pilot with Checkered Pattern" "30370ps4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet SW Rebel Pilot with Red Rebel Logo Pattern" "30370ps2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet SW Rebel Pilot with Yellow Grid on Bley Pattern" "30370ps1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet SW Rebel Pilot with Yellow Grid on Grey Pattern" "30370ps5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Underwater" "87754.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Viking with Horns" "53450C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Viking with Nose Protector" "53450.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Helmet Welding" "13792.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Welding with Dark Blue Stripes on Black Visor Pattern""13792P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet with Bat Wings" "30105.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet with Chinstrap and Wide Brim" "30273.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet with Front Prongs" "10305.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet with Front Prongs w. Dark Purple Highlight Pattern" "10305P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet with Hexagonal Top, Hoses" "30120.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet with Hexagonal Top, Hoses, Gold Alien Pattern" "30120P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet with Hexagonal Top, Hoses, Silver Alien Pattern" "30120P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet with Wings and Eagle Head" "24088.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hood" "30381.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hood Fur-lined" "30287.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hood Fur-lined with White Fur Trim Pattern" "30287P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hood Medieval Cowl" "4505a.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jester's Cap" "62537.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jester's Cap with Black Half and White Poms Pattern" "62537p02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jester's Cap with Blue Half and Blue Pom Pattern" "62537p01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jester's Cap with Red Half and Red Pom Pattern" "62537p03.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mask Wolf" "11233.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mask Wolf with Fangs, Scars and White Ears Pattern" "11233P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Ninja Wrap" "30177.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Plume Horsetail with Bar 0.5L" "22411.DAT" 0 1 0 0 0 1 0 0 0 1 0 -4 0 "Police Hat" "3624.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Police Helmet" "13789.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Police Helmet with Silver Badge Pattern" "13789P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Russian Fur Cap" "43894.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Top Hat" "3878.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Wizards Hat" "6131.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 [HATS2] "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cap Aviator Goggles" "30170.DAT" 0 1 0 0 0 1 0 0 0 1 0 8 0 "Cattlehorns (repositioning may needed)" "87695.DAT" 0 1 0 0 0 1 0 0 0 1 0 -6 -18 "Crown Tiara Flat with Arched Bottom" "96491.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Diver Mask" "30090.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Feathered Headdress Small" "87696.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Feathers with Pin" "30126.DAT" 0 1 0 0 0 1 0 0 0 1 0 3.83 17.76 "Feathers with Pin and Black Tip on Both Sides Pattern" "30126p01.DAT" 0 1 0 0 0 1 0 0 0 1 0 3.83 17.76 "Feathers with Pin and Black Tip On One Side Pattern" "30126P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 3.83 17.76 "Feathers with Pin and Red Tip with Black Stripe Pattern" "30126P03.DAT" 0 1 0 0 0 1 0 0 0 1 0 3.83 17.76 "Friends Glasses Heart Shaped with Pin" "96486.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Friends Glasses Oval Shaped with Pin" "96490.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Friends Hair Decoration Bow with Pin" "96479.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 -12 0 "Friends Hair Decoration Butterfly with Pin" "96481.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 -12 0 "Friends Hair Decoration, Bow w. Heart, Long Ribbon w. Pin" "11618.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 -12 0 "Friends Hair Decoration, Heart with Pin" "96485.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 -12 0 "Friends Hair Decoration, Star with Pin" "96489.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Friends Sunglasses with Pin" "18854.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Headphones / Ear Protection" "14045.DAT" 0 1 0 0 0 1 0 0 0 1 0 -11 0 "Helmet Samurai Horn (repositioning may needed)" "529.DAT" 0 1 0 0 0 1 0 0 0 1 0 -6 -18 "Helmet Visor" "2447.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Visor Ice Planet" "6119.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Visor Iron Man" "10908.DAT" 0 1 0 0 0 1 0 0 0 1 0 -8 -8 "Helmet Visor Iron Man w. Gold Face, Blue Eyes Pattern" "10908P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 -8 -8 "Helmet Visor Iron Man w. Gold Face, White Eyes Pattern" "10908P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 -8 -8 "Helmet Visor Iron Man w. Silver Face, DkRed Line Pattern" "10908P04.DAT" 0 1 0 0 0 1 0 0 0 1 0 -8 -8 "Helmet Visor Iron Man w. Silver Face, White Eyes Pattern" "10908P03.DAT" 0 1 0 0 0 1 0 0 0 1 0 -8 -8 "Helmet Visor Large with Trapezoid Area on Top" "89159.DAT" 0 1 0 0 0 1 0 0 0 1 0 -3 3 "Helmet Visor Space" "23318.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Visor Underwater" "6090.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Helmet Visor with Grille and Feather" "3843.DAT" 0 1 0 0 0 1 0 0 0 1 0 4 0 "Plume Dragon (repositioning may needed)" "87687.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 7 "Plume Large (repositioning may needed)" "87694.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 7 "Plume Small (repositioning may needed)" "87693.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 7 "Plume Triple (repositioning may needed)" "87692.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 7 "Plume/Flame Triple (repositioning may needed)" "64647.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 7 ; Update 2019-02 "Rangefinder for SW Clone Trooper Helmet" "63586.DAT" 0 1 0 0 0 1 0 0 0 1 -15.8 1.2 0 [HEAD] "Stud Solid" "3626A.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Stud Solid with Standard Grin Pattern" "3626AP01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Standard Grin Pattern" "3626BP01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Adventurers Mummy Pattern" "3626BPA2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Alien Female with Red Eyes and Dark Bluish Grey Lips and Wrinkles, Open Smile with Missing Tooth Pattern""3626CPCE8.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Alien with Lower Fangs, Single Orange Eye Open Pattern (Front)""3626BPC94.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Alien with Lower Fangs, Single Orange Eye Half Closed Pattern (rear)""3626BPC94.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Angry Eyebrows and Tense Mouth Pattern" "3626BP0F.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Angry Moustache and Teeth Pattern" "3626BPW2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Angry Moustache, White Teeth and Gold Tooth Pattern" "3626BPW0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Balaclava with Black Eyes and Curled Eyelash, 'Z' in Black Circle, Light Flesh Mouth Hole with Sneer Pattern""3626CPD6F.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Balaclava with Black Eye Mask with White Eye Openings and Light Flesh Face and Scowl Pattern""3626CPBX.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Balaclava with Black Seams and White Eyes with Light Flesh Lower Face Pattern""3626CPD8C.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Balaclava with White Frowning Eyes and Light Flesh Mouth Hole, Reddish Brown Cheek Lines, Open Smile with Teeth Pattern""3626CPD6I.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Beard Stubble, Eyebrows, Smile, Scar Pattern" "3626CPQ0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Beard, Happy/Angry Pattern (front)" "3626CPBB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Beard, Happy/Angry Pattern (rear)" "3626CPBB.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Beard, Sneering/Scared Pattern (front)" "3626CPBH.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Beard, Sneering/Scared Pattern (rear)" "3626CPBH.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Black Bushy Eyebrows, Smile / Angry Pattern (front)" "3626CPNF.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Bushy Eyebrows, Smile / Angry Pattern (rear)" "3626CPNF.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Black Eye Mask w. White Eye Holes a. Dk Brown Cheek Lines Pattern" "3626CPD8K.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Eyebrows, Black and White Goatee, Wrinkles and Cheek Lines, Neutral / Angry Pattern (front)""3626CPBM.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Eyebrows, Black and White Goatee, Wrinkles and Cheek Lines, Neutral / Angry Pattern (rear)""3626CPBM.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Black Eyebrows, Chin Dimple and Lopsided Grin Pattern" "3626CP8I.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Eyebrows, Freckles, Smile / Worried Pattern (front)" "3626CP8S.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Eyebrows, Freckles, Smile / Worried Pattern (rear)" "3626CP8S.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Black Eyebrows, Medium Dark Flesh Cheek Lines, Dark Tan Chin Ornament and Sad Look Pattern""3626CPD6J.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Eyebrows, Reddish Brown Dimples, Lopsided Open Mouth Grin Pattern""3626CPD69.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Eyebrows, White Pupils, Chin Dimple, Open Mouth Smile with Teeth Pattern""3626CP73.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Eyebrows, White Pupils, Scared / Lopside Smile Pattern (front)""3626CP8W.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Eyebrows, White Pupils, Scared / Lopside Smile Pattern (rear)""3626CP8W.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Black Eyebrows and Cheek Lines Pattern (front)" "3626CPB9.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Eyebrows and Cheek Lines Pattern (rear)" "3626CPB9.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Black Eyebrows and Dark Brown Cheek Lines, Firm Expression Pattern""3626CPD8F.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Full Beard, Thick Black Eyebrows and White Pupils Pattern""3626BPQ5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Hair, Eyebrows and Smirk Pattern" "3626BP0D.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Headband with White Batman Eyes, Broad Smile Showing Teeth Pattern""3626CPD85.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Mask, Blue Eyes and Black Lips Pattern" "3626BPBA.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Mask, White Eye Holes and Contour Lines Pattern" "3626CPD6B.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Moustache, Beard and Messy Hair Pattern" "3626BP44.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black/Silver Sunglasses, Black Eyebrows, Chin Dimple and Grim Mouth Pattern""3626CP8Z.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Standard Eyes, Smiling with Tongue / Standard Grin Pattern (front)""3626CP8E.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Standard Eyes, Smiling with Tongue / Standard Grin Pattern (rear)""3626CP8E.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Blue Headband and Dark Orange Hair Pattern" "3626BP66.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Sunglasses Pattern" "3626bp7b.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Sunglasses and Stubble Pattern" "3626BP7E.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Wrap-Around Sunglasses Pattern" "3626bp7c.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Big Eyes, Curved Eyebrows, Orange Mouth Pattern" "3626BPAO.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Bright Light Blue Glasses with Black Squared Frame, Smile Pattern (front)""3626CP8M.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Bright Light Blue Glasses with Black Squared Frame, Screaming Open Mouth Pattern (rear)""3626CP8M.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Bright Pink Headband with White Squinted Batman Eyes Pattern""3626CPD63.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Brown Angular Beard and Glasses Pattern" "3626BP8D.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Brown Bushy Moustache, Eyebrows, Black Chin Strap Pattern" "3626CPCBE.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Brown Eyebrows, Flesh Cheek Lines, Smile Pattern (front)" "3626CPX5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Brown Eyebrows, Flesh Cheek Lines, Smile with Teeth Pattern (rear)""3626CPX5.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Brown Eyebrows, Freckles, Open Smile Pattern (Hollow Stud with Pierced Base)""3626BP8B.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Brown Eyebrows, Freckles, Open Smile Pattern (Hollow Stud)""3626CP8B.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Brown Eyebrows, Open Lopsided Grin a. White Pupils Pattern""3626CP8K.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Brown Eyebrows, Smirking Face, Pupils Pattern" "3626BP83.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Brown Eyebrows, White Pupils, Lopsided Smile w. Dimple Pattern""3626BP0G.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Brown Hair over Eye and Black Eyebrows Pattern" "3626BP7A.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Brown Hair, Eyelashes, and Lipstick Pattern" "3626BPA6.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Brown Moustache, Stubble, Eyebrows, Frowning Pattern" "3626BP3R.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Dark Bluish Grey around Eyes and Open Mouth Lopsided Pattern""3626CPCE7.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Dark Orange Beard, Gold Teeth and Eyepatch Pattern" "3626CP30.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Dark Orange Moustache, Beard and Messy Hair Pattern" "3626BP42.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "DkRed Lips, Open/Closed Mouth, Freckles Pattern (front)" "3626CPBJ.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "DkRed Lips, Open/Closed Mouth, Freckles Pattern (rear)" "3626CPBJ.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "DkRed Lips, Smirk/Eyemask Pattern (front)" "3626BPB8.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "DkRed Lips, Smirk/Eyemask Pattern (rear)" "3626BPB8.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Eye Patch, Black Stubble and Messy Hair Pattern" "3626BP49.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Eye Patch, DkOrange Moustache, Beard a. Messy Hair Pattern""3626BP46.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Eye Patch, DkOrange Stubble and Messy Hair Pattern" "3626BP48.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Eye Patch, Red Moustache, Beard and Messy Hair Pattern" "3626BP47.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Eyebrows, Cheeklines, Determined Pattern" "3626BPC6A.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Eyebrows, Crow's Feet, Open Mouth Smile / Queasy Expression with Sweat Drop Pattern (front)""3626CP70.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Eyebrows, Crow's Feet, Open Mouth Smile / Queasy Expression with Sweat Drop Pattern (rear)""3626CP70.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Eyeglasses and Lightning Scar Pattern" "3626BPH1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Eyes in Mask, White 'A' and Black Line on Back Pattern" "3626CPBL.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Evil Skeleton Skull Pattern" "3626BPA8.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female Robot with Red Eyes and Lips, 4 Metallic Silver Mouth Squares, Black Beauty Mark, Eyelashes and Headset Pattern""3626CPD2B.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Black and Silver Sunglasses, Black Eyebrows, Peach Lips Pattern - Hollow Stud""3626CP8V.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Balaclava, Medium Dark Flesh Face, Beauty Mark and Crooked Smile Pattern""3626CPD89.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Black Eye Mask, Dark Red Lips and Red Diamond Beauty Mark, Wink and Open Mouth / Licking Lips Pattern (front)""3626CPD81.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Black Eye Mask, Dark Red Lips and Red Diamond Beauty Mark, Wink and Open Mouth / Licking Lips Pattern (rear)""3626CPD81.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Female with Black Eye Mask, Dark Red Lips, Red Tongue and Diamond on Cheek, Open Smile with Top Teeth Pattern""3626CPD6D.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Black Eyes, Thin Eyebrows and Red Narrow Lips" "3626BPC42.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Black Eyebrows and Eyelashes, Beauty Mark Under Left Eye, Dark Red Lips Pattern" "3626CPD66.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Black Eyebrows and Eyes with Eyelash, Broad Grin Pattern" "3626CPD8E.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Black Eyebrows, Beauty Mark, Single Eyelash, Dark Tan Lips and Crooked Smile / Scowl Pattern (front)""3626CPNA.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Black Eyebrows, Beauty Mark, Single Eyelash, Dark Tan Lips and Crooked Smile / Scowl Pattern (rear)""3626CPNA.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Female with Black Eyebrows, Peach Lips, Open Smile with Teeth / Sleeping Pattern (front)""3626CP8R.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Black Eyebrows, Peach Lips, Open Smile with Teeth / Sleeping Pattern (rear)""3626CP8R.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Female with Black Eyebrows, Pink Lips, Eyelashes / Sunglasses with Medium Lavender Frames Pattern (front)""3626CP8X.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Black Eyebrows, Pink Lips, Eyelashes / Sunglasses with Medium Lavender Frames Pattern (rear)""3626CP8X.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Female with Black Eyebrows, Wide Eyelashes with Thick Dark Azure Mascara, Smile and Dark Orange Lips Pattern""3626BPC5E.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Brown Eyebrows, Medium Dark Flesh Lips and Brown Beauty Mark on Left Side Pattern""3626CPD6H.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Brown Eyebrows, Peach Lips, Pensive Smile / Scared Pattern (front)""3626CP8Q.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Brown Eyebrows, Peach Lips, Pensive Smile / Scared Pattern (rear)""3626CP8Q.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Female with Glasses with Dark Green Frames, Red Lips, Smiling / Smiling with Teeth Pattern (front)""3626CPX2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Glasses with Dark Green Frames, Red Lips, Smiling / Smiling with Teeth Pattern (rear)""3626CPX2.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Female with Glasses with Gold Frames, Peach Lips, Smiling Pattern (front)" "3626CPX1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Glasses with Gold Frames, Peach Lips, Smiling with Teeth Pattern (rear)" "3626CPX1.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Female with Jagged Dark Azure Eyebrows, White at Sides of Eyes, Silver Lips Pattern""3626CPCG1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Large Round Glasses with Bright Light Blue Lenses and Black Frames, Orange Lips with Slight Crooked Smile Pattern""3626CPD7I.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Lopsided Smile/Determined Pattern (front)" "3626CP8D.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Lopsided Smile/Determined Pattern (rear)" "3626CP8D.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Female with Magenta Eye Mask, Dark Red Lips, Grin with Teeth / Neutral Pattern (front)""3626CPD6A.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Magenta Eye Mask, Dark Red Lips, Grin with Teeth / Neutral Pattern (rear)""3626CPD6A.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Female with Medium Dark Flesh Glasses, Laugh Lines, Red Lips, Neutral / Raised Eyebrows Amused Pattern (front)""3626CP8U.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Medium Dark Flesh Glasses, Laugh Lines, Red Lips, Neutral / Raised Eyebrows Amused Pattern (rear)""3626CP8U.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Female with Nose, Red Lips, and Large Eyes Pattern" "3626BPW3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Brown Eyebrows, Pupils, Eyelashes Pattern" "3626BP09.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Red Lips Annoyed / Smiling Pattern (front)(Hollow Stud with Pierced Base)""3626BP89.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Red Lips Annoyed / Smiling Pattern (rear)(Hollow Stud with Pierced Base)""3626BP89.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Female with Red Lips Annoyed / Smiling Pattern (front)(Hollow Stud)""3626CP89.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Red Lips Annoyed / Smiling Pattern (rear)(Hollow Stud)""3626CP89.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Female with Red Lips Small Eyebrows Pattern" "3626BP08.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Silver Glasses and Pink Lips Smiling Pattern" "3626CP8L.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Smiling/Scared Pattern (front)" "3626BPQ3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Smiling/Scared Pattern (rear)" "3626BPQ3.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 ; Update 2019-02 "Female with Thin Black Eyebrows, White Eye Shadow, Orange Lips and Three Black Stripes on Cheeks Pattern""3626CPCE9.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with White Ski Goggles with Pink and Purple Glass and Black Strap and Red Lips Pattern""3626BPC87.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Freckle Nose and Standard Grin Pattern" "3626bp07.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Full Black Beard with Side Burns, White Pupils, Open Mouth Grimace Pattern""3626CPX4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Glasses Rounded, Brown Eyebrows and Smile Pattern" "3626CP8Y.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Glasses and White Muttonchops Pattern" "3626BPA1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Glasses, Brown Sideburns and Moustache Pattern" "3626BPQ4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Glasses, Grey Eyes, Eyebrows, Cheeks Pattern" "3626CPBK.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Glasses, Grey Eyebrows, Beard and Moustache Pattern" "3626BP0E.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Glasses, Pencil Behind Ear and Pointed Moustache Pattern" "3626BPW8.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Glasses, Thin Brown Eyebrows, Smile Pattern" "3626BP87.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gold Paint and Slanted Eyes Pattern" "3626BP6U.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gold Robot Pattern" "3626BP64.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Green Brain and Yellow Mouth Pattern" "3626BP6Y.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Green Eyebrows, Medium Blue Eyeshadow, Thick Red Lips Smile with Sharp Tooth Pattern (front)""3626CPD68.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Green Eyebrows, Medium Blue Eyeshadow, Thick Red Lips Smile with Very Sad Frown Pattern (rear)""3626CPD68.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Green Lips and Red Eyebrows Pattern" "3626BPB5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gregory Goyle/Harry Potter Pattern (front)" "3626BPH4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gregory Goyle/Harry Potter Pattern (rear)" "3626BPH4.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Grey Hair, Beard, Moustache, Angry Pattern" "3626BP0A.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Grin, Dark Grey Beard and Eyebrows Pattern" "3626BP39.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Grin, Brown Beard, White Pupils Pattern" "3626BP88.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Grumpy/Angry Pattern (front)" "3626CPBD.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Grumpy/Angry Pattern (rear)" "3626CPBD.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Half-Moon Glasses and Grey Eyebrows Pattern" "3626BPHA.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Headset Over Brown Hair and Eyebrows Pattern" "3626BP69.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "HP Harry Potter with Glasses and Lightning Bolt, Smile / Frown Pattern (front)""3626BPH7.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "HP Harry Potter with Glasses and Lightning Bolt, Smile / Frown Pattern (rear)""3626BPH7.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "HP Narcissa Malfoy with Dark Brown Eyebrows, Crow's Feet, Angry / Smile Pattern (front)""3626BPH9.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "HP Narcissa Malfoy with Dark Brown Eyebrows, Crow's Feet, Angry / Smile Pattern (rear)""3626BPH9.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "HP Rubeus Hagrid with Wrinkles Pattern" "3626BPH8.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "HP Voldemort with Teeth and Nostrils Pattern" "3626BPH6.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Ice Planet Female Red Hair Pattern" "3626BP65.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Ice Planet Messy White Hair Pattern" "3626BP62.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Ice Planet Moustache and Eyebrows Pattern" "3626BP61.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Insectoids Robot Pattern" "3626BP50.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Man Armoured Suit Classic Pattern" "3626CPB4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Spider Pattern" "3626CPB3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Islander White/Blue Painted Face Pattern" "3626BP3K.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Islander White/Red Painted Face Pattern" "3626BP3J.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Large Black Open Mouth with Uvula and Red Tongue Pattern" "3626CPD6E.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Large Blue Mask Pattern" "3626BP6V.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Large Glasses with Dark Grey Eyebrows, Moustache and Stubbles and Dark Brown Cheek Lines Pattern""3626CPD67.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Lefty Mouth and Stubble Pattern" "3626BP81.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Light Turquoise and Orange Painted Face Pattern" "3626BPW7.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Brown Eyebrows Worried/Smile Pattern (front)" "3626CPM2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Brown Eyebrows Worried/Smile Pattern (rear)" "3626CPM2.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "LOTR DkBrown Beard, Stubble and Stern Pattern (front)" "3626CPM7.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR DkBrown Beard, Clenched Teeth Pattern (rear)" "3626CPM7.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "LOTR Frowning/Grimacing Pattern (front)" "3626CPM6.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Frowning/Grimacing Pattern (rear)" "3626CPM6.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "LOTR Frowning/Scared Pattern (front)" "3626CPM4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Frowning/Scared Pattern (rear)" "3626CPM4.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "LOTR Frowning/Shouting Pattern (front)" "3626CPM5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Frowning/Shouting Pattern (rear)" "3626CPM5.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "LOTR Orc with Grey Hair Pattern" "3626BPMA.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Smirking/Shouting Pattern (front)" "3626CPM8.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Smirking/Shouting Pattern (rear)" "3626CPM8.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "LOTR Thick Gray Eyebrows and Smile Pattern" "3626CPM1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Tired/Poisoned Pattern (front)" "3626CPM3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Tired/Poisoned Pattern (rear)" "3626CPM3.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "LOTR Uruk-Hai Lurtz Scowl and White Hand Pattern (front)" "3626BPMB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Uruk-Hai Lurtz Scowl and White Hand Pattern (rear)" "3626BPMB.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "LOTR Uruk-Hai Scowl and White Hand Pattern (front)" "3626CPM0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Uruk-Hai Scowl and White Hand Pattern (rear)" "3626CPM0.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Mask Br.Green with Eyeholes and Smile Pattern" "3626BPB2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mask Purple with Eyeholes and Smile Pattern" "3626BPB6.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Medium Azure Zigzag Line Pattern" "3626CPCFB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Messy Hair and Eye Patch Pattern" "3626BP31.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Messy Hair and Moustache Pattern" "3626BP30.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Messy Hair Female Pattern" "3626BP40.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Messy Hair, Beard and Eye Patch Pattern" "3626BP34.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Messy Hair, Moustache and Beard Pattern" "3626BP33.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Messy Hair, Moustache and Eye Patch Pattern" "3626BP32.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Messy Hair, Moustache and Stubble Pattern" "3626BP35.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Monocle and Black Slanted Eyebrows Pattern" "3626bpb7.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Monocle, Scar, and Moustache Pattern" "3626BPA7.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mouth Closed Stern / Mouth Open Scared Pattern (front)" "3626CP80.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mouth Closed Stern / Mouth Open Scared Pattern (rear)" "3626CP80.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Moustache Curly and Spiky Beard under Mouth Pattern" "3626BP45.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Moustache, Stubble and Bald Hair Part Pattern" "3626BPW9.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mummy Face with 2 Eyes / 1 Eye Pattern (front)" "3626BPQ0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mummy Face with 2 Eyes / 1 Eye Pattern (rear)" "3626BPQ0.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Mummy with 2 Eyes / Gold Death Mask Pattern (front)" "3626BPQ1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mummy with 2 Eyes / Gold Death Mask Pattern (rear)" "3626BPQ1.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Open Smile with Teeth / Eyebrows, Scared Pattern (front)" "3626CP8J.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Open Smile with Teeth / Eyebrows, Scared Pattern (rear)" "3626CP8J.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Open Smiling Mouth, Teeth and Tounge Pattern" "3626BPC44.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Orange Beard and White Smile Pattern" "3626BP80.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Orange Painted Face Pattern" "3626BPW4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Painted Triangles Pattern" "3626BPW5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Peach Lips, Smile, Black Eyebrows Pattern" "3626BP8C.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Peach Lips, Smile, Black Eyebrows Pattern (Hollow Stud)" "3626CP8C.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pursed Lips and White Forehead Pattern" "3626BPB1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Raised Left Eyebrow, Freckles and Crooked Smile Pattern" "3626CP71.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Lips and Black Upswept Eyelashes Pattern" "3626bp6f.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Moustache, Beard and Messy Hair Pattern" "3626BP43.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Moustache and Goatee Pattern" "3626BP41.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red a. Dark-Turquoise Painted Lines, Eyebrows, Nose Pattern""3626BPW6.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Reddish Brown Eyebrows and Freckles, Lopsided Grin / Frown Pattern Pattern (front)""3626CPNE.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Reddish Brown Eyebrows and Freckles, Lopsided Grin / Frown Pattern Pattern (rear)""3626CPNE.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Reddish Brown Eyebrows, Medium Dark Flesh Scar, White Band-Aid, Lopsided Grin with Teeth / Determined Pattern (front)""3626CPNB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Reddish Brown Eyebrows, Medium Dark Flesh Scar, White Band-Aid, Lopsided Grin with Teeth / Determined Pattern (rear)""3626CPNB.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Reddish Brown Headband w. Squinted Batman Eyes, Sad Mouth Pattern""3626CPD64.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Robot with Red Eyes and 4 Black Outlined Squares Mouth on Silver Background with Black Rivets Pattern""3626CP8P.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Robot with Red Eyes, Metal Eyebrows with Rivets, Broken White Teeth and Stubble Bolts Pattern""3626CPD2E.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Robot with Red Visor and 4 Black Outlined Squares Mouth on Silver Background Pattern""3626CP8O.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Robot with Red Visor and 9 Black Squares Mouth Pattern" "3626CP8N.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Ron Weasley Pattern" "3626bph3.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Severus Snape Pattern" "3626BPHB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sideburns and Droopy Moustache Black Pattern" "3626BP3N.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sideburns and Droopy Moustache Brown Pattern" "3626BP3Q.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sideburns, Goatee, Beard Stubble, Scar Pattern" "3626BPQ2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Silver Mask and Mouth Grille Pattern" "3626BP6X.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Silver Robot Pattern" "3626BP63.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Silver Sunglasses, Eyebrows and Thin Grin Pattern" "3626CP8H.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Silver Sunglasses and Red Headset Pattern" "3626BP68.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Single Large Black Eye with Pupil Pattern" "3626CP02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Skull Cracked with Metal Plates Pattern" "3626CPN2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Skull Type 1 (Smiling) Pattern" "3626BPAQ.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Small Blue Mask Pattern" "3626BP6W.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Smile and Gold Tooth Pattern" "3626BP86.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Smile, Black Eyebrows and White Pupils Pattern" "3626BP84.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Smile, Brown Eyebrows and White Pupils Pattern" "3626BP85.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Smirk, Black Moustache Pattern" "3626BPA3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Smirk, Black Moustache and Cleft Chin Pattern" "3626BPAP.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Smirk, Black Hair and Goatee Pattern" "3626BP82.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Standard Grin and Eyebrows Pattern" "3626BP05.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Standard Grin and Pointed Moustache Pattern" "3626BP03.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Standard Grin and Sunglasses Pattern" "3626BP04.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Standard Grin, Eyebrows and Microphone Pattern" "3626BP06.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Standard Grin Pattern (Hollow Stud)" "3626CP01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Standard Woman Pattern" "3626BP02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Stubble, Moustache and Smirk Pattern" "3626BPA5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Alien with Large Black Eyes Pattern" "3626BPSB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Black Eyebrows and Scars Pattern" "3626BPS7.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Brown Eyebrows Pattern" "3626BPS2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Brown Eyebrows and Beard Pattern" "3626BPS9.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Brown Eyebrows, Smile and Black Chin Strap Pattern" "3626CPSG.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Brown Eyebrows, Solid Black Eyes and Black Chin Strap Pattern""3626CPSF.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Dark Bluish Grey Chin Strap, Stern Eyebrows Pattern (front)""3626CPSI.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Dark Bluish Grey Chin Strap, Black Goggles Pattern (rear)""3626CPSI.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "SW Darth Maul Pattern" "3626BPS8.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Freckles and Thin Brown Eyebrows Pattern" "3626BPSD.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Grey Beard and Eyebrows Pattern" "3626BPS4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Grey Eyebrows & Implant Pattern (front)" "3626BPSC.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Grey Eyebrows & Implant Pattern (rear)" "3626BPSC.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "SW Jawa, Yellow Eyes with Orange Rim Pattern" "3626CPS0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Red Lips, Black Eyes, Thin Eyebrows Pattern" "3626BPS0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Scout Trooper Black Visor Pattern" "3626BPSE.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Small Black Eyebrows Pattern" "3626BPS3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Smirk and Brown Eyebrows Pattern" "3626BPS5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Stern Black Eyebrows, Pupils and Orange Visor Pattern" "3626CPSH.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Tusken Raider Pattern" "3626BPST.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tan Eyebrows and Frown Pattern" "3626BPH2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Teeth, Pupils, Brown Eyebrows Pattern" "3626BP0B.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Thick Angry Moustache, Stubble and Long Hair Pattern" "3626BPW1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Thick Black Eyebrows, Lavender Black Eye, Adhesive Bandage and Frown Pattern""3626CPCF4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Thick Black Eyebrows, Red Eyes with White Pupils, Light Bluish Grey Eye Shadow and Fangs Pattern""3626BPC25.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Thick Black Moustache and Eyebrows, Grin with Teeth" "3626BPC21.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Thick Moustache and Short Eyebrows Pattern" "3626BP0C.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Thin Moustache, Stubble and Sideburns Pattern" "3626BP67.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tribal Paint and Frown Pattern" "3626BPAC.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Uruk-Hai Scowl and White Hand Pattern (front)" "3626BPM0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Uruk-Hai Scowl and White Hand Pattern (rear)" "3626BPM0.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Villain Black Facial Hair Pattern" "3626BPA4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Villainous Glasses & Black Facial Hair Pattern" "3626bpa9.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Vincent Crabbe/Ron Weasley Pattern" "3626bph5.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Bushy Eyebrows, Goatee, Wrinkles, Smile / Open Mouth Scared Pattern (front)""3626CP8T.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Bushy Eyebrows, Goatee, Wrinkles, Smile / Open Mouth Scared Pattern (rear)""3626CP8T.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "White Hair, Eyebrows, and Moustache Pattern" "3626BPN1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Headband and Flesh Cheek Lines, Smirk Pattern" "3626CPD61.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Skull Mask, Yellow Eyes and White String Tied in Back Pattern""3626CPCEB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White and Blue Stripes on Cheeks, Black Eyebrows and Big Grin Pattern""3626BPC33.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White and Light Bluish Grey Bushy Eyebrows, Open Mouth Smile Pattern""3626BP0H.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White and Light Bluish Grey Eyebrows, Moustach and Goatee, Dark Orange Wrinkles, Concerned Expression Pattern""3626CPND.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Wide Smile, Red Lips and Crow's Feet Pattern" "3626BPB3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Wiry Moustache, Goatee and Eyebrows Pattern" "3626bp3e.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Yellow Eyes and Mouth and Aluminum Foil Blotches Pattern" "3626CP8F.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------Non-standard heads------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Alien Squidman" "85947.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Alien Squidman with Black Eyes & Lines Pattern" "85947P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Anubis Guard" "93248.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Anubis Guard with Gold Eye and Stripes Pattern" "93248PQ0.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Baby Head" "24581.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Baby Head with Eyes and Smile Pattern" "24581P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cuboid" "19729.DAT" 0 1 0 0 0 1 0 0 0 1 0 -6 0 "Cuboid with Minecraft Pumpkin Pattern" "19729P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 -6 0 "Cuboid with Minecraft Steve Pattern" "19729P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 -6 0 "Elf" "43745.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Elf with Green Eyes Pattern" "43745P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Ewok" "64805.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Goblin" "42109.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Martian Head with Clip" "30529.DAT" 0 1 0 0 0 1 0 0 0 1 0 32 0 "Martian Head with Clip with Eyes Plain Pattern" "30529P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 32 0 "Martian Head with Clip with Eyelashes Pattern" "30529P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 32 0 "Mechanical Head SW Battle Droid" "30378.DAT" 0 1 0 0 0 1 0 0 0 1 0 32 0 "Mechanical Head SW Battle Droid w. Dark Red Insignia Pattern""30378PS2.DAT" 0 1 0 0 0 1 0 0 0 1 0 32 0 "Mechanical Head SW Battle Droid w. Orange Insignia Pattern""30378PS1.DAT" 0 1 0 0 0 1 0 0 0 1 0 32 0 "Mechanical Head SW Battle Droid w. Yellow Insignia Pattern""30378PS3.DAT" 0 1 0 0 0 1 0 0 0 1 0 32 0 "Nautolan" "57901.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Nautolan, Black Eyes & Mouth, Brown Tentacle Bands" "57901P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Protocol Droid" "30480.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Protocol Droid with Light Yellow Eyes Pattern" "30480PS0.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Robot" "98384.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Robot with Blue Eyes and Red/yellow Teeth Display" "98384P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Rodian without Pattern" "47545.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Rodian with Eyes and Nose Pattern" "47545P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Simpsons Bart Simpson" "15523.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Simpsons Bart Simpson with Eyes Looking Left Pattern" "15523P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Simpsons Bart Simpson with Eyes Pattern" "15523P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Simpsons Homer Simpson" "15527.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Simpsons Homer Simpson with Half Closed Eyes Pattern" "15527P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Simpsons Homer Simpson with Wide Open Eyes Pattern" "15527P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Simpsons Lisa Simpson" "15524.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Simpsons Lisa Simpson with Eyes Pattern" "15524P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Simpsons Lisa Simpson with Worried Eyes Pattern" "15524P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Simpsons Marge Simpson" "15522.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Simpsons Marge Simpson with Eyes Looking Right Pattern" "15522P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Simpsons Marge Simpson with Wide Open Eyes Pattern" "15522P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Simpsons Ned Flanders" "15529.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Simpsons Ned Flanders w. Glasses, Hair, Moustache Pattern" "15529P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "SpongeBob" "54872.DAT" 0 1 0 0 0 1 0 0 0 1 0 8 0 "SpongeBob with Happy Pattern" "54872p01.DAT" 0 1 0 0 0 1 0 0 0 1 0 8 0 "SpongeBob with Shocked Pattern" "54872P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 8 0 "SpongeBob with Super Hero Pattern" "54872P09.DAT" 0 1 0 0 0 1 0 0 0 1 0 8 0 "Spongebob Octopus" "64767.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Spongebob Starfish" "54873.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Stud Hollow" "3626B.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Trandoshan" "87570.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Wookiee with Bandolier" "30483.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Wookiee with Silver Bandolier/Black Nose Pattern" "30483P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Yoda with Curved Ears" "41880.DAT" 0 1 0 0 0 1 0 0 0 1 0 24 0 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 [BODY] "Plain" "973.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "#1 Racing Pattern" "973P80.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "'S' Logo Grey / Blue Pattern" "973P23.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "'S' Logo Red / Black Pattern" "973P14.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "'Tine' Sticker" "973D01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "2 Chinese Letters Yellow Stripe Pattern" "973PAQ.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "3-Piece Suit, White Shirt and Red Tie Pattern" "973PDB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Air Gauge and Pocket Pattern" "973P29.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Airplane Logo Pattern" "973P16.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Airplane Logo, White Shirt and Suit Pattern" "973P8V.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Airplane Logo and 'AIR' Badge Pattern" "973P85.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Anchor Motif Pattern" "973P09.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Aquanaut Sub Logo, Zipper, and Weight Belt Pattern" "973PAG.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Aquashark Blue Shark with Red 'X' Pattern" "973PAK.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Arctic Parka 'A1' Pattern" "973P7A.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Arctic Parka 'A2' Pattern" "973P7B.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Arctic Explorer Logo, Zipper and White Fur Trim Pattern" "973P92.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Argyle Sweater and White Shirt Collar Pattern" "973P93.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Armor Vest, Silver Wolf Head and Blue Round Jewel Pattern" "973PAW.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Astro Pattern" "973P6F.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Autoroute Pattern" "973P27.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Aviator Jacket w. Eagle/'SMH' on Back Pattern" "973PQ5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Bandage and Gold Necklace Pattern" "973PQ0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Bandage, Gold Necklace and Gold Belt Pattern" "973PQ1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Batman Logo in Yellow Oval with Yellow Utility Belt and Gold Buckle Pattern""973PBO.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Batman Robin Pattern" "973Pb2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Collar and Pockets Pattern" "973pst.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Diagonal Zip and Pocket Pattern" "973p0b.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Dungaree Pattern" "973P1A.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Falcon Pattern" "973P43.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Futuron Pattern" "973P6B.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Half Pattern" "973PBM.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Stripe Pattern" "973PX2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blacktron I Pattern" "973P52.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blacktron II Pattern" "973P51.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blouse, Belt and Necklace Pattern" "973PQ6.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue and Mint Green Stripes Pattern" "973p2e.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Castle Bodice Pattern" "973P4N.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Dungaree Pattern" "973P1B.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Futuron Pattern" "973P6C.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Flowers on Tied Shirt Pattern" "973P2G.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Horizontal Stripes Pattern" "973p1d.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Imperial Guard Officer Pattern" "973P3R.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Imperial Guard Pattern" "973P3N.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Plaid Shirt" "973PDD.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Shirt and Safety Stripes Pattern" "973P8G.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Striped Dungarees Pattern" "973P1R.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Undershirt Green Bow and Gun Pattern" "973PW5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue V-Neck, Pockets and 3 Buttons Pattern" "973P06.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Vest, Collar and Star Pattern" "973PAR.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Vest, Collar and Test Tube Pattern" "973PAS.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Vest, Pockets, Shirt and Drill Pattern" "973PAT.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue Vest, Tools, Shirt and Bomb Pattern" "973PAU.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Bomber Jacket & Black Shirt Pattern" "973P70.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Bomber Jacket, Belt, Black Shirt Pattern" "973PA5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Brown Vest, Ascot and Belt Pattern" "973P3B.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Brown Vest, Buckle and String Bowtie Pattern" "973PW9.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Business Suit and Tie, Breathing Apparatus, Octan Pattern" "973P6H.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Buttons and Police Badge Plain Pattern" "973P1F.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Card, Suit, Vest, and Gold Fob Pattern" "973PW8.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Castle Breastplate Pattern" "973P40.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Castle Bodice and Cloak Pattern" "973P4H.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Castle Chainmail Pattern" "973P41.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Castle Crossed Pikes Pattern" "973P42.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Castle Female Armour Pattern" "973P4G.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Castle Red/Gray Pattern" "973P47.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Catsuit, Ring Zipper Pull and Belt Pattern" "973PB8.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Chef Pattern" "973p2a.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Chef Jacket with 8 Buttons a. Long Red Neckerchief Pattern""973P8T.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Classic Space Pattern" "973P90.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Classic Space Simulated Wear Pattern" "973P91.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Clockwork Robot Pattern" "973PC67.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gold Asian Characters Front and Dragon Back Pattern" "973PNA.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Construction Safety Vest with Reflective Stripes Pattern" "973P8I.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Corset with Reddish Brown Laces Pattern" "973p4w.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Crew Neck Sweater with Bright Pink Collar Pattern" "973PD17.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Crew Neck Sweater w. Collar and 'HAIL TO THE CHEF'Pattern" "973P89.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Crown on DarkBlue/MediumBlue Quarters Pattern" "973p4j.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Dark Brown Muscles and Belly Pattern" "973PX1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Dark Orange Vest and Purple Bow Tie Pattern" "973pb7.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "DkBlue Muscles and Gold Necklace Pattern" "973pq2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "DkGreen Corset with Leather Belt Pattern" "973p4x.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "DkGray, Black, and Yellow Batman Pattern" "973PB1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Doctor Coat over Medium Azure Undershirt, Stethoscope, Pocket with Pens Pattern""973P9M.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Dragon Clasps and Red Ties Front and Dragon Back Pattern" "973PNB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Dragon Head Pattern" "973P4B.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Dress and Red Beads Necklace Pattern" "973PD13.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Dress, White Apron and Red Beads Necklace" "973P88.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Explorien Logo Pattern" "973p55.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Extreme Team Jacket Logo Pattern" "973P8A.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Fantasy Era Peasant Rope Belt Pattern" "973p4v.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female Blouse with Buttons, Dark Pink Panel and Name Badge Pattern""973P9A.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female Jumpsuit w. Zipper, Markings, Classic Space Pattern""973P6G.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female Pirate Pattern" "973P38.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female Top with Dark Pink Stripes and Flower Necklace Pattern""973P1Z.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Female Top with 2 White Buttons and Black Straps Pattern" "973P9J.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female Shirt with Two Buttons and Shell Pendant Pattern" "973P8K.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female White Shirt, Open Jacket Pattern" "973PAE.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Female with Gold Star and Zipper and Red Tied Sash and Muscles Outline Pattern""973PC1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Harlequin Black/White Pattern" "973PBA.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Jacket, 2 Pockets, Buttons, Necklace Pattern" "973PBJ.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with Lab Coat over Medium Blue Shirt w. ID Badge Pattern""973P8Q.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Female with LtPurple Scarf and Gray Belt Pattern" "973P7Y.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Female with Top with Yellow Neck and White Undershirt Pattern""973P9F.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Fire Fighter Five Button Pattern" "973P21.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Forestman and Purse Pattern" "973P46.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Forestman Black Collar Pattern" "973P50.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Forestman Blue Collar Pattern" "973P49.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Forestman Maroon Collar Pattern" "973P48.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Four Button Suit and Train Logo Pattern" "973P84.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Front and Rear Stickers w. 'TINE' Logo on Blue Background" "973D05.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gold Fob and 100 Dollar Bills Pattern" "973PWA.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gold Ice Planet Pattern" "973P61.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gold Lion and Belt on Red/White Quarter Pattern" "973P4L.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gold Necklace and Yellow Undershirt Pattern" "973P72.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Gold Tie Pin and Black Tie Pattern" "973PD7F.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Grey and Gold Batman Pattern" "973pb0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Grey Muscles and Arc Reactor Pattern" "973PBH.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Green Castle Bodice Pattern" "973P4Q.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Green Dungaree Pattern" "973P1J.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Green Futuron Pattern" "973P6I.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Green Lantern Logo on White Background and Muscles Outline Pattern""973PC0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Green Stripes and Leather Strap Pattern" "973P3T.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gryffindor Uniform Pattern" "973PH1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Halter Top with Green Apples and Lime Spots Pattern" "973P1X.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hooded Sweatshirt Open with Drawstrings over Dark Red Top Pattern""973P9B.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hoodie with White Laces, Blue Scrollwork and Kangaroo Pocket Pattern""973P1V.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hoodie with Zipper over Lime and Green Striped Shirt Pattern""973P99.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hogwarts Uniform Pattern" "973PH0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hooded Sweatshirt/Blue Pocket/Drawstring Pattern" "973p7j.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Horse Head Pattern" "973P2M.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hospital EMT Star of Life, Open Collar, Buttons and Pocket Pen Pattern""973P8N.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "HP Harry Potter Uniform Gryffindor Stripe, Shield Pattern" "973PHA.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "HP Jacket with 4 Button Vest and Bow Tie Pattern" "973PH4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "HP Narcissa Malfoy Pattern" "973PH9.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "HP with Dark Red Sweater and Yellow Neck Pattern" "973ph8.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "HP with Grey Sweater and Light Flesh Neck Pattern" "973ph7.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "HP with Jacket and Dark Red Sweater Pattern" "973ph6.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "HP with Jacket and Light Grey Sweater Pattern" "973ph5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Imperial Soldier Pattern" "973P3U.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Insectoids Female, Blue Diamond under Circuits Pattern" "973P58.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Insectoids Robot Pattern" "973P53.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Insectoids with Blue X under Circuits Pattern" "973P56.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Insectoids with Green Circuitry & Silver Hose on Sides" "973P6K.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Insectoids with Silver Circuitry, Lightning Bolts over Blue Circle""973P67.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Insectoids with Silver Logo on Black Panels" "973P57.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Insectoids with Silver X on Green Verniers" "973P59.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Fist Pattern" "973PBQ.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Man Armoured Suit Classic Pattern" "973PBT.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Man Armoured Suit Mark VI Pattern" "973PBB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Man Armoured Suit Mark VII Pattern" "973PBC.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Man Armoured Suit Mark XLII Pattern" "973PBF.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Man Armoured Suit Mark XVII Pattern" "973PBE.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Patriot Armoured Suit Pattern" "973PBG.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Spider Pattern" "973PBU.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Ivy Dress Pattern" "973PB5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jacket, Badge and Red Tie Pattern" "973P7R.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jacket, Bow Tie, Vest, Boutonniere Pattern" "973PC23.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jacket, Orange Vest, Green Neck-chief Pattern" "973PB3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jacket, Pink Shirt, Ring on Necklace Pattern" "973p7h.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jacket, Pocket, Badge, Blue Tie Pattern" "973P7Q.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jacket, Tie and Police Badge Yellow Star Pattern" "973p76.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jacket, White Shirt and Dark Pink Tie Pattern" "973PD31.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jacket, White Shirt, and Necklace Pattern" "973PA8.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jacket, Zippered Pockets and Classic Space Logo Pattern" "973P6J.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jacket Open over Red and Light Green Top with Necklace Pattern""973P1W.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Jacket and Medium Dark Flesh Collar over Light Bluish Grey Shirt Pattern""973P9L.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jacket over Lt Blue Button Down Shirt Pattern" "973P7Z.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jacket over Medium Blue Skin and Light Blue Waist Pattern" "973PD1D.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jacket over Shirt and Prison Stripes Pattern" "973p7t.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jacket with Pockets over Dark Red V-Neck Sweater Pattern" "973P1Y.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jail Stripes and '23768' Pattern" "973P7K.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Launch Command Logo and Equipment Pattern" "973p1q.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Leather Jacket Pattern" "973P28.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Leather Jacket and Badge Pattern" "973P7U.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Leather Jacket and Light Gray Shirt Pattern" "973PA9.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Leather Jacket, Badge, 'POLICE' Back Pattern" "973p7n.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Leather Jacket, Slash Pockets and Waistband over Red Shirt, Silver Oval Belt Buckle Pattern""973P9E.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Lifebelt Logo and ID Card Pattern" "973P79.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Light Blue Parabola Shaped Belly Pattern" "973PCFD.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Light Grey Waist Pattern" "973PD1E.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Lion Gold on Blue Shield Pattern" "973P4F.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Armor, Brown Belt & Gold Buckle Pattern" "973PM5.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Button Shirt with Braces Pattern" "973PM2.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Coat, DkBluish Grey Shirt, Evenstar Pendant Pattern" "973PM7.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Cloak, Rope and Belt Pattern" "973PM1.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Cloak with Dark Bluish Grey Folds Pattern" "973PM9.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Jacket and Dark Red Vest Pattern" "973PM3.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Jacket and Yellow Vest Pattern" "973PM8.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Leather Armor with Buckle Pattern" "973PM0.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Orc Leather Armor Pattern" "973PMA.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Scale Armor and Belt Pattern" "973PM6.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Shirt, Dark Brown Belt & Bag Pattern" "973PM4.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Uruk-Hai Lurtz Muscles Outline Pattern" "973PMB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Magenta Questionmark Pattern" "973PB6.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mail Horn Pattern" "973P1S.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Maroon/Red Quarters Shield Pattern" "973P4U.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mayan Necklace, Tribal Shirt, & Navel Pattern" "973PAC.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "MBA Level 1 Logo Pattern" "973PT0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "MBA Level 2 Logo Pattern" "973PT1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Medallion, Belt and Silver Buttons Pattern" "973p3d.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Medium Blue Trim and Flowers Pattern" "973P96.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Metallic Silver Roman Segmented Body Armour Pattern" "973PC6A.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Modern Firefighter Type 1 Pattern" "973p77.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Modern Firefighter Type 2 Pattern" "973p78.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "MTron Logo Pattern" "973P68.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Necklace and Blue Squares Pattern" "973PWE.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Necklace and Fringe Pattern" "973PC11.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Neon Yellow Stripes, Radio and Badge Pattern" "973P7V.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Ninja Wrap, Gold Shuriken & Armour Pattern" "973PN6.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Ninja Wrap, Gold Shuriken & Dagger Pattern" "973PN7.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Ninja Wrap, Silver Shuriken & Dagger Pattern" "973PN5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Octan OIL Badge Pattern" "973P81.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Octan Logo Pattern" "973PT2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Old Obi-Wan Pattern" "973PS6.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Open Jacket, Blue Top and Navel Pattern" "973PD1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Open Jacket over Striped Vest Pattern" "973P34.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Open Suit Jacket with White Shirt, Dark Red Tie and Reddish Brown Belt Pattern""973P9I.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Open Suit Revealing Superman Logo Pattern" "973PBK.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Orange Dungarees, Sweater, Blue Pen in Pocket Pattern" "973P8M.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Palm Tree Pattern" "973P2H.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Palm Tree and Dolphin Pattern" "973P2J.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Palm Tree and Horse Pattern" "973P2K.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Patch Pocket Pattern" "973P26.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pharaoh Breastplate Pattern" "973PA2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Pinstripe Vest, Red Tie and Pocket Watch Pattern" "973P9H.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pinstriped Jacket and Gold Tie Pattern" "973P8L.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pirate Captain Pattern" "973P36.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pirate Green Vest, Shirt, and Belt Pattern" "973P3C.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pirate Open Jacket over Brown Vest Pattern" "973P39.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pirate Purple Vest and Anchor Tattoo Pattern" "973P30.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pirate Ragged Shirt and Dagger Pattern" "973P3A.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pirate Stripes Blue/White Pattern" "973P3E.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pirate Stripes Blue/Cream Pattern" "973P32.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pirate Stripes Red/Black Pattern" "973P33.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pirate Stripes Red/Cream Pattern" "973P31.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pirate Vest, Anchor Tattoo, Rope on Back Pattern" "973P3V.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pirate Vest with 3 Gold Buttons over Red and White Striped Shirt Pattern""973P3G.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Plain Shirt with Pockets Pattern" "973P7G.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Police Female Shirt with Gold Badge, Pocket and Black Tie Pattern""973P7L.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Police Jacket, Silver Badge, 4 Buttons and Belt Pattern" "973PCBF.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Polo Shirt with Pocket with Pen and LEGO Logo on Back Pattern""973P98.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Prisoner and '50380' Pattern" "973P7S.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Purple Greatcoat Pattern" "973phb.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Racing Jacket and Two Stars Pattern" "973P1H.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Racing Jacket and Two Stars Red Pattern" "973P1N.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Rear Sticker White '1' on Transparent Background" "973D06.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Cross and Stethoscope Pattern" "973P25.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Cross Pattern" "973P24.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Dungaree Pattern" "973P1C.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Futuron Pattern" "973P6D.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Horizontal Stripes Pattern" "973p1E.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Imperial Guard Officer Pattern" "973P3S.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Imperial Guard Pattern" "973P3Q.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Necklace and Blue Undershirt Pattern" "973P71.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red on Bottom and Fringe Pattern" "973pwd.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Shirt and Suit Pattern" "973P22.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Red Straps and Belt, Yellow Clasps and Cord and Muscles Outline Pattern""973PBY.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Truck Pattern" "973P1T.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Undershirt and Fringe Pattern" "973PW7.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red V-Neck and Buttons Pattern" "973P17.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Vest and Train Logo Pattern" "973P82.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red & Gray Shirt, Pot Belly, Jacket Pattern" "973PAF.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red/Peach Quarters Shield Pattern" "973P4T.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red/White Waist, Zipper and White Star Pattern" "973pbl.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Rear Sticker White "1" on Transparent Background" "973D06.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "RES-Q Orange Pockets and Logo Pattern" "973P8B.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Riding Jacket Pattern" "973P12.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Riddler Black Question Mark on Chest and Lavender Belt Pattern""973PBN.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Robot Pattern" "973P63.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Rock Raiders Jet Pattern" "973PAJ.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Royal Knights Lion Head & Neck-Chain Pattern" "973P4E.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Royal Knights Lion-Head Shield Pattern" "973P4D.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Rumpled Shirt, 2 Revolvers in Belt Pattern" "973PAA.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Safari Shirt, Black Neck and Brown Holster Pattern" "973PA7.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Safari Shirt, Blue Tee, Red Bandana Pattern" "973PA6.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Safari Shirt, Gun, Red Bandana & White Chest Pattern" "973PAX.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Safari Shirt, Gun, Red Bandana & Yellow Chest Pattern" "973PA3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Safari Shirt, Tan Bandana & Compass Pattern" "973PQ7.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Safety Vest w. Reflective Stripes over Shirt, Red Pen Pattern""973P8R.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Samurai Dragon Robe Pattern" "973PN0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Samurai Robe, Sash and Dagger Pattern" "973PN1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Scale Mail and Red Diamond Amulet Pattern" "973P4C.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Scarlet Spider Pattern" "973PBS.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Security Guard Pattern" "973PB4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Shell Logo Pattern" "973P60.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sheriff Pattern" "973PW4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Shirt Collar and Sand Green Neck Pattern" "973PX0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Shirt with 3 Flowers over Yellow and Silver Stripe Pattern""973P8Y.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Shirt with Black Belly Bump and Collar Outline Pattern" "973PD11.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Shirt with Cargo Logo Pattern" "973P2N.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Shirt with Red Collar and Spaceship Orbiting Classic Space Helmet Pattern""973P97.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Shirt, Badge, Blue Tie, 'POLICE' Back Pattern" "973P7M.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Shirt, Pink/Salmon Tie and ID Badge" "973P87.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Silver Armor Front and Back and Drill Pattern" "973PAV.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Silver Ice Planet Pattern" "973P62.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Silver Metal Plates and Dark Pink Electrical Wires and Buttons Pattern""973PBX.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Silver Zod Emblem and Oval Belt Buckle and Muscles Outline Pattern""973PBW.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Six Button Suit, Red Tie, and Airplane Pattern" "973P8U.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Six Button Suit and Airplane Pattern" "973p04.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Six Button Suit and Anchor Pattern" "973p05.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Skull and DkPink Roses Pattern" "973PC00.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Skull and Red Roses Pattern" "973PC44.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Slingshot on Back Pattern" "973PD12.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Slytherin Uniform Pattern" "973PH2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Shirt '10' and 'ZIDANE' Pattern" "973PG0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Soccer Team Goalkeeper and White '1' Pattern" "973PG1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Team Red/Blue Stripes and Red # 2 Pattern" "973PG2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Team Red/Blue Stripes and Red # 3 Pattern" "973PG3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Team Red/Blue Stripes and Red # 4 Pattern" "973PG4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Team Red/Blue Stripes and Red # 7 Pattern" "973PG5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Team Red/Blue Stripes and Red # 9 Pattern" "973PG6.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Team Red/Blue Stripes and Red #10 Pattern" "973PG7.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Team Red/Blue Stripes and Red #11 Pattern" "973PG8.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Team Red/Blue Stripes and Red #18 Pattern" "973PG9.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Team White Stripes and White # 2 Pattern" "973PGA.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Team White Stripes and White # 3 Pattern" "973PGB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Team White Stripes and White # 4 Pattern" "973PGC.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Team White Stripes and White # 7 Pattern" "973PGD.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Team White Stripes and White # 9 Pattern" "973PGE.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Team White Stripes and White #10 Pattern" "973PGF.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Team White Stripes and White #11 Pattern" "973PGG.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Soccer Team White Stripes and White #18 Pattern" "973PGH.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Space Police II and Radio Pattern" "973P69.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Space Police II Chief" "973P6A.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Space Port Logo, Tube and 'C1' Pattern" "973P8E.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Spacesuit, Silver Belt, Chest Piece, Space Shuttle Pattern""973P8S.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Spacesuit with Front Strap, Badges and Ports Pattern" "973P5B.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Spider-Girl Pattern" "973PBP.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Spider Man Pattern" "973PBV.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Sports Shirt with '39', Orange Basketball and Orange and Red Diamonds Pattern""973P9K.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Spotted Singlet and Necklace Pattern" "973p2f.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Spyrius Pattern" "973P66.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Stethoscope and Pocket with Pens Pattern" "973P86.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sticker Shell Logo on White Background" "973D04.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Straight Zipper Jacket Pattern" "973P13.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Strapless Suntop Pattern" "973P2C.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Striped Shirt and Silver Buttons Pattern" "973P3F.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Studded Armor Pattern" "973P45.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Studios Director Pattern" "973PD0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Suit and Tie Pattern" "973P18.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Suit and Red Tie with Train Logo Pattern" "973P83.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Suit with Pocket, Red Tie, Train Pattern" "973P8H.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Superman Logo and Dark Blue Muscles Pattern" "973pb9.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Suspenders and Red Bowtie Pattern" "973PA1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Belt Pockets and Necklace Blissl Flute Pattern" "973PRG.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Black Vest & White Shirt Pattern" "973PS5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Blast Armour (Green Plates) Grey Pattern" "973PSB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Blast Armour (Green Plates) Bl.Grey Pattern" "973PRB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Blast Armour (Silver Plates) Pattern" "973PSJ.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Blast Armour (Uncoloured Plates) Pattern" "973PRC.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Cad Bane Pattern" "973PSW.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Camouflage Smock Pattern" "973PSM.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Closed Shirt and Brown Belt Pattern" "973PR0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Dark Red Robe Pattern" "973PSX.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Darth Vader Grey Pattern" "973PS7.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Darth Vader Bluish Grey Pattern" "973PRA.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Darth Vader Death Star Pattern" "973PSZ.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Grey Shirt, Belt with Red Buckle Pattern" "973PR7.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Gungan Dark Gray/Dark Tan Shirts Pattern" "973PR6.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Hoth Trooper Pattern" "973PSH.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Imperial Grand Moff Pattern" "973PR9.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Imperial Officer Pattern" "973PSQ.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Imperial Shuttle Pilot Pattern" "973PSN.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Jawa Pattern" "973PSS.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Jawa with Dark Brown Pouches and Black and Tan Straps" "973PRI.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Jedi Robes and Sash Pattern" "973PS2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Layered Shirt, Brown Belt Pattern" "973PR3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Layered Shirt, Brown Belt, Braid Pattern" "973PR4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Layered Shirt, Waist Sash Pattern" "973PS8.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Leia Hoth Jacket Pattern" "973PRD.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Loose Dress Light Bluish Grey Folds Pattern" "973PSY.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Loose Dress Light Grey Folds Pattern" "973PRY.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Moisture Farmer Pattern" "973PSV.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Nute Gunray Pattern" "973PRH.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Pocket-Vest and Techno-Buckle Pattern" "973PSC.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Protocol Droid Pattern" "973psr.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Rebel A-Wing Pilot Pattern" "973PS0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Rebel Mechanic Pattern" "973PSA.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Rebel Pilot Pattern" "973PS1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Rebel Pilot Bluish Grey Pattern" "973PR8.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Robe and Rope Belt Pattern" "973PR2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Robe, Sash and Silver Neck Clasp Pattern" "973PR1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Shadow Trooper Pattern" "973PRK.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Scout Trooper Pattern" "973PSE.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Scout Trooper Bluish Grey Pattern" "973PRE.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Shirt Open Collar No Vest Pattern" "973PS4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Stormtrooper Pattern" "973PSK.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Tank Top Pattern" "973PRF.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Tunic and Belt Pattern" "973PSF.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Vest, White Shirt & Lt Flesh Neck Pattern" "973PR5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Wrap-Around Tunic Pattern" "973PS3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sweater V-Neck over Light Blue Shirt Pattern" "973P94.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Sweater with Dark Azure Shirt with Collar and Orange Ascot Tie Pattern""973PX3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tank Top, Braces & Yellow Skin Pattern" "973PQ4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tank Top, Stains, Wrench, and Tattoo Pattern" "973PAB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Telephone Pattern" "973P8F.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Three White and Silver Squares Pattern" "973P8X.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Town Vest with Pockets and Striped Tie Pattern" "973P8J.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Train Logo and Red Diagonal Stripes Pattern" "973P19.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tri-Coloured Shield and Gold Trim Pattern" "973p4s.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tri-Coloured Shield Large Pattern" "973P4R.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "TV Logo Pattern Large Pattern" "973p1m.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "TV Logo Pattern Small Pattern" "973P1K.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "T-Shirt, Blue Dungarees and Tools Pattern" "973P8Z.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "T-Shirt with 4 White Horizontal Stripes Front and Back with Cat Pattern""973P9N.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "UFO Alien Orange and Silver Pattern" "973P54.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "UFO Alien Triangular Insignia Pattern" "973P6U.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "UFO Alien Yellow Insignia, 3 Blue Bars Pattern" "973P6V.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "UFO Alien Circuitry, Red Level Pattern" "973P6W.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "UFO Silver and Gold Circuitry Pattern" "973P6X.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Unitron Pattern" "973P64.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "US Cavalry General Pattern" "973PW1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "US Cavalry Officer Pattern" "973PW2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "US Cavalry Soldier Pattern" "973PW3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "V-Neck Shirt and Blue Overalls Pattern" "973P7W.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Vertical Red Stripes and 'Clutchers' Pattern" "973PC3G.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Vertical Striped Blue/Red Pattern" "973P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Vertical Striped Red/Blue Pattern" "973P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Vest with Patch Pockets Pattern" "973P73.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Vest, Patch Pockets and Police Badge Yellow Star Pattern" "973P74.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Vest, Slingshot in Belt Pattern" "973PAD.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Voldemort Robe Pattern" "973PH3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Waistcoat, White Shirt and Bandolier Pattern" "973PQ3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Waiter Pattern" "973P20.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "War Machine Armoured Suit Pattern" "973PBD.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White/Blue Triangles, Blue/White Amulet Pattern" "973PWC.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White/Blue Triangles, Red/White Amulet Pattern" "973PWB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White/Red Armour and White Belt" "973PWF.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White/Yellow/Orange Racesuit Pattern" "973P95.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Braces and Cartridge Belt Pattern" "973PW6.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Buttons and Police Badge Plain Sticker" "973D03.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Diagonal Zip and Pocket Pattern" "973p0a.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Envelope and Zipper Pattern" "973P7X.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "White Orca Belly Pattern" "973PD6E.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Rope & Patched Collar Pattern" "973pdg.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Scarf and Brown Belt Pattern" "973PAY.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Shirt and Jacket Pattern" "973P03.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Shirt w. Dark Blue Tie, Gold Airline Pin, Belt a. ID Badge Pattern""973P8W.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Suit, Brown Vest and Tie Pattern" "973PA4.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Tiger Pattern" "973PBR.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "White Vertical Stripes and Red Bow Tie Pattern" "973P7I.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Windsurfboard Pattern" "973P2D.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Wolfpack Pattern" "973P44.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Yellow Buttons and Grey Belt Sticker" "973D02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Yellow Chest and White Beads Necklace Pattern" "973PD14.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Yellow Futuron Pattern" "973P6E.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Zipper and Police Badge Plain Pattern" "973P1G.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Zipper Jacket and 3 Pockets Pattern" "973P1U.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Zipper Jacket and Police Logo Pattern" "973P75.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------Non-standard torsi------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Baby Body" "25126.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Baby Body with Yellow Hands Pattern" "25126P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Baby Body with Yellow Hands and Bib with Elephant Pattern" "25126P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Baby Body with Bodysuit" "15526.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mechanical Cuboid Torso with Stud on Front" "24078.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mechanical Head and Torso" "53988.DAT" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Mechanical Torso" "30375.DAT" 0 1 0 0 0 1 0 0 0 1 0 40 0 "Mechanical Torso with Blue Insignia" "30375PS3.DAT" 0 1 0 0 0 1 0 0 0 1 0 40 0 "Mechanical Torso with Orange Dot Insignia Pattern" "30375PS4.DAT" 0 1 0 0 0 1 0 0 0 1 0 40 0 "Mechanical Torso with Orange Insignia" "30375PS1.DAT" 0 1 0 0 0 1 0 0 0 1 0 40 0 "Mechanical Torso with Red Dot Insignia Pattern" "30375PS7.DAT" 0 1 0 0 0 1 0 0 0 1 0 40 0 "Mechanical Torso with Tan Insignia" "30375PS2.DAT" 0 1 0 0 0 1 0 0 0 1 0 40 0 "Mechanical Torso with Tan Three Dot Insignia Pattern" "30375PS6.DAT" 0 1 0 0 0 1 0 0 0 1 0 40 0 "Mechanical Torso with Yellow Dot Insignia Pattern" "30375PS5.DAT" 0 1 0 0 0 1 0 0 0 1 0 40 0 "Mechanical Torso with 4 Side Attachment Cylinders" "54275.DAT" 0 1 0 0 0 1 0 0 0 1 0 10 0 "Skeleton Torso" "6260.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Skeleton Torso with Shoulder Rods" "60115.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Torso with Integral Arms" "17.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 [BODY2] "Plain" "3815b.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Black Belt with Silver Belt Buckle Pattern" "3815P8I.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Clockwork Robot Pattern" "3815PC67.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Dark Grey Belt with Silver Buckle and Rivets Pattern" "3815PAW.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gold Belt and DarkBlue Loincloth Pattern" "3815PQ0.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gold Belt and Orange Cable Pattern" "3815P6U.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gold O-Belt and Loincloth Pattern" "3815PQ2.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gold X-Belt and Decorated Loincloth Pattern" "3815PQ1.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Harlequin Black Square Pattern" "3815PBA.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Holster and Belt Pattern" "3815PA9.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Man Armoured Suit Mark XLII Pattern" "3815PBF.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Man Armoured Suit Mark XVII Pattern" "3815PBE.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Patriot Armoured Suit Pattern" "3815PBG.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Laboratory Smock Pattern" "3815PDE.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Leather Belt (Red Studs) Pattern" "3815p4f.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Coat, Shirttails and Belt Pattern" "3815PM2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Dark Red Belt & Scale Armor Pattern" "3815PM1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Leather Armor" "3815PM0.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Purple Greatcoat Pattern" "3815phb.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red/White Triangles Pattern" "3815PW1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Roman Tunic and Belt Pattern" "3815PC6A.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Red Tied Sash Pattern" "3815BPC1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Robot Pattern" "3815p63.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Silver Belt Pattern" "3815P6W.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Silver Belt and Salmon Cable Pattern" "3815P6V.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Studded Belt Pattern" "3815PC44.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Gunbelt Pattern" "3815ps5.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Stormtrooper Pattern" "3815PSK.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "War Machine Armoured Suit Pattern" "3815PBD.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Apron Pattern" "3815P89.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White and Gold Markings Pattern" "3815P6G.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------Non-standard hips-------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hips and Legs Short with Hole" "41879B.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hips and Legs Short without Hole" "41879A.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hips and Legs Short with Horizontal Stripe" "16709.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hips and Legs Short with Yellow Horizontal Stripe Pattern" "16709P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hips and Legs Short w. Stripe, Slingshot on Back Pattern" "16709P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hips with Tentacles" "87749.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Legs Old" "15.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Martian Legs" "30530.DAT" 0 1 0 0 0 1 0 0 0 1 0 48 0 "Mechanical Legs" "30376.DAT" 0 1 0 0 0 1 0 0 0 1 0 46 0 "Skirt" "36036.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Slope Brick 65 2x2x2" "3678a.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Slope Brick 65 2x2x2 with DkGn Dress Pattern" "3678bp4x.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Slope Brick 65 2x2x2 with Queen's Dress Pattern" "3678ap4h.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Slope Brick 65 2x2x2 with White Apron Pattern" "3678bp4w.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Slope Brick 65 2x2x2 with Witch's Dress Pattern" "3678ap01.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 [BODY3] "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Armour SW Clone Trooper Tasset" "61190c.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Skirt 0.7L with 11 Diamond Points" "16820C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Skirt 1.1L with Straight Bottom" "600880C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Skirt 1.1L w. Straight Bottom w. Dark Green Apron Pattern" "600880P01C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Skirt 1.4L with Straight Bottom" "U9209C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Skirt 1.4L w. Straight Bottom w. White Apron Pattern" "U9209P01C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Skirt 1.5L Fringed" "14295C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Skirt 1.5L Fringed with Stepped Edge" "18200C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Utility Belt" "27145.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 [NECK] "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Airtanks" "3838.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Armour Plate" "2587.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Armour Plate with LOTR King Theoden Pattern" "2587PM0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Armour Samurai" "30174.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Armour Shoulder" "30121.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Armour Shoulder Pads w. 1 Stud on Front, 2 Studs on Back" "11097.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Armour Shoulder Pads w. Neck Protection, 1 Stud on Front, 2 Studs on Back""15086.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Armour Shoulder Pads with Ridges" "11438.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Armour SW Clone Trooper Pauldron" "61190b.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Armour SW Clone Trooper Tasset" "61190c.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Arrow Quiver" "4498.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Backpack Non-Opening" "2524.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Backpack Openable Closed" "30158c01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Backpack Skydiver" "12897.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Backpack with Horizontal Pin Holes" "15406.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Backpack with Sleeping Bag" "30323.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Bandana" "30133.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Bat Wing" "98722.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Beard Long Forked" "60750.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Beard Long with Five Braids" "60749.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Beard Medium Short" "93223.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Beard Short" "15501.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Beard with Rounded End" "10052.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Bracket 1 x 1 - 1 x 1 Thin with Stud Hole" "42446.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Bracket 1 x 1 - 1 x 1 Thick with Stud Hole" "28974.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Bracket 1 x 1 - 1 x 2" "18986.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 ; Update 2019-02 "Breastplate with Fins and Embossed Atlantis Triangle" "89917.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cape" "4524.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Cape Cloth (Formed)" "50231C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cape Cloth Floating (Formed)" "50231C02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cape Cloth Scalloped 5 Points (Formed)" "56630C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cape Cloth Short (Formed)" "99464C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cape Cloth with Holes and Tattered Edges (Formed)" "86038C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cape Cloth with Inside Dark Red Pattern (Formed)" "50231P01C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cape Cloth with Pointed Ends and Collar (Formed)" "42450C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Container D-Basket" "4523.DAT" 0 1 0 0 0 1 0 0 0 1 0 1 0 "Eagle Wing" "93250.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Eagle Wing with Tan Feathers and Red/Gold Pattern" "93250PQ0.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Epaulette" "2526.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Hair Beard" "6132.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jet Pack with 2 Octagonal Nozzles" "6023.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Jet-Pack with Stud On Front" "4736.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Lifevest" "2610.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Moustache" "15439.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sack" "92590.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Satchel (on right shoulder)" "61976.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Satchel (on left shoulder)" "61976.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Scabbard for Two Swords" "88290.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Scuba Tank" "30091.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sword Scabbard (on right shoulder)" "95348.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sword Scabbard (on left shoulder)" "95348.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Vest" "3840.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Vest with Crown on Dark Pink Sticker" "3840D01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Vest with Crown on Violet Sticker" "3840D05.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Vest with Green Chevrons on Yellow Sticker" "3840D03.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Vest with Green Chevrons on Yellow.LtGrey Sticker" "3840D07.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Vest with White Maltese Cross on Red Sticker" "3840D02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Vest with White Maltese Cross on Red/LtGrey Sticker" "3840D06.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Vest with Yellow Trefoils on Blue Sticker" "3840D04.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Vest with Yellow Trefoils on DkBlue Sticker" "3840D08.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 [LARM] "Right" "3818.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Arm Curved with Hand" "U9332.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Bionicle Arm Barraki" "57588.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mechanical Arm" "30377.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mechanical Arm Bent" "15341.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mechanical Arm Straight" "59230.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mechanical Arm with Clip and Rod Hole" "53989.DAT" 0 0 0 1 0 1 0 -1 0 0 0 0 0 "Mechanical Arm with Clip and Rod Hole" "76116.DAT" 0 0 0 1 0 1 0 -1 0 0 0 0 0 "Short Sleeve and Yellow Arm Pattern" "3818P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Skeleton Arm" "6265.DAT" 0 1 0 0 0 1 0 0 0 1 -6 0 0.5 "Wiry Bent with Clip" "10058.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 [RARM] "Left" "3819.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Arm Curved with Hand" "U9332.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Bionicle Arm Barraki" "57588.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mechanical Arm" "30377.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mechanical Arm Bent" "15341.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mechanical Arm Straight" "59230.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mechanical Arm with Clip and Rod Hole" "53989.DAT" 0 0 0 1 0 1 0 -1 0 0 0 0 0 "Mechanical Arm with Clip and Rod Hole" "76116.DAT" 0 0 0 1 0 1 0 -1 0 0 0 0 0 "Short Sleeve and Yellow Arm Pattern" "3819P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Skeleton Arm" "6265.DAT" 0 1 0 0 0 1 0 0 0 1 6 0 0.5 "Wiry Bent with Clip" "10058.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 [LHAND] "Hand" "3820.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hand Hook" "2531.DAT" 0 1 0 0 0 1 0 0 0 1 0 0.4 0 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 [RHAND] "Hand" "3820.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hand Hook" "2531.DAT" 0 -1 0 0 0 1 0 0 0 1 0 0.4 0 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 [LHANDA] "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Acoustic Guitar" "25975.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Acoustic Guitar with Black Fingerboard and Neck and Metallic Silver Strings Pattern""25975P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Acoustic Guitar with Black Tuning Pegs and Metallic Silver Strings Pattern""25975P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Animal Clam Closed" "30218-F1.DAT" 0 0 1 0 0 0 1 1 0 0 12 -2 -29 "Animal Lobster" "27152.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Animal Lobster with Eyes Pattern" "27152P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Animal Snake" "30115.dat" 0 0.469472 0 -0.882948 0.882948 0 0.469472 0 -1 0 0 -4 -4 "Animal Starfish" "33122.dat" 0 -1 0 0 0 0 1 0 1 0 0 -26 -6 "Axe" "95330.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Axe with Red Head and Silver Blade Pattern" "95330P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Axe with Twin-Blade" "95052.DAT" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Battleaxe" "3848.dat" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Bar 0.5L with Blade 3L" "64727.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Bar 0.5L with Curved Blade 2L" "87747.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Bar 0.5L with Faceted Spike 1L" "88695.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Bar 1.5L with Clip without Hole in Shaft" "48729a.DAT" 0 1 0 0 0 1 0 0 0 1 0 -20 0 "Bar 1.5L with Clip with Truncated Sides and Hole in Shaft" "48729B.DAT" 0 1 0 0 0 1 0 0 0 1 0 -20 0 "Bar 2L with Ball Joint-8" "22484.DAT" 0 0 -1 0 0 0 1 -1 0 0 0 -10 0 "Bar 3L" "87994.dat" 0 1 0 0 0 1 0 0 0 1 0 -40 0 "Bar 3L with White Ends Pattern" "87994p01.dat" 0 1 0 0 0 1 0 0 0 1 0 -40 0 "Bar 4L Light Sabre Blade" "30374.dat" 0 1 0 0 0 -1 0 0 0 -1 0 12 0 "Bar 4.5L Straight" "71184.dat" 0 1 0 0 0 1 0 0 0 1 0 20 0 "Bar 4.5L with Handle" "87618.dat" 0 -1 0 0 0 -1 0 0 0 1 0 -80 0 "Bar 6L with Thick Stop" "63965.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Bar 6.6L with Stop" "4095.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 ; Update 2019-02 "Bar with Bat Wings" "98721.DAT" 0 0 -1 0 1 0 0 0 0 1 0 0 0 "Barbed Wire Loop" "62700.dat" 0 0 -1 0 -1 0 0 0 0 -1 0 -2 0 "Binoculars with Round Eyepiece" "30162.dat" 0 1 0 0 0 0 -1 0 1 0 -5 -1.6 0 "Bladed Claw Spread" "10187.DAT" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Bone 2L" "93160.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Bone 5L" "92691.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Bottle Cylindrical" "95228.dat" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Bottle Cylindrical with Bottle Ship Pattern" "95228p01.dat" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Bow with Arrow" "4499.dat" 0 0 0 -1 0 1 0 1 0 0 0 1 0 "Brick 1 x 2 x 0.667 with 8 Studs and Angled Handle" "15071.DAT" 0 1 0 0 0 0.920505 0.390731 0 -0.390731 0.920505 0 -11 0 "Broom" "4332.dat" 0 -1 0 0 0 1 0 0 0 -1 0 -76 0 "Bucket 1 x 1 x 1 Conical with Raised Handle" "95343C01.DAT" 0 0 -0.642788 -0.766044 1 0 0 0 -0.766044 0.642788 0 -1.5 0 "Bucket 1 x 1 x 1 Cylindrical with Raised Handle" "12884C01.DAT" 0 0 -0.642788 -0.766044 1 0 0 0 -0.766044 0.642788 0 -1.5 0 "Bugle" "71342.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Camera Movie" "30148.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Camera Snapshot Type 1" "30089A.dat" 0 0 0.5 0.866025 0 0.866025 -0.5 -1 0 0 -4.062 2.5 -18 "Camera Snapshot Type 2" "30089B.DAT" 0 0 0.5 0.866025 0 0.866025 -0.5 -1 0 0 -4.062 2.5 -18 "Camera with Side Sight" "4360.dat" 0 0 0 1 0 1 0 -1 0 0 0 -24 6.5 "Castle Lance" "3849.dat" 0 1 0 0 0 0 1 0 -1 0 0 40 0 "Chainsaw Blade" "6117.DAT" 0 1 0 0 0 0 -1 0 1 0 0 -11 -8 "Cheerleader Pom Pom" "87997.DAT" 0 1 0 0 0 1 0 0 0 1 0 5 0 "Cheerleader Pom Pom with Blue Pattern" "87997p01.DAT" 0 1 0 0 0 1 0 0 0 1 0 5 0 "Cheerleader Pom Pom with Red Pattern" "87997p02.DAT" 0 1 0 0 0 1 0 0 0 1 0 5 0 "Circular Blade Saw" "30194.dat" 0 -1 0 0 0 -0.422618 0.906308 0 0.906308 0.422618 0 15 -17 "Cleaver" "98369.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Coin with '1' Gothic Type" "96904.dat" 0 0 1 0 0 0 -1 -1 0 0 -2 -4 -10 "Coin with '2' Gothic Type" "96905.dat" 0 0 1 0 0 0 -1 -1 0 0 -2 -4 -10 "Coin with '5' Gothic Type" "96906.dat" 0 0 1 0 0 0 -1 -1 0 0 -2 -4 -10 "Coin with '10' Gothic Type" "96907.dat" 0 0 1 0 0 0 -1 -1 0 0 -2 -4 -10 "Coin with '10' Sans-serif Type" "70501a.dat" 0 0 1 0 0 0 -1 -1 0 0 -2 -4 -10 "Coin with '20' Sans-serif Type" "70501b.dat" 0 0 1 0 0 0 -1 -1 0 0 -2 -4 -10 "Coin with '30' Sans-serif Type" "70501c.dat" 0 0 1 0 0 0 -1 -1 0 0 -2 -4 -10 "Coin with '40' Sans-serif Type" "70501d.dat" 0 0 1 0 0 0 -1 -1 0 0 -2 -4 -10 "Comb" "30112b.dat" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Compass" "889c01.dat" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Computer Laptop (Closed)" "62698-F3.DAT" 0 0 0 -1 1 0 0 0 -1 0 0 -2 0 "Conical Flask" "u9180.dat" 0 1 0 0 0 1 0 0 0 1 0 -10 0 "Conical Flask TransClear with Coloured Base" "u9180c01.dat" 0 1 0 0 0 1 0 0 0 1 0 -10 0 "Crossbow" "2570.dat" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Cup" "3899.dat" 0 1 0 0 0 1 0 0 0 1 0 -15 -20 "Cup Takeaway" "15496.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cup with Bar Handle" "38014.DAT" 0 1 0 0 0 1 0 0 0 1 0 10 -16 "Dagger" "88288.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Dagger with Pearl Light Gray Blade" "88288P01.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Dinner Plate" "6256.dat" 0 0.0954045 -0.866025 -0.490814 0.981627 0 0.190809 -0.165245 -0.5 0.850114 7 -5 -26 "Dynamite Sticks Bundle" "64728.dat" 0 0.5 0 0.866025 0 1 0 -0.866025 0 0.5 0 -28 -9 "Electric Guitar Classic" "11640.DAT" 0 0 0 1 0 1 0 -1 0 0 0 40 0 "Electric Guitar" "93564.dat" 0 0 0 1 0 1 0 -1 0 0 0 4 0 "Electric Guitar, Silver Strings, White Body" "93564P01.dat" 0 0 0 1 0 1 0 -1 0 0 0 4 0 "Electric Guitar, Black Strings, DkPink Lightning" "93564P02.dat" 0 0 0 1 0 1 0 -1 0 0 0 4 0 "Figure Club" "60659.dat" 0 1 0 0 0 1 0 0 0 1 0 3 0 "Figure Flask with Handle" "4429.DAT" 0 1 0 0 0 0.965926 -0.258819 0 0.258819 0.965926 0 -20 -30 "Food Apple" "33051.dat" 0 0.857167 0.515038 0 -0.515038 0.857167 0 0 0 1 14 33 0 "Food Banana" "33085.dat" 0 0 -1 0 1 0 0 0 0 1 0 0 0 "Food Bread Bun" "25386.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Food Carrot" "33172.dat" 0 1 0 0 0 1 0 0 0 1 0 -50 0 "Food Carrot Top" "33183.dat" 0 1 0 0 0 1 0 0 0 1 0 12 0 "Food Carrot with Bright_Green Leaves" "33172c02.dat" 0 1 0 0 0 1 0 0 0 1 0 10 0 "Food Carrot with Green Leaves" "33172c01.dat" 0 1 0 0 0 1 0 0 0 1 0 10 0 "Food Cherry" "22667.dat" 0 1 0 0 0 1 0 0 0 1 0 -11 0 "Food Croissant" "33125.dat" 0 0 1 0 -0.819152 0 0.573576 0.573576 0 0.819152 4 -27 -9 "Food French Bread" "4342.dat" 0 0 -0.292372 0.956305 1 0 0 0 0.956305 0.292372 4.5 0 5 "Food Ice Cream Cone" "33120.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Food Pie with Cream Filling" "93568.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Food Pie with White Cream Filling Pattern" "93568P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Food Pie with Yellow Cream Filling Pattern" "93568P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Food Popsicle" "30222.dat" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Food Pretzel" "10170.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Food Sausage" "33078.dat" 0 0 -1 0 1 0 0 0 0 1 0 0 0 "Food Turkey Leg" "33057.dat" 0 0 0.985 -0.174 0 0.174 0.985 1 0 0 9 -24 -1 "Friends Access. Bag Round with Ruffle" "93090.DAT" 0 0 0 -1 1 0 0 0 -1 0 0 -1 -28 "Friends Access. Bag Round w. Bright Pink Ruffle Pattern" "93090P01.DAT" 0 0 0 1 -1 0 0 0 -1 0 0 -1 -28 "Friends Access. Bag Round w. Dark Pink Ruffle Pattern" "93090P02.DAT" 0 0 0 1 -1 0 0 0 -1 0 0 -1 -28 "Friends Access. Bag Round w. Light Aqua Ruffle Pattern" "93090P03.DAT" 0 0 0 1 -1 0 0 0 -1 0 0 -1 -28 "Friends Access. Basket" "93092.DAT" 0 1 0 0 0 0 1 0 -1 0 -15 -2 -29 "Friends Access. Comb with Handle and 3 Hearts" "96482.DAT" 0 1 0 0 0 1 0 0 0 1 0 9 0 "Friends Access. Cupcake Case" "97784.DAT" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Friends Access. Cutlery Fork" "97781.DAT" 0 0 0 -1 0 1 0 1 0 0 0 -1 0 "Friends Access. Cutlery Knife" "97782.DAT" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Friends Access. Dish Rectangular" "97785.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Friends Access. Dish Round 2.7 x 2.7" "97783.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Friends Access. Frying Pan" "97790.DAT" 0 0 0 1 -1 0 0 0 -1 0 0 -56 -12 "Friends Access. Hair Brush with Heart on Reverse" "96480.DAT" 0 0 0 -1 0 1 0 1 0 0 0 9 0 "Friends Access. Hair Dryer" "96484.DAT" 0 1 0 0 0 1 0 0 0 1 0 8 0 "Friends Access. Hand-held Food Mixer" "97793.DAT" 0 1 0 0 0 0 1 0 -1 0 0 -3 0 "Friends Access. Key Ornamented with Stud" "19118.DAT" 0 0 0 1 -1 0 0 0 -1 0 0 -1.5 0 "Friends Access. Lipstick with Light Bluish Grey Handle" "93094.DAT" 0 1 0 0 0 1 0 0 0 1 0 6 0 "Friends Access. Lipstick with White Handle" "25866C02.DAT" 0 1 0 0 0 1 0 0 0 1 0 6 0 "Friends Access. Hand Mirror with Heart on Reverse" "96488.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 9 0 "Friends Access. Mixing Bowl" "97791.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Friends Access. School Bag" "11245.DAT" 0 0 0 -1 1 0 0 0 -1 0 4.6 -1.6 -38 "Friends Access. Spatula with 3 Holes" "97787.DAT" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Frypan" "4528.dat" 0 0 1 0 0 0 1 1 0 0 -4 -24 0 "Goblet" "2343.dat" 0 1 0 0 0 1 0 0 0 1 0 -26 0 "Goblet with Hollow Stem" "6269.dat" 0 1 0 0 0 1 0 0 0 1 0 -26 0 "Grappling Hook with Bar" "15534.DAT" 0 0 0 1 -1 0 0 0 -1 0 0 -11 0 ; Update 2019-02 "Gun Blaster with Studs on Sides, Bottom and Front" "44709.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gun Flintlock Pistol" "2562.dat" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Gun Laser Kryptonian" "13952.DAT" 0 1 0 0 0 1 0 0 0 1 0 2 0 "Gun Laser Pistol" "87993.dat" 0 1 0 0 0 1 0 0 0 1 0 -4 0 "Gun Long Blaster" "57899.dat" 0 1 0 0 0 1 0 0 0 1 0 -20 0 "Gun Musket" "2561.dat" 0 0 0.707 0.707 0 0.707 -0.707 -1 0 0 -25.1 -33.7 0 "Gun Pistol Two Barrel" "95199.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Gun Revolver" "30132.dat" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Gun Rifle" "30141.dat" 0 0 0 1 0 1 0 -1 0 0 0 -8 0 "Gun Semiautomatic Pistol" "55707a.dat" 0 1 0 0 0 1 0 0 0 1 0 -20 0 "Gun Shooting Blaster with Dark Bluish Grey Trigger" "15391c01.DAT" 0 1 0 0 0 1 0 0 0 1 0 4 0 "Gun Shooting Blaster with Trigger and TrOrange Projectile" "15391C02.DAT" 0 1 0 0 0 1 0 0 0 1 0 4 0 "Gun Small Blaster with Telescopic Sight" "92738.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gun SW Short Blaster" "58247.dat" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Gun SW Small Blaster DC-17" "61190a.dat" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Hairbrush with Long Handle" "3852A.DAT" 0 1 0 0 0 1 0 0 0 1 0 -10 0 "Hairbrush with Short Handle" "3852B.DAT" 0 1 0 0 0 1 0 0 0 1 0 -6 0 "Hand Fan" "93553.dat" 0 1 0 0 0 1 0 0 0 1 0 2 0 "Hand Gorilla Fist" "11092.DAT" 0 1 0 0 0 1 0 0 0 1 0 3 0 "Hand Truck (Shortcut)" "2495c01.dat" 0 1 0 0 0 0 1 0 -1 0 22 -4 -58 "Handcuffs" "61482.dat" 0 1 0 0 0 1 0 0 0 1 24 16 12 "Harpoon" "57467.dat" 0 1 0 0 0 1 0 0 0 1 0 28 0 "Harpoon with Smooth Bar" "18041.DAT" 0 1 0 0 0 1 0 0 0 1 0 28 0 ; Update 2019-02 "Hockey Stick with 1.1 L Bar" "93559.DAT" 0 1 0 0 0 1 0 0 0 1 0 10 0 "Hose Nozzle with Side String Hole" "58367.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Hose Nozzle with Side String Hole Simplified" "60849.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Ice Axe" "30193.dat" 0 1 0 0 0 1 0 0 0 1 0 6 0 "Ice Axe with 3-Rib Handle" "18738.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Jackhammer" "30228.dat" 0 0.326 0 0.946 -0.899 -0.309 0.31 0.292 -0.951 0.101 2.5 -18.5 11 "Key" "62808.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Knife" "44658.DAT" 0 1 0 0 0 1 0 0 0 1 0 1 0 "Knife with Flat Hilt End" "95054.DAT" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Ladle" "4337.dat" 0 1 0 0 0 1 0 0 0 1 0 -36 0 ; Update 2019-02 "Lantern" "37776.DAT" 0 0 0 1 -1 0 0 0 -1 0 0 -1 0 "Lasso" "99253.DAT" 0 0 0 -1 0 1 0 1 0 0 0 0 0 "Life Ring" "30340.dat" 0 0 1 0 0 0 1 1 0 0 -4 16 -21 "Lifeguard Float" "90395.DAT" 0 0.34202 0.939693 0 0 0 -1 -0.939693 0.34202 0 3 20 -9.2 "Lightning" "59233.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Lightsaber Chrome Silver - 1 Side On" "577Bc01.dat" 0 1 0 0 0 1 0 0 0 1 0 -20 0 "Lightsaber Chrome Silver - 2 Sides On" "577Bc02.dat" 0 1 0 0 0 1 0 0 0 1 0 -20 0 "Lightsaber Hilt Short Curved" "61199.DAT" 0 1 0 0 0 1 0 0 0 1 0 -13.6 0 "Lightsabre Hilt with Bend" "42114.DAT" 0 1 0 0 0 0.930418 -0.366501 0 0.366501 0.930418 0 -19.5 -2.2 "Lightsaber Hilt with Bottom Ring" "577B.dat" 0 1 0 0 0 1 0 0 0 1 0 -20 0 "Lightsaber Hilt without Bottom Ring" "577A.DAT" 0 1 0 0 0 1 0 0 0 1 0 -20 0 "Lightsaber with Bend Chrome Silver - 1 Side On" "42114C01.DAT" 0 1 0 0 0 0.930418 -0.366501 0 0.366501 0.930418 0 -19.5 -2.2 "Lightsaber with Bend Chrome Silver - 2 Sides On" "42114C02.DAT" 0 1 0 0 0 0.930418 -0.366501 0 0.366501 0.930418 0 -19.5 -2.2 "Long Bow with Arrow" "93231.dat" 0 0.966 0 -0.259 0 1 0 0.259 0 0.966 0 -11 0 "Loudhailer" "4349.dat" 0 1 0 0 0 1 0 0 0 1 0 -16 0 "Loudhailer with Orange Stripe Pattern" "4349P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 -16 0 "Machete" "29109.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Machine Gun with Drum Magazine" "55707b.dat" 0 1 0 0 0 1 0 0 0 1 0 -16 0 "Magic Wand" "6124.dat" 0 1 0 0 0 1 0 0 0 1 0 8 0 "Maracas" "90508.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Maracas with Green Border" "90508P01.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Medical Thermometer" "98393D.DAT" 0 0 0 1 0 1 0 -1 0 0 0 -26 -5 "Megaphone" "39144.DAT" 0 1 0 0 0 1 0 0 0 1 0 -16 0 "Metal Detector" "4479A.DAT" 0 0 0 -1 0 1 0 1 0 0 0 -24 0 "Microphone" "90370.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Microphone with Metallic Silver Top" "90370p01.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Mug" "33054.dat" 0 1 0 0 0 1 0 0 0 1 0 -12 -20 "Oil Lamp" "98383.DAT" 0 1 0 0 0 1 0 0 0 1 0 4 -20 "Pharaoh's Staff with Forked End" "93252.dat" 0 1 0 0 0 1 0 0 0 1 0 -42 0 "Paint Brush" "93552.dat" 0 1 0 0 0 1 0 0 0 1 0 16 0 "Paint Brush w. Silver Ring, Green Tip" "93552P01.dat" 0 1 0 0 0 1 0 0 0 1 0 16 0 "Paint Palette" "93551.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Paint Palette with Paint Drops Pattern" "93551P01.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Paint Roller Brush Handle" "12885.DAT" 0 1 0 0 0 1 0 0 0 1 0 8 0 "Pike / Spear Elaborate with Metallic Silver Head" "90391P01.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pike / Spear Elaborate with Flat Silver Head" "90391P02.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pipe Wrench" "4328.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pitchfork" "4496.dat" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Plant Flower Stem w. Bar w. 3 Flowers" "99249C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 6 0 "Plant Flower Stem w. Bar w. 3 Flowers w. 6 Rounded Petals" "99249C03.DAT" 0 1 0 0 0 1 0 0 0 1 0 6 0 "Plant Flower Stem w. Bar w. 3 Roses" "99249C02.DAT" 0 1 0 0 0 1 0 0 0 1 0 6 0 "Plant Flower Stem w. Bar a. 6 Stems and 6 Plates" "19119C02.DAT" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Plunger" "11459.DAT" 0 1 0 0 0 -1 0 0 0 -1 0 -20 0 "Plunger with Medium Dark Flesh Handle" "11459P01.DAT" 0 1 0 0 0 -1 0 0 0 -1 0 -20 0 "Polearm Halberd" "6123.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pushbroom" "3836.dat" 0 0 0 -1 0 -1 0 -1 0 0 0 44 0 "Radio with Long Handle" "3962b.dat" 0 0 0 -1 0 1 0 1 0 0 0 -1 0 "Radio with Short Handle" "3962a.dat" 0 0 0 -1 0 1 0 1 0 0 0 -1 0 "Rice Bowl" "34172.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Ring 1 x 1" "11010.dat" 0 0 -1 0 -1 0 0 0 0 -1 -4 -2 -6 "Ring with Triangle" "87748.dat" 0 0 1 0 -0.866 0 0.5 0.5 0 0.866 0 -2 -25 "Ring with Triangle with Gold Bands and Crab Pattern" "87748P01.dat" 0 0 1 0 -0.866 0 0.5 0.5 0 0.866 0 -2 -25 "Ring with Triangle with Gold Bands and Manta Ray Pattern" "87748P05.dat" 0 0 1 0 -0.866 0 0.5 0.5 0 0.866 0 -2 -25 "Ring with Triangle with Gold Bands and Shark Pattern" "87748P03.dat" 0 0 1 0 -0.866 0 0.5 0.5 0 0.866 0 -2 -25 "Ring with Triangle with Gold Bands and Squid Pattern" "87748P04.dat" 0 0 1 0 -0.866 0 0.5 0.5 0 0.866 0 -2 -25 "Ring with Triangle with Gold Bands and Triangle Pattern" "87748P06.dat" 0 0 1 0 -0.866 0 0.5 0.5 0 0.866 0 -2 -25 "Ring with Triangle with Gold Bands and Turtle Pattern" "87748p02.dat" 0 0 1 0 -0.866 0 0.5 0.5 0 0.866 0 -2 -25 "Rock 1 x 1 Gem Facetted" "30153.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Sack with Hand Grab" "10169.DAT" 0 0 0 -1 0.866025 0.5 0 0.5 -0.866025 0 0 9 -31 "Saucepan" "4529.dat" 0 0 1 0 0 0 1 1 0 0 -6 -24 0 ; Update 2019-02 "Saucer with Hollow Stud on Top" "38799.DAT" 0 1 0 0 0 1 0 0 0 1 0 -10 0 "Saxophone" "13808.DAT" 0 1 0 0 0 1 0 0 0 1 0 7 0 "Saxophone with Black Mouthpiece" "13808P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 7 0 "Serving Tray 2 x 3" "29635.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sextant" "30154.dat" 0 0 0 1 0 1 0 -1 0 0 0 -35 0 "Shield Broad with Spiked Bottom and Cutout Corner" "10049.dat" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Broad w. Spiked Bottom, Cutout Corner, Hand Pattern" "10049P01.dat" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Octagonal with Stud" "48494.dat" 0 0 0 1 -1 0 0 0 -1 0 0 -2 0 "Shield Octagonal without Stud" "61856.dat" 0 0 0 1 -1 0 0 0 -1 0 0 -2 0 "Shield Octagonal with Troll Skull on Dark Red Pattern" "61856P40.dat" 0 0 0 1 -1 0 0 0 -1 0 0 -2 0 "Shield Oval" "92747.dat" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Oval with SW Gungan Patrol Shield" "92747p01.dat" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Ovoid" "2586.dat" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Ovoid with American Indian Pattern" "2586PW1.dat" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Ovoid with Bat Pattern" "2586P4F.dat" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Ovoid with Blue Dragon Pattern" "2586P4C.dat" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Ovoid with Bull Head Pattern" "2586P4G.DAT" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Ovoid with Bull Head on Brown Border Sticker" "2586D01.DAT" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Ovoid with Crown on Dark/Med Blue Quarters Pattern" "2586P4J.DAT" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Ovoid with DkGreen Dragon on MdDkFlesh/Tan Pattern" "2586P4K.DAT" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Ovoid with Galloping Horse and Feathers Pattern" "2586PW2.DAT" 0 0 0 1 -1 0 0 0 -1 0 -4 -2 0 "Shield Ovoid with Golden Lion Pattern" "2586PH1.DAT" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Ovoid with Gold Lion on Red/White Quarters Pattern" "2586P4L.DAT" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Ovoid with Green Dragon Pattern" "2586P4B.dat" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Ovoid with Indigo Islanders Pattern" "2586P30.dat" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Ovoid with Royal Knights Lion Pattern" "2586P4D.dat" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Ovoid with Silver Skull on Dark Red Pattern" "2586P4H.DAT" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Ovoid with Silver Snake Pattern" "2586PH2.DAT" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Ovoid with SW Gungan Patrol Pattern" "2586PS1.DAT" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 ; Update 2019-02 "Shield Pentagonal Castellated" "22408.DAT" 0 0 0 1 0 1 0 -1 0 0 0 4 0 "Shield Pentagonal Jagged" "22409.DAT" 0 0 0 1 0 1 0 -1 0 0 0 4 0 "Shield Rectangular Curved with Stud" "98367.DAT" 0 0 0 1 1 0 0 0 1 0 0 -1 0 "Shield Round" "3876.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Round Bowed" "75902.dat" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Round Bowed with Bullseye with Star Pattern" "75902P02.dat" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Round Bowed with DkGreen and Gold Rohan" "75902P01.dat" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Round Bowed with Gold Eagle Pattern" "75902P03.DAT" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Round Bowed with Mercedes-Benz Logo" "75902P04.DAT" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Round Bowed with SW Dejarik Hologame Board Pattern" "75902PS1.DAT" 0 0 0 1 -1 0 0 0 -1 0 -4 -1 0 "Shield Round Flat" "59231.dat" 0 0 0 1 0 1 0 -1 0 0 -10 -12 0 "Shield Round Flat with Helmet on Dark/Medium Blue Quarters Pattern""59231P40.DAT" 0 0 0 1 0 1 0 -1 0 0 -10 -12 0 "Shield Round Flat with Silver Skull on Dark Red Pattern" "59231P4H.dat" 0 0 0 1 0 1 0 -1 0 0 -10 -12 0 "Shield Round Type 2" "91884.DAT" 0 0 0 1 1 0 0 0 1 0 -4 -2 0 "Shield Round Type 2 w. Aztec Bird on Dark Red Pattern" "91884P04.DAT" 0 0 0 1 1 0 0 0 1 0 -4 -2 0 "Shield Round Type 2 w. DkBrown Ring and 4 Rivets Pattern" "91884P01.DAT" 0 0 0 1 1 0 0 0 1 0 -4 -2 0 "Shield Round Type 2 w. Dragon Heads and Ornaments Pattern" "91884P03.DAT" 0 0 0 1 1 0 0 0 1 0 -4 -2 0 "Shield Round Type 2 w. Silver Rivets Pattern" "91884P02.DAT" 0 0 0 1 1 0 0 0 1 0 -4 -2 0 "Shield Scarab" "93251.dat" 0 0 0 1 -1 0 0 0 -1 0 -9 -1 -1 "Shield Triangular" "3846.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Bat Pattern" "3846p4f.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Black Falcon Blue Border Pattern" "3846p45.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Black Falcon Yellow Border Pattern" "3846p46.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Blue Dragon Pattern" "3846p4c.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Blue Lion on Yellow Background" "3846p4g.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Crown on Dark/Med Blue Quarters" "3846P4J.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Crown on Dark-Pink Sticker" "3846d01.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Crown on Violet Sticker" "3846d05.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Dragon on MdDkFlesh/Tan Pattern" "3846P4K.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Forestman Pattern" "3846p48.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular w. Gold Lion on Red/White Quart. Patt." "3846P4L.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Green Chevrons on Yellow Sticker" "3846d03.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Green Chevrons on Yellow.LtGray" "3846d06.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Lion Head, Blue & Yellow Pattern" "3846p4e.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Maroon/Red Quarters Pattern" "3846p4u.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Red in Blue Frame Pattern" "3846P47.DAT" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Red Cross and Helmet" "3846p01.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Red/Peach Quarters Pattern" "3846p4t.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Royal Knights Lion Pattern" "3846p4d.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with White Maltese Cross on Red Sticker" "3846d02.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Wolfpack Pattern" "3846p44.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Yellow Lion on Blue Background" "3846p4h.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Yellow Trefoils on Blue Sticker" "3846d04.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular with Yellow Trefoils on DkBlue Sticker" "3846d07.dat" 0 0 0 1 0 1 0 -1 0 0 0 -12 0 "Shield Triangular Long" "18836.DAT" 0 0 0 1 -1 0 0 0 -1 0 0 -1 0 "Shield Triangular Long with Bear Head on Dark Red and Red Background Pattern""18836P40.DAT" 0 0 0 1 -1 0 0 0 -1 0 0 -1 0 "Shield Triangular Long with Black Pyramid and Sun Pattern" "18836PQ0.DAT" 0 0 0 1 -1 0 0 0 -1 0 0 -1 0 "Shovel" "3837.dat" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Signal Holder" "3900.dat" 0 1 0 0 0 0 -1 0 1 0 0 -36 -2 "Signal Holder with Black 'POLICE' and Red Line Pattern" "3900P01.DAT" 0 1 0 0 0 0 -1 0 1 0 0 -36 -2 "Signal Holder with Green Circle on White Sticker" "3900d01.dat" 0 1 0 0 0 0 -1 0 1 0 0 -36 -2 "Ski Pole" "90540.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Sledgehammer" "75904.dat" 0 0 0 1 0 1 0 -1 0 0 0 -14 0 ; Update 2019-02 "Slingshot" "20546.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Slingshot with Bright Light Yellow Band Pattern" "20546P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Slingshot with Dark Tan Band Pattern" "20546P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Small Bow with Arrow" "95051.DAT" 0 0 0 1 0 1 0 -1 0 0 0 -10 0 "Space Scanner Tool" "30035.dat" 0 1 0 0 0 1 0 0 0 1 0 -19 -10 "Spear" "4497.dat" 0 1 0 0 0 1 0 0 0 1 0 -40 0 "Spear with Four Side Blades" "43899.dat" 0 1 0 0 0 1 0 0 0 1 0 -144 0 "Speargun" "30088.dat" 0 1 0 0 0 1 0 0 0 1 0 -13 0 "Spear Tip Faceted with Bar 0.4L" "27257.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Staff with Crescent End" "95050.DAT" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Staff with Spherical End" "95049.DAT" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Statuette" "90398.dat" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Steak on Bone" "98372.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Steak on Bone with Red Meat" "98372P01.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Stretcher with Bottom Hinges" "4714.DAT" 0 0 0 -1 1 0 0 0 -1 0 26 -74 -2 "Stretcher without Bottom Hinges" "93140.DAT" 0 0 0 -1 1 0 0 0 -1 0 26 -74 -2 "Suitcase (closed)" "4449-f1.dat" 0 0 0 -1 1 0 0 0 -1 0 0 0 0 ; Update 2019-02 "Suitcase with Iron Man Armoured Suit Mark V Stickers" "4449-F1D01.DAT" 0 0 0 -1 1 0 0 0 -1 0 0 0 0 "Sword Cutlass" "2530.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Sword Greatsword" "59.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sword Katana (Dragon Guard)" "93055.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sword Katana Type 1 (Octogonal Guard)" "30173a.dat" 0 1 0 0 0 1 0 0 0 1 0 6 0 "Sword Katana Type 2 (Square Guard)" "30173b.dat" 0 1 0 0 0 1 0 0 0 1 0 6 0 ; Update 2019-02 "Sword Katana Type 3 (Square Guard with Smooth Endcap)" "21459.DAT" 0 1 0 0 0 1 0 0 0 1 0 6 0 "Sword Khopesh" "93247.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Sword Longsword" "98370.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Sword Rapier" "93550.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Sword Roman Gladius" "95673.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Sword Saber with Clip Pommel" "59229.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Sword Scimitar" "43887.dat" 0 1 0 0 0 1 0 0 0 1 0 -18 0 "Sword Scimitar with Jagged Edge" "60752.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sword Shortsword" "3847.dat" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Sword Shortsword with Elaborate Hilt" "76764.DAT" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Sword Small with Angular Guard" "95053.DAT" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Sword Small with Curved Blade" "10053.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Sword Uruk-Hai" "10050.dat" 0 -1 0 0 0 1 0 0 0 -1 0 4 0 "Sword Sword with Angular Hilt" "48495.dat" 0 0 0 -1 0 1 0 1 0 0 0 -10 0 "Syringe" "87989.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Teddy Bear with Arms Down" "98382.DAT" 0 0 -0.069756 -0.997564 0.809017 0.586353 -0.041002 0.587785 -0.807046 0.056434 -1.6 -4 -28 "Teddy Bear with Arms Down, Tan Belly, Black Eyes Pattern" "98382p01.DAT" 0 0 -0.069756 -0.997564 0.809017 0.586353 -0.041002 0.587785 -0.807046 0.056434 -1.6 -4 -28 "Telescope" "64644.dat" 0 1 0 0 0 1 0 0 0 1 0 -11 0 "Tennis Racket" "93216.dat" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Tomahawk with Flat-Silver Blade" "13571.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tool 4-Way Lug Wrench" "604553.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Tool Adjustable Wrench with 3-Rib Handle" "604614.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Tool Battery Powered Drill" "604549.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tool Binoculars Space" "30304.dat" 0 1 0 0 0 0 -1 0 1 0 -5 -1 0 "Tool Box Wrench" "55300.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tool Box Wrench with 3-Rib Handle" "604552.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Tool Crowbar" "92585.DAT" 0 1 0 0 0 1 0 0 0 1 0 -30 0 "Tool Fishing Rod" "2614.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tool Grappling Hook" "30192.dat" 0 1 0 0 0 -1 0 0 0 -1 0 9 0 "Tool Hammer" "55295.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tool Hammer with 3-Rib Handle" "604547.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Tool Handaxe" "3835.dat" 0 1 0 0 0 1 0 0 0 1 0 -16 0 "Tool Hose Nozzle with Handle" "4210a.dat" 0 -1 0 0 0 1 0 0 0 -1 0 -12 0 "Tool Magnifying Glass" "30152.dat" 0 1 0 0 0 1 0 0 0 1 0 -52 0 "Tool Mallet" "4522.dat" 0 0 0 1 0 1 0 -1 0 0 0 -28 0 "Tool Oar" "2542.dat" 0 -1 0 0 0 -1 0 0 0 1 0 40 0 "Tool Oar Reinforced" "87585.DAT" 0 0 0 1 0 1 0 -1 0 0 0 -30 0 "Tool Oilcan" "55296.DAT" 0 1 0 0 0 1 0 0 0 1 0 -6 0 "Tool Oilcan with Ribbed Handle" "604548.DAT" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Tool Open End Wrench" "55299.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tool Open End Wrench with 3-Rib Handle" "604551.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Tool Pickaxe" "3841.dat" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Tool Power Drill" "55297.dat" 0 1 0 0 0 1 0 0 0 1 0 -6 0 "Tool Screwdriver" "55298.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tool Screwdriver with Wide Head and 3-Rib Handle" "604550.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Tool Scissors" "18920.DAT" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Tool Socket Wrench with Ratchet and 3-Rib Handle" "604615.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Tool Spanner/Screwdriver" "4006.dat" 0 0 0 -1 0 1 0 1 0 0 0 -14 0 "Tool Wand" "36752A.DAT" 0 1 0 0 0 1 0 0 0 1 0 4 0 "Toolbox 1 x 3 with Handle" "98368.dat" 0 0 0 1 -1 0 0 0 -1 0 0 -2 0 "Torch" "3959.dat" 0 1 0 0 0 1 0 0 0 1 0 -13 0 "Torch without Grooves" "86208.dat" 0 1 0 0 0 1 0 0 0 1 0 -13 0 "Toy Winder Key" "98375.dat" 0 0 0 -1 1 0 0 0 -1 0 0 -2 -20 "Tray Oval" "11252.dat" 0 0 -1 0 1 0 0 0 0 1 -6 -3 -16 ; Update 2019-02 "Trophy Cup 2.4L" "10172.DAT" 0 0 0 1 0 1 0 -1 0 0 0 34 -20 "Trophy Cup 3.6L" "89801.DAT" 0 1 0 0 0 1 0 0 0 1 -30 54 0 "Umbrella Folded" "27150.DAT" 0 1 0 0 0 1 0 0 0 1 0 18 0 "Underwater Scooter" "30092.dat" 0 -1 0 0 0 1 0 0 0 -1 20 -22 -8.5 "Weapon Billy Club" "13790.DAT" 0 1 0 0 0 1 0 0 0 1 0 -7.5 0 "Weapon Bladed Claw" "88811.dat" 0 1 0 0 0 1 0 0 0 1 0 2 0 "Weapon Club with Spikes" "88001.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Weapon Crescent Blade Serrated with Bar 0.5L" "98141.dat" 0 1 0 0 0 1 0 0 0 1 0 2 0 "Weapon Curved Blade 8.5L with Bar 1.5L" "98137.dat" 0 1 0 0 0 1 0 0 0 1 0 12 0 "Weapon Hand Dagger" "88812.dat" 0 1 0 0 0 1 0 0 0 1 0 2 0 "Weapon Trident" "92290.dat" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Welding Gas Torch with Hose and Gas Cylinder Top" "13793.DAT" 0 1 0 0 0 1 0 0 0 1 30 35 0 "Whip" "2488.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Whip in Latched Position (Shortcut)" "2488c01.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Whip Bent Flexible" "88704.DAT" 0 0 0 -1 0 1 0 1 0 0 0 10 0 "Whip Coiled" "61975.dat" 0 0 0 -1 0 1 0 1 0 0 0 -8 0 "Wine Glass" "33061.dat" 0 1 0 0 0 1 0 0 0 1 0 -32 0 "Zip Line Handle" "30229.dat" 0 1 0 0 0 1 0 0 0 1 0 -12 0 [RHANDA] "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Acoustic Guitar" "25975.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Acoustic Guitar with Black Fingerboard and Neck and Metallic Silver Strings Pattern""25975P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 ; Update 2019-02 "Acoustic Guitar with Black Tuning Pegs and Metallic Silver Strings Pattern""25975P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Animal Clam Closed" "30218-F1.DAT" 0 0 -1 0 0 0 -1 1 0 0 -12 -2 -29 "Animal Lobster" "27152.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Animal Lobster with Eyes Pattern" "27152P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Animal Snake" "30115.dat" 0 -0.469472 0 0.882948 0.882948 0 0.469472 0 1 0 0 -4 4 "Animal Starfish" "33122.dat" 0 -1 0 0 0 0 1 0 1 0 0 -26 -6 "Axe" "95330.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Axe with Red Head and Silver Blade Pattern" "95330P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Axe with Twin-Blade" "95052.DAT" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Battleaxe" "3848.dat" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Bar 0.5L with Blade 3L" "64727.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Bar 0.5L with Curved Blade 2L" "87747.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Bar 0.5L with Faceted Spike 1L" "88695.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Bar 1.5L with Clip without Hole in Shaft" "48729a.DAT" 0 1 0 0 0 1 0 0 0 1 0 -20 0 "Bar 1.5L with Clip with Truncated Sides and Hole in Shaft" "48729B.DAT" 0 1 0 0 0 1 0 0 0 1 0 -20 0 "Bar 2L with Ball Joint-8" "22484.DAT" 0 0 -1 0 0 0 1 -1 0 0 0 -10 0 "Bar 3L" "87994.dat" 0 1 0 0 0 1 0 0 0 1 0 -40 0 "Bar 3L with White Ends Pattern" "87994p01.dat" 0 1 0 0 0 1 0 0 0 1 0 -40 0 "Bar 4L Light Sabre Blade" "30374.dat" 0 1 0 0 0 -1 0 0 0 -1 0 12 0 "Bar 4.5L Straight" "71184.dat" 0 1 0 0 0 1 0 0 0 1 0 20 0 "Bar 4.5L with Handle" "87618.dat" 0 -1 0 0 0 -1 0 0 0 1 0 -80 0 "Bar 6L with Thick Stop" "63965.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Bar 6.6L with Stop" "4095.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 ; Update 2019-02 "Bar with Bat Wings" "98721.DAT" 0 0 -1 0 1 0 0 0 0 1 0 0 0 "Barbed Wire Loop" "62700.dat" 0 0 -1 0 -1 0 0 0 0 -1 0 -2 0 "Binoculars with Round Eyepiece" "30162.dat" 0 1 0 0 0 0 -1 0 1 0 -5 -1.6 0 "Bladed Claw Spread" "10187.DAT" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Bone 2L" "93160.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Bone 5L" "92691.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Bottle Cylindrical" "95228.dat" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Bottle Cylindrical with Bottle Ship Pattern" "95228p01.dat" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Bow with Arrow" "4499.dat" 0 0 0 -1 0 1 0 1 0 0 0 1 0 "Brick 1 x 2 x 0.667 with 8 Studs and Angled Handle" "15071.DAT" 0 1 0 0 0 0.920505 0.390731 0 -0.390731 0.920505 0 -11 0 "Broom" "4332.dat" 0 -1 0 0 0 1 0 0 0 -1 0 -76 0 "Bucket 1 x 1 x 1 Conical with Raised Handle" "95343C01.DAT" 0 0 0.642788 -0.766044 1 0 0 0 -0.766044 -0.642788 0 -1.5 0 "Bucket 1 x 1 x 1 Cylindrical with Raised Handle" "12884C01.DAT" 0 0 0.642788 -0.766044 1 0 0 0 -0.766044 -0.642788 0 -1.5 0 "Bugle" "71342.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Camera Movie" "30148.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Camera Snapshot Type 1" "30089A.dat" 0 0 0.5 0.866025 0 0.866025 -0.5 -1 0 0 -4.062 2.5 -18 "Camera Snapshot Type 2" "30089B.DAT" 0 0 0.5 0.866025 0 0.866025 -0.5 -1 0 0 -4.062 2.5 -18 "Camera with Side Sight" "4360.dat" 0 0 0 1 0 1 0 -1 0 0 0 -24 6.5 "Castle Lance" "3849.dat" 0 1 0 0 0 0 1 0 -1 0 0 40 0 "Chainsaw Blade" "6117.DAT" 0 1 0 0 0 0 -1 0 1 0 0 -11 -8 "Cheerleader Pom Pom" "87997.DAT" 0 1 0 0 0 1 0 0 0 1 0 5 0 "Cheerleader Pom Pom with Blue Pattern" "87997p01.DAT" 0 1 0 0 0 1 0 0 0 1 0 5 0 "Cheerleader Pom Pom with Red Pattern" "87997p02.DAT" 0 1 0 0 0 1 0 0 0 1 0 5 0 "Circular Blade Saw" "30194.dat" 0 -1 0 0 0 -0.422618 0.906308 0 0.906308 0.422618 0 15 -17 "Cleaver" "98369.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Coin with '1' Gothic Type" "96904.dat" 0 0 1 0 0 0 -1 -1 0 0 -2 -4 -10 "Coin with '2' Gothic Type" "96905.dat" 0 0 1 0 0 0 -1 -1 0 0 -2 -4 -10 "Coin with '5' Gothic Type" "96906.dat" 0 0 1 0 0 0 -1 -1 0 0 -2 -4 -10 "Coin with '10' Gothic Type" "96907.dat" 0 0 1 0 0 0 -1 -1 0 0 -2 -4 -10 "Coin with '10' Sans-serif Type" "70501a.dat" 0 0 1 0 0 0 -1 -1 0 0 -2 -4 -10 "Coin with '20' Sans-serif Type" "70501b.dat" 0 0 1 0 0 0 -1 -1 0 0 -2 -4 -10 "Coin with '30' Sans-serif Type" "70501c.dat" 0 0 1 0 0 0 -1 -1 0 0 -2 -4 -10 "Coin with '40' Sans-serif Type" "70501d.dat" 0 0 1 0 0 0 -1 -1 0 0 -2 -4 -10 "Conical Flask" "u9180.dat" 0 1 0 0 0 1 0 0 0 1 0 -10 0 "Conical Flask TransClear with Coloured Base" "u9180c01.dat" 0 1 0 0 0 1 0 0 0 1 0 -10 0 "Comb" "30112b.dat" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Compass" "889c01.dat" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Computer Laptop (Closed)" "62698-F3.DAT" 0 0 0 -1 1 0 0 0 -1 0 0 -2 0 "Crossbow" "2570.dat" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Cup" "3899.dat" 0 1 0 0 0 1 0 0 0 1 0 -15 -20 "Cup Takeaway" "15496.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Cup with Bar Handle" "38014.DAT" 0 1 0 0 0 1 0 0 0 1 0 10 -16 "Dagger" "88288.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Dagger with Pearl Light Gray Blade" "88288P01.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Dinner Plate" "6256.dat" 0 -0.0954045 0.866025 0.490814 -0.981627 0 -0.190809 -0.165245 -0.5 0.850114 -7 -5 -26 "Dynamite Sticks Bundle" "64728.dat" 0 0.5 0 0.866025 0 1 0 -0.866025 0 0.5 0 -28 -9 "Electric Guitar Classic" "11640.DAT" 0 0 0 1 0 1 0 -1 0 0 0 40 0 "Electric Guitar" "93564.dat" 0 0 0 -1 0 1 0 1 0 0 0 4 0 "Electric Guitar, Silver Strings, White Body" "93564P01.dat" 0 0 0 -1 0 1 0 1 0 0 0 4 0 "Electric Guitar, Black Strings, DkPink Lightning" "93564P02.dat" 0 0 0 -1 0 1 0 1 0 0 0 4 0 "Figure Club" "60659.dat" 0 1 0 0 0 1 0 0 0 1 0 3 0 "Figure Flask with Handle" "4429.DAT" 0 1 0 0 0 0.965926 -0.258819 0 0.258819 0.965926 0 -20 -30 "Food Apple" "33051.dat" 0 0.857167 0.515038 0 -0.515038 0.857167 0 0 0 1 14 33 0 "Food Banana" "33085.dat" 0 0 -1 0 1 0 0 0 0 1 0 0 0 "Food Bread Bun" "25386.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Food Carrot" "33172.dat" 0 1 0 0 0 1 0 0 0 1 0 -50 0 "Food Carrot Top" "33183.dat" 0 1 0 0 0 1 0 0 0 1 0 12 0 "Food Carrot with Bright_Green Leaves" "33172c02.dat" 0 1 0 0 0 1 0 0 0 1 0 10 0 "Food Carrot with Green Leaves" "33172c01.dat" 0 1 0 0 0 1 0 0 0 1 0 10 0 "Food Cherry" "22667.dat" 0 1 0 0 0 1 0 0 0 1 0 -11 0 "Food Croissant" "33125.dat" 0 0 1 0 -0.819152 0 0.573576 0.573576 0 0.819152 4 -27 -9 "Food French Bread" "4342.dat" 0 0 0.292372 0.956305 1 0 0 0 0.956305 -0.292372 -4.5 0 5 "Food Ice Cream Cone" "33120.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Food Pie with Cream Filling" "93568.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Food Pie with White Cream Filling Pattern" "93568P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Food Pie with Yellow Cream Filling Pattern" "93568P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Food Popsicle" "30222.dat" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Food Pretzel" "10170.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Food Sausage" "33078.dat" 0 0 -1 0 1 0 0 0 0 1 0 0 0 "Food Turkey Leg" "33057.dat" 0 0 -0.985 0.174 0 0.174 0.985 -1 0 0 -9 -24 -1 "Friends Access. Bag Round with Ruffle" "93090.DAT" 0 0 0 -1 1 0 0 0 -1 0 0 -1 -28 "Friends Access. Bag Round w. Bright Pink Ruffle Pattern" "93090P01.DAT" 0 0 0 -1 1 0 0 0 -1 0 0 -1 -28 "Friends Access. Bag Round w. Dark Pink Ruffle Pattern" "93090P02.DAT" 0 0 0 -1 1 0 0 0 -1 0 0 -1 -28 "Friends Access. Bag Round w. Light Aqua Ruffle Pattern" "93090P03.DAT" 0 0 0 -1 1 0 0 0 -1 0 0 -1 -28 "Friends Access. Basket" "93092.DAT" 0 1 0 0 0 0 1 0 -1 0 15 -2 -29 "Friends Access. Comb with Handle and 3 Hearts" "96482.DAT" 0 1 0 0 0 1 0 0 0 1 0 9 0 "Friends Access. Cupcake Case" "97784.DAT" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Friends Access. Cutlery Fork" "97781.DAT" 0 0 0 1 0 1 0 -1 0 0 0 -1 0 "Friends Access. Cutlery Knife" "97782.DAT" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Friends Access. Dish Rectangular" "97785.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Friends Access. Dish Round 2.7 x 2.7" "97783.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Friends Access. Frying Pan" "97790.DAT" 0 0 0 1 -1 0 0 0 -1 0 0 -56 -12 "Friends Access. Hair Brush with Heart on Reverse" "96480.DAT" 0 0 0 1 0 1 0 -1 0 0 0 9 0 "Friends Access. Hair Dryer" "96484.DAT" 0 1 0 0 0 1 0 0 0 1 0 8 0 "Friends Access. Hand-held Food Mixer" "97793.DAT" 0 1 0 0 0 0 1 0 -1 0 0 -3 0 "Friends Access. Key Ornamented with Stud" "19118.DAT" 0 0 0 1 -1 0 0 0 -1 0 0 -1.5 0 "Friends Access. Lipstick with Light Bluish Grey Handle" "93094.DAT" 0 1 0 0 0 1 0 0 0 1 0 6 0 "Friends Access. Lipstick with White Handle" "25866C02.DAT" 0 1 0 0 0 1 0 0 0 1 0 6 0 "Friends Access. Hand Mirror with Heart on Reverse" "96488.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 9 0 "Friends Access. Mixing Bowl" "97791.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Friends Access. School Bag" "11245.DAT" 0 0 0 -1 1 0 0 0 -1 0 4.6 -1.6 -38 "Friends Access. Spatula with 3 Holes" "97787.DAT" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Frypan" "4528.dat" 0 0 1 0 0 0 1 1 0 0 -4 -24 0 "Goblet" "2343.dat" 0 1 0 0 0 1 0 0 0 1 0 -26 0 "Goblet with Hollow Stem" "6269.dat" 0 1 0 0 0 1 0 0 0 1 0 -26 0 "Grappling Hook with Bar" "15534.DAT" 0 0 0 1 -1 0 0 0 -1 0 0 -11 0 ; Update 2019-02 "Gun Blaster with Studs on Sides, Bottom and Front" "44709.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gun Flintlock Pistol" "2562.dat" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Gun Laser Kryptonian" "13952.DAT" 0 1 0 0 0 1 0 0 0 1 0 2 0 "Gun Laser Pistol" "87993.dat" 0 1 0 0 0 1 0 0 0 1 0 -4 0 "Gun Long Blaster" "57899.dat" 0 1 0 0 0 1 0 0 0 1 0 -20 0 "Gun Musket" "2561.dat" 0 0 0.707 0.707 0 0.707 -0.707 -1 0 0 -25.1 -33.7 0 "Gun Pistol Two Barrel" "95199.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Gun Revolver" "30132.dat" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Gun Rifle" "30141.dat" 0 0 0 1 0 1 0 -1 0 0 0 -8 0 "Gun Semiautomatic Pistol" "55707a.dat" 0 1 0 0 0 1 0 0 0 1 0 -20 0 "Gun Shooting Blaster with Dark Bluish Grey Trigger" "15391c01.DAT" 0 1 0 0 0 1 0 0 0 1 0 4 0 "Gun Shooting Blaster with Trigger and TrOrange Projectile" "15391C02.DAT" 0 1 0 0 0 1 0 0 0 1 0 4 0 "Gun Small Blaster with Telescopic Sight" "92738.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Gun SW Short Blaster" "58247.dat" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Gun SW Small Blaster DC-17" "61190a.dat" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Hairbrush with Long Handle" "3852A.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 -10 0 "Hairbrush with Short Handle" "3852B.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 -6 0 "Hand Fan" "93553.dat" 0 1 0 0 0 1 0 0 0 1 0 2 0 "Hand Gorilla Fist" "11092.DAT" 0 1 0 0 0 1 0 0 0 1 0 3 0 "Hand Truck (Shortcut)" "2495c01.dat" 0 1 0 0 0 0 1 0 -1 0 -22 -4 -58 "Handcuffs" "61482.dat" 0 1 0 0 0 1 0 0 0 1 -24 16 12 "Harpoon" "57467.dat" 0 1 0 0 0 1 0 0 0 1 0 28 0 "Harpoon with Smooth Bar" "18041.DAT" 0 1 0 0 0 1 0 0 0 1 0 28 0 ; Update 2019-02 "Hockey Stick with 1.1 L Bar" "93559.DAT" 0 1 0 0 0 1 0 0 0 1 0 10 0 "Hose Nozzle with Side String Hole" "58367.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Hose Nozzle with Side String Hole Simplified" "60849.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Ice Axe" "30193.dat" 0 1 0 0 0 1 0 0 0 1 0 6 0 "Ice Axe with 3-Rib Handle" "18738.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Jackhammer" "30228.dat" 0 0.326 0 -0.946 0.899 -0.309 0.31 -0.292 -0.951 -0.101 -2.5 -18.5 11 "Key" "62808.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Knife" "44658.DAT" 0 1 0 0 0 1 0 0 0 1 0 1 0 "Knife with Flat Hilt End" "95054.DAT" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Ladle" "4337.dat" 0 1 0 0 0 1 0 0 0 1 0 -36 0 ; Update 2019-02 "Lantern" "37776.DAT" 0 0 0 1 -1 0 0 0 -1 0 0 -1 0 "Lasso" "99253.DAT" 0 0 0 1 0 1 0 -1 0 0 0 0 0 "Life Ring" "30340.dat" 0 0 -1 0 0 0 1 -1 0 0 4 16 -21 "Lifeguard Float" "90395.DAT" 0 0.34202 -0.939693 0 0 0 -1 0.939693 0.34202 0 -3 20 -9.2 "Lightning" "59233.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Lightsaber Chrome Silver - 1 Side On" "577Bc01.dat" 0 1 0 0 0 1 0 0 0 1 0 -20 0 "Lightsaber Chrome Silver - 2 Sides On" "577Bc02.dat" 0 1 0 0 0 1 0 0 0 1 0 -20 0 "Lightsaber Hilt Short Curved" "61199.DAT" 0 1 0 0 0 1 0 0 0 1 0 -13.6 0 "Lightsabre Hilt with Bend" "42114.DAT" 0 1 0 0 0 0.930418 -0.366501 0 0.366501 0.930418 0 -19.5 -2.2 "Lightsaber Hilt with Bottom Ring" "577B.dat" 0 1 0 0 0 1 0 0 0 1 0 -20 0 "Lightsaber Hilt without Bottom Ring" "577A.DAT" 0 1 0 0 0 1 0 0 0 1 0 -20 0 "Lightsaber with Bend Chrome Silver - 1 Side On" "42114C01.DAT" 0 1 0 0 0 0.930418 -0.366501 0 0.366501 0.930418 0 -19.5 -2.2 "Lightsaber with Bend Chrome Silver - 2 Sides On" "42114C02.DAT" 0 1 0 0 0 0.930418 -0.366501 0 0.366501 0.930418 0 -19.5 -2.2 "Long Bow with Arrow" "93231.dat" 0 0.966 0 0.259 0 1 0 -0.259 0 0.966 0 -11 0 "Loudhailer" "4349.dat" 0 1 0 0 0 1 0 0 0 1 0 -16 0 "Loudhailer with Orange Stripe Pattern" "4349P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 -16 0 "Machete" "29109.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Machine Gun with Drum Magazine" "55707b.dat" 0 1 0 0 0 1 0 0 0 1 0 -16 0 "Magic Wand" "6124.dat" 0 1 0 0 0 1 0 0 0 1 0 8 0 "Maracas" "90508.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Maracas with Green Border" "90508P01.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Medical Thermometer" "98393D.DAT" 0 0 0 1 0 1 0 -1 0 0 0 -26 -5 "Megaphone" "39144.DAT" 0 1 0 0 0 1 0 0 0 1 0 -16 0 "Metal Detector" "4479A.DAT" 0 0 0 -1 0 1 0 1 0 0 0 -24 0 "Microphone" "90370.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Microphone with Metallic Silver Top" "90370p01.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Mug" "33054.dat" 0 1 0 0 0 1 0 0 0 1 0 -12 -20 "Oil Lamp" "98383.DAT" 0 1 0 0 0 1 0 0 0 1 0 4 -20 "Pharaoh's Staff with Forked End" "93252.dat" 0 1 0 0 0 1 0 0 0 1 0 -42 0 "Paint Brush" "93552.dat" 0 1 0 0 0 1 0 0 0 1 0 16 0 "Paint Brush w. Silver Ring, Green Tip" "93552P01.dat" 0 1 0 0 0 1 0 0 0 1 0 16 0 "Paint Palette" "93551.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Paint Palette with Paint Drops Pattern" "93551P01.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Paint Roller Brush Handle" "12885.dat" 0 1 0 0 0 1 0 0 0 1 0 8 0 "Pike / Spear Elaborate with Metallic Silver Head" "90391P01.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pike / Spear Elaborate with Flat Silver Head" "90391P02.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pipe Wrench" "4328.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pitchfork" "4496.dat" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Plant Flower Stem w. Bar w. 3 Flowers" "99249C01.DAT" 0 1 0 0 0 1 0 0 0 1 0 6 0 "Plant Flower Stem w. Bar w. 3 Flowers w. 6 Rounded Petals" "99249C03.DAT" 0 1 0 0 0 1 0 0 0 1 0 6 0 "Plant Flower Stem w. Bar w. 3 Roses" "99249C02.DAT" 0 1 0 0 0 1 0 0 0 1 0 6 0 "Plant Flower Stem w. Bar a. 6 Stems and 6 Plates" "19119C02.DAT" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Plunger" "11459.DAT" 0 1 0 0 0 -1 0 0 0 -1 0 -20 0 "Plunger with Medium Dark Flesh Handle" "11459P01.DAT" 0 1 0 0 0 -1 0 0 0 -1 0 -20 0 "Polearm Halberd" "6123.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Pushbroom" "3836.dat" 0 0 0 -1 0 -1 0 -1 0 0 0 44 0 "Radio with Long Handle" "3962b.dat" 0 0 0 -1 0 1 0 1 0 0 0 -1 0 "Radio with Short Handle" "3962a.dat" 0 0 0 -1 0 1 0 1 0 0 0 -1 0 "Rice Bowl" "34172.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Ring 1 x 1" "11010.dat" 0 0 -1 0 -1 0 0 0 0 -1 -4 -2 -6 "Ring with Triangle" "87748.dat" 0 0 -1 0 0.866025 0 -0.5 0.5 0 0.866026 0 -2 -25 "Ring with Triangle with Gold Bands and Crab Pattern" "87748P01.dat" 0 0 -1 0 0.866025 0 -0.5 0.5 0 0.866026 0 -2 -25 "Ring with Triangle with Gold Bands and Manta Ray Pattern" "87748P05.dat" 0 0 -1 0 0.866025 0 -0.5 0.5 0 0.866026 0 -2 -25 "Ring with Triangle with Gold Bands and Shark Pattern" "87748P03.dat" 0 0 -1 0 0.866025 0 -0.5 0.5 0 0.866026 0 -2 -25 "Ring with Triangle with Gold Bands and Squid Pattern" "87748P04.dat" 0 0 -1 0 0.866025 0 -0.5 0.5 0 0.866026 0 -2 -25 "Ring with Triangle with Gold Bands and Triangle Pattern" "87748P06.dat" 0 0 -1 0 0.866025 0 -0.5 0.5 0 0.866026 0 -2 -25 "Ring with Triangle with Gold Bands and Turtle Pattern" "87748p02.dat" 0 0 -1 0 0.866025 0 -0.5 0.5 0 0.866026 0 -2 -25 "Rock 1 x 1 Gem Facetted" "30153.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Sack with Hand Grab" "10169.DAT" 0 0 0 -1 0.866025 0.5 0 0.5 -0.866025 0 0 9 -31 "Saucepan" "4529.dat" 0 0 1 0 0 0 1 1 0 0 -6 -24 0 ; Update 2019-02 "Saucer with Hollow Stud on Top" "38799.DAT" 0 1 0 0 0 1 0 0 0 1 0 -10 0 "Saxophone" "13808.DAT" 0 1 0 0 0 1 0 0 0 1 0 7 0 "Saxophone with Black Mouthpiece" "13808P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 7 0 "Serving Tray 2 x 3" "29635.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sextant" "30154.dat" 0 0 0 1 0 1 0 -1 0 0 0 -35 0 "Shield Broad with Spiked Bottom and Cutout Corner" "10049.dat" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Broad w. Spiked Bottom, Cutout Corner, Hand Pattern" "10049P01.dat" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Octagonal with Stud" "48494.dat" 0 0 0 -1 1 0 0 0 -1 0 0 -2 0 "Shield Octagonal without Stud" "61856.dat" 0 0 0 -1 1 0 0 0 -1 0 0 -2 0 "Shield Octagonal with Troll Skull on Dark Red Pattern" "61856P40.dat" 0 0 0 -1 1 0 0 0 -1 0 0 -2 0 "Shield Oval" "92747.dat" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Oval with SW Gungan Patrol Shield" "92747p01.dat" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Ovoid" "2586.dat" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Ovoid with American Indian Pattern" "2586pw1.dat" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Ovoid with Bat Pattern" "2586P4F.dat" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Ovoid with Blue Dragon Pattern" "2586p4c.dat" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Ovoid with Bull Head Pattern" "2586P4G.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Ovoid with Bull Head on Brown Border Sticker" "2586D01.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Ovoid with Crown on Dark/Med Blue Quarters Pattern" "2586P4J.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Ovoid with DkGreen Dragon on MdDkFlesh/Tan Pattern" "2586P4K.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Ovoid with Galloping Horse and Feathers Pattern" "2586PW2.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -2 0 "Shield Ovoid with Golden Lion Pattern" "2586ph1.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Ovoid with Gold Lion on Red/White Quarters Pattern" "2586P4L.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Ovoid with Green Dragon Pattern" "2586p4b.dat" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Ovoid with Indigo Islanders Pattern" "2586P30.dat" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Ovoid with Royal Knights Lion Pattern" "2586p4d.dat" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Ovoid with Silver Skull on Dark Red Pattern" "2586P4H.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Ovoid with Silver Snake Pattern" "2586PH2.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Ovoid with SW Gungans Patrol Pattern" "2586ps1.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 ; Update 2019-02 "Shield Pentagonal Castellated" "22408.DAT" 0 0 0 -1 0 1 0 1 0 0 0 4 0 "Shield Pentagonal Jagged" "22409.DAT" 0 0 0 -1 0 1 0 1 0 0 0 4 0 "Shield Rectangular Curved with Stud" "98367.DAT" 0 0 0 1 1 0 0 0 1 0 0 -1 0 "Shield Round" "3876.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Round Bowed" "75902.dat" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Round Bowed with Bullseye with Star Pattern" "75902P02.dat" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Round Bowed with DkGreen and Gold Rohan" "75902P01.dat" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Round Bowed with Gold Eagle Pattern" "75902P03.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Round Bowed with Mercedes-Benz Logo" "75902P04.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Round Bowed with SW Dejarik Hologame Board Pattern" "75902PS1.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -1 0 "Shield Round Flat" "59231.dat" 0 0 0 -1 0 1 0 1 0 0 10 -12 0 "Shield Round Flat with Helmet on Dark/Medium Blue Quarters Pattern""59231P40.DAT" 0 0 0 -1 0 1 0 1 0 0 10 -12 0 "Shield Round Flat with Silver Skull on Dark Red Pattern" "59231P4H.dat" 0 0 0 -1 0 1 0 1 0 0 10 -12 0 "Shield Round Type 2" "91884.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -2 0 "Shield Round Type 2 w. Aztec Bird on Dark Red Pattern" "91884P04.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -2 0 "Shield Round Type 2 w. DkBrown Ring and 4 Rivets Pattern" "91884P01.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -2 0 "Shield Round Type 2 w. Dragon Heads and Ornaments Pattern" "91884P03.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -2 0 "Shield Round Type 2 w. Silver Rivets Pattern" "91884P02.DAT" 0 0 0 -1 1 0 0 0 -1 0 4 -2 0 "Shield Scarab" "93251.dat" 0 0 0 -1 1 0 0 0 -1 0 9 -1 -1 "Shield Triangular" "3846.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Bat Pattern" "3846p4f.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Black Falcon Blue Border Pattern" "3846p45.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Black Falcon Yellow Border Pattern" "3846p46.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Blue Dragon Pattern" "3846p4c.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Blue Lion on Yellow Background" "3846p4g.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Crown on Dark/Med Blue Quarters" "3846P4J.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Crown on Dark-Pink Sticker" "3846d01.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Crown on Violet Sticker" "3846d05.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Dragon on MdDkFlesh/Tan Pattern" "3846P4K.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Forestman Pattern" "3846p48.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular w. Gold Lion on Red/White Quart. Patt." "3846P4L.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Green Chevrons on Yellow Sticker" "3846d03.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Green Chevrons on Yellow.LtGray" "3846d06.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Lion Head, Blue & Yellow Pattern" "3846p4e.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Maroon/Red Quarters Pattern" "3846p4u.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Red in Blue Frame Pattern" "3846p47.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Red Cross and Helmet" "3846p01.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Red/Peach Quarters Pattern" "3846p4t.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Royal Knights Lion Pattern" "3846p4d.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with White Maltese Cross on Red Sticker" "3846d02.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Wolfpack Pattern" "3846p44.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Yellow Lion on Blue Background" "3846p4h.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Yellow Trefoils on Blue Sticker" "3846d04.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular with Yellow Trefoils on DkBlue Sticker" "3846d07.dat" 0 0 0 -1 0 1 0 1 0 0 0 -12 0 "Shield Triangular Long" "18836.DAT" 0 0 0 -1 1 0 0 0 -1 0 0 -1 0 "Shield Triangular Long with Bear Head on Dark Red and Red Background Pattern""18836P40.DAT" 0 0 0 -1 1 0 0 0 -1 0 0 -1 0 "Shield Triangular Long with Black Pyramid and Sun Pattern" "18836PQ0.DAT" 0 0 0 -1 1 0 0 0 -1 0 0 -1 0 "Shovel" "3837.dat" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Signal Holder" "3900.dat" 0 1 0 0 0 0 -1 0 1 0 0 -36 -2 "Signal Holder with Black 'POLICE' and Red Line Pattern" "3900P01.DAT" 0 1 0 0 0 0 -1 0 1 0 0 -36 -2 "Signal Holder with Green Circle on White Sticker" "3900d01.dat" 0 1 0 0 0 0 -1 0 1 0 0 -36 -2 "Ski Pole" "90540.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Sledgehammer" "75904.dat" 0 0 0 1 0 1 0 -1 0 0 0 -14 0 ; Update 2019-02 "Slingshot" "20546.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Slingshot with Bright Light Yellow Band Pattern" "20546P02.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Slingshot with Dark Tan Band Pattern" "20546P01.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Small Bow with Arrow" "95051.DAT" 0 0 0 1 0 1 0 -1 0 0 0 -10 0 "Space Scanner Tool" "30035.dat" 0 1 0 0 0 1 0 0 0 1 0 -19 -10 "Spear" "4497.dat" 0 1 0 0 0 1 0 0 0 1 0 -40 0 "Spear with Four Side Blades" "43899.dat" 0 1 0 0 0 1 0 0 0 1 0 -144 0 "Spear Tip Faceted with Bar 0.4L" "27257.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Speargun" "30088.dat" 0 1 0 0 0 1 0 0 0 1 0 -13 0 "Staff with Crescent End" "95050.DAT" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Staff with Spherical End" "95049.DAT" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Steak on Bone" "98372.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Steak on Bone with Red Meat" "98372P01.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Statuette" "90398.dat" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Stretcher with Bottom Hinges" "4714.DAT" 0 0 0 -1 1 0 0 0 -1 0 -26 -74 -2 "Stretcher without Bottom Hinges" "93140.DAT" 0 0 0 -1 1 0 0 0 -1 0 -26 -74 -2 "Suitcase (Closed)" "4449-f1.dat" 0 0 0 -1 1 0 0 0 -1 0 0 0 0 ; Update 2019-02 "Suitcase with Iron Man Armoured Suit Mark V Stickers" "4449-F1D01.DAT" 0 0 0 -1 1 0 0 0 -1 0 0 0 0 "Sword Cutlass" "2530.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Sword Greatsword" "59.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sword Katana (Dragon Guard)" "93055.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sword Katana Type 1 (Octogonal Guard)" "30173a.dat" 0 1 0 0 0 1 0 0 0 1 0 6 0 "Sword Katana Type 2 (Square Guard)" "30173b.dat" 0 1 0 0 0 1 0 0 0 1 0 6 0 ; Update 2019-02 "Sword Katana Type 3 (Square Guard with Smooth Endcap)" "21459.DAT" 0 1 0 0 0 1 0 0 0 1 0 6 0 "Sword Khopesh" "93247.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Sword Longsword" "98370.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Sword Rapier" "93550.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Sword Roman Gladius" "95673.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Sword Saber with Clip Pommel" "59229.dat" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Sword Scimitar" "43887.dat" 0 1 0 0 0 1 0 0 0 1 0 -18 0 "Sword Scimitar with Jagged Edge" "60752.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Sword Shortsword" "3847.dat" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Sword Shortsword with Elaborate Hilt" "76764.DAT" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Sword Small with Angular Guard" "95053.DAT" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Sword Small with Curved Blade" "10053.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Sword Uruk-Hai" "10050.dat" 0 -1 0 0 0 1 0 0 0 -1 0 4 0 "Sword Sword with Angular Hilt" "48495.dat" 0 0 0 -1 0 1 0 1 0 0 0 -10 0 "Syringe" "87989.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Teddy Bear with Arms Down" "98382.DAT" 0 0 -0.069756 -0.997564 0.809017 0.586353 -0.041002 0.587785 -0.807046 0.056434 -1.6 -4 -28 "Teddy Bear with Arms Down, Tan Belly, Black Eyes Pattern" "98382p01.DAT" 0 0 -0.069756 -0.997564 0.809017 0.586353 -0.041002 0.587785 -0.807046 0.056434 -1.6 -4 -28 "Telescope" "64644.dat" 0 1 0 0 0 1 0 0 0 1 0 -11 0 "Tennis Racket" "93216.dat" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Tomahawk with Flat-Silver Blade" "13571.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tool 4-Way Lug Wrench" "604553.DAT" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Tool Adjustable Wrench with 3-Rib Handle" "604614.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Tool Battery Powered Drill" "604549.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tool Binoculars Space" "30304.dat" 0 1 0 0 0 0 -1 0 1 0 -5 -1 0 "Tool Box Wrench" "55300.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tool Box Wrench with 3-Rib Handle" "604552.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Tool Crowbar" "92585.DAT" 0 1 0 0 0 1 0 0 0 1 0 -30 0 "Tool Fishing Rod" "2614.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tool Grappling Hook" "30192.dat" 0 1 0 0 0 -1 0 0 0 -1 0 9 0 "Tool Hammer" "55295.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tool Hammer with 3-Rib Handle" "604547.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Tool Handaxe" "3835.dat" 0 1 0 0 0 1 0 0 0 1 0 -16 0 "Tool Hose Nozzle with Handle" "4210a.dat" 0 -1 0 0 0 1 0 0 0 -1 0 -12 0 "Tool Light Sabre Hilt with Bend" "42114.DAT" 0 1 0 0 0 0.927184 -0.374607 0 0.374607 0.927184 0 -19.5 -2.5 "Tool Magnifying Glass" "30152.dat" 0 1 0 0 0 1 0 0 0 1 0 -52 0 "Tool Mallet" "4522.dat" 0 0 0 1 0 1 0 -1 0 0 0 -28 0 "Tool Oar" "2542.dat" 0 -1 0 0 0 -1 0 0 0 1 0 40 0 "Tool Oar Reinforced" "87585.DAT" 0 0 0 1 0 1 0 -1 0 0 0 -30 0 "Tool Oilcan" "55296.DAT" 0 1 0 0 0 1 0 0 0 1 0 -6 0 "Tool Oilcan with Ribbed Handle" "604548.DAT" 0 1 0 0 0 1 0 0 0 1 0 -3 0 "Tool Open End Wrench" "55299.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tool Open End Wrench with 3-Rib Handle" "604551.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Tool Pickaxe" "3841.dat" 0 1 0 0 0 1 0 0 0 1 0 -12 0 "Tool Power Drill" "55297.dat" 0 1 0 0 0 1 0 0 0 1 0 -6 0 "Tool Screwdriver" "55298.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Tool Screwdriver with Wide Head and 3-Rib Handle" "604550.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Tool Scissors" "18920.DAT" 0 1 0 0 0 1 0 0 0 1 0 -1 0 "Tool Socket Wrench with Ratchet and 3-Rib Handle" "604615.DAT" 0 1 0 0 0 1 0 0 0 1 0 -2 0 "Tool Spanner/Screwdriver" "4006.dat" 0 0 0 -1 0 1 0 1 0 0 0 -14 0 "Tool Wand" "36752A.DAT" 0 1 0 0 0 1 0 0 0 1 0 4 0 "Toolbox 1 x 3 with Handle" "98368.dat" 0 0 0 1 -1 0 0 0 -1 0 0 -2 0 "Torch" "3959.dat" 0 1 0 0 0 1 0 0 0 1 0 -13 0 "Torch without Grooves" "86208.dat" 0 1 0 0 0 1 0 0 0 1 0 -13 0 "Toy Winder Key" "98375.dat" 0 0 0 -1 1 0 0 0 -1 0 0 -2 -20 "Tray Oval" "11252.dat" 0 0 1 0 -1 0 0 0 0 1 6 -3 -16 ; Update 2019-02 "Trophy Cup 2.4L" "10172.DAT" 0 0 0 1 0 1 0 -1 0 0 0 34 -20 "Trophy Cup 3 L" "89801.DAT" 0 1 0 0 0 1 0 0 0 1 30 54 0 "Umbrella Folded" "27150.DAT" 0 1 0 0 0 1 0 0 0 1 0 18 0 "Underwater Scooter" "30092.dat" 0 -1 0 0 0 1 0 0 0 -1 -20 -22 -8.5 "Weapon Billy Club" "13790.DAT" 0 1 0 0 0 1 0 0 0 1 0 -7.5 0 "Weapon Bladed Claw" "88811.dat" 0 1 0 0 0 1 0 0 0 1 0 2 0 "Weapon Club with Spikes" "88001.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Weapon Crescent Blade Serrated with Bar 0.5L" "98141.dat" 0 1 0 0 0 1 0 0 0 1 0 2 0 "Weapon Curved Blade 8.5L with Bar 1.5L" "98137.dat" 0 1 0 0 0 1 0 0 0 1 0 12 0 "Weapon Hand Dagger" "88812.dat" 0 1 0 0 0 1 0 0 0 1 0 2 0 "Weapon Trident" "92290.dat" 0 1 0 0 0 1 0 0 0 1 0 24 0 "Welding Gas Torch with Hose and Gas Cylinder Top" "13793.DAT" 0 1 0 0 0 1 0 0 0 1 30 35 0 "Whip" "2488.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Whip in Latched Position (Shortcut)" "2488c01.dat" 0 1 0 0 0 1 0 0 0 1 0 -8 0 "Whip Bent Flexible" "88704.DAT" 0 0 0 -1 0 1 0 1 0 0 0 10 0 "Whip Coiled" "61975.dat" 0 0 0 -1 0 1 0 1 0 0 0 -8 0 "Wine Glass" "33061.dat" 0 1 0 0 0 1 0 0 0 1 0 -32 0 "Zip Line Handle" "30229.dat" 0 1 0 0 0 1 0 0 0 1 0 -12 0 [LLEG] "Plain Leg" "3816b.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "3 Black Diamonds Pattern" "3816pba.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Astro Pattern" "3816P6F.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue/White Triangles, Fringe Pattern" "3816PW2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Buttoned Pocket Pattern" "3816PA3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Chainlink and 3 Safety Pins Pattern" "3816PC44.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Clockwork Robot Pattern" "3816PC67.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "DarkBlue Loincloth Pattern" "3816PQ0.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "DarkBlue and Gold Loincloth Pattern" "3816PQ1.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "DarkRed Loincloth, White Claws and Fur Tail Pattern" "3816PAW.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "DarkTurquoise/White Triangles, White Fringe Pattern" "3816PW3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Golden Circuit Pattern" "3816P6W.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Grass Skirt Pattern" "3816p3j.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Green Kilt and Toes Pattern" "3816pa2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Holster and Belt Pattern" "3816PA9.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Man Armoured Suit Mark VI Pattern" "3816PBB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Man Armoured Suit Mark VII Pattern" "3816PBC.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Man Armoured Suit Mark XLII Pattern" "3816PBF.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Man Armoured Suit Mark XVII Pattern" "3816PBE.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Patriot Armoured Suit Kneepad Pattern" "3816PBG.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Laboratory Smock Pattern" "3816PDE.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Leather Straps (Red Studs) Pattern" "3816p4f.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Coat and Shirttails Pattern" "3816PM2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Leather Armor Pattern" "3816PM0.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Scale Armor Pattern" "3816PM1.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Orange Cable Pattern" "3816P6u.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Purple Greatcoat Pattern" "3816phb.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red/White Triangles Pattern" "3816PW1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Roman Tunic and Belt Pattern" "3816PC6A.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Reflective Stripe Pattern" "3816P8H.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Reflective Stripe and Triangles on Feet Pattern" "3816P8I.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Robot Pattern" "3816P63.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Salmon Cable Pattern" "3816P6V.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Gunbelt Pattern" "3816ps5.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Stormtrooper Pattern" "3816PSK.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW White Leggings Pattern" "3816PS0.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "War Machine Armoured Suit Kneepad Pattern" "3816PBD.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Apron Pattern" "3816P89.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White and Gold Markings Pattern" "3816P6G.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------Non-standard legs-------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Leg Skeleton" "6266.DAT" 0 1 0 0 0 1 0 0 0 1 -10 0 0 "Leg Skeleton with Square Foot" "93062.DAT" 0 1 0 0 0 1 0 0 0 1 -10 0 0 "Leg Skeleton with Black Square Foot" "93062P01.DAT" 0 1 0 0 0 1 0 0 0 1 -10 0 0 "Leg Skeleton with Pearl Dark Grey Square Foot" "93062P02.DAT" 0 1 0 0 0 1 0 0 0 1 -10 0 0 "Leg Skeleton Long" "23769.DAT" 0 1 0 0 0 1 0 0 0 1 -10 0 0 "Leg Wooden" "2532.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mechanical Leg" "53984.DAT" 0 1 0 0 0 1 0 0 0 1 -10 44 -10 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hips and Legs Short -> Hips:" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Legs Old -> Hips:" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mechanical Legs -> Hips:" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Skirts (Slope Brick 65 2 x 2 x 2) -> Hips:" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 [RLEG] "Plain Leg" "3817b.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "2 Red Diamonds Pattern" "3817PBA.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "2 Safety Pins Pattern" "3817PC44.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Astro Pattern" "3817P6F.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Blue/White Triangles, Fringe Pattern" "3817PW2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Buttoned Pocket Pattern" "3817PA3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Clockwork Robot Pattern" "3817PC67.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "DarkBlue Loincloth Pattern" "3817PQ0.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "DarkBlue and Gold Loincloth Pattern" "3817PQ1.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "DarkRed Loincloth and White Claws Pattern" "3817PAW.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "DarkTurquoise/White Triangles, White Fringe Pattern" "3817PW3.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "'EMMET' Badge, Reflective Stripe Pattern" "3817P8H.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "'EMMET' Badge, Reflective Stripe, Silver Triangles Pattern""3817P8I.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Golden Circuit Pattern" "3817P6W.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Grass Skirt Pattern" "3817p3j.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Green Kilt and Toes Pattern" "3817pa2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Holster and Belt Pattern" "3817PA9.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Man Armoured Suit Mark VI Pattern" "3817PBB.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Man Armoured Suit Mark VII Pattern" "3817PBC.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Man Armoured Suit Mark XLII Pattern" "3817PBF.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Man Armoured Suit Mark XVII Pattern" "3817PBE.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Iron Patriot Armoured Suit Kneepad Pattern" "3817PBG.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Laboratory Smock Pattern" "3817PDE.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Leather Straps (Red Studs) Pattern" "3817p4f.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Coat and Shirttails Pattern" "3817PM2.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Leather Armor Pattern" "3817PM0.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "LOTR Scale Armor Pattern" "3817PM1.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Orange Cable Pattern" "3817P6u.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Purple Greatcoat Pattern" "3817phb.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red/White Triangles Pattern" "3817PW1.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Red Roman Tunic and Belt Pattern" "3817PC6A.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Robot Pattern" "3817P63.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Salmon Cable Pattern" "3817P6V.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW Stormtrooper Pattern" "3817PSK.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "SW White Leggings Pattern" "3817PS0.dat" 0 1 0 0 0 1 0 0 0 1 0 0 0 "War Machine Armoured Suit Kneepad Pattern" "3817PBD.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "White Apron Pattern" "3817P89.DAT" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------Non-standard legs-------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Leg Skeleton" "6266.DAT" 0 1 0 0 0 1 0 0 0 1 10 0 0 "Leg Skeleton with Square Foot" "93062.DAT" 0 1 0 0 0 1 0 0 0 1 10 0 0 "Leg Skeleton with Black Square Foot" "93062P01.DAT" 0 1 0 0 0 1 0 0 0 1 10 0 0 "Leg Skeleton with Pearl Dark Grey Square Foot" "93062P02.DAT" 0 1 0 0 0 1 0 0 0 1 10 0 0 "Leg Skeleton Long" "23769.DAT" 0 1 0 0 0 1 0 0 0 1 10 0 0 "Leg Wooden" "2532.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 0 0 "Mechanical Leg" "53984.DAT" 0 1 0 0 0 1 0 0 0 1 10 44 -10 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Hips and Legs Short -> Hips:" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Legs Old -> Hips:" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Mechanical Legs -> Hips:" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Skirts (Slope Brick 65 2 x 2 x 2) -> Hips:" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 [LLEGA] "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Flipper" "2599.DAT" 0 0.996 0 0.087 0 1 0 -0.087 0 0.996 -10 28 -1 ; Update 2019-02 "Hoverboard" "21271.DAT" 0 0 0 1 0 1 0 -1 0 0 0 28 0 "Roller Skate" "11253.DAT" 0 1 0 0 0 1 0 0 0 1 -10 28 -1 "Skate" "93555.DAT" 0 1 0 0 0 1 0 0 0 1 -10 28 -1 "Skateboard with Black Wheels (Shortcut)" "42511c01.DAT" 0 1 0 0 0 1 0 0 0 1 0 28 1 "Snowshoe" "30284.DAT" 0 1 0 0 0 1 0 0 0 1 -10 28 -1 "Ski" "6120.DAT" 0 1 0 0 0 1 0 0 0 1 -10 28 1 "Ski 4L without Hinge" "99774.DAT" 0 1 0 0 0 1 0 0 0 1 -10 28 -1 "Ski 6L" "90509.DAT" 0 1 0 0 0 1 0 0 0 1 -10 28 -1 "--------------------Non-standard accessories------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Plate 2x4 with Curved Beveled Sides" "88000.DAT" 0 1 0 0 0 1 0 0 0 1 0 28 0 "Snowboard 2 x 6" "18746.DAT" 0 0 0 1 0 1 0 -1 0 0 0 28 -1 "Surf Board 2 x 6.5" "90397.DAT" 0 0 0 1 0 1 0 -1 0 0 0 28 -1 "Surf Board 2 x 6.5 with Pink Flames Pattern" "90397P02.DAT" 0 0 0 1 0 1 0 -1 0 0 0 28 -1 "Surf Board 2 x 6.5 with White Shark, Black Open Mouth and Gills Pattern""90397P05.DAT" 0 0 0 1 0 1 0 -1 0 0 0 28 -1 "Surf Board 2 x 10" "6075.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 28 -1 [RLEGA] "None" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "--------------------------------------------------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Flipper" "2599.DAT" 0 0.996 0 -0.087 0 1 0 0.087 0 0.996 10 28 -1 ; Update 2019-02 "Hoverboard" "21271.DAT" 0 0 0 1 0 1 0 -1 0 0 0 28 0 "Roller Skate" "11253.DAT" 0 1 0 0 0 1 0 0 0 1 10 28 -1 "Skate" "93555.DAT" 0 1 0 0 0 1 0 0 0 1 10 28 -1 "Skateboard with Black Wheels (Shortcut)" "42511c01.DAT" 0 1 0 0 0 1 0 0 0 1 0 28 1 "Snowshoe" "30284.DAT" 0 1 0 0 0 1 0 0 0 1 10 28 -1 "Ski" "6120.dat" 0 1 0 0 0 1 0 0 0 1 10 28 1 "Ski 4L without Hinge" "99774.DAT" 0 1 0 0 0 1 0 0 0 1 10 28 -1 "Ski 6L" "90509.DAT" 0 1 0 0 0 1 0 0 0 1 10 28 -1 "--------------------Non-standard accessories------------------------------------" "" 0 1 0 0 0 1 0 0 0 1 0 0 0 "Plate 2x4 with Curved Beveled Sides" "88000.DAT" 0 1 0 0 0 1 0 0 0 1 0 28 0 "Snowboard 2 x 6" "18746.DAT" 0 0 0 1 0 1 0 -1 0 0 0 28 -1 "Surf Board 2 x 6.5" "90397.DAT" 0 0 0 -1 0 1 0 1 0 0 0 28 -1 "Surf Board 2 x 6.5 with Pink Flames Pattern" "90397P02.DAT" 0 0 0 -1 0 1 0 1 0 0 0 28 -1 "Minifig Surf Board 2 x 6.5 with White Shark, Black Open Mouth and Gills Pattern""90397P05.DAT" 0 0 0 -1 0 1 0 1 0 0 0 28 -1 "Surf Board 2 x 10" "6075.DAT" 0 -1 0 0 0 1 0 0 0 -1 0 28 -1 [SCAN_ORDER] 1 = SHOW <LDRAWDIR>Parts 2 = HIDE <LDRAWDIR>P 3 = SHOW <LDRAWDIR>Unofficial\Parts 4 = HIDE <LDRAWDIR>Unofficial\P ; 5 = SHOW <LDRAWDIR>Unofficial\Helper ; 6 = SHOW <LDRAWDIR>Unofficial\Custom [LSYNTH] %PATH = "C:\Program Files (x86)\LDraw\LSynth" ; Axle, cable hose and string types LSynth knows about: 00 - VERSION 3.1 = VERSION 3.1 01 - BRICK_ARC = SYNTH BEGIN BRICK_ARC 16 02 - ELECTRIC_NXT_CABLE = SYNTH BEGIN ELECTRIC_NXT_CABLE 16 03 - ELECTRIC_POWER_FUNCTIONS_CABLE = SYNTH BEGIN ELECTRIC_POWER_FUNCTIONS_CABLE 16 04 - ELECTRIC_POWER_FUNCTIONS_CABLE_HALF = SYNTH BEGIN ELECTRIC_POWER_FUNCTIONS_CABLE_HALF 16 05 - ELECTRIC_RCX_CABLE = SYNTH BEGIN ELECTRIC_RCX_CABLE 16 06 - FIBER_OPTICS_CABLE = SYNTH BEGIN FIBER_OPTICS_CABLE 16 07 - FIBER_OPTICS_CABLE_WIDE = SYNTH BEGIN FIBER_OPTICS_CABLE_WIDE 16 08 - HOSE_FLEXIBLE_8.5L = SYNTH BEGIN HOSE_FLEXIBLE_8.5L 16 09 - HOSE_FLEXIBLE_12L = SYNTH BEGIN HOSE_FLEXIBLE_12L 16 10 - HOSE_FLEXIBLE_19L = SYNTH BEGIN HOSE_FLEXIBLE_19L 16 11 - MINIFIG_CHAIN_16L = SYNTH BEGIN MINIFIG_CHAIN_16L 16 12 - STRING_HOSE = SYNTH BEGIN STRING_HOSE 16 13 - STRING_11L = SYNTH BEGIN STRING_11L 16 14 - STRING_21L = SYNTH BEGIN STRING_21L 16 15 - STRING_31L = SYNTH BEGIN STRING_31L 16 16 - STRING_41L = SYNTH BEGIN STRING_41L 16 17 - STRING_WITH_GRIPS_21L = SYNTH BEGIN STRING_WITH_GRIPS_21L 16 18 - TECHNIC_AXLE_FLEXIBLE = SYNTH BEGIN TECHNIC_AXLE_FLEXIBLE 16 19 - TECHNIC_FLEX-SYSTEM_CABLE = SYNTH BEGIN TECHNIC_FLEX-SYSTEM_CABLE 16 20 - TECHNIC_FLEX-SYSTEM_HOSE = SYNTH BEGIN TECHNIC_FLEX-SYSTEM_HOSE 16 21 - TECHNIC_PNEUMATIC_HOSE_BEVELED = SYNTH BEGIN TECHNIC_PNEUMATIC_HOSE_BEVELED 16 22 - TECHNIC_RIBBED_HOSE = SYNTH BEGIN TECHNIC_RIBBED_HOSE 16 ; Band, belt and tread types LSynth knows about: 23 - RUBBER_BAND = SYNTH BEGIN RUBBER_BAND 16 24 - RUBBER_BELT = SYNTH BEGIN RUBBER_BELT 16 ; STRING_BAND = SYNTH BEGIN STRING_BAND 16 25 - TECHNIC_CHAIN_LINK = SYNTH BEGIN TECHNIC_CHAIN_LINK 16 26 - TECHNIC_CHAIN_LINK_WITH_TWO_STUDS = SYNTH BEGIN TECHNIC_CHAIN_LINK_WITH_TWO_STUDS 16 27 - TECHNIC_CHAIN_TREAD = SYNTH BEGIN TECHNIC_CHAIN_TREAD 16 28 - TECHNIC_CHAIN_TREAD_38 = SYNTH BEGIN TECHNIC_CHAIN_TREAD_38 16 29 - TECHNIC_TREAD = SYNTH BEGIN TECHNIC_TREAD 16 30 - TECHNIC_TREAD_CRAWLER = SYNTH BEGIN TECHNIC_TREAD_CRAWLER 16 31 - ELECTRIC_CABLE = SYNTH BEGIN ELECTRIC_CABLE 16 ; Complete parts LSynth knows about: 40 - PLI_ELECTRIC_NXT_CABLE_20CM = SYNTH BEGIN PLI_ELECTRIC_NXT_CABLE_20CM 16 41 - PLI_ELECTRIC_NXT_CABLE_35CM = SYNTH BEGIN PLI_ELECTRIC_NXT_CABLE_35CM 16 42 - PLI_ELECTRIC_NXT_CABLE_50CM = SYNTH BEGIN PLI_ELECTRIC_NXT_CABLE_50CM 16 43 - PLI_ELECTRIC_RCX_ROT_SENSOR = SYNTH BEGIN PLI_ELECTRIC_RCX_ROT_SENSOR 16 44 - PLI_ELECTRIC_RCX_LIGHT_SENSOR = SYNTH BEGIN PLI_ELECTRIC_RCX_LIGHT_SENSOR 16 45 - PLI_ELECTRIC_RCX_CABLE_13CM = SYNTH BEGIN PLI_ELECTRIC_RCX_CABLE_13CM 16 46 - PLI_ELECTRIC_RCX_CABLE_17CM = SYNTH BEGIN PLI_ELECTRIC_RCX_CABLE_17CM 16 47 - PLI_ELECTRIC_RCX_CABLE_23CM = SYNTH BEGIN PLI_ELECTRIC_RCX_CABLE_23CM 16 48 - PLI_ELECTRIC_RCX_CABLE_40CM = SYNTH BEGIN PLI_ELECTRIC_RCX_CABLE_40CM 16 49 - PLI_ELECTRIC_RCX_CABLE_60CM = SYNTH BEGIN PLI_ELECTRIC_RCX_CABLE_60CM 16 50 - PLI_ELECTRIC_RCX_CABLE_140CM = SYNTH BEGIN PLI_ELECTRIC_RCX_CABLE_140CM 16 51 - PLI_ELECTRIC_RCX_CABLE_328CM = SYNTH BEGIN PLI_ELECTRIC_RCX_CABLE_328CM 16 52 - PLI_HOSE_FLEXIBLE_8.5L_WITH_TABS = SYNTH BEGIN PLI_HOSE_FLEXIBLE_8.5L_WITH_TABS 16 53 - PLI_HOSE_FLEXIBLE_8.5L_WITHOUT_TABS = SYNTH BEGIN PLI_HOSE_FLEXIBLE_8.5L_WITHOUT_TABS 16 54 - PLI_HOSE_FLEXIBLE_12L = SYNTH BEGIN PLI_HOSE_FLEXIBLE_12L 16 55 - PLI_HOSE_FLEXIBLE_19L = SYNTH BEGIN PLI_HOSE_FLEXIBLE_19L 16 56 - PLI_MINIFIG_CHAIN_16L = SYNTH BEGIN PLI_MINIFIG_CHAIN_16L 16 57 - PLI_STRING_11L = SYNTH BEGIN PLI_STRING_11L 16 58 - PLI_STRING_21L = SYNTH BEGIN PLI_STRING_21L 16 59 - PLI_STRING_WITH_GRIPS_21L = SYNTH BEGIN PLI_STRING_WITH_GRIPS_21L 16 60 - PLI_STRING_41L = SYNTH BEGIN PLI_STRING_41L 16 61 - PLI_TECHNIC_AXLE_FLEXIBLE_7 = SYNTH BEGIN PLI_TECHNIC_AXLE_FLEXIBLE_7 16 62 - PLI_TECHNIC_AXLE_FLEXIBLE_11 = SYNTH BEGIN PLI_TECHNIC_AXLE_FLEXIBLE_11 16 63 - PLI_TECHNIC_AXLE_FLEXIBLE_12 = SYNTH BEGIN PLI_TECHNIC_AXLE_FLEXIBLE_12 16 64 - PLI_TECHNIC_AXLE_FLEXIBLE_14 = SYNTH BEGIN PLI_TECHNIC_AXLE_FLEXIBLE_14 16 65 - PLI_TECHNIC_AXLE_FLEXIBLE_16 = SYNTH BEGIN PLI_TECHNIC_AXLE_FLEXIBLE_16 16 66 - PLI_TECHNIC_AXLE_FLEXIBLE_19 = SYNTH BEGIN PLI_TECHNIC_AXLE_FLEXIBLE_19 16 67 - PLI_TECHNIC_TREAD = SYNTH BEGIN PLI_TECHNIC_TREAD 16 68 - PLI_TECHNIC_TREAD_CRAWLER = SYNTH BEGIN PLI_TECHNIC_CRAWLER 16 Tangent Statement: INSIDE = SYNTH INSIDE Tangent Statement: OUTSIDE = SYNTH OUTSIDE Tangent Statement: CROSS = SYNTH CROSS Visibility Statement: SHOW = SYNTH SHOW Visibility Statement: HIDE = SYNTH HIDE ; End of file ``` </details> <blockquote> <p><strong>NOTE:</strong> Original <code>MLCad.ini</code> has 38 empty lines after <code>; End of file</code>; in spoiler above I left only 1 empty line at the end of file.</p> </blockquote> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/ghost"><img src="https://avatars.githubusercontent.com/u/10137?v=4" />ghost</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p><code>LDConfig.ldr</code> (UPDATE 2019-09-25) available <strong>for testing</strong> (link to discussion added in the header)</p> <details> <summary>LDConfig.ldr</summary> ``` 0 LDraw.org Configuration File 0 Name: LDConfig.ldr 0 Author: LDraw.org 0 !LDRAW_ORG Configuration UPDATE 2019-09-25 0 // * LDraw and BrickLink mostly share naming conventions for their colours. 0 // * Where possible LEGO colour numbers were used. 0 // * The LEGO numbers, names and LDD colours are taken directly from LEGO Digital Designer. 0 // * Colours were compared with Ryan Howerter colour list. 0 // * Rubber colours got their value from the corrispondend solid or transparent colour. 0 // * Some transparent colours were altered so that they can be displayed with their LDraw alpha level. 0 // * Edge colours for solid, pearl, metallic colours were calculated the following way: 0 // If the lightness value L in the HSL colours system was above 20% a Gray with 20% relative 0 // luminance in the terms of RGB-Gray was used. 0 // If the lightness value L in the HSL colours system was below 20% a Gray with 50% relative 0 // luminance in the terms of RGB-Gray was used. 0 // * Edge colours for transparent, chrome, glitter colours were calculated the following way: 0 // The lightness value L in the HSL colours system was lowered by 20 %. If the lightness value L in 0 // the HSL colours system was below 20% it was rosen by 20%. 0 // LDraw Solid Colours 0 // LEGOID 26 - Black 0 !COLOUR Black CODE 0 VALUE #1B2A34 EDGE #808080 0 // LEGOID 23 - Bright Blue 0 !COLOUR Blue CODE 1 VALUE #1E5AA8 EDGE #333333 0 // LEGOID 28 - Dark Green 0 !COLOUR Green CODE 2 VALUE #00852B EDGE #333333 0 // LEGOID 107 - Bright Bluish Green 0 !COLOUR Dark_Turquoise CODE 3 VALUE #069D9F EDGE #333333 0 // LEGOID 21 - Bright Red 0 !COLOUR Red CODE 4 VALUE #B40000 EDGE #333333 0 // LEGOID 22 / 221 - Medium Reddish Violet / Bright Purple 0 !COLOUR Dark_Pink CODE 5 VALUE #D3359D EDGE #333333 0 // LEGOID 25 - Earth Orange 0 !COLOUR Brown CODE 6 VALUE #543324 EDGE #1E1E1E 0 // LEGOID 2 - Grey 0 !COLOUR Light_Grey CODE 7 VALUE #8A928D EDGE #333333 0 // LEGOID 27 - Dark Grey 0 !COLOUR Dark_Grey CODE 8 VALUE #545955 EDGE #333333 0 // LEGOID 45 - Light Blue 0 !COLOUR Light_Blue CODE 9 VALUE #97CBD9 EDGE #333333 0 // LEGOID 37 - Bright Green 0 !COLOUR Bright_Green CODE 10 VALUE #58AB41 EDGE #333333 0 // LEGOID 116 - Medium Bluish Green 0 !COLOUR Light_Turquoise CODE 11 VALUE #00AAA4 EDGE #333333 0 // LEGOID 101 - Medium Red 0 !COLOUR Salmon CODE 12 VALUE #F06D61 EDGE #333333 0 // LEGOID 9 - Light Reddish Violet 0 !COLOUR Pink CODE 13 VALUE #F6A9BB EDGE #333333 0 // LEGOID 24 - Bright Yellow 0 !COLOUR Yellow CODE 14 VALUE #FAC80A EDGE #333333 0 // LEGOID 1 - White 0 !COLOUR White CODE 15 VALUE #F4F4F4 EDGE #333333 0 // LEGOID 6 - Light Green 0 !COLOUR Light_Green CODE 17 VALUE #ADD9A8 EDGE #333333 0 // LEGOID 3 - Light Yellow 0 !COLOUR Light_Yellow CODE 18 VALUE #FFD67F EDGE #333333 0 // LEGOID 5 - Brick Yellow 0 !COLOUR Tan CODE 19 VALUE #B0A06F EDGE #333333 0 // LEGOID 39 - Light Bluish Violet 0 !COLOUR Light_Violet CODE 20 VALUE #AFBED6 EDGE #333333 0 // LEGOID 104 - Bright Violet 0 !COLOUR Purple CODE 22 VALUE #671F81 EDGE #333333 0 // LEGOID 196 - Dark Royal Blue 0 !COLOUR Dark_Blue_Violet CODE 23 VALUE #0E3E9A EDGE #333333 0 // LEGOID 106 - Bright Orange 0 !COLOUR Orange CODE 25 VALUE #D67923 EDGE #333333 0 // LEGOID 124 - Bright Reddish Violet 0 !COLOUR Magenta CODE 26 VALUE #901F76 EDGE #333333 0 // LEGOID 119 - Bright Yellowish Green 0 !COLOUR Lime CODE 27 VALUE #A5CA18 EDGE #333333 0 // LEGOID 138 - Sand Yellow 0 !COLOUR Dark_Tan CODE 28 VALUE #897D62 EDGE #333333 0 // LEGOID 222 - Light Purple 0 !COLOUR Bright_Pink CODE 29 VALUE #FF9ECD EDGE #333333 0 // LEGOID 324 - Medium Lavender 0 !COLOUR Medium_Lavender CODE 30 VALUE #A06EB9 EDGE #333333 0 // LEGOID 325 - Lavender 0 !COLOUR Lavender CODE 31 VALUE #CDA4DE EDGE #333333 0 // LEGOID 36 - Light Yellowish Orange 0 !COLOUR Very_Light_Orange CODE 68 VALUE #FDC383 EDGE #333333 0 // LEGOID 198 - Bright Reddish Lilac 0 !COLOUR Bright_Reddish_Lilac CODE 69 VALUE #8A12A8 EDGE #333333 0 // LEGOID 192 - Reddish Brown 0 !COLOUR Reddish_Brown CODE 70 VALUE #5F3109 EDGE #808080 0 // LEGOID 194 - Medium Stone Grey 0 !COLOUR Light_Bluish_Grey CODE 71 VALUE #969696 EDGE #333333 0 // LEGOID 199 - Dark Stone Grey 0 !COLOUR Dark_Bluish_Grey CODE 72 VALUE #646464 EDGE #333333 0 // LEGOID 102 - Medium Blue 0 !COLOUR Medium_Blue CODE 73 VALUE #7396C8 EDGE #333333 0 // LEGOID 29 - Medium Green 0 !COLOUR Medium_Green CODE 74 VALUE #7FC475 EDGE #333333 0 // LEGOID 223 - Light Pink 0 !COLOUR Light_Pink CODE 77 VALUE #FECCCF EDGE #333333 0 // LEGOID 283 - Light Nougat 0 !COLOUR Light_Flesh CODE 78 VALUE #FFC995 EDGE #333333 0 // LEGOID 312 - Medium Nougat 0 !COLOUR Medium_Dark_Flesh CODE 84 VALUE #AA7D55 EDGE #333333 0 // LEGOID 268 - Medium Lilac 0 !COLOUR Medium_Lilac CODE 85 VALUE #441A91 EDGE #333333 0 // LEGOID 128 - Dark Nougat 0 !COLOUR Dark_Flesh CODE 86 VALUE #AD6140 EDGE #333333 0 // LEGOID 195 - Medium Royal Blue 0 !COLOUR Blue_Violet CODE 89 VALUE #1C58A7 EDGE #333333 0 // LEGOID 18 - Nougat 0 !COLOUR Flesh CODE 92 VALUE #BB805A EDGE #333333 0 // LEGOID 100 - Light Red 0 !COLOUR Light_Salmon CODE 100 VALUE #F9B7A5 EDGE #333333 0 // LEGOID 110 - Bright Bluish Violet 0 !COLOUR Violet CODE 110 VALUE #26469A EDGE #333333 0 // LEGOID 112 - Medium Bluish Violet 0 !COLOUR Medium_Violet CODE 112 VALUE #4861AC EDGE #333333 0 // LEGOID 115 - Medium Yellowish Green 0 !COLOUR Medium_Lime CODE 115 VALUE #B7D425 EDGE #333333 0 // LEGOID 118 - Light Bluish Green 0 !COLOUR Aqua CODE 118 VALUE #9CD6CC EDGE #333333 0 // LEGOID 120 - Light Yellowish Green 0 !COLOUR Light_Lime CODE 120 VALUE #DEEA92 EDGE #333333 0 // LEGOID 125 - Light Orange 0 !COLOUR Light_Orange CODE 125 VALUE #F9A777 EDGE #333333 0 // LEGOID 128 - Dark Nougat 0 !COLOUR Dark_Nougat CODE 128 VALUE #AD6140 EDGE #333333 0 // LEGOID 208 - Light Stone Grey 0 !COLOUR Very_Light_Bluish_Grey CODE 151 VALUE #C8C8C8 EDGE #333333 0 // LEGOID 191 - Flame Yellowish Orange 0 !COLOUR Bright_Light_Orange CODE 191 VALUE #FCAC00 EDGE #333333 0 // LEGOID 212 - Light Royal Blue 0 !COLOUR Bright_Light_Blue CODE 212 VALUE #9DC3F7 EDGE #333333 0 // LEGOID 216 - Rust 0 !COLOUR Rust CODE 216 VALUE #872B17 EDGE #333333 0 // LEGOID 218 - Reddish Lilac 0 !COLOUR Reddish_Lilac CODE 218 VALUE #8E5597 EDGE #333333 0 // LEGOID 219 - Lilac 0 !COLOUR Lilac CODE 219 VALUE #564E9D EDGE #333333 0 // LEGOID 226 - Cool Yellow 0 !COLOUR Bright_Light_Yellow CODE 226 VALUE #FFEC6C EDGE #333333 0 // LEGOID 232 - Dove Blue 0 !COLOUR Sky_Blue CODE 232 VALUE #77C9D8 EDGE #333333 0 // LEGOID 140 - Earth Blue 0 !COLOUR Dark_Blue CODE 272 VALUE #19325A EDGE #333333 0 // LEGOID 141 - Earth Green 0 !COLOUR Dark_Green CODE 288 VALUE #00451A EDGE #808080 0 // LEGOID 295 - Flamingo Pink 0 !COLOUR Flamingo_Pink CODE 295 VALUE #FF94C2 EDGE #333333 0 // LEGOID 308 - Dark Brown 0 !COLOUR Dark_Brown CODE 308 VALUE #352100 EDGE #808080 0 // LEGOID 11 - Pastel Blue 0 !COLOUR Maersk_Blue CODE 313 VALUE #ABD9FF EDGE #333333 0 // LEGOID 154 - New Dark Red 0 !COLOUR Dark_Red CODE 320 VALUE #720012 EDGE #333333 0 // LEGOID 321 - Dark Azur 0 !COLOUR Dark_Azure CODE 321 VALUE #469BC3 EDGE #333333 0 // LEGOID 322 - Medium Azur 0 !COLOUR Medium_Azure CODE 322 VALUE #68C3E2 EDGE #333333 0 // LEGOID 323 - Aqua 0 !COLOUR Light_Aqua CODE 323 VALUE #D3F2EA EDGE #333333 0 // LEGOID 326 - Spring Yellowish Green 0 !COLOUR Yellowish_Green CODE 326 VALUE #E2F99A EDGE #333333 0 // LEGOID 330 - Olive Green 0 !COLOUR Olive_Green CODE 330 VALUE #77774E EDGE #333333 0 // LEGOID 153 - Sand Red 0 !COLOUR Sand_Red CODE 335 VALUE #88605E EDGE #333333 0 // LEGOID 16 - Pink 0 !COLOUR Medium_Dark_Pink CODE 351 VALUE #F785B1 EDGE #333333 0 // LEGOID 353 - Vibrant Coral 0 !COLOUR Coral CODE 353 VALUE #FF6D77 EDGE #333333 0 // LEGOID 12 - Light Orange Brown 0 !COLOUR Earth_Orange CODE 366 VALUE #D86D2C EDGE #333333 0 // LEGOID 136 - Sand Violet 0 !COLOUR Sand_Purple CODE 373 VALUE #75657D EDGE #333333 0 // LEGOID 151 - Sand Green 0 !COLOUR Sand_Green CODE 378 VALUE #708E7C EDGE #333333 0 // LEGOID 135 - Sand Blue 0 !COLOUR Sand_Blue CODE 379 VALUE #70819A EDGE #333333 0 // LEGOID 4 - Brick Red 0 !COLOUR Fabuland_Brown CODE 450 VALUE #D27744 EDGE #333333 0 // LEGOID 105 - Bright Yellowish Orange 0 !COLOUR Medium_Orange CODE 462 VALUE #F58624 EDGE #333333 0 // LEGOID 38 - Dark Orange 0 !COLOUR Dark_Orange CODE 484 VALUE #91501C EDGE #333333 0 // LEGOID 103 - Light Grey 0 !COLOUR Very_Light_Grey CODE 503 VALUE #BCB4A5 EDGE #333333 0 // LEGOID 13 - Red Orange 0 !COLOUR Fabuland_Red CODE 508 VALUE #FF8014 EDGE #333333 0 // LEGOID 19 - Light Brown 0 !COLOUR Fabuland_Orange CODE 509 VALUE #CF8A47 EDGE #333333 0 // LEGOID 14 - Pastel Green 0 !COLOUR Fabuland_Pastel_Green CODE 510 VALUE #78FC78 EDGE #333333 0 // LDraw Transparent Colours 0 // LEGOID 43 - Transparent Blue 0 !COLOUR Trans_Dark_Blue CODE 33 VALUE #0020A0 EDGE #000B38 ALPHA 128 0 // LEGOID 48 - Transparent Green 0 !COLOUR Trans_Green CODE 34 VALUE #73B464 EDGE #45783A ALPHA 128 0 // LEGOID 311 / 227 - Transparent Bright Green / Transparent Bright Yellowish Green 0 !COLOUR Trans_Bright_Green CODE 35 VALUE #AFD246 EDGE #749023 ALPHA 128 0 // LEGOID 41 - Transparent Red 0 !COLOUR Trans_Red CODE 36 VALUE #B82700 EDGE #521200 ALPHA 128 0 // LEGOID 113 - Transparent Medium Reddish Violet 0 !COLOUR Trans_Dark_Pink CODE 37 VALUE #FD8ECF EDGE #FC27A3 ALPHA 128 0 // LEGOID 47 - Transparent Fluorescent Reddish Orange 0 !COLOUR Trans_Neon_Orange CODE 38 VALUE #D06D4F EDGE #913F27 ALPHA 128 0 // LEGOID 229 - Transparent Light Bluish Green 0 !COLOUR Trans_Very_Light_Blue CODE 39 VALUE #ACD4DE EDGE #62AEC0 ALPHA 128 0 // LEGOID 111 - Transparent Brown 0 !COLOUR Trans_Black CODE 40 VALUE #BBB29E EDGE #908264 ALPHA 128 0 // LEGOID 143 - Transparent Fluorescent Blue 0 !COLOUR Trans_Medium_Blue CODE 41 VALUE #D0E5FF EDGE #6BAEFF ALPHA 128 0 // LEGOID 49 - Transparent Fluorescent Green 0 !COLOUR Trans_Neon_Green CODE 42 VALUE #FAF15B EDGE #E9DD07 ALPHA 128 0 // LEGOID 42 - Transparent Light Blue 0 !COLOUR Trans_Light_Blue CODE 43 VALUE #ADDDED EDGE #58BADA ALPHA 128 0 // LEGOID 236 - Transparent Bright Reddish Lilac 0 !COLOUR Trans_Bright_Reddish_Lilac CODE 44 VALUE #8D73B3 EDGE #73569F ALPHA 128 0 // LEGOID 230 - Transparent Bright Pink 0 !COLOUR Trans_Pink CODE 45 VALUE #ECA3C9 EDGE #DB4D96 ALPHA 128 0 // LEGOID 44 - Transparent Yellow 0 !COLOUR Trans_Yellow CODE 46 VALUE #FAF15D EDGE #E9DD07 ALPHA 128 0 // LEGOID 40 - Transparent 0 !COLOUR Trans_Clear CODE 47 VALUE #EEEEEE EDGE #BABABA ALPHA 128 0 // LEGOID 126 - Transparent Bright Bluish Violet 0 !COLOUR Trans_Purple CODE 52 VALUE #9C95C7 EDGE #5F54A0 ALPHA 128 0 // LEGOID 157 - Transparent Fluorescent Yellow 0 !COLOUR Trans_Neon_Yellow CODE 54 VALUE #FFF65C EDGE #F5E900 ALPHA 128 0 // LEGOID 182 - Trans Bright Orange 0 !COLOUR Trans_Orange CODE 57 VALUE #E18d0A EDGE #7F5006 ALPHA 128 0 // LEGOID 231 - Transparent Flame Yellowish Orange 0 !COLOUR Trans_Bright_Light_Orange CODE 231 VALUE #FCB76D EDGE #FA860A ALPHA 128 0 // LEGOID 234 - Transparent Fire Yellow 0 !COLOUR Trans_Fire_Yellow CODE 234 VALUE #FBE890 EDGE #F7D22B ALPHA 128 0 // LEGOID 284 - Transparent Reddish Lilac 0 !COLOUR Trans_Reddish_Lilac CODE 284 VALUE #C281A5 EDGE #944771 ALPHA 128 0 // LEGOID 285 - Transparent Light Green 0 !COLOUR Trans_Light_Green CODE 285 VALUE #7DC291 EDGE #46955D ALPHA 128 0 // LEGOID 293 - Transparent Light Royal Blue 0 !COLOUR Trans_Light_Blue_Violet CODE 293 VALUE #6BABE4 EDGE #247BC6 ALPHA 128 0 // LDraw Chrome Colours 0 // LEGOID 310 - Metalized Gold 0 !COLOUR Chrome_Gold CODE 334 VALUE #DFC176 EDGE #C2982E CHROME 0 // LEGOID 309 - Metalized Silver 0 !COLOUR Chrome_Silver CODE 383 VALUE #CECECE EDGE #9C9C9C CHROME 0 // LEGOID 187 - Metallic Earth Orange 0 !COLOUR Chrome_Antique_Brass CODE 60 VALUE #645A4C EDGE #665B4D CHROME 0 !COLOUR Chrome_Black CODE 64 VALUE #1B2A34 EDGE #3D5F76 CHROME 0 // LEGOID 185 - Metallic Bright Blue 0 !COLOUR Chrome_Blue CODE 61 VALUE #6C96BF EDGE #3D638A CHROME 0 // LEGOID 147 - Metallic Dark Green 0 !COLOUR Chrome_Green CODE 62 VALUE #3CB371 EDGE #226741 CHROME 0 !COLOUR Chrome_Pink CODE 63 VALUE #AA4D8E EDGE #632C52 CHROME 0 // LDraw Pearl Colours 0 // LEGOID 183 - Metallic White 0 !COLOUR Pearl_White CODE 183 VALUE #F6F2DF EDGE #333333 PEARLESCENT 0 // LEGOID 150 - Metallic Light Grey 0 !COLOUR Pearl_Very_Light_Grey CODE 150 VALUE #989B99 EDGE #333333 PEARLESCENT 0 // LEGOID 179 / 296 / 131 / 315 - Silver Flip-flop / Cool Silver / Silver / Silver Metallic 0 !COLOUR Pearl_Light_Grey CODE 135 VALUE #A0A0A0 EDGE #333333 PEARLESCENT 0 // LEGOID 131 - Silver 0 !COLOUR Flat_Silver CODE 179 VALUE #898788 EDGE #333333 PEARLESCENT 0 // LEGOID 148 - Metallic Dark Grey 0 !COLOUR Pearl_Dark_Grey CODE 148 VALUE #484D48 EDGE #333333 PEARLESCENT 0 // LEGOID 145 - Sand Blue Metallic 0 !COLOUR Metal_Blue CODE 137 VALUE #5B7590 EDGE #333333 PEARLESCENT 0 // LEGOID 127 - Gold 0 !COLOUR Pearl_Light_Gold CODE 142 VALUE #DEAC66 EDGE #333333 PEARLESCENT 0 // LEGOID 297 - Warm Gold 0 !COLOUR Pearl_Gold CODE 297 VALUE #AA7F2E EDGE #333333 PEARLESCENT 0 // LEGOID 147 - Metallic Sand Yellow 0 !COLOUR Flat_Dark_Gold CODE 178 VALUE #83724F EDGE #333333 PEARLESCENT 0 // LEGOID 139 - Copper 0 !COLOUR Copper CODE 134 VALUE #764D3B EDGE #333333 PEARLESCENT 0 // LEGOID 189 - Reddish Gold 0 !COLOUR Reddish_Gold CODE 189 VALUE #AC8247 EDGE #333333 PEARLESCENT 0 // LDraw Metallic Colours 0 // LEGOID 298 / 336 - Cool Silver Drum Lacq / Silver Ink 0 !COLOUR Metallic_Silver CODE 80 VALUE #767676 EDGE #333333 METAL 0 // LEGOID 200 - Lemon Metallic 0 !COLOUR Metallic_Green CODE 81 VALUE #6A7944 EDGE #333333 METAL 0 // LEGOID 299 / 335 - Warm Gold Drum Lacq / Gold Ink 0 !COLOUR Metallic_Gold CODE 82 VALUE #DBAC34 EDGE #333333 METAL 0 // LEGOID 149 - Metallic Black 0 !COLOUR Metallic_Black CODE 83 VALUE #0A1327 EDGE #333333 METAL 0 // LEGOID 337 - Titanium 0 !COLOUR Metallic_Dark_Grey CODE 87 VALUE #6D6E5C EDGE #333333 METAL 0 // LEGOID 300 / 334 - Copper Drum Lacq / Copper Ink 0 !COLOUR Metallic_Copper CODE 300 VALUE #C27F53 EDGE #333333 METAL 0 // LEGOID 184 - Metallic Bright Red 0 !COLOUR Metallic_Bright_Red CODE 184 VALUE #D60026 EDGE #333333 METAL 0 // LEGOID 186 - Metallic Dark Green 0 !COLOUR Metallic_Dark_Green CODE 186 VALUE #008E3C EDGE #333333 METAL 0 // LDraw Milky Colours 0 // LEGOID 20 - Nature 0 !COLOUR Milky_White CODE 79 VALUE #EEEEEE EDGE #BABABA ALPHA 240 0 // LEGOID 294 - Phosphorescent Green 0 !COLOUR Glow_In_Dark_Opaque CODE 21 VALUE #E0FFB0 EDGE #B8FF4D ALPHA 240 LUMINANCE 15 0 // LEGOID 50 - Phosphorescent White 0 !COLOUR Glow_In_Dark_Trans CODE 294 VALUE #BDC6AD EDGE #8D9D72 ALPHA 240 LUMINANCE 15 0 // LEGOID 329 - White Glow 0 !COLOUR Glow_In_Dark_White CODE 329 VALUE #F5F3D7 EDGE #E0DA85 ALPHA 240 LUMINANCE 15 0 // LDraw Glitter Colours 0 // LEGOID 114 - Tr. Medium Reddish-Violet w. Glitter 2% 0 !COLOUR Glitter_Trans_Dark_Pink CODE 114 VALUE #DF6695 EDGE #B9275F ALPHA 128 MATERIAL GLITTER VALUE #923978 FRACTION 0.17 VFRACTION 0.2 SIZE 1 0 // LEGOID 117 - Transparent Glitter 0 !COLOUR Glitter_Trans_Clear CODE 117 VALUE #EEEEEE EDGE #BABABA ALPHA 128 MATERIAL GLITTER VALUE #FFFFFF FRACTION 0.08 VFRACTION 0.1 SIZE 1 0 // LEGOID 129 - Tr. Bright Bluish Violet w. Glitter 2% 0 !COLOUR Glitter_Trans_Purple CODE 129 VALUE #640061 EDGE #000000 ALPHA 128 MATERIAL GLITTER VALUE #8C00FF FRACTION 0.3 VFRACTION 0.4 SIZE 1 0 // LEGOID 302 Tr. Light Blue with Glitter 2% 0 !COLOUR Glitter_Trans_Light_Blue CODE 302 VALUE #AEE9EF EDGE #59D1DE ALPHA 128 MATERIAL GLITTER VALUE #923978 FRACTION 0.17 VFRACTION 0.2 SIZE 1 0 // LEGOID 339 Tr Fluorescent Green with Glitter 2% 0 !COLOUR Glitter_Trans_Neon_Green CODE 339 VALUE #C0FF00 EDGE #739900 ALPHA 128 MATERIAL GLITTER VALUE #923978 FRACTION 0.17 VFRACTION 0.2 SIZE 1 0 // LDraw Speckle Colours 0 !COLOUR Speckle_Black_Silver CODE 132 VALUE #000000 EDGE #898788 MATERIAL SPECKLE VALUE #898788 FRACTION 0.4 MINSIZE 1 MAXSIZE 3 0 // LEGOID 132 - Black Glitter 0 !COLOUR Speckle_Black_Gold CODE 133 VALUE #000000 EDGE #DBAC34 MATERIAL SPECKLE VALUE #DBAC34 FRACTION 0.4 MINSIZE 1 MAXSIZE 3 0 !COLOUR Speckle_Black_Copper CODE 75 VALUE #000000 EDGE #AB6038 MATERIAL SPECKLE VALUE #AB6038 FRACTION 0.4 MINSIZE 1 MAXSIZE 3 0 !COLOUR Speckle_Dark_Bluish_Grey_Silver CODE 76 VALUE #635F61 EDGE #898788 MATERIAL SPECKLE VALUE #898788 FRACTION 0.4 MINSIZE 1 MAXSIZE 3 0 // LDraw Rubber Colours 0 !COLOUR Rubber_Yellow CODE 65 VALUE #FAC80A EDGE #333333 RUBBER 0 !COLOUR Rubber_Trans_Yellow CODE 66 VALUE #FAF15D EDGE #E9DD07 ALPHA 128 RUBBER 0 !COLOUR Rubber_Trans_Clear CODE 67 VALUE #EEEEEE EDGE #BABABA ALPHA 128 RUBBER 0 !COLOUR Rubber_Black CODE 256 VALUE #1B2A34 EDGE #595959 RUBBER 0 !COLOUR Rubber_Blue CODE 273 VALUE #1E5AA8 EDGE #333333 RUBBER 0 !COLOUR Rubber_Red CODE 324 VALUE #B40000 EDGE #333333 RUBBER 0 !COLOUR Rubber_Orange CODE 350 VALUE #D67923 EDGE #333333 RUBBER 0 !COLOUR Rubber_Light_Grey CODE 375 VALUE #8A928D EDGE #333333 RUBBER 0 !COLOUR Rubber_Dark_Blue CODE 406 VALUE #19325A EDGE #595959 RUBBER 0 !COLOUR Rubber_Purple CODE 449 VALUE #671F81 EDGE #333333 RUBBER 0 !COLOUR Rubber_Lime CODE 490 VALUE #A5CA18 EDGE #333333 RUBBER 0 !COLOUR Rubber_Light_Bluish_Grey CODE 496 VALUE #969696 EDGE #333333 RUBBER 0 !COLOUR Rubber_Flat_Silver CODE 504 VALUE #8C8C8C EDGE #333333 RUBBER 0 !COLOUR Rubber_White CODE 511 VALUE #F4F4F4 EDGE #333333 RUBBER 0 !COLOUR Rubber_Green CODE 10002 VALUE #58AB41 EDGE #333333 RUBBER 0 !COLOUR Rubber_Magenta CODE 10026 VALUE #901F76 EDGE #333333 RUBBER 0 !COLOUR Rubber_Medium_Lavender CODE 10030 VALUE #A06EB9 EDGE #333333 RUBBER 0 !COLOUR Rubber_Lavender CODE 10031 VALUE #CDA4DE EDGE #333333 RUBBER 0 !COLOUR Rubber_Reddish_Brown CODE 10070 VALUE #5F3109 EDGE #595959 RUBBER 0 !COLOUR Rubber_Bright_Light_Yellow CODE 10226 VALUE #FFEC6C EDGE #333333 RUBBER 0 !COLOUR Rubber_Dark_Brown CODE 10308 VALUE #372100 EDGE #595959 RUBBER 0 !COLOUR Rubber_Dark_Red CODE 10320 VALUE #720012 EDGE #333333 RUBBER 0 !COLOUR Rubber_Dark_Azure CODE 10321 VALUE #1498D7 EDGE #333333 RUBBER 0 !COLOUR Rubber_Medium_Azure CODE 10322 VALUE #469BC3 EDGE #333333 RUBBER 0 !COLOUR Rubber_Light_Aqua CODE 10323 VALUE #D3F2EA EDGE #333333 RUBBER 0 !COLOUR Rubber_Dark_Orange CODE 10484 VALUE #91501C EDGE #333333 RUBBER 0 // LDraw Internal Common Material Colours 0 !COLOUR Main_Colour CODE 16 VALUE #FFFF80 EDGE #333333 0 !COLOUR Edge_Colour CODE 24 VALUE #7F7F7F EDGE #333333 0 // LEGOID 109 - Black IR 0 !COLOUR Trans_Black_IR_Lens CODE 32 VALUE #000000 EDGE #333333 ALPHA 210 0 !COLOUR Magnet CODE 493 VALUE #656761 EDGE #808080 METAL 0 !COLOUR Electric_Contact_Alloy CODE 494 VALUE #D0D0D0 EDGE #333333 METAL 0 !COLOUR Electric_Contact_Copper CODE 495 VALUE #AE7A59 EDGE #333333 METAL 0 !COLOUR Trans_Sticker CODE 10047 VALUE #FFFFFF EDGE #FFFFFF ALPHA 16 0 ``` </details> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/ghost"><img src="https://avatars.githubusercontent.com/u/10137?v=4" />ghost</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p><strong><em>AIO Installer</em></strong> <code>2019-02</code> (release candidate) ready for testing!</p> <ul> <li><a href="https://forums.ldraw.org/thread-23709.html">https://forums.ldraw.org/thread-23709.html</a></li> </ul> <blockquote> <h3>Change log:</h3> <ul> <li>Update to Parts Library 2019-02</li> <li>Update to MLCad.ini 2019-02</li> <li>Update to LPub3D 2.3.13.0.1511</li> <li>Update to LeoCAD 19-02</li> <li>Update to Offline Parts Catalog 2019-02</li> </ul> </blockquote> <p>@leozide, Need release next <em>LeoCAD</em> version before <em>AIO Installer</em> would be released</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/leozide"><img src="https://avatars.githubusercontent.com/u/9685066?v=4" />leozide</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p>That's weird, there's no 19.02 version. Willy asked me for the latest version a few weeks ago, what does the about dialog say?</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/ghost"><img src="https://avatars.githubusercontent.com/u/10137?v=4" />ghost</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <blockquote> <p>That's weird, there's no <code>19.02</code> version</p> </blockquote> <p>Yeah, I also think about it! :D</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/ghost"><img src="https://avatars.githubusercontent.com/u/10137?v=4" />ghost</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p><em>LDraw Parts Library</em> <code>2019-03</code> released</p> <ul> <li><a href="https://forums.ldraw.org/thread-23800.html">https://forums.ldraw.org/thread-23800.html</a></li> </ul> <blockquote> <p>This adds 627 new files to the core library, including 474 new parts and 24 new primitives. Update versions of the colour definition files (LDConfig.ldr and LDCfgalt.ldr) are included in this release.</p> <p>After discussion on this forum we have decided to stop releasing files representing LEGO part numbers for <code>Physical_Colour</code> parts, as other automatically updated resources (such as BrickSet), provide a better source for this information. Included in this update are more re-issued versions of many of the <code>Physical_Colour</code> parts as obsoleted files.</p> </blockquote> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/ghost"><img src="https://avatars.githubusercontent.com/u/10137?v=4" />ghost</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p><em>MLCad.ini</em> <code>2019-03</code> released</p> <ul> <li><a href="https://forums.ldraw.org/thread-23856.html">https://forums.ldraw.org/thread-23856.html</a></li> </ul> <blockquote> <p>I just updated the MLCad.ini file accordingly to the latest LDraw.org parts update <a href="https://www.ldraw.org/parts/latest-parts.html">2019-03</a>. The .ini file defines (among other things) the parts available in MLCad's, LEOCad's and Bricksmith's minifigure generator.</p> <p>Download the file from my website: <a href="http://www.holly-wood.it/mlcad/mlcad_ini-en.html">http://www.holly-wood.it/mlcad/mlcad_ini-en.html</a></p> </blockquote> <p>Direct link — <a href="http://www.holly-wood.it/files/mlcad/MLCad_ini_2019-03.zip">http://www.holly-wood.it/files/mlcad/MLCad_ini_2019-03.zip</a></p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/ghost"><img src="https://avatars.githubusercontent.com/u/10137?v=4" />ghost</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p>@leozide, LDRaw <code>2020-01</code> released:</p> <ul> <li><a href="https://forums.ldraw.org/thread-24104.html">https://forums.ldraw.org/thread-24104.html</a></li> </ul> <p>Suggest <code>MLCad.ini</code> also would be updated soon, so need prepare all for the first <em>LeoCAD</em> <code>20.xx</code> release.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/ghost"><img src="https://avatars.githubusercontent.com/u/10137?v=4" />ghost</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p>@leozide, <code>MLCad.ini</code> updated to <code>2020-1</code> (links added into header comment)</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>