Page 1 of 1

Cathedral of Brasília

Posted: 12 Jan 2020, 16:30
by Carlão da massa

Re: Cathedral of Brasília

Posted: 12 Jan 2020, 16:49
by CommanderABab
Very nice!

Code: Select all

[
  {
    "active":"true",
    ...
...
    "needs road":"true",
    "influence religion":"40",
    "influence park":"40",
...
...
     "price":"35000",
     "monthly price":"2000",
...
  }
    ]
You should not have quotes around the numbers and true on these lines.

Re: Cathedral of Brasília

Posted: 14 Jan 2020, 05:47
by Carlão da massa
CommanderABab wrote:
12 Jan 2020, 16:49
Very nice!

Code: Select all

[
  {
    "active":"true",
    ...
...
    "needs road":"true",
    "influence religion":"40",
    "influence park":"40",
...
...
     "price":"35000",
     "monthly price":"2000",
...
  }
    ]
You should not have quotes around the numbers and true on these lines.
Ops...it's ok now ?

Code: Select all

[
  {
    "id":"CatedralBrasilia00",
    "type":"religion",
    "author":"Carlão da massa",
    "width":4,
    "height":4,
    "frames":[{"bmp":"Nova.png"}],
    "influence religion":40,
    "influence park":40,
    "title":"Cathedral of Brasília",
    "text":"The Metropolitan Cathedral Nossa Senhora Aparecida was the first monument created in the capital of Brazil, Brasília, and was designed by architect Oscar Niemeyer.With capacity to receive 4000 people, its construction began in 1958, and was completed 2 years later.",
     "price":35000,
     "monthly price":2000
  }
    ]
Fixed
https://drive.google.com/uc?export=down ... wtLefAaV1D