Skip to content
Snippets Groups Projects
Commit 86abf777 authored by Lisa Greene's avatar Lisa Greene
Browse files

Increase save rewards from escorts

parent 6c8203cd
No related branches found
No related tags found
1 merge request!603Misc 1.6.6
......@@ -52,7 +52,7 @@ local reward_types = {
types = {
["wild-gift/call"] = 1.0,
},
saves = { mental = 4 },
saves = { mental = 12 },
talents = {
[Talents.T_NATURE_TOUCH] = 1,
[Talents.T_EARTH_S_EYES] = 1,
......@@ -85,7 +85,7 @@ local reward_types = {
[Talents.T_PSIBLADES] = 1,
[Talents.T_THORN_GRAB] = 1,
},
saves = { spell = 4 },
saves = { spell = 12 },
stats = {
[Stats.STAT_WIL] = 5,
[Stats.STAT_DEX] = 5,
......@@ -128,7 +128,7 @@ local reward_types = {
[Talents.T_SKATE] = 1,
[Talents.T_TELEKINETIC_LEAP] = 1,
},
saves = { spell = 4, phys = 4 },
saves = { spell = 12, phys = 12 },
stats = {
[Stats.STAT_CUN] = 5,
[Stats.STAT_WIL] = 5,
......@@ -156,7 +156,7 @@ local reward_types = {
[Talents.T_RESONANCE_FIELD] = 1,
[Talents.T_CONVERSION] = 1,
},
saves = { spell = 4, mental = 4 },
saves = { spell = 12, mental = 12 },
stats = {
[Stats.STAT_CUN] = 5,
[Stats.STAT_WIL] = 5,
......@@ -183,7 +183,7 @@ local reward_types = {
[Talents.T_SLEEP] = 1,
[Talents.T_DREAM_WALK] = 1,
},
saves = { spell = 4 },
saves = { spell = 12 },
stats = {
[Stats.STAT_WIL] = 5,
[Stats.STAT_CUN] = 5,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment