Skip to content

Commit

Permalink
orb of the veil tweaks
Browse files Browse the repository at this point in the history
* Made Revelation scale up the same way the other stat buff effects do.
* Rebalanced mapping radius and main buff duration granted by the orb of
the veil, since this is a pretty massive power cost.
  • Loading branch information
chaosvolt committed Dec 14, 2020
1 parent 2943da4 commit 262f001
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
6 changes: 4 additions & 2 deletions Arcana/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,11 @@
"remove_message": "Things are starting to return to normal.",
"decay_messages": [ [ "Your spell of revelation is waning.", "bad" ] ],
"rating": "good",
"max_intensity": 100,
"max_duration": "100 m",
"max_intensity": 15,
"int_dur_factor": "1 m",
"base_mods": { "int_mod": [ 8 ] }
"base_mods": { "int_mod": [ 1 ] },
"scaling_mods": { "int_mod": [ 0.5 ] }
},
{
"type": "effect_type",
Expand Down
8 changes: 4 additions & 4 deletions Arcana/spells/spells_item.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,8 @@
],
"message": "You look deep into the orb, and see a vision of the surrounding area hidden among headache-inducing geometries.",
"flags": [ "NO_HANDS", "NO_LEGS" ],
"min_aoe": 24,
"max_aoe": 24,
"min_aoe": 30,
"max_aoe": 30,
"base_casting_time": 100
},
{
Expand All @@ -672,8 +672,8 @@
"effect": "attack",
"shape": "blast",
"effect_str": "spell_revelation",
"min_duration": 30000,
"max_duration": 90000
"min_duration": 600000,
"max_duration": 600000
},
{
"id": "arcana_item_orb_veil_attention",
Expand Down
6 changes: 4 additions & 2 deletions Arcana_BN/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,9 +463,11 @@
"remove_message": "Things are starting to return to normal.",
"decay_messages": [ [ "Your spell of revelation is waning.", "bad" ] ],
"rating": "good",
"max_intensity": 100,
"max_duration": "100 m",
"max_intensity": 15,
"int_dur_factor": "1 m",
"base_mods": { "int_mod": [ 8 ] }
"base_mods": { "int_mod": [ 1 ] },
"scaling_mods": { "int_mod": [ 0.5 ] }
},
{
"type": "effect_type",
Expand Down
8 changes: 4 additions & 4 deletions Arcana_BN/spells/spells_item.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,8 @@
],
"message": "You look deep into the orb, and see a vision of the surrounding area hidden among headache-inducing geometries.",
"flags": [ "NO_HANDS", "NO_LEGS" ],
"min_aoe": 24,
"max_aoe": 24,
"min_aoe": 30,
"max_aoe": 30,
"base_casting_time": 100
},
{
Expand All @@ -635,8 +635,8 @@
"flags": [ "SILENT", "RANDOM_DURATION", "NO_HANDS", "NO_LEGS" ],
"effect": "target_attack",
"effect_str": "spell_revelation",
"min_duration": 30000,
"max_duration": 90000
"min_duration": 600000,
"max_duration": 600000
},
{
"id": "arcana_item_orb_veil_attention",
Expand Down

0 comments on commit 262f001

Please sign in to comment.