Skip to content

Commit

Permalink
cloaks are belted layer (CleverRaven#65629)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoobindisguise authored May 14, 2023
1 parent 9a4259f commit dff815f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions data/json/items/armor/cloaks.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"warmth": 20,
"material_thickness": 0.3,
"environmental_protection": 1,
"flags": [ "OVERSIZE", "OUTER", "ALLOWS_NATURAL_ATTACKS" ],
"flags": [ "OVERSIZE", "BELTED", "ALLOWS_NATURAL_ATTACKS" ],
"armor": [
{
"encumbrance": 50,
Expand Down Expand Up @@ -526,7 +526,7 @@
"color": "yellow",
"warmth": 10,
"material_thickness": 0.4,
"flags": [ "OVERSIZE", "OUTER" ],
"flags": [ "OVERSIZE", "BELTED" ],
"armor": [ { "encumbrance": 4, "coverage": 65, "covers": [ "torso", "leg_l", "leg_r" ] } ]
},
{
Expand All @@ -546,7 +546,7 @@
"warmth": 30,
"material_thickness": 0.4,
"environmental_protection": 3,
"flags": [ "OVERSIZE", "HOOD", "OUTER" ],
"flags": [ "OVERSIZE", "HOOD", "BELTED" ],
"armor": [ { "encumbrance": 4, "coverage": 65, "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ] } ]
},
{
Expand All @@ -567,7 +567,7 @@
"warmth": 10,
"material_thickness": 0.2,
"environmental_protection": 1,
"flags": [ "OVERSIZE", "HOOD", "OUTER", "FANCY" ],
"flags": [ "OVERSIZE", "HOOD", "BELTED", "FANCY" ],
"armor": [ { "encumbrance": 2, "coverage": 65, "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ] } ],
"use_action": {
"type": "transform",
Expand Down Expand Up @@ -608,7 +608,7 @@
"color": "dark_gray",
"warmth": 8,
"material_thickness": 0.1,
"flags": [ "OVERSIZE", "OUTER" ],
"flags": [ "OVERSIZE", "BELTED" ],
"armor": [ { "encumbrance": 2, "coverage": 65, "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ] } ]
},
{
Expand All @@ -628,7 +628,7 @@
"warmth": 60,
"material_thickness": 0.6,
"environmental_protection": 3,
"flags": [ "OVERSIZE", "HOOD", "OUTER", "WATERPROOF", "RAINPROOF" ],
"flags": [ "OVERSIZE", "HOOD", "BELTED", "WATERPROOF", "RAINPROOF" ],
"armor": [ { "encumbrance": 6, "coverage": 65, "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ] } ]
},
{
Expand All @@ -648,7 +648,7 @@
"warmth": 40,
"material_thickness": 1.5,
"environmental_protection": 3,
"flags": [ "OVERSIZE", "HOOD", "OUTER", "WATERPROOF", "RAINPROOF" ],
"flags": [ "OVERSIZE", "HOOD", "BELTED", "WATERPROOF", "RAINPROOF" ],
"armor": [ { "encumbrance": 6, "coverage": 65, "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ] } ]
},
{
Expand All @@ -668,7 +668,7 @@
"warmth": 50,
"material_thickness": 0.5,
"environmental_protection": 3,
"flags": [ "OVERSIZE", "HOOD", "OUTER" ],
"flags": [ "OVERSIZE", "HOOD", "BELTED" ],
"armor": [ { "encumbrance": 5, "coverage": 65, "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ] } ]
},
{
Expand All @@ -689,7 +689,7 @@
"warmth": 5,
"material_thickness": 0.3,
"environmental_protection": 5,
"flags": [ "OVERSIZE", "OUTER" ],
"flags": [ "OVERSIZE", "BELTED" ],
"armor": [
{
"encumbrance": 3,
Expand Down Expand Up @@ -724,7 +724,7 @@
"need_charges": 20,
"need_charges_msg": "You don't have enough UPS charges to turn on the %s"
},
"flags": [ "USE_UPS", "OVERSIZE", "HOOD", "WATERPROOF", "OUTER", "VARSIZE", "SOFT" ],
"flags": [ "USE_UPS", "OVERSIZE", "HOOD", "WATERPROOF", "BELTED", "VARSIZE", "SOFT" ],
"armor": [ { "encumbrance": 50, "coverage": 65, "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ] } ]
},
{
Expand Down

0 comments on commit dff815f

Please sign in to comment.