-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.json
65 lines (64 loc) · 1.95 KB
/
content.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"Format": "1.29.0",
"ConfigSchema": {
"WineryType": {
"AllowValues": "Upgradable,Finished",
"Default": "Upgradable"
},
"UpstairsType": {
"AllowValues": "Empty,Furnished",
"Default": "Empty"
}
},
"Changes": [
{
"Action": "Load",
"Target": "Maps/SlimeHutch",
"FromFile": "assets/WineryBase{{WineryType}}.tmx"
},
{
"Action": "EditMap",
"Target": "Maps/SlimeHutch",
"FromFile": "assets/WineryUpstairs{{UpstairsType}}.tmx",
"FromArea": { "X": 3, "Y": 2, "Width": 12, "Height": 17 },
"ToArea": { "X": 3, "Y": 2, "Width": 12, "Height": 17 },
"PatchMode": "Replace",
"When": {"FarmhouseUpgrade": "2, 3", "WineryType": "Upgradable"}
},
{
"Action": "EditMap",
"Target": "Maps/SlimeHutch",
"FromFile": "assets/WineryUpstairs{{UpstairsType}}.tmx",
"FromArea": { "X": 3, "Y": 2, "Width": 12, "Height": 17 },
"ToArea": { "X": 3, "Y": 2, "Width": 12, "Height": 17 },
"PatchMode": "Replace",
"When": {"WineryType": "Finished"}
},
{
"Action": "EditMap",
"Target": "Maps/SlimeHutch",
"MapProperties": {
"DayTiles": "Front 6 3 256 Front 6 4 288 Front 11 3 256 Front 11 4 288",
"NightTiles": "Front 6 3 1253 Front 6 4 1285 Front 11 3 1253 Front 11 4 1285"
},
"When": {"FarmhouseUpgrade": "2, 3", "WineryType": "Upgradable"}
},
{
"Action": "EditMap",
"Target": "Maps/SlimeHutch",
"FromFile": "assets/WineryDownstairs.tmx",
"FromArea": { "X": 0, "Y": 32, "Width": 30, "Height": 23 },
"ToArea": { "X": 0, "Y": 32, "Width": 30, "Height": 23 },
"PatchMode": "Replace",
"When": {"FarmhouseUpgrade": "3", "WineryType": "Upgradable"}
},
{
"Action": "EditMap",
"Target": "Maps/SlimeHutch",
"MapProperties": {
"CanCaskHere": "T"
},
"When": {"FarmhouseUpgrade": "3", "WineryType": "Upgradable"}
}
]
}