summaryrefslogtreecommitdiff
path: root/books
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-19 18:08:34 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-19 18:08:34 -0800
commite43f607400acc497203f40224c71374a53b4efb8 (patch)
treebc4b919f82325c12c11d43551d66c1eb64d5739e /books
parentInitial commit (diff)
downloadcataclysm-bn-mod_martial-arts-update-e43f607400acc497203f40224c71374a53b4efb8.tar.xz
Add Brawling, Fior Di Battaglia, Sojutsu, Taekwondo, Tai Chi.
Add Barbaran Montane with book and itemgroup.
Diffstat (limited to 'books')
-rw-r--r--books/martial.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/books/martial.json b/books/martial.json
new file mode 100644
index 0000000..25153fa
--- /dev/null
+++ b/books/martial.json
@@ -0,0 +1,17 @@
+[
+ {
+ "id": "manual_barbaran",
+ "copy-from": "book_martial",
+ "type": "BOOK",
+ "name": {
+ "str": "Las Nueve Reglas de la Montante",
+ "str_pl": "copies of Las Nueve Reglas de la Montante",
+ "//~": "Don't translate name, this book is in archaic Spanish with translations in the margins."
+ },
+ "price": 11000,
+ "price_postapoc": 3000,
+ "//~": "Spanish description should change to say that this is archaic text and should mention explanations of archaic words instead of translations.",
+ "description": "Thankfully, someone has scrawled translations in the margins of this guide to Barbaran Montante. Judging by the notation, this greatsword and war hammer training manual is also a form of poem.",
+ "martial_art": "style_barbaran"
+ }
+]