-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRPGMakerMV.SweetNoDeath.json
106 lines (106 loc) · 2.13 KB
/
RPGMakerMV.SweetNoDeath.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"splits": [
{
"name": "Acorn Room Exit",
"activators": [
{
"type": "transition",
"map": null,
"from": 2,
"to": 1,
"event": null,
"page": null,
"line": null,
"id": null,
"value": null,
"any": null,
"common": null
}
],
"start": false
},
{
"name": "Day 1 Sleep",
"activators": [
{
"type": "event",
"map": null,
"from": null,
"to": null,
"event": 10,
"page": null,
"line": 3,
"id": null,
"value": null,
"any": null,
"common": true
}
],
"start": false
},
{
"name": "Enter Lambchop Butchery",
"activators": [
{
"type": "transition",
"map": null,
"from": 7,
"to": 10,
"event": null,
"page": null,
"line": null,
"id": null,
"value": null,
"any": null,
"common": null
}
],
"start": false
},
{
"name": "Wrong Ending",
"activators": [
{
"type": "event",
"map": 7,
"from": null,
"to": null,
"event": 4,
"page": 7,
"line": 41,
"id": null,
"value": null,
"any": null,
"common": false
}
],
"start": false
},
{
"name": "True Ending",
"activators": [
{
"type": "event",
"map": 1,
"from": null,
"to": null,
"event": 21,
"page": 1,
"line": 158,
"id": null,
"value": null,
"any": null,
"common": false
}
],
"start": false
}
],
"defaults": {
"Acorn Room Exit": true,
"Day 1 Sleep": true,
"Enter Lambchop Butchery": true,
"Wrong Ending": true,
"True Ending": true
}
}