Skip to content

Commit

Permalink
Update night vision values
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm authored Sep 3, 2024
1 parent fa6905b commit ea2f097
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions data/mods/MindOverMatter/effects/effects_psionic.json
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
"rating": "good",
"max_duration": "7 days"
},
{
{
"type": "effect_type",
"id": "effect_clair_night_eyes_1",
"name": [ "Night Eyes" ],
Expand All @@ -564,7 +564,7 @@
"rating": "good",
"max_duration": "7 days",
"max_intensity": 106,
"limb_score_mods": [ { "limb_score": "night_vis", "modifier": 3 } ],
"limb_score_mods": [ { "limb_score": "night_vis", "modifier": 2 } ],
"flags": [ "EFFECT_LIMB_SCORE_MOD" ]
},
{
Expand All @@ -581,7 +581,7 @@
"rating": "good",
"max_duration": "7 days",
"max_intensity": 106,
"limb_score_mods": [ { "limb_score": "night_vis", "modifier": 5 } ],
"limb_score_mods": [ { "limb_score": "night_vis", "modifier": 4 } ],
"flags": [ "EFFECT_LIMB_SCORE_MOD" ]
},
{
Expand All @@ -598,7 +598,7 @@
"rating": "good",
"max_duration": "7 days",
"max_intensity": 106,
"limb_score_mods": [ { "limb_score": "night_vis", "modifier": 7 } ],
"limb_score_mods": [ { "limb_score": "night_vis", "modifier": 6 } ],
"flags": [ "EFFECT_LIMB_SCORE_MOD" ]
},
{
Expand All @@ -615,7 +615,7 @@
"rating": "good",
"max_duration": "7 days",
"max_intensity": 106,
"limb_score_mods": [ { "limb_score": "night_vis", "modifier": 9 } ],
"limb_score_mods": [ { "limb_score": "night_vis", "modifier": 8 } ],
"flags": [ "EFFECT_LIMB_SCORE_MOD" ]
},
{
Expand All @@ -632,7 +632,7 @@
"rating": "good",
"max_duration": "7 days",
"max_intensity": 106,
"limb_score_mods": [ { "limb_score": "night_vis", "modifier": 11 } ],
"limb_score_mods": [ { "limb_score": "night_vis", "modifier": 10 } ],
"flags": [ "EFFECT_LIMB_SCORE_MOD" ]
},
{
Expand All @@ -649,7 +649,7 @@
"rating": "good",
"max_duration": "7 days",
"max_intensity": 106,
"limb_score_mods": [ { "limb_score": "night_vis", "modifier": 13 } ],
"limb_score_mods": [ { "limb_score": "night_vis", "modifier": 12 } ],
"flags": [ "EFFECT_LIMB_SCORE_MOD" ]
},
{
Expand All @@ -666,7 +666,7 @@
"rating": "good",
"max_duration": "7 days",
"max_intensity": 106,
"limb_score_mods": [ { "limb_score": "night_vis", "modifier": 15 } ],
"limb_score_mods": [ { "limb_score": "night_vis", "modifier": 14 } ],
"flags": [ "EFFECT_LIMB_SCORE_MOD" ]
},
{
Expand All @@ -683,7 +683,7 @@
"rating": "good",
"max_duration": "7 days",
"max_intensity": 106,
"limb_score_mods": [ { "limb_score": "night_vis", "modifier": 17 } ],
"limb_score_mods": [ { "limb_score": "night_vis", "modifier": 16 } ],
"flags": [ "EFFECT_LIMB_SCORE_MOD" ]
},
{
Expand Down

0 comments on commit ea2f097

Please sign in to comment.