From a11362e115ce0e0b6e941c99fe8cd62d9714051b Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Thu, 1 Oct 2015 21:59:40 +0200 Subject: [PATCH] Added enchantments for the individual saves. --- wondrous/abilities.yml | 55 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/wondrous/abilities.yml b/wondrous/abilities.yml index 5226227..b4dc4c0 100644 --- a/wondrous/abilities.yml +++ b/wondrous/abilities.yml @@ -129,6 +129,48 @@ This item grants an enhancement bonus to all saving throws (fortitude, reflex, will). +- name: Fortitude + school: abjuration + grade: faint + spell: ["Resistance"] + feats: ["Craft Wondrous Item"] + bonus: + required: true + maximium: 10 + minimum: 1 + lua: + price: (math.pow(ability.bonus, 2) * 1000) + description: >- + This item grants an enhancement bonus to fortitude saving throws. + +- name: Will + school: abjuration + grade: faint + spell: ["Resistance"] + feats: ["Craft Wondrous Item"] + bonus: + required: true + maximium: 10 + minimum: 1 + lua: + price: (math.pow(ability.bonus, 2) * 1000) + description: >- + This item grants an enhancement bonus to will saving throws. + +- name: Reflex + school: abjuration + grade: faint + spell: ["Resistance"] + feats: ["Craft Wondrous Item"] + bonus: + required: true + maximium: 10 + minimum: 1 + lua: + price: (math.pow(ability.bonus, 2) * 1000) + description: >- + This item grants an enhancement bonus to reflex saving throws. + - name: Spell resistance school: abjuration grade: moderate @@ -142,6 +184,19 @@ description: >- This item grants the wearer spell resistance. +- name: Power + school: transmutation + grade: strong + feats: ["Craft Wondrous Item"] + bonus: + required: true + minimum: 1 + maximum: 9 + lua: + price: (math.pow(ability.bonus, 2) * 1000) + description: >- + This item grants the power of recalling a spell of the given level. + - name: Hide school: illusion grade: faint