-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchallenge-coins-one-side.json
110 lines (109 loc) · 1.89 KB
/
challenge-coins-one-side.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
{
"caption": "Coins with Color on One Side",
"footnotes": ["* No Mold Fee for Quantities over 300 coins"],
"priceMultiplier" : 1,
"pricable": [
"50",
"100",
"200",
"300",
"500",
"1000",
"2000",
"3000",
"5000"
],
"rows":[
{
"size": "1.50 Inch",
"50": 6.02,
"100": 3.73,
"200": 3.42,
"300": 3.20,
"500": 3.14,
"1000": 3.07,
"2000": 2.97,
"3000": 2.80,
"5000": 2.70,
"moldFee*": 100
},
{
"size": "1.75 Inch",
"50": 6.59,
"100": 4.13,
"200": 3.85,
"300": 3.65,
"500": 3.58,
"1000": 3.53,
"2000": 3.16,
"3000": 3.06,
"5000": 2.92,
"moldFee*": 125
},
{
"size": "2.00 Inch",
"50": 7.29,
"100": 4.53,
"200": 4.36,
"300": 4.12,
"500": 4.04,
"1000": 3.95,
"2000": 3.58,
"3000": 3.42,
"5000": 3.26,
"moldFee*": 150
},
{
"size": "2.25 Inch",
"50": 8.26,
"100": 5.47,
"200": 5.26,
"300": 5.09,
"500": 5.03,
"1000": 4.72,
"2000": 3.80,
"3000": 3.52,
"5000": 3.29,
"moldFee*": 175
},
{
"size": "2.50 Inch",
"50": 9.92,
"100": 6.54,
"200": 6.31,
"300": 6.02,
"500": 5.45,
"1000": 5.09,
"2000": 4.31,
"3000": 3.73,
"5000": 3.44,
"moldFee*": 200
},
{
"size": "2.75 Inch",
"50": 12.04,
"100": 7.06,
"200": 6.83,
"300": 6.69,
"500": 6.24,
"1000": 5.96,
"2000": 5.16,
"3000": 4.66,
"5000": 4.59,
"moldFee*": 250
},
{
"size": "3.00 Inch",
"50": 13.31,
"100": 7.57,
"200": 7.45,
"300": 7.32,
"500": 7.04,
"1000": 3.53,
"2000": 5.99,
"3000": 5.56,
"5000": 5.28,
"moldFee*": 300
}
]
}