From f82499dd6bbc1c5d1a37fceb54a9a2d702099c0a Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Sat, 13 Jun 2015 19:21:44 +0200 Subject: [PATCH] Updated shields with base material and new type for tower shields. --- shields.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/shields.yml b/shields.yml index 8e68f28..76d1dde 100644 --- a/shields.yml +++ b/shields.yml @@ -1,6 +1,7 @@ # Shields - name: Buckler + basematerial: wood cost: 15 ac: 1 acp: -1 @@ -8,7 +9,7 @@ weight: 5 - name: Light Wooden Shield - material: wood + basematerial: wood category: light cost: 3 ac: 1 @@ -17,7 +18,7 @@ weight: 5 - name: Light Steel Shield - material: steel + basematerial: metal category: light cost: 9 ac: 1 @@ -26,7 +27,7 @@ weight: 6 - name: Heavy Wooden Shield - material: wood + basematerial: wood category: heavy cost: 7 ac: 2 @@ -35,7 +36,7 @@ weight: 10 - name: Heavy Steel Shield - material: steel + basematerial: metal category: heavy cost: 20 ac: 2 @@ -44,7 +45,8 @@ weight: 15 - name: Tower Shield - material: steel + basematerial: metal + category: tower cost: 30 ac: 4 dex: 2