Forgot armored (i.e. armored bracers).
This commit is contained in:
parent
cc6969a25d
commit
010f87d0b8
@ -100,6 +100,20 @@
|
|||||||
description: >-
|
description: >-
|
||||||
This item grants a deflection bonus to armor class.
|
This item grants a deflection bonus to armor class.
|
||||||
|
|
||||||
|
- name: Armored
|
||||||
|
school: abjuration
|
||||||
|
grade: faint
|
||||||
|
spell: ["Shield", "Mage Armor"]
|
||||||
|
feats: ["Craft Wondrous Item"]
|
||||||
|
bonus:
|
||||||
|
required: true
|
||||||
|
maximum: 10
|
||||||
|
minimum: 1
|
||||||
|
lua:
|
||||||
|
price: (math.pow(ability.bonus, 2) * 1000)
|
||||||
|
description: >-
|
||||||
|
This item grants an armor bonus to AC.
|
||||||
|
|
||||||
- name: Natural Armor
|
- name: Natural Armor
|
||||||
school: transmutation
|
school: transmutation
|
||||||
grade: faint
|
grade: faint
|
||||||
|
Loading…
Reference in New Issue
Block a user