-
-
Notifications
You must be signed in to change notification settings - Fork 385
/
Copy pathdefault.json
123 lines (88 loc) · 5.58 KB
/
default.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
/*********
** Generic Mod Config Menu UI
*********/
/****
** 'General Options' section
****/
"config.general-options": "General Options",
"config.disable-eat-prompt.name": "Disable eat/drink prompt",
"config.disable-eat-prompt.tooltip": "Whether to skip the confirmation prompt asking if you really want to eat/drink something.",
/****
** 'Player Animation Speeds' section
****/
"config.animation-speeds": "Player Animation Speeds",
"config.eat-or-drink.name": "Eat/drink",
"config.eat-or-drink.tooltip": "How fast you eat and drink. Default {{defaultValue}}x.",
"config.fish.name": "Fish",
"config.fish.tooltip": "How fast you cast and reel when fishing (doesn't affect the minigame). Default {{defaultValue}}x, suggested {{suggestedValue}}x.",
"config.harvest.name": "Harvest",
"config.harvest.tooltip": "How fast you harvest crops and forage by hand. Default {{defaultValue}}x.",
"config.hold-up-item.name": "Hold up item",
"config.hold-up-item.tooltip": "How fast you hold up an item. Default {{defaultValue}}x.",
"config.horse-flute.name": "Play Horse Flute",
"config.horse-flute.tooltip": "How fast you play the horse flute. Default {{defaultValue}}x.",
"config.milk.name": "Milk",
"config.milk.tooltip": "How fast you use the milk pail. Default {{defaultValue}}x.",
"config.mount.name": "Mount/dismount",
"config.mount.tooltip": "How fast you mount/dismount horses (including custom mounts like Tractor Mod). Default {{defaultValue}}x.",
"config.read-book.name": "Read book",
"config.read-book.tooltip": "How fast you read books. Default {{defaultValue}}x.",
"config.shear.name": "Shear",
"config.shear.tooltip": "How fast you use the shears. Default {{defaultValue}}x.",
"config.slingshot.name": "Use slingshot",
"config.slingshot.tooltip": "How fast you draw when using slingshots. Default {{defaultValue}}x, suggested {{suggestedValue}}x.",
"config.tool.name": "Swing tool",
"config.tool.tooltip": "How fast you swing your tools (except weapons & fishing rod). Default {{defaultValue}}x, suggested {{suggestedValue}}x.",
"config.use-totem.name": "Use totem",
"config.use-totem.tooltip": "How fast you use a totem. Default {{defaultValue}}x.",
"config.weapon.name": "Swing weapon",
"config.weapon.tooltip": "How fast you swing your weapons. Default {{defaultValue}}x, suggested {{suggestedValue}}x.",
/****
** 'World Animation Speeds' section
****/
"config.world-speeds": "World Animation Speeds",
"config.break-geodes.name": "Break geodes",
"config.break-geodes.tooltip": "How fast the blacksmith breaks geodes for you. Default {{defaultValue}}x.",
"config.bus.name": "Pam's bus",
"config.bus.tooltip": "How fast Pam drives her bus to and from the desert. Default {{defaultValue}}x.",
"config.casino-slots.name": "Casino slots",
"config.casino-slots.tooltip": "How fast the casino slots turn. Default {{defaultValue}}x.",
"config.fade.name": "Fade",
"config.fade.tooltip": "How fast the screen fades to black and fades back in. Default {{defaultValue}}x.",
"config.fishing-treasure.name": "Fishing treasure chest",
"config.fishing-treasure.tooltip": "How fast you open a fishing treasure chest. Default {{defaultValue}}x.",
"config.forge.name": "Forge",
"config.forge.tooltip": "How fast the volcano forge works. Default {{defaultValue}}x.",
"config.open-chest.name": "Open chest",
"config.open-chest.tooltip": "How fast you open chests. Default {{defaultValue}}x.",
"config.parrot-express.name": "Parrot express",
"config.parrot-express.tooltip": "How fast the parrot express runs. Default {{defaultValue}}x.",
"config.prize-ticket-machine.name": "Prize ticket machine",
"config.prize-ticket-machine.tooltip": "How fast Lewis' prize ticket machine accepts a ticket and produces an item. Default {{defaultValue}}x.",
"config.tailor.name": "Tailor",
"config.tailor.tooltip": "How fast the sewing machine works. Default {{defaultValue}}x.",
"config.tree-fall.name": "Tree falling",
"config.tree-fall.tooltip": "How fast trees fall after you chop them down. Default {{defaultValue}}x, suggested {{suggestedValue}}x.",
"config.wheel-spin.name": "Wheel spin",
"config.wheel-spin.tooltip": "How fast the Stardew Valley Fair wheel minigame spins. Default {{defaultValue}}x.",
/****
** 'UI Animation Speeds' section
****/
"config.ui-speeds": "UI Animation Speeds",
"config.dialogue-typing.name": "Dialogue typing",
"config.dialogue-typing.tooltip": "How fast text appears in dialogue boxes. Default {{defaultValue}}x",
"config.open-dialogue-box.name": "Open dialogue box",
"config.open-dialogue-box.tooltip": "How fast dialogue boxes open. Default {{defaultValue}}x.",
"config.title-menu.name": "Title menu transitions",
"config.title-menu.tooltip": "How fast the title menu transitions between screens. Default {{defaultValue}}x.",
"config.load-game-blink.name": "Load game blink",
"config.load-game-blink.tooltip": "How fast the blinking-slot delay happens after you click a load-save slot. Default {{defaultValue}}x.",
/****
** 'Experimental' section
****/
"config.experimental": "Experimental options",
"config.experimental-warning": "These options aren't fully stable yet, and may cause issues like freezes and crashes. Enabling any of these isn't recommended.",
"config.event.name": "Event cutscene",
"config.event.tooltip": "How fast event cutscenes play. Default {{defaultValue}}x, suggested {{suggestedValue}}x."
}