Skip to content

Commit

Permalink
Make the Living Armour Training Bracelet a Curio
Browse files Browse the repository at this point in the history
Gives the player a Bracelet slot by default.

Allows the player to put the Training Bracelet in either the Bracelet or LA Socket slots.

Add a note to the Sanguine Scientiem about how only one will work at a time; Off-hand > Curios > Main Inventory (including Main Hand) > Add-on inventories.
  • Loading branch information
VT-14 committed Oct 3, 2023
1 parent 4cb22c0 commit 884a6cb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "bloodmagic:crafting_array",
"heading": "Training Bracelet",
"recipe": "bloodmagic:array/living_trainer",
"text": "$(italic)*Insert Rocky Training Montage here*$()"
"text": "$(italic)*Insert Rocky Training Montage here*$()$(br2)Only one of these bracelets will work at a time. Off-hand > Curios (if available) > Main Inventory (including main hand) > add-on inventories."
},
{
"type": "patchouli:image",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"slots": [
"charm",
"necklace",
"bracelet",
"living_armour_socket"
]
}
6 changes: 6 additions & 0 deletions src/main/resources/data/curios/tags/items/bracelet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"bloodmagic:upgradetrainer"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"bloodmagic:soulgempetty",
"bloodmagic:soulgemlesser",
"bloodmagic:soulgemcommon",
"bloodmagic:soulgemgreater"
"bloodmagic:soulgemgreater",
"bloodmagic:upgradetrainer"
]
}

0 comments on commit 884a6cb

Please sign in to comment.