From afb5035836aa6a41b50118d1e54294d61b5e0b68 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Tue, 29 Sep 2015 21:16:33 +0200 Subject: [PATCH] Added wondrous items. --- lib/artefact_weapons.lua | 8 ---- weapons/abilities.yml | 2 +- wondrous/abilities.yml | 85 ++++++++++++++++++++++++++++++++++++++++ wondrous/wondrous.yml | 44 +++++++++++++++++++++ 4 files changed, 130 insertions(+), 9 deletions(-) delete mode 100644 lib/artefact_weapons.lua create mode 100644 wondrous/abilities.yml create mode 100644 wondrous/wondrous.yml diff --git a/lib/artefact_weapons.lua b/lib/artefact_weapons.lua deleted file mode 100644 index 0ae40e8..0000000 --- a/lib/artefact_weapons.lua +++ /dev/null @@ -1,8 +0,0 @@ ---- Function for generating special artefacts and their properties. ---- We must return a table containing all the functions that we wish ---- to export. We can also access the entire fimbul library. ---- - -local lib = {} - -return lib diff --git a/weapons/abilities.yml b/weapons/abilities.yml index 76a5ce3..33065dd 100644 --- a/weapons/abilities.yml +++ b/weapons/abilities.yml @@ -1,4 +1,4 @@ -# Enhantment? ENCHANTMENT! +# Enchantment? ENCHANTMENT! # Weapons diff --git a/wondrous/abilities.yml b/wondrous/abilities.yml new file mode 100644 index 0000000..b7b8fa8 --- /dev/null +++ b/wondrous/abilities.yml @@ -0,0 +1,85 @@ +# Moar enchantment? ENCHANTMENT! + +# Ability bonuses +- name: Dexterity +1 + school: Transmutation + grade: moderate + spells: ["Cat's Grace"] + price: 1000 + description: >- + This item grants a +1 enhancement bonus to dexterity. + +- name: Dexterity +2 + school: Transmutation + grade: moderate + spells: ["Cat's Grace"] + price: 4000 + description: >- + This item grants a +2 enhancement bonus to dexterity. + +- name: Dexterity +3 + school: Transmutation + grade: moderate + spells: ["Cat's Grace"] + price: 6000 + description: >- + This item grants a +3 enhancement bonus to dexterity. + +- name: Dexterity +4 + school: Transmutation + grade: moderate + spells: ["Cat's Grace"] + price: 16000 + description: >- + This item grants a +4 enhancement bonus to dexterity. + +- name: Dexterity +5 + school: Transmutation + grade: moderate + spells: ["Cat's Grace"] + price: 25000 + description: >- + This item grants a +5 enhancement bonus to dexterity. + +- name: Dexterity +6 + school: Transmutation + grade: moderate + spells: ["Cat's Grace"] + price: 36000 + description: >- + This item grants a +6 enhancement bonus to dexterity. + +- name: Dexterity +7 + school: Transmutation + grade: moderate + spells: ["Cat's Grace"] + price: 49000 + description: >- + This item grants a +7 enhancement bonus to dexterity. + +- name: Dexterity +8 + school: Transmutation + grade: moderate + spells: ["Cat's Grace"] + price: 64000 + description: >- + This item grants a +8 enhancement bonus to dexterity. + +- name: Dexterity +9 + school: Transmutation + grade: moderate + spells: ["Cat's Grace"] + price: 81000 + description: >- + This item grants a +9 enhancement bonus to dexterity. + +# According to epic level gear, enhancement bonuses stop at +10 +- name: Dexterity +10 + school: Transmutation + grade: moderate + spells: ["Cat's Grace"] + price: 100000 + description: >- + This item grants a +10 enhancement bonus to dexterity. + +#EOF \ No newline at end of file diff --git a/wondrous/wondrous.yml b/wondrous/wondrous.yml new file mode 100644 index 0000000..c8f7007 --- /dev/null +++ b/wondrous/wondrous.yml @@ -0,0 +1,44 @@ +- name: Helmet + slot: head + +- name: Headband + slot: head + +- name: Amulet + slot: neck + +- name: Goggles + slot: face + +- name: Mask + slot: face + +- name: Gloves + slot: hands + +- name: Bracers + slot: wrist + +- name: Vest + slot: torso + +- name: Belt + slot: waist + +- name: Robe + slot: body + +- name: Boots + slot: feet + +- name: Ring + slot: ring + +- name: Cloak + slot: shoulders + +- name: Brooch + slot: brooch + +- name: Mask + slot: face