Skip to content

Commit

Permalink
Merge pull request #78095 from catern/master
Browse files Browse the repository at this point in the history
ALLOWS_TALONS is about talons for feet, not for hands
  • Loading branch information
Anton Burmistrov authored Nov 24, 2024
2 parents 0d083dc + ee440be commit e45cc34
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion data/json/items/armor/bespoke_armor/custom_gloves.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"warmth": 12,
"material_thickness": 3,
"environmental_protection": 3,
"flags": [ "VARSIZE", "WATERPROOF", "STURDY", "ALLOWS_NATURAL_ATTACKS", "ALLOWS_TALONS" ],
"flags": [ "VARSIZE", "WATERPROOF", "STURDY", "ALLOWS_NATURAL_ATTACKS" ],
"armor": [
{
"encumbrance": 16,
Expand Down
22 changes: 11 additions & 11 deletions data/json/items/armor/gloves.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
"warmth": 15,
"material_thickness": 3,
"environmental_protection": 1,
"flags": [ "VARSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "ALLOWS_TALONS", "DURABLE_MELEE" ],
"flags": [ "VARSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "DURABLE_MELEE" ],
"armor": [
{
"encumbrance": 4,
Expand Down Expand Up @@ -415,7 +415,7 @@
"looks_like": "gloves_wraps",
"color": "light_blue",
"material_thickness": 0.01,
"flags": [ "WATERPROOF", "OVERSIZE", "OUTER", "ALLOWS_TALONS", "SOFT" ],
"flags": [ "WATERPROOF", "OVERSIZE", "OUTER", "SOFT" ],
"armor": [ { "encumbrance": 7, "coverage": 70, "covers": [ "hand_l", "hand_r" ] } ]
},
{
Expand All @@ -433,7 +433,7 @@
"color": "dark_gray",
"warmth": 10,
"material_thickness": 0.5,
"flags": [ "VARSIZE", "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "ALLOWS_TALONS" ],
"flags": [ "VARSIZE", "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS" ],
"armor": [
{
"coverage": 75,
Expand Down Expand Up @@ -464,7 +464,7 @@
"color": "dark_gray",
"warmth": 5,
"material_thickness": 0.5,
"flags": [ "VARSIZE", "ALLOWS_NATURAL_ATTACKS", "ALLOWS_TALONS" ],
"flags": [ "VARSIZE", "ALLOWS_NATURAL_ATTACKS" ],
"armor": [
{
"coverage": 90,
Expand Down Expand Up @@ -1007,7 +1007,7 @@
"color": "blue",
"warmth": 40,
"material_thickness": 3,
"flags": [ "ALLOWS_NATURAL_ATTACKS", "ALLOWS_TALONS" ],
"flags": [ "ALLOWS_NATURAL_ATTACKS" ],
"armor": [
{
"encumbrance": 7,
Expand Down Expand Up @@ -1092,7 +1092,7 @@
"color": "white",
"warmth": 5,
"material_thickness": 2,
"flags": [ "SKINTIGHT", "OVERSIZE", "ALLOWS_NATURAL_ATTACKS", "ALLOWS_TALONS" ],
"flags": [ "SKINTIGHT", "OVERSIZE", "ALLOWS_NATURAL_ATTACKS" ],
"armor": [ { "coverage": 80, "covers": [ "hand_l", "hand_r" ] } ]
},
{
Expand All @@ -1110,7 +1110,7 @@
"color": "brown",
"warmth": 20,
"material_thickness": 2,
"flags": [ "OVERSIZE", "ALLOWS_NATURAL_ATTACKS", "ALLOWS_TALONS" ],
"flags": [ "OVERSIZE", "ALLOWS_NATURAL_ATTACKS" ],
"armor": [ { "encumbrance": 5, "coverage": 80, "covers": [ "hand_l", "hand_r" ] } ]
},
{
Expand All @@ -1128,7 +1128,7 @@
"color": "brown",
"warmth": 10,
"material_thickness": 2,
"flags": [ "OVERSIZE", "ALLOWS_NATURAL_ATTACKS", "ALLOWS_TALONS" ],
"flags": [ "OVERSIZE", "ALLOWS_NATURAL_ATTACKS" ],
"armor": [ { "encumbrance": 5, "coverage": 80, "covers": [ "hand_l", "hand_r" ] } ]
},
{
Expand All @@ -1146,7 +1146,7 @@
"color": "blue",
"warmth": 15,
"material_thickness": 2,
"flags": [ "SKINTIGHT", "OVERSIZE", "ALLOWS_NATURAL_ATTACKS", "ALLOWS_TALONS" ],
"flags": [ "SKINTIGHT", "OVERSIZE", "ALLOWS_NATURAL_ATTACKS" ],
"armor": [ { "encumbrance": 2, "coverage": 80, "covers": [ "hand_l", "hand_r" ] } ]
},
{
Expand Down Expand Up @@ -1245,7 +1245,7 @@
"color": "white",
"warmth": 5,
"material_thickness": 0.2,
"flags": [ "VARSIZE", "SKINTIGHT", "ALLOWS_NATURAL_ATTACKS", "ALLOWS_TALONS" ],
"flags": [ "VARSIZE", "SKINTIGHT", "ALLOWS_NATURAL_ATTACKS" ],
"armor": [
{
"coverage": 100,
Expand Down Expand Up @@ -1658,7 +1658,7 @@
"looks_like": "gloves_tactical",
"color": "dark_gray",
"warmth": 5,
"flags": [ "VARSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "ALLOWS_TALONS" ],
"flags": [ "VARSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS" ],
"armor": [
{
"encumbrance": 4,
Expand Down
24 changes: 12 additions & 12 deletions data/json/items/armor/jewelry.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
"rigid_layer_only": true
}
],
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT", "ALLOWS_TALONS" ]
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT" ]
},
{
"id": "diving_watch",
Expand Down Expand Up @@ -424,7 +424,7 @@
"rigid_layer_only": true
}
],
"flags": [ "NO_WEAR_EFFECT", "SKINTIGHT", "ALLOWS_TALONS" ]
"flags": [ "NO_WEAR_EFFECT", "SKINTIGHT" ]
},
{
"id": "cufflinks",
Expand Down Expand Up @@ -1031,7 +1031,7 @@
"rigid_layer_only": true
}
],
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT", "ALLOWS_TALONS" ]
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT" ]
},
{
"id": "gold_watch",
Expand Down Expand Up @@ -1728,7 +1728,7 @@
"rigid_layer_only": true
}
],
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT", "ALLOWS_TALONS" ]
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT" ]
},
{
"id": "ring_engagement",
Expand All @@ -1751,7 +1751,7 @@
"rigid_layer_only": true
}
],
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT", "ALLOWS_TALONS" ]
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT" ]
},
{
"id": "ring_purity",
Expand All @@ -1774,7 +1774,7 @@
"rigid_layer_only": true
}
],
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT", "ALLOWS_TALONS" ]
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT" ]
},
{
"id": "ring_signet",
Expand All @@ -1797,7 +1797,7 @@
"rigid_layer_only": true
}
],
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT", "ALLOWS_TALONS" ]
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT" ]
},
{
"id": "ring_wedding",
Expand All @@ -1820,7 +1820,7 @@
"rigid_layer_only": true
}
],
"flags": [ "SUPER_FANCY", "NO_WEAR_EFFECT", "SKINTIGHT", "ALLOWS_TALONS" ]
"flags": [ "SUPER_FANCY", "NO_WEAR_EFFECT", "SKINTIGHT" ]
},
{
"id": "silver_necklace",
Expand Down Expand Up @@ -1908,7 +1908,7 @@
"rigid_layer_only": true
}
],
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT", "ALLOWS_TALONS" ]
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT" ]
},
{
"id": "leather_collar",
Expand Down Expand Up @@ -2581,7 +2581,7 @@
"rigid_layer_only": true
}
],
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT", "ALLOWS_TALONS" ]
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT" ]
},
{
"id": "amethyst_gold_ring",
Expand Down Expand Up @@ -2711,7 +2711,7 @@
"symbol": "[",
"color": "red",
"sided": true,
"flags": [ "FANCY", "NO_WEAR_EFFECT", "ALLOWS_TALONS" ],
"flags": [ "FANCY", "NO_WEAR_EFFECT" ],
"armor": [
{
"coverage": 0,
Expand Down Expand Up @@ -2877,7 +2877,7 @@
"symbol": "[",
"color": "red",
"sided": true,
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT", "ALLOWS_TALONS" ],
"flags": [ "FANCY", "NO_WEAR_EFFECT", "SKINTIGHT" ],
"armor": [
{
"coverage": 0,
Expand Down
2 changes: 1 addition & 1 deletion doc/ARMOR_BALANCE_AND_DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ ID | Description
OVERSIZE | Can be worn by larger Characters
UNDERSIZE | Can be worn by smaller Characters
ALLOWS_TAIL | People with tails can still wear it
ALLOWS_TALONS | People with talons can still wear it
ALLOWS_TALONS | People with talons for feet can still wear it
ALLOWS_NATURAL_ATTACKS | Won't hinder special attacks

#### Sci-fi
Expand Down
2 changes: 1 addition & 1 deletion doc/JSON_FLAGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Some armor flags, such as `WATCH` and `ALARMCLOCK` are compatible with other ite
- ```ALARMCLOCK``` Has an alarm-clock feature.
- ```ALLOWS_NATURAL_ATTACKS``` Doesn't prevent any natural attacks or similar benefits from mutations, fingertip razors, etc., like most items covering the relevant body part would.
- ```ALLOWS_TAIL``` You can wear this leg-covering item even if you have a tail.
- ```ALLOWS_TALONS``` People with talon mutations still can wear this armor, that cover arms.
- ```ALLOWS_TALONS``` People with talon mutations still can wear this armor, that cover feet.
- ```AURA``` This item goes in the outer aura layer, intended for metaphysical effects.
- ```BAROMETER``` This gear is equipped with an accurate barometer (which is used to measure atmospheric pressure).
- ```BELTED``` Layer for backpacks and things worn over outerwear.
Expand Down

0 comments on commit e45cc34

Please sign in to comment.