Skip to content

Commit

Permalink
Fix #77179 and a Book in Magiclysm (#77408)
Browse files Browse the repository at this point in the history
* Update dreamer_procgen.json

* Update recipe_books.json

* Update data/mods/Xedra_Evolved/procgen/dreamer_procgen.json

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

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
UndeadDaiki and github-actions[bot] authored Oct 31, 2024
1 parent 8e4bfe3 commit 8fa34a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/mods/Magiclysm/items/recipe_books.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@
"required_level": 4,
"max_level": 5,
"intelligence": 9,
"time": "25 m",
"symbol": "?",
"color": "light_gray"
}
Expand Down
3 changes: 2 additions & 1 deletion data/mods/Xedra_Evolved/procgen/dreamer_procgen.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"weight": 100,
"charges": { "range": [ 7, 7 ], "power": 0 },
"charges_per_use": { "range": [ 1, 1 ], "power": 0 },
"max_charges": { "range": [ 3, 7 ], "power": 25 }
"max_charges": { "range": [ 3, 7 ], "power": 25 },
"recharge_type": "none"
}
],
"active_procgen_values": [
Expand Down

0 comments on commit 8fa34a4

Please sign in to comment.