-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This overhaul requires a New Game and introduces: - Alchemy - Potions - Elixirs - Bombs - Spell Arrows + Bolts - Tailoring - Mastery Quests - Day 1 Spellcasting - Sexier Crafting + Recipes - Many additions - RH 5.4 Compatibility
- Loading branch information
Showing
306 changed files
with
7,618 additions
and
4,897 deletions.
There are no files selected for viewing
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
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
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,40 @@ | ||
<Sorcery> | ||
<!--__________________________________________________________________________________ | ||
PROPRIETARY DISCLAIMER | ||
__________________________________________________________________________________ | ||
2019 "DEVRIX" | ||
All Rights Reserved. | ||
__________________________________________________________________________________ | ||
AUTHOR: https://7daystodie.com/forums/member.php?153479-Devrix | ||
MOD LINK: https://7daystodie.com/forums/showthread.php?109145-Sorcery | ||
TFP POLICY: https://7daystodie.com/forums/showthread.php?59817-TFP-Official-Modding-Forum-Policy | ||
__________________________________________________________________________________ | ||
NOTICE: All digital works, ideas, concepts and functionality contained herein, and made possible by the | ||
"Sorcery Mod", is the sole digital proprietary property of mod author DEVRIX. Ownership and equal | ||
rights are hereby, irrefutably and solely, extended and granted to The Fun Pimps legal entity in good faith. | ||
USAGE: This mod, and the digital works within, may be downloaded and used by players of | ||
the 7 Days to Die community with no required royalties. By doing so, users of the mod understand | ||
and accept full and sole responsibility and liability of using the mod. Author, nor The Fun Pimps, shall | ||
be held responsible or liable for any possible conflict(s) as a direct or indirect result of using this mod. | ||
REDISTRIBUTION: The mod, and the digital works of, may be redistributed within the 7 Days to Die | ||
community. Conditions of redistribution require this notice to remain in full, unmodified, and a direct | ||
link, with credit stated, to the original mod and author. To redistribute this mod altered in any way, | ||
it is requested that your alterations to the mod are stated clearly and precisely from that of the original. | ||
CREDIT: This mod is made possible through the framework provided by The Fun Pimps. It is their hard | ||
work and ongoing dedication to building and improving an awesome game that fuels the passion and | ||
drives the creation of this mod. | ||
__________________________________________________________________________________--> | ||
|
||
<append xpath="/windows"> | ||
|
||
<!-- UI: SORCERY LOGO --> | ||
<window name="SorceryLogo" pos="0, 0" width="143" height="38" anchor="RightTop"> | ||
<texture name="SorceryLogo" pos="-153, -35" width="143" height="38" texture="@modfolder:Textures/SorceryLogo.png" /> | ||
</window> | ||
|
||
</append> | ||
|
||
</Sorcery> |
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,51 @@ | ||
<Sorcery> | ||
<!--__________________________________________________________________________________ | ||
PROPRIETARY DISCLAIMER | ||
__________________________________________________________________________________ | ||
2019 "DEVRIX" | ||
All Rights Reserved. | ||
__________________________________________________________________________________ | ||
AUTHOR: https://7daystodie.com/forums/member.php?153479-Devrix | ||
MOD LINK: https://7daystodie.com/forums/showthread.php?109145-Sorcery | ||
TFP POLICY: https://7daystodie.com/forums/showthread.php?59817-TFP-Official-Modding-Forum-Policy | ||
__________________________________________________________________________________ | ||
NOTICE: All digital works, ideas, concepts and functionality contained herein, and made possible by the | ||
"Sorcery Mod", is the sole digital proprietary property of mod author DEVRIX. Ownership and equal | ||
rights are hereby, irrefutably and solely, extended and granted to The Fun Pimps legal entity in good faith. | ||
USAGE: This mod, and the digital works within, may be downloaded and used by players of | ||
the 7 Days to Die community with no required royalties. By doing so, users of the mod understand | ||
and accept full and sole responsibility and liability of using the mod. Author, nor The Fun Pimps, shall | ||
be held responsible or liable for any possible conflict(s) as a direct or indirect result of using this mod. | ||
REDISTRIBUTION: The mod, and the digital works of, may be redistributed within the 7 Days to Die | ||
community. Conditions of redistribution require this notice to remain in full, unmodified, and a direct | ||
link, with credit stated, to the original mod and author. To redistribute this mod altered in any way, | ||
it is requested that your alterations to the mod are stated clearly and precisely from that of the original. | ||
CREDIT: This mod is made possible through the framework provided by The Fun Pimps. It is their hard | ||
work and ongoing dedication to building and improving an awesome game that fuels the passion and | ||
drives the creation of this mod. | ||
__________________________________________________________________________________--> | ||
|
||
<!-- UI TR: SORCERY LOGO --> | ||
<append xpath="/xui/ruleset[@name='default']/window_group[@name='mainMenuLogo']"> | ||
<window name="SorceryLogo" anchor="RightTop" /> | ||
</append> | ||
|
||
<!-- XUI --> | ||
<!-- <append xpath="/xui/ruleset"> | ||
<window_group name="workstation_conjureFire" controller="XUiC_WorkstationWindowGroup"> | ||
<window name="windowCraftingList"/> | ||
<window name="craftingInfoPanel"/> | ||
<window name="windowCraftingQueue"/> | ||
<window name="windowToolsConjureFire" /> | ||
<window name="windowFuel" /> | ||
<window name="windowConjureFireInput" /> | ||
<window name="windowOutput" /> | ||
<window name="windowNonPagingHeader" /> | ||
</window_group> | ||
</append> --> | ||
|
||
|
||
</Sorcery> |
Oops, something went wrong.