fix(content): Correct stats for Royal Robes

...in newtype content file
This commit is contained in:
Sabe Jones
2015-11-02 17:34:59 -05:00
parent 510080325d
commit 6b3fcd3d11

View File

@@ -78,8 +78,9 @@ let armor = {
}, },
royalRobes: { royalRobes: {
value: 100, value: 100,
str: 9, con: 5,
per: 9, int: 5,
per: 5,
notes: t('armorArmoireRoyalRobesNotes', { notes: t('armorArmoireRoyalRobesNotes', {
attrs: 9 attrs: 9
}), }),