mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
fix(content): Correct stats for Royal Robes
...in newtype content file
This commit is contained in:
@@ -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
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user