✔What should i write for energ producing
Moderators: Scenario Moderators, Plugin Moderators
✔What should i write for energ producing
İm makimg a power plant can someone say the code
- Lobby
- Developer
- Posts: 3719
- Joined: 26 Oct 2008, 12:34
- Plugins: Showcase Store
- Version: Beta
-
Platform
Re: Wnat should i write for energ producing
Something like

Code: Select all
[
{
"id":"$lobby_powerplant00",
"type":"energy",
"width":3,
"height":3,
"frames":[..],
"price":800,
"monthly price":20,
"power":50,
"water":0
}
]
- JustAnyone
- Developer
- Posts: 3580
- Joined: 23 Jul 2017, 12:45
- Location: Easter Island
- Plugins: Showcase Store
-
Platform
Re: Wnat should i write for energ producing
No.former member wrote: ↑18 Dec 2017, 17:22So, normally "power" means power usage, but when type is "energy" it means power production.
If you use power attribute with minus, it will use that power.
- JustAnyone
- Developer
- Posts: 3580
- Joined: 23 Jul 2017, 12:45
- Location: Easter Island
- Plugins: Showcase Store
-
Platform
Re: Wnat should i write for energ producing
Well you remembered wrong.