You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
253 B

  1. module.exports = {
  2. dealer: {
  3. zoneName: 'sewer',
  4. pos: {
  5. x: 74,
  6. y: 99
  7. },
  8. zoneConfig: {
  9. name: 'Shady Dealer',
  10. cell: 0,
  11. sheetName: '$MODFOLDER$/images/mobs.png',
  12. components: {
  13. cpnWorkbench: { type: 'gambling' }
  14. }
  15. }
  16. }
  17. };