Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mission for claire isherwood npc #33498

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add unique book reward
herbal remedy book, survival skill.
curstwist committed Aug 24, 2019
commit d68a7fcc011efe04fc0455c8fc314a1a20d2717e
5 changes: 5 additions & 0 deletions data/json/itemgroups/books.json
Original file line number Diff line number Diff line change
@@ -680,6 +680,11 @@
"type": "item_group",
"items": [ [ "record_weather", 100 ] ]
},
{
"id": "isherwood_mission_reward_herbal",
"type": "item_group",
"items": [ [ "isherwood_herbal_remedies", 100 ] ]
},
{
"id": "tailorbooks",
"type": "item_group",
20 changes: 20 additions & 0 deletions data/json/items/book/survival.json
Original file line number Diff line number Diff line change
@@ -145,5 +145,25 @@
"max_level": 6,
"intelligence": 8,
"time": "30 m"
},
{
"id": "isherwood_herbal_remedies",
"type": "BOOK",
"name": "Natural Remedies of New England",
"name_plural": "copies of Natural Remedies of New England",
"description": "A leather bound manuscript, it features native herbal remedies with hand colored illustrations of each plant.",
"weight": 400,
"volume": "1250 ml",
"price": 50000,
"bashing": 5,
"material": [ "paper", "leather" ],
"symbol": "?",
"color": "light_gray",
"skill": "survival",
"required_level": 1,
"max_level": 5,
"intelligence": 8,
"time": "20 m",
"fun": 4
}
]
6 changes: 5 additions & 1 deletion data/json/recipes/other/medical.json
Original file line number Diff line number Diff line change
@@ -72,6 +72,7 @@
"subcategory": "CSC_OTHER_MEDICAL",
"skill_used": "cooking",
"autolearn": true,
"book_learn": [ [ "isherwood_herbal_remedies", 1 ] ],
"time": "30 s",
"components": [ [ [ "chem_ethanol", 250 ], [ "denat_alcohol", 250 ] ] ]
},
@@ -85,6 +86,7 @@
"skills_required": [ "survival", 4 ],
"time": "60 m",
"autolearn": true,
"book_learn": [ [ "isherwood_herbal_remedies", 3 ] ],
"qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "CUT", "level": 1 }, { "id": "BOIL", "level": 2 } ],
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [ [ [ "cooking_oil", 2 ], [ "cooking_oil2", 2 ] ], [ [ "mugwort", 2 ] ] ]
@@ -99,6 +101,7 @@
"skills_required": [ "survival", 4 ],
"time": "60 m",
"autolearn": true,
"book_learn": [ [ "isherwood_herbal_remedies", 3 ] ],
"qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "CUT", "level": 1 }, { "id": "BOIL", "level": 2 } ],
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [ [ [ "cooking_oil", 2 ], [ "cooking_oil2", 2 ] ], [ [ "thyme", 2 ] ] ]
@@ -117,7 +120,8 @@
[ "mag_survival", 1 ],
[ "textbook_survival", 1 ],
[ "survival_book", 1 ],
[ "pocket_survival", 1 ]
[ "pocket_survival", 1 ],
[ "isherwood_herbal_remedies", 1 ]
],
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "cattail_stalk", 4 ] ] ]
3 changes: 2 additions & 1 deletion data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
@@ -4195,7 +4195,8 @@
[ "adv_chemistry", 6 ],
[ "atomic_survival", 4 ],
[ "survival_book", 5 ],
[ "recipe_labchem", 5 ]
[ "recipe_labchem", 5 ],
[ "isherwood_herbal_remedies", 4 ]
],
"qualities": [ { "id": "CHEM", "level": 2 } ],
"tools": [ ],
41 changes: 32 additions & 9 deletions data/json/recipes/recipe_medsandchemicals.json
Original file line number Diff line number Diff line change
@@ -177,7 +177,8 @@
[ "pocket_survival", 3 ],
[ "atomic_survival", 2 ],
[ "textbook_survival", 2 ],
[ "survival_book", 3 ]
[ "survival_book", 3 ],
[ "isherwood_herbal_remedies", 2 ]
],
"qualities": [ { "id": "CHEM", "level": 2 } ],
"tools": [ [ [ "surface_heat", 2, "LIST" ] ] ],
@@ -192,7 +193,13 @@
"skills_required": [ "survival", 2 ],
"difficulty": 2,
"time": "20 m",
"book_learn": [ [ "pocket_survival", 3 ], [ "atomic_survival", 2 ], [ "textbook_survival", 2 ], [ "survival_book", 3 ] ],
"book_learn": [
[ "pocket_survival", 3 ],
[ "atomic_survival", 2 ],
[ "textbook_survival", 2 ],
[ "survival_book", 3 ],
[ "isherwood_herbal_remedies", 1 ]
],
"tools": [ [ [ "surface_heat", 8, "LIST" ] ] ],
"components": [ [ [ "meal_bone", 1 ] ], [ [ "water_clean", 1 ] ] ]
},
@@ -205,7 +212,13 @@
"skills_required": [ "survival", 2 ],
"difficulty": 3,
"time": "30 m",
"book_learn": [ [ "pocket_survival", 3 ], [ "atomic_survival", 2 ], [ "textbook_survival", 2 ], [ "survival_book", 3 ] ],
"book_learn": [
[ "pocket_survival", 3 ],
[ "atomic_survival", 2 ],
[ "textbook_survival", 2 ],
[ "survival_book", 3 ],
[ "isherwood_herbal_remedies", 2 ]
],
"tools": [ [ [ "surface_heat", 8, "LIST" ] ] ],
"components": [ [ [ "meal_bone", 1 ] ], [ [ "dry_fruit", 1 ], [ "sugar", 45 ] ], [ [ "water_clean", 1 ] ] ]
},
@@ -224,7 +237,8 @@
[ "pocket_survival", 3 ],
[ "atomic_survival", 2 ],
[ "textbook_survival", 2 ],
[ "survival_book", 3 ]
[ "survival_book", 3 ],
[ "isherwood_herbal_remedies", 2 ]
],
"qualities": [ { "id": "CHEM", "level": 2 } ],
"tools": [ [ [ "surface_heat", 2, "LIST" ] ] ],
@@ -267,7 +281,8 @@
[ "atomic_survival", 5 ],
[ "textbook_survival", 5 ],
[ "survival_book", 5 ],
[ "recipe_labchem", 4 ]
[ "recipe_labchem", 4 ],
[ "isherwood_herbal_remedies", 3 ]
],
"qualities": [ { "id": "CHEM", "level": 3 } ],
"tools": [ [ [ "surface_heat", 20, "LIST" ] ] ],
@@ -332,7 +347,8 @@
[ "atomic_survival", 6 ],
[ "textbook_survival", 6 ],
[ "survival_book", 7 ],
[ "recipe_labchem", 6 ]
[ "recipe_labchem", 6 ],
[ "isherwood_herbal_remedies", 5 ]
],
"qualities": [ { "id": "CHEM", "level": 3 } ],
"tools": [ [ [ "surface_heat", 20, "LIST" ] ] ],
@@ -487,7 +503,13 @@
"skills_required": [ "firstaid", 1 ],
"difficulty": 4,
"time": "24 m",
"book_learn": [ [ "adv_chemistry", 2 ], [ "textbook_chemistry", 2 ], [ "recipe_labchem", 2 ], [ "atomic_survival", 3 ] ],
"book_learn": [
[ "adv_chemistry", 2 ],
[ "textbook_chemistry", 2 ],
[ "recipe_labchem", 2 ],
[ "atomic_survival", 3 ],
[ "isherwood_herbal_remedies", 2 ]
],
"qualities": [ { "id": "CHEM", "level": 2 } ],
"tools": [ [ [ "surface_heat", 25, "LIST" ] ] ],
"components": [ [ [ "water_clean", 1 ] ], [ [ "oxy_powder", 5 ] ], [ [ "willowbark", 10 ] ] ]
@@ -519,7 +541,7 @@
"skill_used": "cooking",
"difficulty": 6,
"time": "24 m",
"book_learn": [ [ "adv_chemistry", 5 ], [ "textbook_chemistry", 5 ], [ "recipe_labchem", 5 ] ],
"book_learn": [ [ "adv_chemistry", 5 ], [ "textbook_chemistry", 5 ], [ "recipe_labchem", 5 ], [ "isherwood_herbal_remedies", 4 ] ],
"qualities": [ { "id": "CHEM", "level": 2 } ],
"tools": [ [ [ "surface_heat", 20, "LIST" ] ] ],
"components": [ [ [ "salt_water", 2 ], [ "saline", 10 ] ] ]
@@ -715,7 +737,8 @@
[ "pocket_survival", 3 ],
[ "atomic_survival", 2 ],
[ "textbook_survival", 2 ],
[ "survival_book", 3 ]
[ "survival_book", 3 ],
[ "isherwood_herbal_remedies", 2 ]
],
"qualities": [ { "id": "CHEM", "level": 1 } ],
"tools": [ [ [ "surface_heat", 2, "LIST" ] ] ],