generated from neoforged/MDK
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7687ab9
commit 3d2b024
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
...ustdirethings/patchouli_books/justdirethingsbook/en_us/entries/item_polymorphic_wand.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
...direthings/patchouli_books/justdirethingsbook/en_us/entries/item_polymorphic_wand_v2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
] | ||
} |