-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabilities.yml
More file actions
140 lines (131 loc) · 2.93 KB
/
abilities.yml
File metadata and controls
140 lines (131 loc) · 2.93 KB
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
abilities:
- id: sulphur_bomb
cooldown: 3.0
type: projectile
itemSlot: 0
usage: right_click
hotbarItem: iron_axe
displayItem: coal
metadata:
projectileKnockbackModifier: 2.5
projectileDamage: 6.5
projectileVelocityMultiplier: 1.55
projectileSize: 0.65
projectileTrailMaxParticles: 8
- id: explode
cooldown: 8.0
type: aoe
itemSlot: 1
usage: right_click
hotbarItem: iron_shovel
displayItem: creeper_spawn_egg
metadata:
fuseTimeTicks: 30
explosionRadius: 8.0
explosionKnockbackMultiplier: 2.5
explosionVelocityStrength: 1.8
- id: bone_explosion
cooldown: 10.0
itemSlot: 0
type: aoe
usage: right_click
hotbarItem: iron_axe
displayItem: bone
metadata:
explosionRadius: 7.0
baseDamage: 6.0
explosionKnockbackMultiplier: 2.5
explosionBoneCount: 48
explosionBoneVelocity: 0.8
- id: roped_arrow
cooldown: 5.0
itemSlot: 1
type: projectile
usage: left_click
hotbarItem: bow
displayItem: arrow
metadata:
arrowVelocityModifier: 2.4
arrowDamage: 6.0
- id: angry_herd
cooldown: 13.0
itemSlot: 0
type: aoe
usage: right_click
hotbarItem: iron_axe
displayItem: cow_spawn_egg
metadata:
cowAmountRadius: 3
cowAmountHeight: 1
stuckTimeMs: 300
forceMoveTimeMs: 350
durationMs: 2500
hitboxRadius: 2.2
damageCooldownMs: 600
damage: 5.0
knockback: 1.25
- id: milk_spiral
cooldown: 9.0
itemSlot: 1
type: projectile
usage: right_click
hotbarItem: iron_shovel
displayItem: milk_bucket
metadata:
spiralDurationMs: 3000
velocityDurationMs: 1800
hitboxRadius: 2.0
damage: 5.0
maxTimesHit: 2
damageCooldownMs: 250
particleSpiralRadius: 1.5
- id: blink
cooldown: 6.0
itemSlot: 1
type: recovery
usage: right_click
hotbarItem: iron_axe
displayItem: ender_pearl
metadata:
teleportDistance: 16.0
- id: block_toss
cooldown: 2.5
itemSlot: 0
type: projectile
usage: right_click
hotbarItem: iron_sword
displayItem: grass_block
metadata:
chargeTimeMs: 1200
maxCharge: 1.4
maxDamage: 9.0
damage: 8.0
knockbackMultiplier: 2.5
blockRotationStepSpeedTicks: 4
- id: egg_blaster
cooldown: 2.0
itemSlot: 0
type: projectile
usage: right_click
hotbarItem: iron_sword
displayItem: egg
metadata:
eggPairs: 8
eggDamage: 1.0
slownessLevel: 1
slownessDuration: 40
cooldownTicks: 40
- id: chicken_missile
cooldown: 8.0
itemSlot: 1
type: projectile
usage: right_click
hotbarItem: iron_axe
displayItem: chicken_spawn_egg
metadata:
missileDamage: 3.0
missileKnockback: 1.5
aoeRadius: 2.5
cooldownTicks: 160
earlyDeathTimeMin: 20
earlyDeathTimeMax: 60