您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

18 行
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. };