Skip to content

Commit

Permalink
Adjust failure multipliers in proficiencies (CleverRaven#49046)
Browse files Browse the repository at this point in the history
* Update chemistry.json

* Update electronics.json

* Update gunsmithing.json

* Update metalwork.json

* Update misc.json

note - adjusted fletching to match other second-tier proficiencies

* Update tailoring.json

* Update wilderness.json

* Update woodworking.json

* Update traps.json

* fix fail mults in recipes
  • Loading branch information
I-am-Erk committed May 31, 2021
1 parent 73ec74f commit bdc9d52
Show file tree
Hide file tree
Showing 28 changed files with 144 additions and 140 deletions.
2 changes: 1 addition & 1 deletion data/json/proficiencies/chemistry.json
Expand Up @@ -6,7 +6,7 @@
"description": "An understanding of the chemistry of metalworking and alloys.",
"can_learn": true,
"default_time_multiplier": 2,
"default_fail_multiplier": 2.5,
"default_fail_multiplier": 1.25,
"time_to_learn": "6 h"
}
]
6 changes: 3 additions & 3 deletions data/json/proficiencies/electronics.json
Expand Up @@ -6,7 +6,7 @@
"description": "An understanding of the skills and tools needed to create durable, effective soldered electrical connections.",
"can_learn": true,
"default_time_multiplier": 2,
"default_fail_multiplier": 5,
"default_fail_multiplier": 1.5,
"time_to_learn": "5 h"
},
{
Expand All @@ -16,7 +16,7 @@
"description": "A practical working knowledge of electromagnetic fields and their creation and application.",
"can_learn": true,
"default_time_multiplier": 2.5,
"default_fail_multiplier": 2.5,
"default_fail_multiplier": 1.25,
"time_to_learn": "8 h"
},
{
Expand All @@ -26,7 +26,7 @@
"description": "An understanding of how to use high voltage, low-current devices to cause debilitating muscle spasms. Includes some theoretical knowledge of how to protect yourself from these.",
"can_learn": true,
"default_time_multiplier": 2.5,
"default_fail_multiplier": 3,
"default_fail_multiplier": 1.3,
"time_to_learn": "10 h"
}
]
10 changes: 5 additions & 5 deletions data/json/proficiencies/gunsmithing.json
Expand Up @@ -6,7 +6,7 @@
"description": "A basic understanding of how guns are put together and what tools and materials are needed for the job.",
"can_learn": true,
"default_time_multiplier": 1.5,
"default_fail_multiplier": 5,
"default_fail_multiplier": 1.5,
"time_to_learn": "4 h"
},
{
Expand All @@ -16,7 +16,7 @@
"description": "You've become an expert at putting together guns and launchers from makeshift parts.",
"can_learn": true,
"default_time_multiplier": 2.5,
"default_fail_multiplier": 2.5,
"default_fail_multiplier": 1.25,
"time_to_learn": "10 h",
"//": "Intentionally does not require basic gunsmithing"
},
Expand All @@ -27,7 +27,7 @@
"description": "You're specifically skilled at building and repairing antique guns.",
"can_learn": true,
"default_time_multiplier": 2.5,
"default_fail_multiplier": 3,
"default_fail_multiplier": 1.3,
"time_to_learn": "10 h",
"required_proficiencies": [ "prof_metalworking" ]
},
Expand All @@ -38,7 +38,7 @@
"description": "Similar to bowyery, the art of making guns that are powered by elastic mechanisms.",
"can_learn": true,
"default_time_multiplier": 2,
"default_fail_multiplier": 4,
"default_fail_multiplier": 1.4,
"time_to_learn": "6 h"
},
{
Expand All @@ -48,7 +48,7 @@
"description": "You've got the know-how to make a classic Western revolver, and its many variants.",
"can_learn": true,
"default_time_multiplier": 2.5,
"default_fail_multiplier": 3,
"default_fail_multiplier": 1.3,
"time_to_learn": "10 h",
"required_proficiencies": [ "prof_gunsmithing_basic" ]
}
Expand Down
18 changes: 9 additions & 9 deletions data/json/proficiencies/metalwork.json
Expand Up @@ -6,7 +6,7 @@
"description": "A basic understanding of the properties of metal as a material, and the concepts behind smithing, die casting, and other metalworking techniques.",
"can_learn": true,
"default_time_multiplier": 1.5,
"default_fail_multiplier": 5,
"default_fail_multiplier": 1.5,
"time_to_learn": "2 h"
},
{
Expand All @@ -16,7 +16,7 @@
"description": "A basic understanding of the different types of welding, welding tools and fuels, how to weld different materials, and more.",
"can_learn": true,
"default_time_multiplier": 1.5,
"default_fail_multiplier": 5,
"default_fail_multiplier": 1.5,
"time_to_learn": "6 h",
"required_proficiencies": [ "prof_metalworking" ]
},
Expand All @@ -27,7 +27,7 @@
"description": "You are an experienced welder.",
"can_learn": true,
"default_time_multiplier": 2,
"default_fail_multiplier": 2.5,
"default_fail_multiplier": 1.25,
"time_to_learn": "10 h",
"required_proficiencies": [ "prof_welding_basic" ]
},
Expand All @@ -38,7 +38,7 @@
"description": "The craft of working metal into tools and other items of use.",
"can_learn": true,
"default_time_multiplier": 2,
"default_fail_multiplier": 2.5,
"default_fail_multiplier": 1.25,
"time_to_learn": "10 h",
"required_proficiencies": [ "prof_metalworking" ]
},
Expand All @@ -49,7 +49,7 @@
"description": "Working copper and bronze shares a lot of techniques with blacksmithing, but the more ductile copper-containing metals have a trick all their own.",
"can_learn": true,
"default_time_multiplier": 2,
"default_fail_multiplier": 2.5,
"default_fail_multiplier": 1.25,
"time_to_learn": "10 h",
"required_proficiencies": [ "prof_metalworking" ]
},
Expand All @@ -60,7 +60,7 @@
"description": "How to make jewelry from precious metals like gold and silver.",
"can_learn": true,
"default_time_multiplier": 2,
"default_fail_multiplier": 2,
"default_fail_multiplier": 1.2,
"time_to_learn": "14 h"
},
{
Expand All @@ -70,7 +70,7 @@
"description": "How to make articulated armor from pieces of metal.",
"can_learn": true,
"default_time_multiplier": 2,
"default_fail_multiplier": 1.5,
"default_fail_multiplier": 1.15,
"time_to_learn": "12 h",
"required_proficiencies": [ "prof_blacksmithing" ]
},
Expand All @@ -81,7 +81,7 @@
"description": "How to fabricate sharp and reliable blades from scratch.",
"can_learn": true,
"default_time_multiplier": 2,
"default_fail_multiplier": 1.5,
"default_fail_multiplier": 1.15,
"time_to_learn": "12 h",
"required_proficiencies": [ "prof_blacksmithing" ]
},
Expand All @@ -92,7 +92,7 @@
"description": "How to make high-quality tools and parts by hand. Includes techniques like threading, durable articulation points, and using appropriate metals for appropriate tasks. Also applies to making blunt instruments that can withstand a severe beating without distortion.",
"can_learn": true,
"default_time_multiplier": 2,
"default_fail_multiplier": 1.5,
"default_fail_multiplier": 1.15,
"time_to_learn": "10 h",
"required_proficiencies": [ "prof_blacksmithing" ]
}
Expand Down
26 changes: 13 additions & 13 deletions data/json/proficiencies/misc.json
Expand Up @@ -6,7 +6,7 @@
"description": "You know the basic principles of turning stones into more useful tools.",
"can_learn": true,
"default_time_multiplier": 1.5,
"default_fail_multiplier": 8,
"default_fail_multiplier": 1.8,
"time_to_learn": "8 h"
},
{
Expand All @@ -16,7 +16,7 @@
"description": "You've banged rocks together so much and for so long, you've become extremely fast at it.",
"can_learn": true,
"default_time_multiplier": 5,
"default_fail_multiplier": 1.5,
"default_fail_multiplier": 1.15,
"time_to_learn": "12 h",
"required_proficiencies": [ "prof_knapping" ]
},
Expand All @@ -27,7 +27,7 @@
"description": "Working with glass and heat without poisoning or perforating yourself.",
"can_learn": true,
"default_time_multiplier": 1.5,
"default_fail_multiplier": 5,
"default_fail_multiplier": 1.5,
"time_to_learn": "8 h"
},
{
Expand All @@ -37,7 +37,7 @@
"description": "Working with pipes and pipe fittings to transport fluids without leakage.",
"can_learn": true,
"default_time_multiplier": 2,
"default_fail_multiplier": 2.5,
"default_fail_multiplier": 1.25,
"time_to_learn": "8 h"
},
{
Expand All @@ -47,7 +47,7 @@
"description": "Basic pottery, from shaping to working with slip to fuse pieces.",
"can_learn": true,
"default_time_multiplier": 1.5,
"default_fail_multiplier": 5,
"default_fail_multiplier": 1.5,
"time_to_learn": "6 h"
},
{
Expand All @@ -57,7 +57,7 @@
"description": "The ability to make durable, effective bows.",
"can_learn": true,
"default_time_multiplier": 2.5,
"default_fail_multiplier": 5,
"default_fail_multiplier": 1.5,
"time_to_learn": "10 h"
},
{
Expand All @@ -66,8 +66,8 @@
"name": { "str": "Fletching" },
"description": "The skill involved in making arrows that fly true.",
"can_learn": true,
"default_time_multiplier": 1.5,
"default_fail_multiplier": 5,
"default_time_multiplier": 2,
"default_fail_multiplier": 1.25,
"time_to_learn": "8 h"
},
{
Expand All @@ -77,7 +77,7 @@
"description": "Forming coarse fibers into shapes.",
"can_learn": true,
"default_time_multiplier": 2.5,
"default_fail_multiplier": 2,
"default_fail_multiplier": 1.2,
"time_to_learn": "6 h"
},
{
Expand All @@ -87,7 +87,7 @@
"description": "Adding glazes to pottery to make them waterproof.",
"can_learn": true,
"default_time_multiplier": 2,
"default_fail_multiplier": 2,
"default_fail_multiplier": 1.2,
"time_to_learn": "5 h"
},
{
Expand All @@ -97,7 +97,7 @@
"description": "Working with plastic using your hands, including carving, molding, and gluing it. You know how to identify thermoplastics that are suitable for mold casting, and how to identify the right plastic for the right job.",
"can_learn": true,
"default_time_multiplier": 1.5,
"default_fail_multiplier": 5,
"default_fail_multiplier": 1.5,
"time_to_learn": "6 h"
},
{
Expand All @@ -107,7 +107,7 @@
"description": "Shaping wood, bone, and similar materials with a cutting implement.",
"can_learn": true,
"default_time_multiplier": 2,
"default_fail_multiplier": 2,
"default_fail_multiplier": 1.2,
"time_to_learn": "10 h"
},
{
Expand All @@ -131,7 +131,7 @@
"description": "How to add gemstones to jewelry.",
"can_learn": true,
"default_time_multiplier": 2,
"default_fail_multiplier": 2,
"default_fail_multiplier": 1.2,
"time_to_learn": "10 h",
"required_proficiencies": [ "prof_fine_metalsmithing", "prof_redsmithing" ]
}
Expand Down

0 comments on commit bdc9d52

Please sign in to comment.