forked from TeamRoan/Blacksmith-Post
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpredata.json
144 lines (136 loc) · 4.38 KB
/
predata.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
139
140
141
142
143
144
[
{
"name" : "Broad Sword",
"description" : "If it's semi-historical/realistic game, then it's the iconic zweihander or the broad Sword type. Works more or less like a clumsier bastard (you can only use it 2 handed), may have reach benefits. ",
"category": "Weapon",
"subcategory": "Sword",
"cost" : 531,
"email" : "[email protected]",
"condition" : "Pristine",
"blacksmith" : "Ryan",
"material" : "steel",
"image" : "http://i.imgur.com/P3c0a.gif",
"class" : "weapon",
"subclass" :"",
"active" : true
},
{
"name" : "Greek Corinthian Helmet",
"description" : "Going back to classic Greek style, the Greek Corinthian Helmet is truly a sight to behold.",
"category": "Armor",
"cost" : 155,
"email" : "[email protected]",
"condition" : "Good",
"blacksmith" : "Lady Steel",
"material" : "iron",
"image" : "https://sep.yimg.com/ay/yhst-87491460501412/greek-corinthian-armor-helmet-with-plume-40.gif",
"class" : "armor",
"subclass" :"",
"active" : true
},
{
"name" : "Newb Sword",
"description" : "test sword",
"category": "Weapon",
"subcategory": "Sword",
"cost" : 7,
"email" : "[email protected]",
"condition" : "Pristine",
"blacksmith" : "Grandma",
"material" : "iron",
"image" : "http://www.coldsteel.com/media/catalog/product/cache/1/thumbnail/960x/17f82f742ffe127f42dca9de82fb58b1/8/8/88nor.jpg",
"class" : "weapon",
"subclass" :"",
"active" : true
},
{
"name" : "Dark Iron Breastplate",
"description" : "classic dark iron breastplate",
"category": "Armor",
"subcategory": "Suit",
"cost" : 999999,
"email" : "[email protected]",
"condition" : "Fair",
"blacksmith" : "John",
"material" : "dark iron",
"image" : "http://www.allenantiques.com/images/A-17new.jpg",
"class" : "armor",
"subclass" :"",
"active" : true
},
{
"name" : "Full Light Iron Suit",
"description" : "Paladin armor style gear fully functional, only wore once in battle",
"category": "Armor",
"subcategory": "Suit",
"cost" : 1450,
"email" : "[email protected]",
"condition" : "Good",
"blacksmith" : "Sir Jackson Hole",
"material" : "cold steel",
"image" : "https://www.metmuseum.org/toah/images/h5/h5_1991.4.jpg",
"class" : "armor",
"subclass" :"",
"active" : true
},
{
"name" : "Phoenix Spear",
"description" : "a spear forged from the ashes of a phoenix",
"category": "Weapon",
"subcategory": "Spear",
"cost" : 999999,
"email" : "[email protected]",
"condition" : "Fair",
"blacksmith" : "Alarian",
"material" : "flame steel",
"image" : "https://vignette.wikia.nocookie.net/nier/images/a/a1/PhoenixSpearClean.png/revision/latest?cb=20170718134412",
"class" : "weapon",
"subclass" :"",
"active" : true
},
{
"name" : "Oblivion axe",
"description" : "An axe to decimate your enemies",
"category": "Weapon",
"subcategory": "Axe",
"cost" : 4532,
"email" : "[email protected]",
"condition" : "Terrible",
"blacksmith" : "Nethedza the great",
"material" : "green oynx",
"image" : "https://vignette.wikia.nocookie.net/elderscrolls/images/c/c7/Glass_battleaxe_skyrim.png/revision/latest/scale-to-width-down/1000?cb=20130120152447",
"class" : "weapon",
"subclass" :"",
"active" : true
},
{
"name" : "Roman Breast Plate",
"description" : "Roman style breastplate made in 1705",
"category": "Armor",
"subcategory": "Suit",
"cost" : 7,
"email" : "[email protected]",
"condition" : "Fair",
"blacksmith" : "Cesear",
"material" : "iron",
"image" : "http://thecostumeshop.net/wp-content/uploads/2013/10/Roman-breastplate.jpg",
"class" : "armor",
"subclass" :"",
"active" : true
},
{
"name" : "The Dark Mox Man Blade",
"description" : "A terrifyingly bumpy weapon.",
"category": "Weapon",
"subcategory": "Sword",
"cost" : 999999,
"email" : "[email protected]",
"condition" : "Pristine",
"blacksmith" : "hatori hanzo",
"material" : "dragonsteel",
"image" : "https://vignette.wikia.nocookie.net/ninjagaiden/images/7/76/The_Dark_Dragon_Blade.jpg/revision/latest?cb=20120929210744",
"class" : "weapon",
"subclass" :"",
"active" : true
}
]