From e43f607400acc497203f40224c71374a53b4efb8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 19 Jan 2022 18:08:34 -0800 Subject: Add Brawling, Fior Di Battaglia, Sojutsu, Taekwondo, Tai Chi. Add Barbaran Montane with book and itemgroup. --- books/martial.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 books/martial.json (limited to 'books/martial.json') 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" + } +] -- cgit v1.2.1