Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -43,71 +43,71 @@
"eoc_type": "EVENT",
"required_event": "opens_spellbook",
"condition": { "and": [ { "u_has_trait": "BIOKINETIC" }, { "u_has_wielded_with_flag": "MATRIX_CRYSTAL_BIOKINESIS" } ] },
"effect": [ { "math": [ "u_school_level_adjustment('BIOKINETIC') += 4" ] } ]
"effect": [ { "math": [ "u_spellcasting_adjustment('caster_level', 'school': 'BIOKINETIC') = 6" ] } ]
},
{
"type": "effect_on_condition",
"id": "EOC_CLAIR_MATRIX_BOOST",
"eoc_type": "EVENT",
"required_event": "opens_spellbook",
"condition": { "and": [ { "u_has_trait": "CLAIRSENTIENT" }, { "u_has_wielded_with_flag": "MATRIX_CRYSTAL_CLAIRSENTIENCE" } ] },
"effect": [ { "math": [ "u_school_level_adjustment('CLAIRSENTIENT') += 4" ] } ]
"effect": [ { "math": [ "u_spellcasting_adjustment('caster_level', 'school': 'CLAIRSENTIENT') = 6" ] } ]
},
{
"type": "effect_on_condition",
"id": "EOC_ELECTRO_MATRIX_BOOST",
"eoc_type": "EVENT",
"required_event": "opens_spellbook",
"condition": { "and": [ { "u_has_trait": "ELECTROKINETIC" }, { "u_has_wielded_with_flag": "MATRIX_CRYSTAL_ELECTROKINESIS" } ] },
"effect": [ { "math": [ "u_school_level_adjustment('ELECTROKINETIC') += 4" ] } ]
"effect": [ { "math": [ "u_spellcasting_adjustment('caster_level', 'school': 'ELECTROKINETIC') = 6" ] } ]
},
{
"type": "effect_on_condition",
"id": "EOC_PHOTO_MATRIX_BOOST",
"eoc_type": "EVENT",
"required_event": "opens_spellbook",
"condition": { "and": [ { "u_has_trait": "PHOTOKINETIC" }, { "u_has_wielded_with_flag": "MATRIX_CRYSTAL_PHOTOKINESIS" } ] },
"effect": [ { "math": [ "u_school_level_adjustment('PHOTOKINETIC') += 4" ] } ]
"effect": [ { "math": [ "u_spellcasting_adjustment('caster_level', 'school': 'PHOTOKINETIC') = 6" ] } ]
},
{
"type": "effect_on_condition",
"id": "EOC_PYRO_MATRIX_BOOST",
"eoc_type": "EVENT",
"required_event": "opens_spellbook",
"condition": { "and": [ { "u_has_trait": "PYROKINETIC" }, { "u_has_wielded_with_flag": "MATRIX_CRYSTAL_PYROKINESIS" } ] },
"effect": [ { "math": [ "u_school_level_adjustment('PYROKINETIC') += 4" ] } ]
"effect": [ { "math": [ "u_spellcasting_adjustment('caster_level', 'school': 'PYROKINETIC') = 6" ] } ]
},
{
"type": "effect_on_condition",
"id": "EOC_TELEKIN_MATRIX_BOOST",
"eoc_type": "EVENT",
"required_event": "opens_spellbook",
"condition": { "and": [ { "u_has_trait": "TELEKINETIC" }, { "u_has_wielded_with_flag": "MATRIX_CRYSTAL_TELEKINESIS" } ] },
"effect": [ { "math": [ "u_school_level_adjustment('TELEKINETIC') += 4" ] } ]
"effect": [ { "math": [ "u_spellcasting_adjustment('caster_level', 'school': 'TELEKINETIC') = 6" ] } ]
},
{
"type": "effect_on_condition",
"id": "EOC_TEEP_MATRIX_BOOST",
"eoc_type": "EVENT",
"required_event": "opens_spellbook",
"condition": { "and": [ { "u_has_trait": "TELEPATH" }, { "u_has_wielded_with_flag": "MATRIX_CRYSTAL_TELEPATHY" } ] },
"effect": [ { "math": [ "u_school_level_adjustment('TELEPATH') += 4" ] } ]
"effect": [ { "math": [ "u_spellcasting_adjustment('caster_level', 'school': 'TELEPATH') = 6" ] } ]
},
{
"type": "effect_on_condition",
"id": "EOC_TELEPORT_MATRIX_BOOST",
"eoc_type": "EVENT",
"required_event": "opens_spellbook",
"condition": { "and": [ { "u_has_trait": "TELEPORTER" }, { "u_has_wielded_with_flag": "MATRIX_CRYSTAL_TELEPORTATION" } ] },
"effect": [ { "math": [ "u_school_level_adjustment('TELEPORTER') += 4" ] } ]
"effect": [ { "math": [ "u_spellcasting_adjustment('caster_level', 'school': 'TELEPORTER') = 6" ] } ]
},
{
"type": "effect_on_condition",
"id": "EOC_VITAKIN_MATRIX_BOOST",
"eoc_type": "EVENT",
"required_event": "opens_spellbook",
"condition": { "and": [ { "u_has_trait": "VITAKINETIC" }, { "u_has_wielded_with_flag": "MATRIX_CRYSTAL_VITAKINESIS" } ] },
"effect": [ { "math": [ "u_school_level_adjustment('VITAKINETIC') += 4" ] } ]
"effect": [ { "math": [ "u_spellcasting_adjustment('caster_level', 'school': 'VITAKINETIC') = 6" ] } ]
},
{
"type": "effect_on_condition",
Expand Down
Loading