-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkits.yml
More file actions
140 lines (135 loc) · 3.07 KB
/
kits.yml
File metadata and controls
140 lines (135 loc) · 3.07 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
kits:
# Hub
- id: hub
userFacing: false
meleeDamage: 0.0
armor: 1.0
knockbackMultiplier: 1.0
passives:
- id: double_jump
armorItems:
helmet: iron_helmet
chestplate: iron_chestplate
leggings: iron_leggings
boots: iron_boots
# Creeper
- id: creeper
meleeDamage: 6.0
armor: 4.0
knockbackMultiplier: 1.65
disguiseId: "creeper"
selectionSound: "entity.creeper.hurt"
displayItem: "coal"
passives:
- id: double_jump
- id: regeneration
overrides:
metadata:
healAmount: 0.4
- id: hunger
abilities:
- id: sulphur_bomb
- id: explode
armorItems:
helmet: iron_helmet
chestplate: iron_chestplate
leggings: iron_leggings
boots: iron_boots
# Skeleton
- id: skeleton
meleeDamage: 5.0
armor: 6.0
knockbackMultiplier: 1.25
disguiseId: "skeleton"
selectionSound: "entity.skeleton.ambient"
displayItem: "bone"
metadata:
arrowKnockbackMultiplier: 1.50
passives:
- id: double_jump
- id: regeneration
overrides:
metadata:
healAmount: 0.25
- id: hunger
- id: arrow_recharge
overrides:
metadata:
arrowIntervalTicks: 60
- id: barrage
abilities:
- id: bone_explosion
- id: roped_arrow
armorItems:
helmet: iron_helmet
chestplate: iron_chestplate
leggings: iron_leggings
boots: iron_boots
# Cow
- id: cow
meleeDamage: 6.0
armor: 6.5
knockbackMultiplier: 1.10
disguiseId: "cow"
selectionSound: "entity.cow.ambient"
displayItem: "milk_bucket"
passives:
- id: double_jump
- id: regeneration
overrides:
metadata:
healAmount: 0.25
- id: stampede
- id: hunger
abilities:
- id: angry_herd
- id: milk_spiral
armorItems:
helmet: iron_helmet
chestplate: chainmail_chestplate
leggings: iron_leggings
boots: iron_boots
# Enderman
- id: enderman
meleeDamage: 7.0
armor: 6.0
knockbackMultiplier: 1.25
disguiseId: enderman
selectionSound: "entity.enderman.teleport"
displayItem: "ender_pearl"
passives:
- id: double_jump
- id: regeneration
overrides:
metadata:
healAmount: 0.25
- id: hunger
abilities:
- id: blink
- id: block_toss
armorItems:
helmet: chainmail_helmet
chestplate: chainmail_chestplate
leggings: chainmail_leggings
boots: chainmail_boots
# Chicken
- id: chicken
meleeDamage: 9.0 # 4.5 hearts
armor: 2.5
knockbackMultiplier: 2.0
disguiseId: "chicken"
selectionSound: "entity.chicken.ambient"
displayItem: "feather"
passives:
- id: flap
- id: regeneration
overrides:
metadata:
healAmount: 0.2
healIntervalTicks: 20
abilities:
- id: egg_blaster
- id: chicken_missile
armorItems:
chestplate: chainmail_chestplate
boots: chainmail_boots