Obscure Tooltips
Tooltip Effects
Rim Light Effect
{
"type": "obscure_tooltips:rim_light",
"outer_palette": {
"top_left": "#30f00fff",
"top_right": "#30f00fff",
"bottom_left": "#30f00fff",
"bottom_right": "#30f00fff"
},
"inner_palette": {
"top_left": "#00ff00ff",
"top_right": "#00ff00ff",
"bottom_left": "#00ff00ff",
"bottom_right": "#00ff00ff"
}
}
Ray Glow Effect
{
"type": "obscure_tooltips:ray_glow",
"primary_color": "#fff00fff",
"secondary_color": "#ffff5e0f"
}
Inward Particle Effect
See Particles for more details.
{
"type": "obscure_tooltips:inward_particle",
"particle": {
"type": "obscure_tooltips:line",
"center_color": "#80ff80ff",
"edge_color": "#00aa40aa",
"transform": {
"offset": [ 0.0, 0.0, 0.0 ],
"scale": 1.0,
"rotation": 0.0
}
}
}
Icon Particle Effect
{
"type": "obscure_tooltips:icon_particle",
"particle": {
"type": "obscure_tooltips:texture",
"texture": "obscure_tooltips:textures/gui/particle/star.png",
"transform": {
"offset": [ -0.5, -0.5, 0.0 ],
"scale": 1.5,
"rotation": 0.0
}
}
}