Improved harness - with card selection

This commit is contained in:
2026-09-15 06:08:43 -07:00
parent 97ed7f05c8
commit 786f63a042
29 changed files with 1398 additions and 494 deletions

View File

@@ -0,0 +1,43 @@
{
"schemaVersion": 1,
"finishes": {
"Printed ink": {
"finishStrength": 0.6
},
"Foil": {
"finishStrength": 1.0
},
"Holographic": {
"finishStrength": 0.33
},
"Gold leaf": {
"finishStrength": 0.6
},
"Frosted glass": {
"finishStrength": 0.6
}
},
"materials": {
"Paper": {
"surfaceDetail": 0.14,
"roughness": 0.23
},
"Linen": {
"surfaceDetail": 0.05,
"roughness": 0.23
},
"Metal": {
"surfaceDetail": 1.0,
"roughness": 0.23,
"metalBrushHorizontal": false
},
"Wood": {
"surfaceDetail": 0.14,
"roughness": 0.23
},
"Leather": {
"surfaceDetail": 0.45,
"roughness": 0.23
}
}
}