-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweapons.json
98 lines (98 loc) · 1.78 KB
/
weapons.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
[
{
"name": "Dagger",
"cost": 15,
"damage": 3,
"size": 1,
"type": "edged",
"ability": "5% crit chance"
},
{
"name": "Sword",
"cost": 30,
"damage": 5,
"size": 1,
"type": "edged",
"ability": "5% block chance"
},
{
"name": "Longsword",
"cost": 50,
"damage": 7,
"size": 2,
"type": "edged",
"ability": "-"
},
{
"name": "Axe",
"cost": 20,
"damage": 4,
"size": 1,
"type": "chop",
"ability": "-"
},
{
"name": "Tomahawk",
"cost": 25,
"damage": 5,
"size": 1,
"type": "chop",
"ability": "-"
},
{
"name": "Battleaxe",
"cost": 60,
"damage": 7,
"size": 2,
"type": "chop",
"ability": "-"
},
{
"name": "Spear",
"cost": 15,
"damage": 3,
"size": 1,
"type": "pointed",
"ability": "-"
},
{
"name": "Pike",
"cost": 40,
"damage": 6,
"size": 1,
"type": "pointed",
"ability": "-"
},
{
"name": "Glaive",
"cost": 50,
"damage": 7,
"size": 2,
"type": "pointed",
"ability": "-"
},
{
"name": "Club",
"cost": 10,
"damage": 2,
"size": 1,
"type": "blunt",
"ability": "5% stun chance"
},
{
"name": "Flail",
"cost": 35,
"damage": 5,
"size": 1,
"type": "blunt",
"ability": "-"
},
{
"name": "Mace",
"cost": 50,
"damage": 6,
"size": 1,
"type": "blunt",
"ability": "10% stun chance"
}
]