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

Revert "Remove saves from escort rewards"

DG vetoed it.
parent a035e02c
No related branches found
No related tags found
1 merge request!603Misc 1.6.6
......@@ -52,6 +52,7 @@ local reward_types = {
types = {
["wild-gift/call"] = 1.0,
},
saves = { mental = 12 },
talents = {
[Talents.T_NATURE_TOUCH] = 1,
[Talents.T_EARTH_S_EYES] = 1,
......@@ -84,6 +85,7 @@ local reward_types = {
[Talents.T_PSIBLADES] = 1,
[Talents.T_THORN_GRAB] = 1,
},
saves = { spell = 12 },
stats = {
[Stats.STAT_WIL] = 5,
[Stats.STAT_DEX] = 5,
......@@ -126,6 +128,7 @@ local reward_types = {
[Talents.T_SKATE] = 1,
[Talents.T_TELEKINETIC_LEAP] = 1,
},
saves = { spell = 12, phys = 12 },
stats = {
[Stats.STAT_CUN] = 5,
[Stats.STAT_WIL] = 5,
......@@ -153,6 +156,7 @@ local reward_types = {
[Talents.T_RESONANCE_FIELD] = 1,
[Talents.T_CONVERSION] = 1,
},
saves = { spell = 12, mental = 12 },
stats = {
[Stats.STAT_CUN] = 5,
[Stats.STAT_WIL] = 5,
......@@ -179,6 +183,7 @@ local reward_types = {
[Talents.T_SLEEP] = 1,
[Talents.T_DREAM_WALK] = 1,
},
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