Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homullus alchemy #75714

Merged
merged 2 commits into from
Aug 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 ] ]
]
}
]
Loading