mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-18 19:58:52 +00:00
Update content.coffee to change "Cloth Armor"
Changes Cloth Armor to "Plain Clothing" for better consistency and sprite representation.
This commit is contained in:
parent
cc6e0a9c7b
commit
b2efa6d0da
1 changed files with 3 additions and 3 deletions
|
|
@ -70,16 +70,16 @@ gear =
|
|||
|
||||
armor:
|
||||
base:
|
||||
0: text: "Cloth Armor", notes:'Ordinary clothing. Confers no benefit.', value:0
|
||||
0: text: "Plain Clothing", notes:'Ordinary clothing. Confers no benefit.', value:0
|
||||
warrior:
|
||||
#0: text: "Cloth Armor", notes:'Ordinary clothing. Confers no benefit.', value:0
|
||||
#0: text: "Plain Clothing", notes:'Ordinary clothing. Confers no benefit.', value:0
|
||||
1: text: "Leather Armor", notes:'Jerkin of sturdy boiled hide. Increases CON by 3.', con: 3, value:30
|
||||
2: text: "Chain Mail", notes:'Armor of interlocked metal rings. Increases CON by 5.', con: 5, value:45
|
||||
3: text: "Plate Armor", notes:'Suit of all-encasing steel, the pride of knights. Increases CON by 7.', con: 7, value:65
|
||||
4: text: "Red Armor", notes:'Heavy plate glowing with defensive enchantments. Increases CON by 9.', con: 9, value:90
|
||||
5: text: "Golden Armor", notes:'Looks ceremonial, but no known blade can pierce it. Increases CON by 11.', con: 11, value:120, last: true
|
||||
rogue:
|
||||
#0: text: "Cloth Armor", notes:'Ordinary clothing. Confers no benefit.', value:0
|
||||
#0: text: "Plain Clothing", notes:'Ordinary clothing. Confers no benefit.', value:0
|
||||
1: text: "Oiled Leather", notes:'Leather armor treated to reduce noise. Increases PER by 6.', per: 6, value:30
|
||||
2: text: "Black Leather", notes:'Colored with dark dye to blend into shadows. Increases PER by 9', per: 9, value:45
|
||||
3: text: "Camouflage Vest", notes:'Equally discreet in dungeon or wilderness. Increases PER by 12.', per: 12, value:65
|
||||
|
|
|
|||
Loading…
Reference in a new issue