Skip to content

Commit

Permalink
Merge pull request #37513 from Kelenius/BookReadTimeFix
Browse files Browse the repository at this point in the history
Lowered excessive reading times of some cooking books.
  • Loading branch information
ZhilkinSerg committed Jan 29, 2020
2 parents 39a7655 + 6939a9d commit fc830a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/items/book/cooking.json
Expand Up @@ -130,7 +130,7 @@
"required_level": 1,
"max_level": 5,
"intelligence": 7,
"time": "45 m",
"time": "30 m",
"fun": 1
},
{
Expand Down Expand Up @@ -477,7 +477,7 @@
"required_level": 1,
"max_level": 2,
"intelligence": 5,
"time": "45 m"
"time": "20 m"
},
{
"id": "cookbook_daintydishes",
Expand All @@ -488,7 +488,7 @@
"price": 3000,
"price_postapoc": 4700,
"max_level": 3,
"time": "60 m",
"time": "18 m",
"fun": 1,
"copy-from": "cookbook_liverforkids"
},
Expand All @@ -501,7 +501,7 @@
"volume": "1100 ml",
"required_level": 0,
"max_level": 1,
"time": "70 m",
"time": "25 m",
"fun": -1,
"copy-from": "cookbook_liverforkids"
},
Expand Down

0 comments on commit fc830a7

Please sign in to comment.