-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #207 from jrconway3/issue-206-mapped-cloth-head-ga…
…rments
- Loading branch information
Showing
603 changed files
with
6,965 additions
and
3,799 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
LPC Sprite Palette Conversions | ||
============================================= | ||
|
||
This is intended to make it easier to convert palettes from one style to another. This is primarily for converting between LPC Revised and ULPC, but could be used for other things, too. | ||
|
||
#### 1. lpc-revised-to-ulpc-body-palettes.json | ||
- Converts default LPC Revised body palette to all ULPC Body + Fur palettes. | ||
|
||
#### 2. lpc-revised-to-ulpc-cloth-palettes.json | ||
- Converts the default white color from LPC Revised to ULPC cloth palettes. | ||
|
||
#### 3. lpc-revised-to-ulpc-fur-palettes.json | ||
- Converts the default hair color from LPC Revised to ULPC hair + fur palettes. | ||
|
||
#### 3. lpc-revised-to-ulpc-hair-palettes.json | ||
- Converts the default hair color from LPC Revised to ULPC hair palettes. | ||
|
||
#### 5. lpc-revised-to-ulpc-metal-palettes.json | ||
- Converts the default metal palette from LPC Revised to ULPC metal palettes. | ||
|
||
#### 6. ulpc-hood-to-cloth-palettes.json | ||
- Path: spritesheets/hat/hood | ||
- Converts the original brown hood palettes to our standard palette colors; only the lightest "brown" colors are converted, the rest remain the same. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,227 @@ | ||
{ | ||
"brown": [ | ||
"#1d131e", | ||
"#1d131e", | ||
"#411E05", | ||
"#4B2B13", | ||
"#62351C", | ||
"#744B30", | ||
"#996B4A" | ||
], | ||
"leather": [ | ||
"#2b1c1d", | ||
"#2b1c1d", | ||
"#311210", | ||
"#4B2B13", | ||
"#704325", | ||
"#75502D", | ||
"#9A6F37" | ||
], | ||
"walnut": [ | ||
"#1d0f0e", | ||
"#1d0f0e", | ||
"#3e2613", | ||
"#62351c", | ||
"#744b30", | ||
"#996b4a", | ||
"#a17c50" | ||
], | ||
"yellow": [ | ||
"#301723", | ||
"#301723", | ||
"#5F2F25", | ||
"#BA5B23", | ||
"#D99431", | ||
"#F3C03F", | ||
"#FFE360" | ||
], | ||
"tan": [ | ||
"#3e2613", | ||
"#3e2613", | ||
"#684415", | ||
"#986A20", | ||
"#B78C41", | ||
"#B7996A", | ||
"#CFC587" | ||
], | ||
"orange": [ | ||
"#301723", | ||
"#301723", | ||
"#5F1D1B", | ||
"#9C3F23", | ||
"#D75B1A", | ||
"#EF7E19", | ||
"#FFA749" | ||
], | ||
"rose": [ | ||
"#1d131e", | ||
"#1d131e", | ||
"#301723", | ||
"#562323", | ||
"#77372B", | ||
"#8A3D28", | ||
"#B05F3C" | ||
], | ||
"maroon": [ | ||
"#1d131e", | ||
"#1d131e", | ||
"#400B1F", | ||
"#551C22", | ||
"#682121", | ||
"#832121", | ||
"#AE424A" | ||
], | ||
"red": [ | ||
"#1d131e", | ||
"#1d131e", | ||
"#400B1F", | ||
"#651117", | ||
"#82171C", | ||
"#AB1E1E", | ||
"#CD2429" | ||
], | ||
"pink": [ | ||
"#1d131e", | ||
"#1d131e", | ||
"#54242E", | ||
"#6C3536", | ||
"#AE424A", | ||
"#C36072", | ||
"#E08080" | ||
], | ||
"lavender": [ | ||
"#13112d", | ||
"#13112d", | ||
"#2B225A", | ||
"#402E82", | ||
"#7141B2", | ||
"#A966DD", | ||
"#D085ED" | ||
], | ||
"purple": [ | ||
"#180716", | ||
"#180716", | ||
"#13112D", | ||
"#261044", | ||
"#411357", | ||
"#621E78", | ||
"#813089" | ||
], | ||
"blue": [ | ||
"#180716", | ||
"#180716", | ||
"#281E41", | ||
"#322D6A", | ||
"#3C49AD", | ||
"#466AC9", | ||
"#61A0EF" | ||
], | ||
"navy": [ | ||
"#180716", | ||
"#180716", | ||
"#20102B", | ||
"#281E41", | ||
"#322D6A", | ||
"#3C49AD", | ||
"#466AC9" | ||
], | ||
"teal": [ | ||
"#180716", | ||
"#180716", | ||
"#1B2B47", | ||
"#0E4E72", | ||
"#156C99", | ||
"#0098B2", | ||
"#00CFDF" | ||
], | ||
"bluegray": [ | ||
"#11150b", | ||
"#11150b", | ||
"#0B2B28", | ||
"#2E403A", | ||
"#315B49", | ||
"#557E85", | ||
"#79979D" | ||
], | ||
"forest": [ | ||
"#09131d", | ||
"#09131d", | ||
"#07391D", | ||
"#0B1F25", | ||
"#0B2B28", | ||
"#134507", | ||
"#1B5502" | ||
], | ||
"green": [ | ||
"#101820", | ||
"#101820", | ||
"#192832", | ||
"#0B5C2F", | ||
"#214437", | ||
"#2F8136", | ||
"#64A42C" | ||
], | ||
"white": [ | ||
"#281820", | ||
"#281820", | ||
"#4D4A5D", | ||
"#958080", | ||
"#C4B59F", | ||
"#E5E6C7", | ||
"#FFFFFF" | ||
], | ||
"sky": [ | ||
"#1a0d18", | ||
"#1a0d18", | ||
"#313148", | ||
"#586B90", | ||
"#9FBBCB", | ||
"#C6EEFD", | ||
"#FFFFFF" | ||
], | ||
"slate": [ | ||
"#1d131e", | ||
"#1d131e", | ||
"#31313E", | ||
"#4A5057", | ||
"#818B8B", | ||
"#B3AFA1", | ||
"#E5E6C7" | ||
], | ||
"gray": [ | ||
"#0e0e18", | ||
"#0e0e18", | ||
"#201E2B", | ||
"#373340", | ||
"#585561", | ||
"#797580", | ||
"#A2A0A4" | ||
], | ||
"black": [ | ||
"#000000", | ||
"#000000", | ||
"#101414", | ||
"#1C2222", | ||
"#22282A", | ||
"#2A3034", | ||
"#4A5057" | ||
], | ||
"charcoal": [ | ||
"#000000", | ||
"#000000", | ||
"#130D14", | ||
"#1C2222", | ||
"#2A3034", | ||
"#4A5057", | ||
"#6E7675" | ||
], | ||
"source": [ | ||
"#2b1c1d", | ||
"#2b1c1d", | ||
"#3e2613", | ||
"#62351c", | ||
"#744b30", | ||
"#996b4a", | ||
"#a17c50" | ||
] | ||
} |
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.