0.B No Snares

Version: 0.B
SDL
Window 7 Home Premium

I started the “Ambush” Scenario with the “Hardened Survivor” Profession then raised my trapping up to level one which should have allowed my to craft snares and snare triggers(since I started out with 5 survival because of my profession). I decided I would look through any book relating to trapping/survival through the debug menu and also couldn’t find the recipe. I tried debugging my trapping up to 5, still no snare recipe. I replicated the same thing on a new character (by setting and disarming a bear trap getting up to level one) still no snares. I think there is something wrong with getting the snare recipe.

“type” : “recipe”,
“result”: “snare_trigger”,
“category”: “CC_OTHER”,
“subcategory”: “CSC_OTHER_TRAPS”,
“skill_used”: “traps”,
“skills_required”: [ “survival”, 1 ],
“difficulty”: 0,
“time”: 2000,
“reversible”: false,
“autolearn”: false,
“note”: “believed removed-from-game”,
“qualities” : [
{“id”:“CUT”,“level”:1,“amount”:1}
],
“components”: [
[
[ “stick”, 1 ],
[ “2x4”, 1 ]
]
]
},{
“type” : “recipe”,
“result”: “light_snare_kit”,
“category”: “CC_OTHER”,
“subcategory”: “CSC_OTHER_TRAPS”,
“skill_used”: “traps”,
“skills_required”: [ “survival”, 1 ],
“difficulty”: 1,
“time”: 5000,
“reversible”: true,
“autolearn”: false,
“note”: “believed removed-from-game”,
“components”: [
[
[ “snare_trigger”, 1 ]
],
[
[ “string_36”, 1 ]
]
]
},{
“type” : “recipe”,
“result”: “heavy_snare_kit”,
“category”: “CC_OTHER”,
“subcategory”: “CSC_OTHER_TRAPS”,
“skill_used”: “traps”,
“skills_required”: [ “survival”, 1 ],
“difficulty”: 3,
“time”: 8000,
“reversible”: true,
“autolearn”: false,
“note”: “believed removed-from-game”,
“components”: [
[
[ “snare_trigger”, 1 ]
],
[
[ “rope_6”, 1 ]
]
]

Looks like they’ve been removed. I’m not sure why they still have entries though.

Ah, thanks. But I don’t understand why they would remove them…