Skip to content

Commit

Permalink
Homullus alchemy (#75714)
Browse files Browse the repository at this point in the history
* Illuminated Alchemy Perk uses

creates one of the recipes you should be able to learn from that Perk

* added mirror to item description
  • Loading branch information
OromisElf authored Aug 18, 2024
1 parent 9efea72 commit 7db405a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Xedra_Evolved/items/alchemy.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
"type": "COMESTIBLE",
"comestible_type": "MED",
"name": { "str_sp": "Imbuement of Parchment" },
"description": ".",
"description": "While looking in a mirror Faewild and Dreamdross were ground to dust. With the remains of the fair, and united with a dollop of fae, and human blood. The resulting mixture will eventually dissolve into what almost looks like liquid porcelain.",
"weight": "50 g",
"volume": "2 ml",
"price": "150 cent",
Expand Down
21 changes: 21 additions & 0 deletions data/mods/Xedra_Evolved/recipes/alchemy.json
Original file line number Diff line number Diff line change
Expand Up @@ -424,5 +424,26 @@
[ [ "batrachian_sample", 1 ], [ "rabbit_sample", 1 ] ],
[ [ "water", 2 ] ]
]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "doll_imbuement",
"category": "CC_XEDRA",
"subcategory": "CSC_XEDRA_ALCHEMY",
"skill_used": "deduction",
"skills_required": [ [ "deduction", 5 ], [ "spellcraft", 5 ] ],
"difficulty": 3,
"time": "55 m",
"flags": [ "SECRET" ],
"tools": [ [ [ "mirror", -1 ] ], [ [ "mortar_pestle", -1 ] ] ],
"components": [
[ [ "blood", 1 ] ],
[ [ "fae_blood", 1 ] ],
[ [ "life_extension_potion", 1 ] ],
[ [ "homullus_sample", 5 ] ],
[ [ "faewild", 55 ] ],
[ [ "scrap_dreamdross", 55 ] ]
]
}
]

0 comments on commit 7db405a

Please sign in to comment.