aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-21 14:45:54 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-21 14:45:54 -0800
commit3e55c751aedd8d3e39bc37f4c38d0528e6372f24 (patch)
treef754a3cecf63ce09545812eafe2eba71fd210773
parentRename the maid vests. (diff)
downloadcataclysm-dda-mod_battle-maid-redone-3e55c751aedd8d3e39bc37f4c38d0528e6372f24.tar.xz
Add new recipe books and item groups to spawn them.
-rw-r--r--book.json41
-rw-r--r--item_groups.json2
2 files changed, 43 insertions, 0 deletions
diff --git a/book.json b/book.json
index 50b9b17..39e1363 100644
--- a/book.json
+++ b/book.json
@@ -17,5 +17,46 @@
"intelligence": 13,
"time": "55 m",
"fun": -50
+ },
+ {
+ "id": "book_maid_clothing",
+ "note": "Loosely based on the clothing designer's portfolio. All of the maid clothes and accessories that are useful for combat should require this to learn. Non-combat items can also be learned from the anime convention book.",
+ "type": "BOOK",
+ "name": { "str": "Servant's Secret Armoury", "str_pl": "copies of Servant's Secret Armoury" },
+ "description": "A leather bound tome that appears to have been handwritten. It contains various designs for modifying servants' attire to be more combat ready, as well as additional conventions on the proper conduct of a servant in battle.",
+ "weight": "2063 g",
+ "volume": "2 L",
+ "price": 9200,
+ "price_postapoc": 1000,
+ "bashing": 8,
+ "material": [ "paper", "leather" ],
+ "symbol": "?",
+ "color": "light_gray",
+ "skill": "tailor",
+ "required_level": 5,
+ "max_level": 8,
+ "intelligence": 10,
+ "time": "55 m",
+ "fun": -1
+ },
+ {
+ "id": "book_maid_weapons",
+ "note": "Loosely based on The Swords of the Samurai.",
+ "type": "BOOK",
+ "name": { "str": "Cleaning House", "str_pl": "copies of Cleaning House" },
+ "description": "This book contains various techniques for keeping a mansion in top condition. Upon closer inspection it also contains a number of hidden pages regarding the fabrication of deadly weapons disguised as otherwise ordinary cleaning tools.",
+ "weight": "654 g",
+ "volume": "1250 ml",
+ "price": 6400,
+ "price_postapoc": 2500,
+ "material": [ "paper" ],
+ "symbol": "?",
+ "color": "blue",
+ "skill": "fabrication",
+ "required_level": 5,
+ "max_level": 10,
+ "intelligence": 9,
+ "time": "55 m",
+ "fun": -1
}
]
diff --git a/item_groups.json b/item_groups.json
index 0ae018e..d760512 100644
--- a/item_groups.json
+++ b/item_groups.json
@@ -30,6 +30,8 @@
"subtype": "distribution",
"entries":[
{ "item": "manual_maid", "prob": 3 }
+ { "item": "book_maid_clothing", "prob": 3 },
+ { "item": "book_maid_weapons", "prob": 3 }
]
},
{