-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathquest
75 lines (75 loc) · 1.9 KB
/
quest
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
[
{
"name": "Settings",
"jsObjType": "settings",
"jsColour": "black",
"jsShowRoomsOnly": true,
"jsNewRoomWhere": "Top",
"jsNewItemWhere": "Location",
"jsAutosaveInterval": 5,
"title": "quest",
"subtitle": "",
"author": "",
"version": "1.0",
"thank": [],
"lang": "lang-en",
"jsAdvanced": false,
"debug": false,
"moneyFormat": "$!",
"givePlayerSayMsg": true,
"jsnoAskTell": true,
"noAskTell": "You cannot use ASK/TELL ABOUT in this game.",
"jsnoTalkTo": true,
"dropdownForConv": false,
"npcReactionsAlways": false,
"intro": "",
"setup": "",
"textInput": true,
"cursor": ">",
"cmdEcho": true,
"textEffectDelay": 50,
"clearScreenOnRoomEnter": false,
"jsRoomTitlePos": 1,
"jsRoomTitleNewLine": false,
"jsRoomTitleYouAreIn": false,
"jsRoomItemsPos": 2,
"jsRoomItemsNewLine": false,
"jsRoomExitsPos": 3,
"jsRoomExitsNewLine": false,
"jsRoomDescPos": 4,
"jsRoomDescNewLine": false,
"jsStyleMain_font_family": "'Arial Black', Gadget, sans-serif",
"jsStyleMain_font_size": 11,
"jsStyleMain_color": "black",
"jsStyleMain_background_color": "white",
"jsGoogleFonts": [],
"panes": "left",
"compass": true,
"jsInvHere": true,
"jsInvHeld": true,
"jsInvWorn": true,
"jsStatusPaneFlag": true,
"statusPane": "",
"statusWidthLeft": 120,
"statusWidthRight": 40,
"jsdivider": false,
"jsStatusList": [],
"jsStyleSide_font_family": "'Arial Black', Gadget, sans-serif",
"jsStyleSide_font_size": 9,
"jsStyleSide_color": "black",
"jsStyleSide_background_color": "whte"
},
{
"name": "lounge",
"jsObjType": "room",
"desc": "The lounge is big."
},
{
"name": "player",
"loc": "lounge",
"jsObjType": "item",
"jsPronoun": "secondperson",
"jsMobilityType": "Player",
"examine": "Looking good!"
}
]