Update kits.lua

master
TechDudie 2021-05-18 08:34:46 -05:00 committed by GitHub
parent 265859c3bc
commit 3fcc8e51aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -87,3 +87,17 @@ kitpvp.api.register_kit({
armor = "iron",
armor_enchantments = {{protection = 1}, {protection = 1}, {protection = 1}, {protection = 1}}
})
kitpvp.api.register_kit({
name = "blaster",
items = {
item("mcl_tnt:tnt", 4),
item("mesecons:redstone", 64),
item("mesecons_delayer:delayer_off_1", 64),
item("mesecons_button:button_stone_off", 4),
item("mesecons_pressureplates:pressure_plate_stone", 4),
},
default_items = true,
armor = "iron",
armor_enchantments = {{protection = 1}, {protection = 3}, {protection = 2}, {protection = 1}}
})