forked from spacechase0/StardewValleyMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.json
44 lines (32 loc) · 1.99 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
{
/*********
** Ring items
*********/
"quality-ring.name": "Quality+ Ring",
"quality-ring.description": "A chance for higher quality crop harvests.",
"refreshing-ring.name": "Refreshing Ring",
"refreshing-ring.description": "I wonder what it does.",
"ring-of-regeneration.name": "Ring of Regeneration",
"ring-of-regeneration.description": "Slowly heal over time.",
"ring-of-diamond-booze.name": "Ring of Diamond Booze",
"ring-of-diamond-booze.description": "Negates the tipsy effect of lighter alcohol.",
"ring-of-wide-nets.name": "Ring of Wide Nets",
"ring-of-wide-nets.description": "Increases fishing bar size by 50%.",
"ring-of-far-reaching.name": "Ring of Far Reaching",
"ring-of-far-reaching.description": "Use tools at a distance.",
"ring-of-true-sight.name": "Ring of True Sight",
"ring-of-true-sight.description": "See beyond what you can see.",
/*********
** Generic Mod Config Menu UI
*********/
"config.quality-ring-chance.name": "Quality+ Ring: Chance",
"config.quality-ring-chance.description": "The percentage chance of a higher crop quality with the Quality+ Ring equipped.",
"config.ring-of-wide-nets-multiplier.name": "Ring of Wide Nets: Multiplier",
"config.ring-of-wide-nets-multiplier.description": "The multiplier applied to the fishing bar size with the Ring of Wide Nets equipped.",
"config.ring-of-regeneration-rate.name": "Ring of Regeneration: Regen",
"config.ring-of-regeneration-rate.description": "The health regen rate per second with the Ring of Regeneration equipped.",
"config.refreshing-ring-rate.name": "Refreshing Ring: Regen",
"config.refreshing-ring-rate.description": "The stamina regen rate per second with the Refreshing Ring equipped.",
"config.ring-of-far-reaching-distance.name": "Ring of Far Reaching: Distance",
"config.ring-of-far-reaching-distance.description": "The distance in tiles at which you can use tools with the Ring of Far Reaching equipped."
}