Dogcraft Wiki
Archive/Mall map/Mall plot
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 44: | Line 44: | ||
"description": "Represents a single plot on the mall map.", | "description": "Represents a single plot on the mall map.", | ||
"paramOrder": [ | "paramOrder": [ | ||
"district", | |||
"plot number", | |||
"expiry", | |||
"owner", | "owner", | ||
"content", | "content", | ||
"0", | "0", | ||
"4", | "4", | ||
"5", | "5" | ||
], | |||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 14:21, 24 January 2021
Represents a single plot on the mall map.
Parameter | Description | Type | Status | |
---|---|---|---|---|
District | district | The district the plot is in. Accepted values: "Dog", "Fish", "Tree", "Fountain"
| String | required |
Plot number | plot number | The number of the plot. Ingame, it can be found on the sign, after the district and floor. In the case of "dog_a_25", the number is 25.
| Number | required |
Expiry date | expiry | The date of expiry of the plot. (This may need to be updated at a later date) | Date | required |
Owner | owner | The ingame name of the owner of the plot. Accepts one name.
| String | suggested |
Items sold | content | A list of items sold on the plot. This is an optional feild. The list may be incomplete or may be left completely blank.
| String | suggested |
0 | 0 | no description | Unknown | optional |
4 | 4 | no description | Unknown | optional |
5 | 5 | no description | Unknown | optional |