diff --git a/src/main/resources/assets/justdirethings/patchouli_books/justdirethingsbook/en_us/entries/item_polymorphic_wand.json b/src/main/resources/assets/justdirethings/patchouli_books/justdirethingsbook/en_us/entries/item_polymorphic_wand.json new file mode 100644 index 00000000..00b67328 --- /dev/null +++ b/src/main/resources/assets/justdirethings/patchouli_books/justdirethingsbook/en_us/entries/item_polymorphic_wand.json @@ -0,0 +1,21 @@ +{ + "name": "Polymorphic Wand", + "sortnum": 21, + "category": "justdirethings:items", + "icon": "justdirethings:polymorphic_wand", + "pages": [ + { + "type": "patchouli:text", + "text": "The polymorphic wand uses the latent energy available in Blazegold to activate the Polymorphic Fluid, randomly changing mobs from one form to another!$(br2)Simply activate the wand on a hostile entity, and it'll convert randomly into another hostile entity. The same can happen with peaceful entities." + }, + { + "type": "patchouli:text", + "text": "With this simple form of the wand, it is not possible to guarantee which mob you will get, nor is is possible to swap hostile and friendly mobs with each other. You suspect the wand can be upgraded to allow for these features, however!" + }, + { + "type": "patchouli:crafting", + "title": "Polymorphic Wand", + "recipe": "justdirethings:polymorphic_wand" + } + ] +} diff --git a/src/main/resources/assets/justdirethings/patchouli_books/justdirethingsbook/en_us/entries/item_polymorphic_wand_v2.json b/src/main/resources/assets/justdirethings/patchouli_books/justdirethingsbook/en_us/entries/item_polymorphic_wand_v2.json new file mode 100644 index 00000000..3314c458 --- /dev/null +++ b/src/main/resources/assets/justdirethings/patchouli_books/justdirethingsbook/en_us/entries/item_polymorphic_wand_v2.json @@ -0,0 +1,21 @@ +{ + "name": "Adv. Polymorphic Wand", + "sortnum": 22, + "category": "justdirethings:items", + "icon": "justdirethings:polymorphic_wand_v2", + "pages": [ + { + "type": "patchouli:text", + "text": "The advanced polymorphic wand is an upgrade to the Polymorphic Wand. The existing 'random polymorph' ability still exists, but a new ability, 'targetted polymorph' is now available!" + }, + { + "type": "patchouli:text", + "text": "Simply shift-right click on any mob to save that type of mob to the wand, then activate the targeted polymorph ability to convert any mob to that type automatically!$(br2)Some mobs cannot be saved to the wand (You can edit these with Tags).$(br2)It is recommended to set the two abilities to different clicks or hotkeys." + }, + { + "type": "patchouli:crafting", + "title": "Adv. Polymorphic Wand", + "recipe": "justdirethings:polymorphic_wand_v2" + } + ] +}