✔.Json File
Moderators: Scenario Moderators, Plugin Moderators
✔.Json File
What does this mean? I think it is not specific enough for me.
Thank you very much!
Thank you very much!
Re: .Json File
@Lobby
@KoalaGuy
Well, Here it is:
@KoalaGuy
Well, Here it is:
Code: Select all
[
{
"id":"$coalplant00",
"type":"energy",
"width":5,
"height":5,
"frames":[{"steal":"$coalplant00","frame":0}],
"animation":[
{"id":"$animationblinkingredlight3x3","x":84,"y":-173}],
"smoke":[{"id":"$smoke03","x":69,"y":-183},
{"id":"$smoke03","x":80,"y":-189},
{"id":"$smoke05","x":94,"y":-61},
{"id":"$smoke05","x":102,"y":-57}],
"price":100000,
"monthly price":20000,
"influence pollution":25,
"influence noise":10,
"influence park":-5,
"power":7500,
"build height":12,
"water":0,
"override":true,
"upgrades":[
{
"id":"tm.upgrade06.dusko",
"frames":[
{"bmp":"blank.png"}
],
"monthly price":-17500,
"power":-7500,
"influence pollution":-25,
"influence noise":-10,
"title":"Disable",
"text":"Disables this building.",
"only one":true
},
{
"id":"tm.upgrade.half03.dusko",
"frames":[
{"bmp":"blank.png"}
],
"monthly price":-7500,
"power":-4500,
"influence pollution":-10,
"influence noise":-2,
"title":"Half production",
"text":"Decrease production of this building by half.",
"only one":true
},
{
"id":"tm.upgrade07.dusko",
"frames":[
{"bmp":"blank.png"}
],
"monthly price":0,
"power":0,
"title":"Enable",
"text":"Enables this building.",
"only one":true
},
],
"requirement":{
"requirements":
[{"type":"RANK","data":{"lvl":16}},
{"type":"BUILDING","data":{"id":"$coalmine00"}}]
}
},
{
"id":"$nuclearplant00",
"type":"energy",
"width":6,
"height":6,
"frames":[{"steal":"$nuclearplant00","frame":0}],
"smoke":[
{"id":"$watervapor00","x":52,"y":-61},
{"id":"$watervapor00","x":92,"y":-81},
{"id":"$smoke06","x":70,"y":-34},
{"id":"$smoke06","x":80,"y":-39},
{"id":"$smoke05","x":143,"y":-125}
],
"animation":[
{"id":"$animationblinkingredlight3x3","x":147,"y":-124},
{"id":"$animationblinkingredlight3x3","x":147,"y":-106},
{"id":"$animationblinkingredlight3x3","x":147,"y":-87}
],
"price":550000,
"monthly price":75000,
"power":45000,
"water":-3000,
"influence noise":2,
"influence radioactive":60,
"override":true,
"upgrades":[
{
"id":"tm.upgrade08.dusko",
"frames":[
{"bmp":"blank.png"}
],
"monthly price":-40000,
"power":-45000,
"influence noise":-2,
"influence radioactive":-40,
"title":"Disable",
"text":"Disables this building.",
"only one":true
},
{
"id":"tm.upgradehalf04.dusko",
"frames":[
{"bmp":"blank.png"}
],
"monthly price":-20000,
"power":-20000,
"influence noise":0,
"influence radioactive":-10,
"title":"Half production",
"text":"Decrease production of this building by half.",
"only one":true
},
{
"id":"tm.upgrade09.dusko",
"frames":[
{"bmp":"blank.png"}
],
"monthly price":0,
"power":0,
"title":"Enable",
"text":"Enables this building.",
"only one":true
}
],
"requirement":{
"requirements":
[{"type":"RANK","data":{"lvl":26}},
{"type":"BUILDING","data":{"id":"BearsScienceLab"}}]
}
}
]