-
Notifications
You must be signed in to change notification settings - Fork 147
/
Copy pathwandbuffs.yml
223 lines (215 loc) · 6.04 KB
/
wandbuffs.yml
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
wandbuffshop:
# This refers to an icon defined in the icons folder/config
icon: protection_all
legacy_legacy_icon: spell_icon:234
legacy_legacy_icon_disabled: spell_icon_disabled:234
category: npc
hidden: true
actions:
cast:
- class: Selector
parameters:
confirm: true
confirm_filler: stained_glass:13
show_unavailable: true
cost_type: sp
requirements:
- holding_wand: true
options:
- placeholder: true
- placeholder: true
- cast_spell: add_protection
cost: 1000
cost_modifiers:
- scale: "1 + 9 * (x ^ 3)"
type: wand
property: protection.overall
requirements:
- wand_properties:
- property: protection.overall
max: 1
- cast_spell: add_physical_protection
cost: 200
cost_modifiers:
- scale: "1 + 15 * (x ^ 3)"
type: wand
property: protection.physical
requirements:
- wand_properties:
- property: protection.physical
max: 1
- cast_spell: add_fall_protection
cost: 300
cost_modifiers:
- scale: "1 + 15 * (x ^ 3)"
type: wand
property: protection.fall
requirements:
- wand_properties:
- property: protection.fall
max: 1
- cast_spell: add_fire_protection
cost: 500
cost_modifiers:
- scale: "1 + 15 * (x ^ 3)"
type: wand
property: protection.fire
requirements:
- wand_properties:
- property: protection.fire
max: 1
- cast_spell: add_sharpness
cost: 1000
cost_modifiers:
- scale: "1 + 9 * ((x / 5) ^ 3)"
type: wand
property: enchantments.DAMAGE_ALL
requirements:
- wand_tags: sharpenable
- wand_properties:
- property: enchantments.DAMAGE_ALL
max: 5
add_protection:
icon: shield{CustomModelData:18010}
icon_disabled: shield{CustomModelData:18011}
legacy_icon: spell_icon:234
legacy_icon_disabled: spell_icon_disabled:234
icon_url: http://textures.minecraft.net/texture/4a68c3ec585277cad3da3955fac44fbe7a7f98271fd529d26ce110d8884a8a
hidden: true
actions:
cast:
- class: ModifyProperties
parameters:
bypass_undo: true
target: self
modify_target: "wand"
modify:
- property: "protection.overall"
value: "x + 0.2"
max: 1
add_explosion_protection:
icon: shield{CustomModelData:18012}
icon_disabled: shield{CustomModelData:18013}
legacy_icon: spell_icon:235
legacy_icon_disabled: spell_icon_disabled:235
icon_url: http://textures.minecraft.net/texture/4a68c3ec585277cad3da3955fac44fbe7a7f98271fd529d26ce110d8884a8a
hidden: true
actions:
cast:
- class: ModifyProperties
parameters:
bypass_undo: true
target: self
modify_target: "wand"
modify:
- property: "protection.explosion"
value: "x + 0.2"
max: 1
add_fall_protection:
icon: shield{CustomModelData:18014}
icon_disabled: shield{CustomModelData:18015}
legacy_icon: spell_icon:236
legacy_icon_disabled: spell_icon_disabled:236
icon_url: http://textures.minecraft.net/texture/4a68c3ec585277cad3da3955fac44fbe7a7f98271fd529d26ce110d8884a8a
hidden: true
actions:
cast:
- class: ModifyProperties
parameters:
bypass_undo: true
target: self
modify_target: "wand"
modify:
- property: "protection.fall"
value: "x + 0.2"
max: 1
add_fire_protection:
icon: shield{CustomModelData:18016}
icon_disabled: shield{CustomModelData:18017}
legacy_icon: spell_icon:237
legacy_icon_disabled: spell_icon_disabled:237
icon_url: http://textures.minecraft.net/texture/4a68c3ec585277cad3da3955fac44fbe7a7f98271fd529d26ce110d8884a8a
hidden: true
actions:
cast:
- class: ModifyProperties
parameters:
bypass_undo: true
target: self
modify_target: "wand"
modify:
- property: "protection.fire"
value: "x + 0.2"
max: 1
add_physical_protection:
icon: shield{CustomModelData:18018}
icon_disabled: shield{CustomModelData:18019}
legacy_icon: spell_icon:238
legacy_icon_disabled: spell_icon_disabled:238
icon_url: http://textures.minecraft.net/texture/4a68c3ec585277cad3da3955fac44fbe7a7f98271fd529d26ce110d8884a8a
hidden: true
actions:
cast:
- class: ModifyProperties
parameters:
bypass_undo: true
target: self
modify_target: "wand"
modify:
- property: "protection.physical"
value: "x + 0.2"
max: 1
add_projectile_protection:
icon: shield{CustomModelData:18020}
icon_disabled: shield{CustomModelData:18021}
legacy_icon: spell_icon:239
legacy_icon_disabled: spell_icon_disabled:239
icon_url: http://textures.minecraft.net/texture/4a68c3ec585277cad3da3955fac44fbe7a7f98271fd529d26ce110d8884a8a
hidden: true
actions:
cast:
- class: ModifyProperties
parameters:
bypass_undo: true
target: self
modify_target: "wand"
modify:
- property: "protection.projectile"
value: "x + 0.2"
max: 1
add_damage:
icon: diamond_sword{CustomModelData:18102}
icon_disabled: diamond_sword{CustomModelData:18103}
legacy_icon: spell_icon:178
legacy_icon_disabled: spell_icon_disabled:178
icon_url: http://textures.minecraft.net/texture/df4396a2bc47bc4dd545fc787a3ad8a0a75b8783cb5d81482c2016fab9cd2a
hidden: true
actions:
cast:
- class: ModifyProperties
parameters:
bypass_undo: true
target: self
modify_target: "wand"
modify:
- property: "item_attributes.GENERIC_ATTACK_DAMAGE"
value: "x + 1"
max: 10
add_sharpness:
icon: diamond_sword{CustomModelData:18104}
icon_disabled: diamond_sword{CustomModelData:18105}
legacy_icon: spell_icon:240
legacy_icon_disabled: spell_icon_disabled:240
icon_url: http://textures.minecraft.net/texture/df4396a2bc47bc4dd545fc787a3ad8a0a75b8783cb5d81482c2016fab9cd2a
hidden: true
actions:
cast:
- class: ModifyProperties
parameters:
bypass_undo: true
target: self
modify_target: "wand"
modify:
- property: "enchantments.DAMAGE_ALL"
value: "x + 1"
max: 5