[Asked][1.10.29a] Plugin crash (large.nuclear.factory.json:1167)

Plugin specific problems will be solved here.

Moderator: Plugin Moderators

User avatar
CommanderABab
AB
Reactions:
Posts: 11086
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: [Asked][1.10.29a] Plugin crash (large.nuclear.factory.json:1167)

#1

Post by CommanderABab »

You didn't terminate the array of smokes, try:

Code: Select all

 [
 {
  "id": "large.nuclear2",

  "type": "energy",

  "title": " Large Nuclear Plant Factory",

  "text": "LNPF(Large Nuclear Plant Factory Producted Many Energy And Monthly Price, it will bankrupt your city",

  "author": "Lobby & Naufhal",

  "width": 8,

  "height": 8,

  "frames": { "bmp": "large.nuclear.2.png" },
  "smoke":[
   {"id":"$smoke06","x":70, "y":-34},
   {"iď":"$smoke06","x":80, "y":-39},
   {"id":"$watervapor00","x":50, "y":-61},
   {"id":"$watervapor00","x":90, "y":-81}
   ],

  "needs road": "true",

  "needs land": "true",

  "needs water": "false",

  "build time": 98,

  "price": 5500000,

  "monthly price": 15000,

  "power": 95000000,

  "water": -550000,

  "influence noise": 85,

  "influence radioactive": 150,

  "requirement": { "requirements": [{ "type": "RANK", "data": { "lvl": 19 } }] },

  "explodes": "true",

  "explosion radius": 150,

  "nuclear": "true",

  "super conductive": "true",

  "performance": "true"
 }
] 
Note: true and false don't require quotes in json.

Return to “Problems”