aboutsummaryrefslogtreecommitdiff
path: root/martial_arts_manuals.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:22:12 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:22:12 -0700
commit54d268b0eef4356c2d5cf9fb7ba726878060e478 (patch)
tree05618ccf2be77e482d5fe3eecb50b33cf4dc5694 /martial_arts_manuals.json
downloadcataclysm-dda-mod_battle-maid-redone-54d268b0eef4356c2d5cf9fb7ba726878060e478.tar.xz
Initial commit
Diffstat (limited to 'martial_arts_manuals.json')
-rw-r--r--martial_arts_manuals.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/martial_arts_manuals.json b/martial_arts_manuals.json
new file mode 100644
index 0000000..fd466bc
--- /dev/null
+++ b/martial_arts_manuals.json
@@ -0,0 +1,25 @@
+[
+ {
+ "id": "manual_maid",
+ "type": "GENERIC",
+ "category": "books",
+ "symbol": "?",
+ "color": "green",
+ "name": { "str": "101 ways to protect my Mistress" },
+ "description": "A manual penned by different maids, listing all of their ideas on physical ways to protect their Mistresses.",
+ "price": 20000,
+ "material": "paper",
+ "weight": "150 g",
+ "volume": "250 ml",
+ "use_action": "MA_MANUAL",
+ "book_data": {
+ "max_level" : 0,
+ "intelligence" : 5,
+ "time" : 10,
+ "fun" : 0,
+ "skill" : "none",
+ "required_level" : 0,
+ "chapters": 5
+ }
+ }
+]