Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Magiclysm] Augmentation clinic adjustments #78889

Merged
Prev Previous commit
Next Next commit
Slightly reduce spell odds in locked room
  • Loading branch information
Standing-Storm committed Jan 1, 2025
commit 38e5c4c18d1809526a015b9c7963bf201654a21e
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"f": [ { "item": "SUS_office_filing_cabinet", "chance": 80 } ],
"F": [
{ "item": "SUS_office_filing_cabinet", "chance": 80 },
{ "item": "technomancer_items", "chance": 50, "repeat": [ 1, 3 ] }
{ "item": "technomancer_items", "chance": 50, "repeat": [ 1, 2 ] }
],
"ð": [ { "item": "office", "chance": 60 }, { "item": "technomancer_items", "chance": 15 } ],
"k": [ { "item": "SUS_book", "chance": 50, "repeat": [ 2, 8 ] }, { "item": "technomancer_items", "chance": 15 } ]
Expand Down
Loading