Skip to content

Commit

Permalink
Martial arts homebook jsoning (CleverRaven#68566)
Browse files Browse the repository at this point in the history
* Martial arts homebook jsoning

Going to make it a extremely small chance for any martial arts book to spawn in any house. Emphasis on "extremely small"

* Update books.json

* Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update books.json

* Update data/json/itemgroups/books.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/json/itemgroups/books.json

Co-authored-by: Dan1ss1mo <[email protected]>

---------

Co-authored-by: Maleclypse <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dan1ss1mo <[email protected]>
  • Loading branch information
4 people authored and detahramet committed Nov 6, 2023
1 parent 62a407c commit 688b48e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/json/itemgroups/books.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@
{ "item": "cookbook_bloodforgood", "prob": 2 },
{ "group": "memorial", "prob": 10 },
{ "item": "book_judaica_hardcover", "prob": 5 },
{ "group": "home_martial_arts_books", "prob": 1 },
{ "item": "book_judaica_softcover", "prob": 5 }
]
},
Expand Down Expand Up @@ -691,6 +692,12 @@
{ "item": "manual_zui_quan", "prob": 1 }
]
},
{
"id": "home_martial_arts_books",
"type": "item_group",
"subtype": "collection",
"entries": [ { "group": "rare_martial_arts_books", "prob": 1 }, { "group": "dojo_manuals", "prob": 1 } ]
},
{
"id": "doctors_books",
"type": "item_group",
Expand Down

0 comments on commit 688b48e

Please sign in to comment.