Skip to content

Commit

Permalink
Merge pull request CleverRaven#76302 from Maleclypse/Dreamless-forever
Browse files Browse the repository at this point in the history
[ Xedra Evolved ] Dreamless forever
  • Loading branch information
akrieger authored Sep 11, 2024
2 parents d445f70 + ec2bd9e commit 9b1ab0b
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions data/mods/Xedra_Evolved/eocs/give_a_class_eoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,14 @@
"and": [
{
"and": [
{
"and": [
{ "or": [ { "not": { "u_has_trait": "EATER" } }, { "not": { "u_has_trait": "DREAMER" } } ] },
{ "not": { "u_has_trait": "DREAMLESS" } }
]
},
{
"and": [
{ "or": [ { "not": { "u_has_trait": "INVENTOR" } }, { "not": { "u_has_trait": "DREAMSMITH" } } ] },
{ "not": { "u_has_trait": "DREAMLESS" } }
]
}
{ "math": [ "u_has_trait('EATER') + u_has_trait('DREAMER') == 0" ] },
{ "math": [ "u_has_trait('INVENTOR') + u_has_trait('DREAMSMITH') == 0" ] }
]
},
{ "math": [ "magic_potential", ">", "0" ] }
{ "math": [ "magic_potential", ">", "0" ] },
{ "not": { "u_has_trait": "DREAMLESS" } }
]
},
"effect": [ { "math": [ "allow_sequence", "=", "1" ] } ]
}
},
{
"type": "effect_on_condition",
Expand Down

0 comments on commit 9b1ab0b

Please sign in to comment.