superb-warfare/elements/TaserBulletProjectile.mod.json
2024-05-04 14:26:24 +08:00

25 lines
No EOL
515 B
JSON

{
"_fv": 57,
"_type": "projectile",
"definition": {
"projectileItem": {
"value": "Blocks.AIR"
},
"showParticles": false,
"actionSound": {
"value": ""
},
"igniteFire": false,
"power": 1.0,
"damage": 5.0,
"knockback": 5,
"entityModel": "Modeltaser_rod",
"customModelTexture": "taser_rod.png",
"onHitsEntity": {
"name": "TaserBulletDangTouZhiWuJiZhongShiTiShi"
},
"onFlyingTick": {
"name": "TaserBulletTouZhiWuFeiXingKe"
}
}
}