-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Undergarment.json and tool_armor.json * Revert "Undergarment.json and tool_armor.json" This reverts commit 873c253. * Tool_armor.json * Undergarment.json * Armor.json + things missed from earlier * Moved barrette to jewelry * Hot pants, loincloth, leggings to legs_clothes.json * Update tool_armor.json
- Loading branch information
1 parent
3da5eb4
commit 2be9d70
Showing
8 changed files
with
984 additions
and
980 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,147 @@ | ||
[ | ||
{ | ||
"id": "hot_pants", | ||
"type": "ARMOR", | ||
"name": "hot pants", | ||
"name_plural": "hot pants", | ||
"description": "A simple pair of short shorts.", | ||
"weight": "92 g", | ||
"volume": "250 ml", | ||
"price": 2500, | ||
"material": [ "cotton" ], | ||
"symbol": "[", | ||
"looks_like": "boxer_briefs", | ||
"color": "light_red", | ||
"covers": [ "LEGS" ], | ||
"coverage": 15, | ||
"material_thickness": 1, | ||
"flags": [ "VARSIZE", "WATER_FRIENDLY", "SKINTIGHT" ] | ||
}, | ||
{ | ||
"id": "hot_pants_fur", | ||
"type": "ARMOR", | ||
"name": "fur hot pants", | ||
"name_plural": "fur hot pants", | ||
"description": "A simple pair of fur short shorts.", | ||
"weight": "118 g", | ||
"volume": "250 ml", | ||
"price": 5500, | ||
"material": [ "fur" ], | ||
"symbol": "[", | ||
"looks_like": "hot_pants_leather", | ||
"color": "brown", | ||
"covers": [ "LEGS" ], | ||
"coverage": 15, | ||
"warmth": 10, | ||
"material_thickness": 1, | ||
"flags": [ "VARSIZE", "SKINTIGHT" ] | ||
}, | ||
{ | ||
"id": "hot_pants_leather", | ||
"type": "ARMOR", | ||
"name": "leather hot pants", | ||
"name_plural": "leather hot pants", | ||
"description": "A simple pair of leather short shorts.", | ||
"weight": "106 g", | ||
"volume": "250 ml", | ||
"price": 2500, | ||
"material": [ "leather" ], | ||
"symbol": "[", | ||
"looks_like": "hot_pants", | ||
"color": "dark_gray", | ||
"covers": [ "LEGS" ], | ||
"coverage": 15, | ||
"warmth": 5, | ||
"material_thickness": 1, | ||
"flags": [ "VARSIZE", "SKINTIGHT" ] | ||
}, | ||
{ | ||
"id": "leggings", | ||
"type": "ARMOR", | ||
"name": "leggings", | ||
"name_plural": "leggings", | ||
"description": "Skin-tight nylon leggings, sometimes used when exercising, that keep your legs nice and warm.", | ||
"weight": "155 g", | ||
"volume": "500 ml", | ||
"price": 1000, | ||
"material": [ "lycra" ], | ||
"symbol": "[", | ||
"looks_like": "leg_warmers", | ||
"color": "dark_gray", | ||
"covers": [ "LEGS" ], | ||
"coverage": 100, | ||
"warmth": 20, | ||
"material_thickness": 1, | ||
"flags": [ "VARSIZE", "SKINTIGHT", "WATER_FRIENDLY" ] | ||
}, | ||
{ | ||
"id": "loincloth", | ||
"type": "ARMOR", | ||
"name": "loincloth", | ||
"description": "Rags stitched together and tied into a makeshift loincloth. Covers your modesty, but not much else.", | ||
"weight": "32 g", | ||
"volume": "250 ml", | ||
"price": 900, | ||
"material": [ "cotton" ], | ||
"symbol": "[", | ||
"looks_like": "briefs", | ||
"color": "brown", | ||
"covers": [ "LEGS" ], | ||
"coverage": 5, | ||
"material_thickness": 1, | ||
"flags": [ "VARSIZE", "SKINTIGHT", "OVERSIZE" ] | ||
}, | ||
{ | ||
"id": "loincloth_fur", | ||
"type": "ARMOR", | ||
"name": "fur loincloth", | ||
"description": "A fur pelt tied into a loincloth. Covers your modesty, but not much else. Now you are a true barbarian warrior.", | ||
"weight": "64 g", | ||
"volume": "250 ml", | ||
"price": 7500, | ||
"material": [ "fur" ], | ||
"symbol": "[", | ||
"looks_like": "loincloth_leather", | ||
"color": "brown", | ||
"covers": [ "LEGS" ], | ||
"coverage": 5, | ||
"warmth": 5, | ||
"material_thickness": 1, | ||
"flags": [ "VARSIZE", "SKINTIGHT", "OVERSIZE" ] | ||
}, | ||
{ | ||
"id": "loincloth_leather", | ||
"type": "ARMOR", | ||
"name": "leather loincloth", | ||
"description": "Leather patches stitched together and tied into a makeshift loincloth. Covers your modesty, but not much else.", | ||
"weight": "64 g", | ||
"volume": "250 ml", | ||
"price": 7500, | ||
"material": [ "leather" ], | ||
"symbol": "[", | ||
"looks_like": "loincloth", | ||
"color": "brown", | ||
"covers": [ "LEGS" ], | ||
"coverage": 5, | ||
"material_thickness": 2, | ||
"flags": [ "VARSIZE", "SKINTIGHT", "OVERSIZE" ] | ||
}, | ||
{ | ||
"id": "loincloth_wool", | ||
"type": "ARMOR", | ||
"name": "wool loincloth", | ||
"description": "Bits of wool stitched together and tied into a makeshift loincloth. Covers your modesty, but not much else.", | ||
"weight": "56 g", | ||
"volume": "250 ml", | ||
"price": 900, | ||
"material": [ "wool" ], | ||
"symbol": "[", | ||
"looks_like": "loincloth", | ||
"color": "blue", | ||
"covers": [ "LEGS" ], | ||
"coverage": 5, | ||
"warmth": 5, | ||
"material_thickness": 1, | ||
"flags": [ "VARSIZE", "SKINTIGHT", "OVERSIZE" ] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.