summaryrefslogtreecommitdiff
path: root/ricky/pbgrid
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2015-12-07 14:40:04 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2015-12-07 14:40:04 -0800
commite1a642e41e7e6d08303573fb20f265b4ac326372 (patch)
tree9d2a33ae7e9816dfd0a0dc2e819e78ea45539c1b /ricky/pbgrid
parentf38100a74f0d88cafeac8fb4c8fb99241007da08 (diff)
added support for probabilities
Diffstat (limited to 'ricky/pbgrid')
-rw-r--r--ricky/pbgrid/probabilities.json87
1 files changed, 0 insertions, 87 deletions
diff --git a/ricky/pbgrid/probabilities.json b/ricky/pbgrid/probabilities.json
deleted file mode 100644
index f9defe8..0000000
--- a/ricky/pbgrid/probabilities.json
+++ /dev/null
@@ -1,87 +0,0 @@
-{
- "format" : [
- { "weight": 20, "value": "png" },
- { "weight": 0, "value": "gif" },
- { "weight": 0, "value": "jpg" }
- ],
- "transition" : [
- { "value" : "background", "weight": 1 },
- { "value" : "dither", "weight": 1 },
- { "value" : "random", "weight": 1 },
- { "value" : "tile", "weight": 1 },
- { "value" : "edge", "weight": 1 }
- ],
- "skycolor" : [
- { "value" : "white", "weight" : 1 },
- { "value" : "silver", "weight" : 1 },
- { "value" : null, "weight" : 10 }
- ],
- "bgcolor" : [
- { "value" : "white", "weight" : 1 },
- { "value" : "silver", "weight" : 1 },
- { "value" : null, "weight" : 10 }
- ],
- "planebgcolor" : [
- { "value" : "white", "weight" : 1 },
- { "value" : "silver", "weight" : 1 },
- { "value" : null, "weight" : 10 }
- ],
-
- "linecolor" : [
- { "value" : "black", "weight" : 1 },
- { "value" : "white", "weight" : 1 },
- { "value" : "silver", "weight" : 1 }
- ],
- "swing" : [
- {"value": ", "weight": 2},
- {"value": 30, "weight": 1},
- {"value": -30, "weight": 1}
- ],
- "tilt" : [
- {"value": ", "weight": 2},
- {"value": 30, "weight": 1},
- {"value": -30, "weight": 1}
- ],
- "roll" : [
- {"value": ", "weight": 2},
- {"value": 30, "weight": 1},
- {"value": -30, "weight": 1}
- ],
- "width" : "height" : [
- { "value" : 400, "weight" : 1 },
- { "value" : 600, "weight" : 1 }
- ],
- "linethickness" : [
- {"value":1, "weight": 2},
- {"value":2, "weight": 1}
- ],
- "opacity" : [
- {"value":1, "weight": 2},
- {"value":0.5, "weight": 1}
- ],
- "spacing" : [
- {"value":10, "weight": 1},
- {"value":15, "weight": 1}
- ],
- "vlines" : [
- {"value":", "weight": 2},
- {"value":"true", "weight": 1}
- ],
- "hlines" : [
- {"value":", "weight": 2},
- {"value":"true", "weight": 1}
- ],
- "shadow" : [
- {"value":", "weight": 1},
- {"value":"true", "weight": 1}
- ],
- "zoom" : [
- {"value": 0, "weight": 3},
- {"value": 1.2, "weight": 1},
- {"value": -1.2, "weight": 1}
- ],
- "trim" : [
- {"value":", "weight": 1},
- {"value":"true", "weight": 1}
- ]
-}