Home
last modified time | relevance | path

Searched defs:fail_factor (Results 1 – 8 of 8) sorted by relevance

/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/json/items/book/
H A Dtailor.json8 { "proficiency": "prof_leatherworking_basic", "time_factor": 0.1, "fail_factor": 0.1 }, number
9 { "proficiency": "prof_elastics", "time_factor": 0.1, "fail_factor": 0.1 }, number
10 { "proficiency": "prof_plasticworking", "time_factor": 0.1, "fail_factor": 0.1 } number
47 { "proficiency": "prof_knitting", "time_factor": 0.15, "fail_factor": 0.1 }, number
48 { "proficiency": "prof_closures", "time_factor": 0.2, "fail_factor": 0.1 } number
69 { "proficiency": "prof_closures", "time_factor": 0.2, "fail_factor": 0.25 }, number
70 { "proficiency": "prof_elastics", "time_factor": 0.2, "fail_factor": 0.15 } number
130 …"proficiencies": [ { "proficiency": "prof_furriery", "time_factor": 0.2, "fail_factor": 0.2, "incl… number
151 { "proficiency": "prof_closures", "time_factor": 0.1, "fail_factor": 0.25 }, number
152 { "proficiency": "prof_elastics", "time_factor": 0.1, "fail_factor": 0.25 } number
H A Dfabrication.json18 …"proficiencies": [ { "proficiency": "prof_glassblowing", "time_factor": 0.7, "fail_factor": 0.5 } … number
42 …"proficiencies": [ { "proficiency": "prof_plasticworking", "time_factor": 0.6, "fail_factor": 0.5 … number
62 …{ "proficiency": "prof_fine_metalsmithing", "time_factor": 0.2, "fail_factor": 0.3, "include_prere… number
63 …{ "proficiency": "prof_gem_setting", "time_factor": 0.2, "fail_factor": 0.3, "include_prereqs": fa… number
82 … "proficiencies": [ { "proficiency": "prof_pottery", "time_factor": 0.15, "fail_factor": 0.15 } ], number
120 …"proficiencies": [ { "proficiency": "prof_fletching", "time_factor": 0.15, "fail_factor": 0.35 } ], number
139 "proficiencies": [ { "proficiency": "prof_bowyery", "time_factor": 0.15, "fail_factor": 0.5 } ], number
273 …"proficiencies": [ { "proficiency": "prof_armorsmithing", "time_factor": 0.2, "fail_factor": 0.25 … number
394 …{ "proficiency": "prof_plumbing", "time_factor": 0.2, "fail_factor": 0.2, "include_prereqs": true } number
417 …{ "proficiency": "prof_plumbing", "time_factor": 0.2, "fail_factor": 0.3, "include_prereqs": true } number
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/json/items/book/
H A Dtailor.json8 { "proficiency": "prof_leatherworking_basic", "time_factor": 0.1, "fail_factor": 0.1 }, number
9 { "proficiency": "prof_elastics", "time_factor": 0.1, "fail_factor": 0.1 }, number
10 { "proficiency": "prof_plasticworking", "time_factor": 0.1, "fail_factor": 0.1 } number
47 { "proficiency": "prof_knitting", "time_factor": 0.15, "fail_factor": 0.1 }, number
48 { "proficiency": "prof_closures", "time_factor": 0.2, "fail_factor": 0.1 } number
69 { "proficiency": "prof_closures", "time_factor": 0.2, "fail_factor": 0.25 }, number
70 { "proficiency": "prof_elastics", "time_factor": 0.2, "fail_factor": 0.15 } number
130 …"proficiencies": [ { "proficiency": "prof_furriery", "time_factor": 0.2, "fail_factor": 0.2, "incl… number
151 { "proficiency": "prof_closures", "time_factor": 0.1, "fail_factor": 0.25 }, number
152 { "proficiency": "prof_elastics", "time_factor": 0.1, "fail_factor": 0.25 } number
H A Dfabrication.json18 …"proficiencies": [ { "proficiency": "prof_glassblowing", "time_factor": 0.7, "fail_factor": 0.5 } … number
42 …"proficiencies": [ { "proficiency": "prof_plasticworking", "time_factor": 0.6, "fail_factor": 0.5 … number
62 …{ "proficiency": "prof_fine_metalsmithing", "time_factor": 0.2, "fail_factor": 0.3, "include_prere… number
63 …{ "proficiency": "prof_gem_setting", "time_factor": 0.2, "fail_factor": 0.3, "include_prereqs": fa… number
82 … "proficiencies": [ { "proficiency": "prof_pottery", "time_factor": 0.15, "fail_factor": 0.15 } ], number
120 …"proficiencies": [ { "proficiency": "prof_fletching", "time_factor": 0.15, "fail_factor": 0.35 } ], number
139 "proficiencies": [ { "proficiency": "prof_bowyery", "time_factor": 0.15, "fail_factor": 0.5 } ], number
273 …"proficiencies": [ { "proficiency": "prof_armorsmithing", "time_factor": 0.2, "fail_factor": 0.25 … number
394 …{ "proficiency": "prof_plumbing", "time_factor": 0.2, "fail_factor": 0.2, "include_prereqs": true } number
417 …{ "proficiency": "prof_plumbing", "time_factor": 0.2, "fail_factor": 0.3, "include_prereqs": true } number
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dproficiency.h134 float fail_factor = default_fail_factor; member
H A Dproficiency.cpp425 float book_proficiency_bonuses::fail_factor( const proficiency_id &id ) const in fail_factor() function in book_proficiency_bonuses
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dproficiency.h134 float fail_factor = default_fail_factor; member
H A Dproficiency.cpp425 float book_proficiency_bonuses::fail_factor( const proficiency_id &id ) const in fail_factor() function in book_proficiency_bonuses