Skip to content

Commit

Permalink
Merge pull request #77905 from AlexMooney/use_heavy_training_dummy
Browse files Browse the repository at this point in the history
Allow a heavy training dummy in place of light
  • Loading branch information
Night-Pryanik authored Nov 16, 2024
2 parents 22cdb84 + 4084f8a commit 2d4306f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/recipes/practice/melee.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
{ "proficiency": "prof_unarmed_familiar", "required": true },
{ "proficiency": "prof_unarmed_pro", "time_multiplier": 2, "skill_penalty": 0 }
],
"tools": [ [ "pseudo_training_dummy_light", "pseudo_punching_bag" ] ]
"tools": [ [ "pseudo_training_dummy_light", "pseudo_training_dummy_heavy", "pseudo_punching_bag" ] ]
},
{
"id": "prac_cutting_beg_long_sword",
Expand Down Expand Up @@ -814,7 +814,7 @@
{ "proficiency": "prof_shivs_familiar", "required": true },
{ "proficiency": "prof_shivs_pro", "time_multiplier": 2, "skill_penalty": 0 }
],
"tools": [ [ [ "real_shivs", 1, "LIST" ] ], [ "pseudo_training_dummy_light" ] ]
"tools": [ [ [ "real_shivs", 1, "LIST" ] ], [ "pseudo_training_dummy_light", "pseudo_training_dummy_heavy" ] ]
},
{
"id": "prac_bashing_beg_baton",
Expand Down

0 comments on commit 2d4306f

Please sign in to comment.