CleverRaven / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
10.33k stars 4.14k forks source link

Recipe for a 1st aid kit #1781

Closed darth-servo closed 11 years ago

darth-servo commented 11 years ago

{ "result": "1st_aid", "category": "CC_MISC", "skill_pri": "firstaid", "difficulty": 3, "time": 20000, "reversible": true, "autolearn": true, "tools": [ ], "components": [ [ ["string_6", 4], ["duct_tape", 40], ["medical_tape", 20] ], [ ["aspirin", 8] ], [ ["disinfectant", 2] ], [ ["bandages", 2] ], [ ["antibiotics", 2] ] ] }

i2amroy commented 11 years ago

If you set this up as a pull request instead of as an issue it's much easier to merge it.

darth-servo commented 11 years ago

Sorry, I'm not super-familiar with github. I'll look into it.