Skip to content

Commit bef053c

Browse files
committed
Make Barbarian King available at town hall 4
The BK used to be available at town hall 7, but a recent update made him now be accessible at the lower town hall 4. Update announcement: - https://supercell.com/en/games/clashofclans/blog/release-notes/may-update/
1 parent 90bcbe6 commit bef053c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

game-data.json5

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@
8282
ccTroopCapacity: 15,
8383
ccSpellCapacity: 0,
8484
ccSiegeCapacity: 0,
85+
heroMaxLevels: [
86+
{
87+
hero: 'Barbarian King',
88+
maxLevel: 1,
89+
},
90+
],
8591
},
8692
{
8793
level: 5,
@@ -101,6 +107,12 @@
101107
ccTroopCapacity: 15,
102108
ccSpellCapacity: 0,
103109
ccSiegeCapacity: 0,
110+
heroMaxLevels: [
111+
{
112+
hero: 'Barbarian King',
113+
maxLevel: 1,
114+
},
115+
],
104116
},
105117
{
106118
level: 6,
@@ -120,6 +132,12 @@
120132
ccTroopCapacity: 20,
121133
ccSpellCapacity: 0,
122134
ccSiegeCapacity: 0,
135+
heroMaxLevels: [
136+
{
137+
hero: 'Barbarian King',
138+
maxLevel: 1,
139+
},
140+
],
123141
},
124142
{
125143
level: 7,

0 commit comments

Comments
 (0)