Files

27 lines
870 B
JSON

{
"_note": "Ghost tint gradients recovered from GhostType_* MonoBehaviours (AssetRipper export). The original renders ghosts from shared base visuals recoloured by these gradients. GhostType maps 1:1 to GhostColor lure.",
"gradients": {
"Red": {
"ghostType": "Angry",
"top": "#F65151",
"bottom": "#FF2678",
"topRGBA": [0.9647059, 0.31764707, 0.31764707, 1],
"bottomRGBA": [1, 0.14901961, 0.47058824, 1]
},
"Yellow": {
"ghostType": "Crazy",
"top": "#B57F0B",
"bottom": "#FFF35D",
"topRGBA": [0.70980394, 0.49803922, 0.043137256, 1],
"bottomRGBA": [1, 0.9529412, 0.3647059, 1]
},
"Blue": {
"ghostType": "Sad",
"top": "#529EFF",
"bottom": "#51EAF1",
"topRGBA": [0.32156864, 0.61960787, 1, 1],
"bottomRGBA": [0.31764707, 0.91764706, 0.94509804, 1]
}
}
}