-
Notifications
You must be signed in to change notification settings - Fork 15
Water
zrowny edited this page May 26, 2021
·
1 revision
Contents
- allowDucks :
boolean
- If true, ducks will swim on the surface of the water when this water palette is used.
- palettes :
object
-
Contains the 7 palettes used for water.
general
contains a "full" palette for the game, skipping the first and last 10 entries (236 long).The three
waves-X
are basically three "frames" of animation for water waves, and the threesparkles-X
are the same for the water sparkles.- general :
object
-
A description of a palette.
- index :
integer
- The index into the main game palette where these color entries should go?
- colors :
array of string
-
A list of the colors in this palette.
-
*items* :
string
- A color specified as a hex triplet, in the form
"#RRGGBB"
-
*items* :
- index :
- waves-0 :
object
- A description of a palette.
- waves-1 :
object
- A description of a palette.
- waves-2 :
object
- A description of a palette.
- sparkles-0 :
object
- A description of a palette.
- sparkles-1 :
object
- A description of a palette.
- sparkles-2 :
object
- A description of a palette.
- general :
rct2.water.wtrcyan
(Natural Water)
"properties": {
"allowDucks": true,
"palettes": {
"general": {
"index": 10,
"colours": [
"#172323",
"#233333",
"#2F4343",
"#3F5353",
"#4B6363",
"#5B7373",
"#6F8383",
"#839797",
"#9FAFAF",
"#B7C3C3",
"#D3DBDB",
"#EFF3F3",
"#332F00",
"#3F3B00",
"#4F4B0B",
"#5B5B13",
"#6B6B1F",
"#777B2F",
"#878B3B",
"#979B4F",
"#A7AF5F",
"#BBBF73",
"#CBCF8B",
"#DFE3A3",
"#432B07",
"#573B0B",
"#6F4B17",
"#7F571F",
"#8F6327",
"#9F7333",
"#B38343",
"#BF9757",
"#CBAF6F",
"#DBC787",
"#E7DBA3",
"#F7EFC3",
"#471B00",
"#5F2B00",
"#773F00",
"#8F5307",
"#A76F07",
"#BF8B0F",
"#D7A713",
"#F3CB1B",
"#FFE72F",
"#FFF35F",
"#FFFB8F",
"#FFFFC3",
"#230000",
"#4F0000",
"#5F0707",
"#6F0F0F",
"#7F1B1B",
"#8F2727",
"#A33B3B",
"#B34F4F",
"#C76767",
"#D77F7F",
"#EB9F9F",
"#FFBFBF",
"#1B3313",
"#233F17",
"#2F4F1F",
"#3B5F27",
"#476F2B",
"#577F33",
"#638F3B",
"#739B43",
"#83AB4B",
"#93BB53",
"#A3CB5F",
"#B7DB67",
"#1F371B",
"#2F4723",
"#3B532B",
"#4B6337",
"#5B6F43",
"#6F874F",
"#879F5F",
"#9FB76F",
"#B7CF7F",
"#C3DB93",
"#CFE7A7",
"#DFF7BF",
"#0F3F00",
"#135300",
"#176700",
"#1F7B00",
"#278F07",
"#379F17",
"#47AF27",
"#5BBF3F",
"#6FCF57",
"#8BDF73",
"#A3EF8F",
"#C3FFB3",
"#4F2B13",
"#63371B",
"#77472B",
"#8B573B",
"#A76343",
"#BB7353",
"#CF8363",
"#D79773",
"#E3AB83",
"#EFBF97",
"#F7CFAB",
"#FFE3C3",
"#0F1337",
"#272B57",
"#333767",
"#3F4377",
"#53538B",
"#63639B",
"#7777AF",
"#8B8BBF",
"#9F9FCF",
"#B7B7DF",
"#D3D3EF",
"#EFEFFF",
"#001B6F",
"#002797",
"#0733A7",
"#0F43BB",
"#1B53CB",
"#2B67DF",
"#4387E3",
"#5BA3E7",
"#77BBEF",
"#8FD3F3",
"#AFE7FB",
"#D7F7FF",
"#0B2B0F",
"#0F3717",
"#17471F",
"#23532B",
"#2F633B",
"#3B734B",
"#4F875F",
"#639B77",
"#7BAF8B",
"#93C7A7",
"#AFDBC3",
"#CFF3DF",
"#3F005F",
"#4B0773",
"#530F7F",
"#5F1F8F",
"#6B2B9B",
"#7B3FAB",
"#8753BB",
"#9B67C7",
"#AB7FD7",
"#BF9BE7",
"#D7C3F3",
"#F3EBFF",
"#3F0000",
"#570000",
"#730000",
"#8F0000",
"#AB0000",
"#C70000",
"#E30700",
"#FF0700",
"#FF4F43",
"#FF7B73",
"#FFABA3",
"#FFDBD7",
"#4F2700",
"#6F3300",
"#933F00",
"#B74700",
"#DB4F00",
"#FF5300",
"#FF6F17",
"#FF8B33",
"#FFA34F",
"#FFB76B",
"#FFCB87",
"#FFDBA3",
"#00332F",
"#003F37",
"#004B43",
"#00574F",
"#076B63",
"#177F77",
"#2B938F",
"#47A7A3",
"#63BBBB",
"#83CFCF",
"#ABE7E7",
"#CFFFFF",
"#3F001B",
"#670033",
"#7B0B3F",
"#8F174F",
"#A31F5F",
"#B7276F",
"#DB3B8F",
"#EF5BAB",
"#F377BB",
"#F797CB",
"#FBB7DF",
"#FFD7EF",
"#271300",
"#371F07",
"#472F0F",
"#5B3F1F",
"#6B5333",
"#7B674B",
"#8F7F6B",
"#A3937F",
"#BBAB93",
"#CFC3AB",
"#E7DBC3",
"#FFF3DF",
"#374B4B",
"#FFB700",
"#FFDB00",
"#FFFF00",
"#076B63",
"#0F776F",
"#1B837B",
"#278F87",
"#379B97",
"#379B97",
"#53B3AF",
"#73CBCB",
"#9BE3E3",
"#C7FFFF",
"#435B5B",
"#536B6B",
"#637B7B",
"#00005F",
"#1B2B8B",
"#273B97"
]
},
"waves-0": {
"index": 16,
"colours": [
"#379B97",
"#278F87",
"#1B837B",
"#0F776F",
"#076B63",
"#076B63",
"#076B63",
"#076B63",
"#076B63",
"#076B63",
"#076B63",
"#076B63",
"#0F776F",
"#1B837B",
"#278F87"
]
},
"waves-1": {
"index": 32,
"colours": [
"#177F77",
"#0F736B",
"#076B63",
"#005F57",
"#00574F",
"#00574F",
"#00574F",
"#00574F",
"#00574F",
"#00574F",
"#00574F",
"#00574F",
"#005F57",
"#07675F",
"#0F736B"
]
},
"waves-2": {
"index": 48,
"colours": [
"#076B63",
"#00635B",
"#005B53",
"#00534B",
"#004B43",
"#004B43",
"#004B43",
"#004B43",
"#004B43",
"#004B43",
"#004B43",
"#004B43",
"#00534B",
"#005B53",
"#00635B"
]
},
"sparkles-0": {
"index": 80,
"colours": [
"#C7FFFF",
"#9BE3E3",
"#73CBCB",
"#53B3AF",
"#379B97",
"#379B97",
"#379B97",
"#379B97",
"#379B97",
"#379B97",
"#379B97",
"#379B97",
"#53B3AF",
"#73CBCB",
"#9BE3E3"
]
},
"sparkles-1": {
"index": 96,
"colours": [
"#ABE7E7",
"#7BCBCB",
"#53B3AF",
"#2F9793",
"#177F77",
"#177F77",
"#177F77",
"#177F77",
"#177F77",
"#177F77",
"#177F77",
"#177F77",
"#2F9793",
"#53AFAF",
"#7BCBCB"
]
},
"sparkles-2": {
"index": 112,
"colours": [
"#83CFCF",
"#57B3B3",
"#379B97",
"#1B837B",
"#076B63",
"#076B63",
"#076B63",
"#076B63",
"#076B63",
"#076B63",
"#076B63",
"#076B63",
"#1B837B",
"#339B97",
"#57B3B3"
]
}
}
}