Skip to content

Instantly share code, notes, and snippets.

@Teggy
Last active January 17, 2020 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Teggy/cfcdd131ec7df6dfae76eed919f625ce to your computer and use it in GitHub Desktop.
Save Teggy/cfcdd131ec7df6dfae76eed919f625ce to your computer and use it in GitHub Desktop.
U Tübingen LEGO database in RelaX format
group: LEGO database
description[[The U Tübingen LEGO database]]
bricks = { piece:string, type:string, name:string, cat:number, weight:number, img:string, x:number, y:number, z:number
"87749","B","Lower Body with Tentacles","20","4.07","http://www.bricklink.com/PL/87749",NULL,NULL,NULL
"wampa","B","Wampa, Complete Assembly","147","31.33","http://www.bricklink.com/PL/wampa",NULL,NULL,NULL
"90981","B","Spider Web, Hanging","86","1.51","http://www.bricklink.com/PL/90981",NULL,NULL,NULL
}
sets = { set:string, name:string, cat:number, x:number, y:number, z:number, weight:number, year:number, img:string
"1283-1","Red Scorpion","67",NULL,NULL,NULL,NULL,"2000","http://www.bricklink.com/SL/1283-1"
"0011-2","Town Mini-Figures","67",NULL,NULL,NULL,NULL,"1978","http://www.bricklink.com/SL/0011-2"
"1257-1","Tricycle","36",NULL,NULL,NULL,NULL,"1999","http://www.bricklink.com/SL/1257-1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment