Skip to content

Commit

Permalink
Fix proficiency fail rates in magiclysm (#49498)
Browse files Browse the repository at this point in the history
* Update proficiencies.json

* Update blacksmithing.json

* Update magic_tools.json
  • Loading branch information
I-am-Erk authored Jun 30, 2021
1 parent 9b5b534 commit 8e3a8da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions data/mods/Magiclysm/proficiencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "You know the basics of manipulating the mana of objects through application of chemical laws.",
"can_learn": true,
"default_time_multiplier": 2,
"default_fail_multiplier": 3,
"default_fail_multiplier": 1.3,
"time_to_learn": "8 h"
},
{
Expand All @@ -17,7 +17,7 @@
"can_learn": true,
"time_to_learn": "4 h",
"default_time_multiplier": 2,
"default_fail_multiplier": 2,
"default_fail_multiplier": 1.2,
"required_proficiencies": [ "prof_alchemy" ]
}
]
8 changes: 4 additions & 4 deletions data/mods/Magiclysm/recipes/blacksmithing.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"proficiencies": [
{ "proficiency": "prof_metalworking" },
{ "proficiency": "prof_metallurgy" },
{ "proficiency": "prof_alchemy", "required": false, "time_multiplier": 1.5, "fail_multiplier": 5 },
{ "proficiency": "prof_alchemy", "required": false, "time_multiplier": 1.5, "fail_multiplier": 1.5 },
{ "proficiency": "prof_almetallurgy" }
],
"book_learn": [ [ "welding_book", 4 ] ],
Expand All @@ -30,7 +30,7 @@
"time": "180 m",
"proficiencies": [
{ "proficiency": "prof_metallurgy" },
{ "proficiency": "prof_alchemy", "required": false, "time_multiplier": 1.5, "fail_multiplier": 5 },
{ "proficiency": "prof_alchemy", "required": false, "time_multiplier": 1.5, "fail_multiplier": 1.5 },
{ "proficiency": "prof_almetallurgy" }
],
"batch_time_factors": [ 50, 2 ],
Expand All @@ -49,7 +49,7 @@
"time": "40 m",
"book_learn": [ [ "metal_legends", 2 ] ],
"proficiencies": [
{ "proficiency": "prof_alchemy", "required": false, "time_multiplier": 1.5, "fail_multiplier": 5 },
{ "proficiency": "prof_alchemy", "required": false, "time_multiplier": 1.5, "fail_multiplier": 1.5 },
{ "proficiency": "prof_pottery" }
],
"qualities": [ { "id": "MANA_INFUSE", "level": 1 } ],
Expand All @@ -67,7 +67,7 @@
"time": "45 m",
"autolearn": true,
"qualities": [ { "id": "MANA_INFUSE", "level": 1 }, { "id": "COOK", "level": 3 }, { "id": "DISTILL", "level": 1 } ],
"proficiencies": [ { "proficiency": "prof_alchemy", "required": false, "time_multiplier": 1.5, "fail_multiplier": 5 } ],
"proficiencies": [ { "proficiency": "prof_alchemy", "required": false, "time_multiplier": 1.5, "fail_multiplier": 1.5 } ],
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [ [ [ "charcoal", 50 ] ], [ [ "crystallized_mana", 10 ] ], [ [ "denat_alcohol", 10 ] ] ]
}
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Magiclysm/recipes/magic_tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"difficulty": 4,
"time": "180 m",
"book_learn": [ [ "cooking_poison", 3 ] ],
"proficiencies": [ { "proficiency": "prof_chitinworking", "required": false, "time_multiplier": 1.5, "fail_multiplier": 5 } ],
"proficiencies": [ { "proficiency": "prof_chitinworking", "required": false, "time_multiplier": 1.5, "fail_multiplier": 1.5 } ],
"qualities": [ { "id": "CHISEL", "level": 1 }, { "id": "MANA_INFUSE", "level": 1 } ],
"components": [ [ [ "demon_chitin_piece", 16 ] ], [ [ "bone_glue", 10 ] ] ]
},
Expand All @@ -101,7 +101,7 @@
{ "id": "HAMMER", "level": 2 },
{ "id": "SMOOTH", "level": 1 }
],
"proficiencies": [ { "proficiency": "prof_chitinworking", "required": false, "time_multiplier": 1.5, "fail_multiplier": 5 } ],
"proficiencies": [ { "proficiency": "prof_chitinworking", "required": false, "time_multiplier": 1.5, "fail_multiplier": 1.5 } ],
"components": [
[ [ "demon_chitin_plate", 24 ] ],
[ [ "fireproof_mortar", 30 ] ],
Expand Down

0 comments on commit 8e3a8da

Please sign in to comment.