diff --git a/sheet_definitions/legs_formal.json b/sheet_definitions/legs_formal.json new file mode 100644 index 0000000000..a5d4860c1d --- /dev/null +++ b/sheet_definitions/legs_formal.json @@ -0,0 +1,12 @@ +{ + "name": "Formal Pants", + "type_name": "legs", + "layer_1": { + "zPos": 20, + "male": "legs/formal/male/" + }, + "variants": [ + "formal", + "formal_striped" + ] +} \ No newline at end of file diff --git a/sheet_definitions/legs_pantaloons.json b/sheet_definitions/legs_pantaloons.json index 9a996c2ff2..f8ef73ba49 100644 --- a/sheet_definitions/legs_pantaloons.json +++ b/sheet_definitions/legs_pantaloons.json @@ -3,7 +3,8 @@ "type_name": "legs", "layer_1": { "zPos": 20, - "male": "legs/pantaloons/male/" + "male": "legs/pantaloons/male/", + "muscular": "legs/pantaloons/muscular/" }, "variants": [ "black", @@ -12,8 +13,6 @@ "brown", "charcoal", "forest", - "formal", - "formal_striped", "furbrown", "gray", "green", diff --git a/sheet_definitions/legs_widepants.json b/sheet_definitions/legs_widepants.json index 1b12d6025c..8a62ea42d0 100644 --- a/sheet_definitions/legs_widepants.json +++ b/sheet_definitions/legs_widepants.json @@ -8,7 +8,27 @@ "variants": [ "black", "blue", + "bluegray", "brown", - "white" + "charcoal", + "forest", + "gray", + "green", + "lavender", + "leather", + "maroon", + "navy", + "orange", + "pink", + "purple", + "red", + "rose", + "sky", + "slate", + "tan", + "teal", + "walnut", + "white", + "yellow" ] } \ No newline at end of file diff --git a/source_index.html b/source_index.html index 0513ae4ed9..01e43901e6 100755 --- a/source_index.html +++ b/source_index.html @@ -1140,6 +1140,7 @@