Add files via upload

This commit is contained in:
rmotheram 2021-05-23 23:39:18 -04:00 committed by GitHub
parent 6236b6228f
commit f6444c18d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -808,6 +808,25 @@ public enum GameKit
), ),
0 0
), ),
CASTLE_SIEGE_UNDEAD_ZOMBIE_2
(
99,
GameDisplay.CastleSiege,
"Undead Zombie 2",
"undeadzombie2",
new String[]
{
"Keep those arrows coming 2 .",
C.blankLine,
"Receive " + C.cGreen + "Regeneration 255"
},
new KitEntityData<>
(
Player.class,
new ItemStack(Material.STONE_AXE)
),
0
),
CASTLE_SIEGE_UNDEAD_SUMMONER CASTLE_SIEGE_UNDEAD_SUMMONER
( (