summaryrefslogtreecommitdiff
path: root/config/archers/items_v2.json
blob: 13054a6ead02c9e57258f79d3db51d3a0bbe6483 (plain)
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
{
  "ranged_weapons": {
    "archers:netherite_heavy_crossbow": {
      "pull_time": 35,
      "damage": 15.0,
      "velocity": 0.0
    },
    "archers:netherite_shortbow": {
      "pull_time": 16,
      "damage": 9.0,
      "velocity": 0.0
    },
    "archers:royal_longbow": {
      "pull_time": 30,
      "damage": 10.0,
      "velocity": 0.0
    },
    "archers:netherite_rapid_crossbow": {
      "pull_time": 20,
      "damage": 9.5,
      "velocity": 0.0
    },
    "archers:heavy_crossbow": {
      "pull_time": 35,
      "damage": 13.0,
      "velocity": 0.0
    },
    "archers:netherite_longbow": {
      "pull_time": 30,
      "damage": 12.0,
      "velocity": 0.0
    },
    "archers:composite_longbow": {
      "pull_time": 30,
      "damage": 8.0,
      "velocity": 0.0
    },
    "archers:rapid_crossbow": {
      "pull_time": 20,
      "damage": 8.5,
      "velocity": 0.0
    },
    "archers:mechanic_shortbow": {
      "pull_time": 16,
      "damage": 8.0,
      "velocity": 0.0
    }
  },
  "melee_weapons": {
    "golden_spear": {
      "attack_damage": 3.0,
      "attack_speed": -2.6,
      "attributes": []
    },
    "diamond_spear": {
      "attack_damage": 6.0,
      "attack_speed": -2.6,
      "attributes": []
    },
    "flint_spear": {
      "attack_damage": 4.0,
      "attack_speed": -2.6,
      "attributes": []
    },
    "netherite_spear": {
      "attack_damage": 7.0,
      "attack_speed": -2.6,
      "attributes": []
    },
    "iron_spear": {
      "attack_damage": 5.0,
      "attack_speed": -2.6,
      "attributes": []
    }
  },
  "armor_sets": {
    "archer_armor": {
      "armor_toughness": 0.0,
      "knockback_resistance": 0.0,
      "head": {
        "armor": 2,
        "attributes": [
          {
            "id": "ranged_weapon:damage",
            "value": 0.05,
            "operation": "MULTIPLY_BASE"
          }
        ]
      },
      "chest": {
        "armor": 3,
        "attributes": [
          {
            "id": "ranged_weapon:damage",
            "value": 0.05,
            "operation": "MULTIPLY_BASE"
          }
        ]
      },
      "legs": {
        "armor": 3,
        "attributes": [
          {
            "id": "ranged_weapon:damage",
            "value": 0.05,
            "operation": "MULTIPLY_BASE"
          }
        ]
      },
      "feet": {
        "armor": 2,
        "attributes": [
          {
            "id": "ranged_weapon:damage",
            "value": 0.05,
            "operation": "MULTIPLY_BASE"
          }
        ]
      }
    },
    "ranger_armor": {
      "armor_toughness": 0.0,
      "knockback_resistance": 0.0,
      "head": {
        "armor": 2,
        "attributes": [
          {
            "id": "ranged_weapon:damage",
            "value": 0.08,
            "operation": "MULTIPLY_BASE"
          },
          {
            "id": "ranged_weapon:haste",
            "value": 0.03,
            "operation": "MULTIPLY_BASE"
          }
        ]
      },
      "chest": {
        "armor": 3,
        "attributes": [
          {
            "id": "ranged_weapon:damage",
            "value": 0.08,
            "operation": "MULTIPLY_BASE"
          },
          {
            "id": "ranged_weapon:haste",
            "value": 0.03,
            "operation": "MULTIPLY_BASE"
          }
        ]
      },
      "legs": {
        "armor": 3,
        "attributes": [
          {
            "id": "ranged_weapon:damage",
            "value": 0.08,
            "operation": "MULTIPLY_BASE"
          },
          {
            "id": "ranged_weapon:haste",
            "value": 0.03,
            "operation": "MULTIPLY_BASE"
          }
        ]
      },
      "feet": {
        "armor": 2,
        "attributes": [
          {
            "id": "ranged_weapon:damage",
            "value": 0.08,
            "operation": "MULTIPLY_BASE"
          },
          {
            "id": "ranged_weapon:haste",
            "value": 0.03,
            "operation": "MULTIPLY_BASE"
          }
        ]
      }
    },
    "netherite_ranger_armor": {
      "armor_toughness": 0.0,
      "knockback_resistance": 0.0,
      "head": {
        "armor": 2,
        "attributes": [
          {
            "id": "ranged_weapon:damage",
            "value": 0.1,
            "operation": "MULTIPLY_BASE"
          },
          {
            "id": "ranged_weapon:haste",
            "value": 0.05,
            "operation": "MULTIPLY_BASE"
          }
        ]
      },
      "chest": {
        "armor": 3,
        "attributes": [
          {
            "id": "ranged_weapon:damage",
            "value": 0.1,
            "operation": "MULTIPLY_BASE"
          },
          {
            "id": "ranged_weapon:haste",
            "value": 0.05,
            "operation": "MULTIPLY_BASE"
          }
        ]
      },
      "legs": {
        "armor": 3,
        "attributes": [
          {
            "id": "ranged_weapon:damage",
            "value": 0.1,
            "operation": "MULTIPLY_BASE"
          },
          {
            "id": "ranged_weapon:haste",
            "value": 0.05,
            "operation": "MULTIPLY_BASE"
          }
        ]
      },
      "feet": {
        "armor": 2,
        "attributes": [
          {
            "id": "ranged_weapon:damage",
            "value": 0.1,
            "operation": "MULTIPLY_BASE"
          },
          {
            "id": "ranged_weapon:haste",
            "value": 0.05,
            "operation": "MULTIPLY_BASE"
          }
        ]
      }
    }
  }
}