Skip to content

Commit

Permalink
Make fur mutation armor give warmth to the mouth (#57920)
Browse files Browse the repository at this point in the history
* Update mutations.json

* Undo conflicting change

* Fur armor covers the mouth

* Update data/json/items/armor/integrated.json

Co-authored-by: David Seguin <[email protected]>

Co-authored-by: David Seguin <[email protected]>
  • Loading branch information
KittyTac and dseguin authored May 26, 2022
1 parent ffcac06 commit d2a94d2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions data/json/items/armor/integrated.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@
"covers": [ "hand_l", "hand_r", "foot_l", "foot_r", "leg_l", "leg_r", "arm_l", "arm_r", "torso", "head" ],
"coverage": 100,
"encumbrance": 2
},
{
"material": [ { "type": "fur", "covered_by_mat": 100, "thickness": 1 } ],
"covers": [ "mouth" ],
"coverage": 85,
"encumbrance": 0
}
]
},
Expand Down Expand Up @@ -204,6 +210,12 @@
"covers": [ "hand_l", "hand_r", "foot_l", "foot_r", "head" ],
"coverage": 100,
"encumbrance": 2
},
{
"material": [ { "type": "fur", "covered_by_mat": 100, "thickness": 1 } ],
"covers": [ "mouth" ],
"coverage": 85,
"encumbrance": 0
}
]
},
Expand Down Expand Up @@ -244,6 +256,12 @@
"covers": [ "hand_l", "hand_r", "foot_l", "foot_r", "head" ],
"coverage": 100,
"encumbrance": 7
},
{
"material": [ { "type": "fur", "covered_by_mat": 100, "thickness": 5 } ],
"covers": [ "mouth" ],
"coverage": 85,
"encumbrance": 0
}
]
},
Expand Down Expand Up @@ -275,6 +293,12 @@
"covers": [ "hand_l", "hand_r", "foot_l", "foot_r", "head" ],
"coverage": 100,
"encumbrance": 3
},
{
"material": [ { "type": "fur", "covered_by_mat": 100, "thickness": 3 } ],
"covers": [ "mouth" ],
"coverage": 85,
"encumbrance": 0
}
]
},
Expand All @@ -300,6 +324,12 @@
"covers": [ "hand_l", "hand_r", "foot_l", "foot_r", "leg_l", "leg_r", "arm_l", "arm_r", "torso", "head" ],
"coverage": 100,
"encumbrance": 2
},
{
"material": [ { "type": "fur", "covered_by_mat": 100, "thickness": 2 } ],
"covers": [ "mouth" ],
"coverage": 85,
"encumbrance": 0
}
]
},
Expand Down

0 comments on commit d2a94d2

Please sign in to comment.