Skip to content

Commit

Permalink
[Xedra Evolved] Fix homullus trait regressions (CleverRaven#77486)
Browse files Browse the repository at this point in the history
* Initial commit

* Fix The Scholar's Regard
  • Loading branch information
Standing-Storm authored Nov 1, 2024
1 parent 0f950ed commit 1e022d2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"ugliness": 0,
"description": "Upon gaining this ability the Homullus gains the ability to focus their mind to increase their learning ability.",
"category": [ "HOMULLUS" ],
"prereqs": [ "INT_UP_2" ],
"prereqs": [ "INT_UP_2", "INT_ALPHA" ],
"spells_learned": [ [ "homullus_add_learning_focus_spell", 1 ] ]
},
{
Expand Down Expand Up @@ -319,7 +319,7 @@
"ugliness": 0,
"description": "You are capable of storing power directly in your flesh. You gain 50 kJ of bionic power storage per Homullus trait you have.",
"category": [ "HOMULLUS" ],
"prereqs": [ "HOMULLUS_CBM_MANA_1" ],
"prereqs": [ "HOMULLUS_CBM_MANA_1", "HOMULLUS_CBM_MANA_2" ],
"enchantments": [
{
"values": [ { "value": "BIONIC_POWER", "add": { "math": [ "paraclesian_homullus_total_mutations(1) * 50000000" ] } } ]
Expand Down Expand Up @@ -385,7 +385,7 @@
"ugliness": 0,
"description": "Though much of humanity has died, their echoes remain in the places they once called home. The Homullus can draw on those echoes to restore their bionic power.",
"changes_to": [ "HOMULLUS_GAIN_BIONIC_POWER_AND_MANA" ],
"prereqs": [ "HOMULLUS_CBM_MANA_1" ],
"prereqs": [ "HOMULLUS_CBM_MANA_1", "HOMULLUS_CBM_MANA_2" ],
"prereqs2": [ "HOMULLUS_PASSIVE_BIONIC_POWER" ],
"category": [ "HOMULLUS" ]
},
Expand Down

0 comments on commit 1e022d2

Please sign in to comment.