[Asked] Decoration Price

Plugin specific problems will be solved here.

Moderator: Plugin Moderators

User avatar
KINGTUT10101
1,000,000 inhabitants
Reactions:
Posts: 2220
Joined: 07 Jul 2016, 22:50
Location: 'Merica
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

[Asked] Decoration Price

#1

Post by KINGTUT10101 »

Settings a Decoration's price to 0 does nothing. It will just ignore this 0 and use whatever price it feels like.

User avatar
JustAnyone
Developer
Reactions:
Posts: 3474
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: Decoration Price

#2

Post by JustAnyone »

Are you overriding anything?

User avatar
KINGTUT10101
1,000,000 inhabitants
Reactions:
Posts: 2220
Joined: 07 Jul 2016, 22:50
Location: 'Merica
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: Decoration Price

#3

Post by KINGTUT10101 »

No. Im just making a regular decoration plugin.

User avatar
JustAnyone
Developer
Reactions:
Posts: 3474
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: Decoration Price

#4

Post by JustAnyone »

Mind sharing json?

User avatar
KINGTUT10101
1,000,000 inhabitants
Reactions:
Posts: 2220
Joined: 07 Jul 2016, 22:50
Location: 'Merica
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: Decoration Price

#5

Post by KINGTUT10101 »

Code: Select all

[
	{
		"buildtime":0,
		"bulldozeprice":5000,
		"conductive":false,
		"destroyable":false,
		"drawground":true,
		"framealignmentarea":true,
		"frames":[
			{
				"bmp":"darkgrass.png",
				"count":6,
				"frames":6,
				"w":32
			}
		],
		"height":1,
		"hidden":false,
		"id":"dark_grass.kt101",
		"influencepark":0,
		"monthlyprice":0,
		"needsland":false,
		"needsroad":false,
		"needswater":false,
		"pickable":false,
		"power":0,
		"price":0,
		"text":"Removethistileorexplorethisareawithbotstobuildstuffonit.",
		"title":"UndiscoveredArea",
		"type":"decoration",
		"water":0,
		"width":1
	}
]
In game the price of it will be 8T, despite the fact that the price is set to 0.

Post Reply Previous topicNext topic

Return to “Problems”