Skip to content

Commit

Permalink
Merge pull request #75558 from eiennohito/aim-game-energy
Browse files Browse the repository at this point in the history
Make aim game toolkit recipes use 5 energy instead of 50
  • Loading branch information
Maleclypse authored Aug 13, 2024
2 parents c970492 + 8edfbf6 commit 689cc36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/recipes/practice/ranged.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
"time": "1 h",
"practice_data": { "min_difficulty": 0, "max_difficulty": 2, "skill_limit": 3 },
"autolearn": [ [ "pistol", 0 ] ],
"tools": [ [ [ "aim_game", 50 ] ] ],
"tools": [ [ [ "aim_game", 5 ] ] ],
"qualities": [ { "id": "PISTOL", "level": 1 } ]
},
{
Expand All @@ -246,7 +246,7 @@
"time": "1 h",
"practice_data": { "min_difficulty": 0, "max_difficulty": 2, "skill_limit": 3 },
"autolearn": [ [ "rifle", 0 ] ],
"tools": [ [ [ "aim_game", 50 ] ] ],
"tools": [ [ [ "aim_game", 5 ] ] ],
"qualities": [ { "id": "RIFLE", "level": 1 } ]
},
{
Expand All @@ -262,7 +262,7 @@
"time": "1 h",
"practice_data": { "min_difficulty": 0, "max_difficulty": 2, "skill_limit": 3 },
"autolearn": [ [ "shotgun", 0 ] ],
"tools": [ [ [ "aim_game", 50 ] ] ],
"tools": [ [ [ "aim_game", 5 ] ] ],
"qualities": [ { "id": "SHOTGUN", "level": 1 } ]
},
{
Expand All @@ -278,7 +278,7 @@
"time": "1 h",
"practice_data": { "min_difficulty": 0, "max_difficulty": 2, "skill_limit": 3 },
"autolearn": [ [ "smg", 0 ] ],
"tools": [ [ [ "aim_game", 50 ] ] ],
"tools": [ [ [ "aim_game", 5 ] ] ],
"qualities": [ { "id": "SMG", "level": 1 } ]
},
{
Expand Down

0 comments on commit 689cc36

Please sign in to comment.