-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchallenge-coins-options.json
138 lines (138 loc) · 2.51 KB
/
challenge-coins-options.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"caption": "Challenge Coin Options",
"footnotes": [],
"arbitrary": true,
"priceMultiplier" : 1,
"pricable": [
"epoxyCoating.price",
"diamondCutEdges.price",
"keychainAttachment.price",
"sequentialNumbering.price",
"antiquingEffect.price",
"glowInTheDarkEnamel.price",
"glitterEnamel.price",
"cutout.price",
"dualPlated.price",
"additionalColors.price",
"medalRibbonAttachment.price",
"frostedMetal.price",
"offsetPrint.price",
"engravedText.price",
"transparentEnamel.price"
],
"rows": [
{
"epoxyCoating": {
"price": 0.30,
"postfix": "per side/per coin"
}
},
{
"diamondCutEdges": {
"price": 0.30,
"postfix": "per side/per coin"
}
},
{
"keychainAttachment": {
"price": 0.55,
"postfix": "per coin + cut-out fee"
}
},
{
"sequentialNumbering": {
"price": 0.35,
"postfix": "per side/per coin"
}
},
{
"antiquingEffect": {
"price": 0.40,
"postfix": "per coin"
}
},
{
"glowInTheDarkEnamel": {
"price": 0.20,
"postfix": "per color/per coin"
}
},
{
"glitterEnamel": {
"price": 0.12,
"postfix": "per color/per coin"
}
},
{
"cutout": {
"price": 50.00,
"postfix": "per cut-out"
}
},
{
"dualPlated": {
"price": 0.70,
"postfix": "per coin"
}
},
{
"additionalColors": {
"price": 0.06,
"postfix": "per color/per coin"
}
},
{
"medalRibbonAttachment": {
"price": 0.32,
"postfix": "per ribbon $25.00 per color"
}
},
{
"frostedMetal": {
"price": 120.00,
"postfix": "per order"
}
},
{
"bottleOpener": {
"price": "3D Mold fee + Cut-out fee",
"postfix": "per order"
}
},
{
"offsetPrint": {
"price": 0.20,
"postfix": "each"
}
},
{
"engravedText": {
"price": 0.70,
"postfix": "per coin"
}
},
{
"spinner": {
"price": 225,
"postfix": "per order"
}
},
{
"transparentEnamel": {
"price": 0.20,
"postfix": "per coin"
}
},
{
"3dMold": {
"1.5\"": 100,
"1.75\"": 125,
"2\"": 150,
"2.25\"": 175,
"2.5\"": 200,
"2.75\"": 250,
"3\"": 300
}
}
]
}