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

[Xedra Evolved ] Fix the Dream magick hobbies #76912

Merged
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
44 changes: 44 additions & 0 deletions data/mods/Xedra_Evolved/player/hobbies.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,48 @@
[
{
"type": "profession",
"subtype": "hobby",
"id": "hobby_eater",
"name": "Awakened Eater",
"description": "Ever since the Cataclysm you've been able to clearly see elements of other realities that have intruded your own. You also think you'd be able to consume these intrusions to give you power far beyond a normal human.",
"points": 4,
"spells": [ { "id": "spring_heeled_leap", "level": 4 }, { "id": "spell_dodge", "level": 4 } ],
"traits": [ "EATER" ],
"skills": [ { "level": 3, "name": "deduction" } ]
},
{
"type": "profession",
"subtype": "hobby",
"id": "hobby_dreamer",
"name": "Awakened Dreamer",
"description": "Ever since the Cataclysm you've become far more aware of the weakened gap between realities. Specifically, of what is on the other side. Surprisingly, it doesn't seem universally hostile, and you think you'd be able to bring some of these entities over if you desired.",
"points": 4,
"spells": [ { "id": "create_dream_dross", "level": 4 }, { "id": "summon_shifter", "level": 4 } ],
"traits": [ "DREAMER" ],
"skills": [ { "level": 3, "name": "deduction" } ]
},
{
"type": "profession",
"subtype": "hobby",
"id": "hobby_inventor",
"name": "Awakened Inventor",
"description": "Ever since the Cataclysm you've begun having crazy ideas on how to create technological devices. While conventional logic would label these designs as silly or even insane, something tells you that they'd work regardless.",
"points": 4,
"traits": [ "INVENTOR" ],
"skills": [ { "level": 3, "name": "deduction" } ]
},
{
"type": "profession",
"subtype": "hobby",
"id": "hobby_dreamsmith",
"name": "Awakened Dreamsmith",
"description": "Ever since the Cataclysm you've gained an instinctive sense of how to work dreamdross into tools and armor. It will still take some effort to put these vague ideas to proper use",
dseguin marked this conversation as resolved.
Show resolved Hide resolved
"//": "TODO: add some basic recipes they could know, if possible",
"points": 4,
"spells": [ { "id": "spell_oneiric_hammer", "level": 0 } ],
"traits": [ "DREAMSMITH" ],
"skills": [ { "level": 3, "name": "deduction" } ]
},
{
"type": "profession",
"subtype": "hobby",
Expand Down
40 changes: 0 additions & 40 deletions data/mods/Xedra_Evolved/player/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,46 +562,6 @@
"female": { "entries": [ { "item": "bra" }, { "item": "panties" } ] }
}
},
{
"type": "profession",
"subtype": "hobby",
"id": "hobby_eater",
"name": "Awakened Eater",
"description": "Ever since the Cataclysm you've been able to clearly see elements of other realities that have intruded your own. You also think you'd be able to consume these intrusions to give you power far beyond a normal human.",
"points": 4,
"spells": [ { "id": "spring_heeled_leap", "level": 4 }, { "id": "spell_dodge", "level": 4 } ],
"traits": [ "EATER" ]
},
{
"type": "profession",
"subtype": "hobby",
"id": "hobby_dreamer",
"name": "Awakened Dreamer",
"description": "Ever since the Cataclysm you've become far more aware of the weakened gap between realities. Specifically, of what is on the other side. Surprisingly, it doesn't seem universally hostile, and you think you'd be able to bring some of these entities over if you desired.",
"points": 4,
"spells": [ { "id": "create_dream_dross", "level": 4 }, { "id": "summon_shifter", "level": 4 } ],
"traits": [ "DREAMER" ]
},
{
"type": "profession",
"subtype": "hobby",
"id": "hobby_inventor",
"name": "Awakened Inventor",
"description": "Ever since the Cataclysm you've begun having crazy ideas on how to create technological devices. While conventional logic would label these designs as silly or even insane, something tells you that they'd work regardless.",
"points": 4,
"traits": [ "INVENTOR" ]
},
{
"type": "profession",
"subtype": "hobby",
"id": "hobby_dreamsmith",
"name": "Awakened Dreamsmith",
"description": "Ever since the Cataclysm you've gained an instinctive sense of how to work dreamdross into tools and armor. It will still take some effort to put these vague ideas to proper use",
"//": "TODO: add some basic recipes they could know, if possible",
"points": 4,
"spells": [ { "id": "spell_oneiric_hammer", "level": 0 } ],
"traits": [ "DREAMSMITH" ]
},
{
"type": "profession",
"id": "paraclesian_ierde",
Expand Down
Loading