Skip to content

Commit

Permalink
Dial down the amount of charges for beginner practice recipe (CleverR…
Browse files Browse the repository at this point in the history
…aven#75635)

* Dial down the amount of charges for beginner practice recipe

* Update data/json/recipes/practice/computers.json

Co-authored-by: Maleclypse <[email protected]>

---------

Co-authored-by: Maleclypse <[email protected]>
  • Loading branch information
sonphantrung and Maleclypse authored Aug 14, 2024
1 parent efae078 commit 9a18322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/recipes/practice/computers.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"practice_data": { "min_difficulty": 0, "max_difficulty": 1, "skill_limit": 2 },
"autolearn": [ [ "computer", 1 ] ],
"book_learn": [ [ "mag_computer", 0 ], [ "howto_computer", 0 ] ],
"tools": [ [ [ "laptop", 50 ], [ "eink_tablet_pc", 20 ], [ "smart_phone", 20 ] ] ],
"tools": [ [ [ "laptop", 10 ], [ "eink_tablet_pc", 1 ], [ "smart_phone", 5 ] ] ],
"flags": [ "BLIND_EASY" ]
},
{
Expand Down

0 comments on commit 9a18322

Please sign in to comment.