Skip to content

Commit

Permalink
Add some extra descs for leg clothing (#49218)
Browse files Browse the repository at this point in the history
  • Loading branch information
faefux authored Jun 14, 2021
1 parent 2c5d8c3 commit 3d82c63
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion data/json/items/armor/legs_clothes.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,17 @@
],
"warmth": 10,
"material_thickness": 0.25,
"flags": [ "VARSIZE", "POCKETS" ]
"flags": [ "VARSIZE", "POCKETS" ],
"snippet_category": [
{ "id": "jeans1", "text": "A pair of black jeans with two deep pockets." },
{ "id": "jeans2", "text": "A pair of black skinny jeans." },
{ "id": "jeans3", "text": "A stylish pair of bleached denim jeans." },
{ "id": "jeans4", "text": "A pair of old baggy jeans. The heels are all ripped up." },
{
"id": "jeans5",
"text": "An old pair of blue jeans. You are not sure if they are faded through age or stone washed."
}
]
},
{
"id": "jeans_red",
Expand Down Expand Up @@ -565,6 +575,28 @@
"moves": 100
}
],
"snippet_category": [
{
"id": "apants_UCP",
"text": "A tough pair of pants Favored by the military. This pair came in a grey, green and tan camouflage. The pattern is notable for it's lack of black."
},
{
"id": "apants_desert",
"text": "A tough pair of military pants patterned in desert camouflage. They are lined with deep pockets."
},
{
"id": "apants_MARPAT",
"text": "A tough pair of military pants with a black, green and tan pixel camouflage pattern. Commonly seen worn by US Marines."
},
{
"id": "apants_BDU",
"text": "A tough pair of military pants with a black, brown, green and tan camouflage pattern. They look old."
},
{
"id": "mil_pants_navy",
"text": "A tough pair of military pants with a predominantly dark blue camouflage. Favored by the navy."
}
],
"warmth": 20,
"material_thickness": 0.25,
"flags": [ "VARSIZE", "POCKETS" ]
Expand Down Expand Up @@ -1045,6 +1077,11 @@
"moves": 100
}
],
"snippet_category": [
{ "id": "denim_shorts1", "text": "A pair of stone wash denim shorts." },
{ "id": "denim_shorts2", "text": "An old pair of denim jeans that have been cut down to shorts." },
{ "id": "denim_shorts3", "text": "A pair of brand-name black denim shorts." }
],
"warmth": 5,
"material_thickness": 0.25,
"flags": [ "VARSIZE" ]
Expand Down

0 comments on commit 3d82c63

Please sign in to comment.