forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.json
More file actions
75 lines (55 loc) · 3.23 KB
/
default.json
File metadata and controls
75 lines (55 loc) · 3.23 KB
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
{
/*********
** 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.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.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.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.casino-slots.name": "Casino slots",
"config.casino-slots.tooltip": "How fast the casino slots turn. 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.tree-fall.name": "Tree falling",
"config.tree-fall.tooltip": "How fast trees fall after you chop them down. Default {{defaultValue}}x, suggested {{suggestedValue}}x.",
/****
** 'UI Animation Speeds' section
****/
"config.ui-speeds": "UI Animation Speeds",
"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."
}