Files
escape-from-funcraft-client/tacz/ChaosCraft's Apocalyptic Arsenal/data/lrtactical/index/melee/wooden_baseball_bat.json
T
2026-07-23 16:35:06 +05:00

62 lines
1.4 KiB
JSON

{
"name": "item.lrtactical.wooden_baseball_bat",
"type": "lrtactical:normal",
"base_item": "lrtactical:melee",
"data": {
"attributes": {
"generic.attack_damage": 6,
"minecraft:generic.movement_speed": {
"amount": -0.03,
"operation": "percent"
}
},
// tick
"draw_time": 20,
// tick
"put_away_time": 10,
"attack": {
"attack_left": {
// 伤害倍率
"factor": 1,
// 击退
"knockback": 0.25,
// 攻击冷却(tick)
"cooldown": 14,
// 延迟出伤(tick)
"delay": 7,
// 判定类型
"hitbox": {
// 圆锥区域
"type": "cone",
// 最大距离
"max_range": 4,
// 角度
"max_angle": 110,
// 排除自己
"exclude_self": true
}
},
"attack_right": {
// 伤害倍率
"factor": 1.5,
// 击退
"knockback": 0.3,
// 攻击冷却(tick)
"cooldown": 30,
// 延迟出伤(tick)
"delay": 10,
// 判定类型
"hitbox": {
// 圆锥区域
"type": "cone",
// 最大距离
"max_range": 5,
// 角度
"max_angle": 60,
// 排除自己
"exclude_self": true
}
}
}
}
}