Import v2 base (unchanged files)

This commit is contained in:
load-v3
2026-08-13 12:45:29 +00:00
parent 81f2168717
commit 290976a6cc
39 changed files with 9948 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"_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]
}
}
}