Skip to content

Commit

Permalink
Bojutsu Spawning (CleverRaven#61493)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse authored and captainego committed Oct 9, 2022
1 parent 9cbbd77 commit 771528f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/json/itemgroups/books.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
{ "item": "manual_silat", "prob": 100 },
{ "item": "manual_taekwondo", "prob": 100 },
{ "item": "manual_wingchun", "prob": 100 },
{ "item": "manual_bojutsu", "prob": 13 },
{ "item": "manual_medievalpole", "prob": 10 },
{ "item": "manual_swordsmanship", "prob": 10 }
]
Expand Down Expand Up @@ -616,6 +617,7 @@
{ "item": "manual_taekwondo", "prob": 3 },
{ "item": "manual_judo", "prob": 3 },
{ "item": "manual_karate", "prob": 3 },
{ "item": "manual_bojutsu", "prob": 2 },
{ "item": "manual_muay_thai", "prob": 3 },
{ "item": "manual_niten", "prob": 1 },
{ "item": "manual_sojutsu", "prob": 1 },
Expand All @@ -641,6 +643,7 @@
{ "item": "manual_aikido", "prob": 12 },
{ "item": "manual_taekwondo", "prob": 12 },
{ "item": "manual_tai_chi", "prob": 12 },
{ "item": "manual_bojutsu", "prob": 7 },
{ "item": "manual_pankration", "prob": 5 },
{ "item": "manual_fencing", "prob": 4 },
{ "item": "manual_eskrima", "prob": 3 },
Expand Down
9 changes: 9 additions & 0 deletions data/json/items/book/martial.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@
"description": "A complete guide to Shōtōkan Karate.",
"martial_art": "style_karate"
},
{
"id": "manual_bojutsu",
"copy-from": "book_martial",
"type": "BOOK",
"name": { "str": "Bojutsu The Matsumoto System", "str_pl": "copies of Bojutsu The Matsumoto System" },
"price_postapoc": 2000,
"description": "A complete guide to Bojutsu.",
"martial_art": "style_bojutsu"
},
{
"id": "manual_kickboxing",
"copy-from": "book_martial",
Expand Down

0 comments on commit 771528f

Please sign in to comment.