Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.77 KB | None | 0 0
  1. { -- 24
  2.         name = "Casino",
  3.         description = "This shop sells all kind of general purpose items.",
  4.         image = "general.png",
  5.        
  6.         {
  7.             name = "Chip Exchange",
  8.        
  9.             { name = "$50.00 Poker Chips", description = "Poker chips to use at a casino.", price = 50, itemID = 159, itemValue = "$50" },
  10.             { name = "$100.00 Poker Chips", description = "Poker chips to use at a casino.", price = 100, itemID = 159, itemValue = "$100"  },
  11.             { name = "$1,000.00 Poker Chips", description = "Poker chips to use at a casino.", price = 1000, itemID = 159, itemValue = "$1,000"  },
  12.             { name = "$5,000.00 Poker Chips", description = "Poker chips to use at a casino.", price = 5000, itemID = 159, itemValue = "$5,000"  },
  13.             { name = "$10,000.00 Poker Chips", description = "Poker chips to use at a casino.", price = 10000, itemID = 159, itemValue = "$10,000"  },
  14.             { name = "$15,000.00 Poker Chips", description = "Poker chips to use at a casino.", price = 15000, itemID = 159, itemValue = "$15,000"  },
  15.             { name = "$20,000.00 Poker Chips", description = "Poker chips to use at a casino.", price = 20000, itemID = 159, itemValue = "$20,000"  },
  16.             { name = "$25,000.00 Poker Chips", description = "Poker chips to use at a casino.", price = 25000, itemID = 159, itemValue = "$25,000"  },
  17.             { name = "$50,000.00 Poker Chips", description = "Poker chips to use at a casino.", price = 50000, itemID = 159, itemValue = "$50,000"  },
  18.             { name = "$100,000.00 Poker Chips", description = "Poker chips to use at a casino.", price = 100000, itemID = 159, itemValue = "$100,000" },
  19.             name = "Other",
  20.             { name = "Highrollers V.I.P Access", description = "A shiny card that reads 'Highrollers V.I.P.', usable at the Highrollers Casino.", price = 500000, itemID = 237, itemValue = "Highrollers V.I.P." },
  21.         }
  22.     },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement