Skip to Content
ExamplesAttachments

Attachments

Reticle sight:

{ "name": "ba_arius_aimpoint", "type": "Attachment", "category": "scope", "groups": [ "sights_group", "ar_sightsandscopes", "m16_sightsandscopes", "deagle_sights", "snipers_sights", "sl8_sights", "sub_sight" ], "features": [ { "type": "Aiming", "zoom": 0.35 }, { "type": "Reticle", "texture": "textures/item/reticledot_new.png", "parallax": true, "maxAngularOffset": 5 } ] }

Scope attachment:

{ "name": "ba_sincerity_scope", "type": "Attachment", "category": "scope", "groups": [ "sights_group", "ar_sightsandscopes", "m16_sightsandscopes", "deagle_sights", "snipers_sights", "sl8_sights" ], "features": [ { "type": "Aiming", "zoom": 0.5 }, { "type": "PIP", "overlayTexture": "textures/gui/starscope_pip.png", "zoom": 0.6, "parallax": true, "maxAngularOffset": 5 } ] }

Foregrip:

{ "name" : "ba_whitefang_grip", "type": "Attachment", "category": "underbarrel", "groups": [ "underbarrel", "underbarrel_extra" ], "features": [ { "type": "Recoil", "recoilModifier": 0.6 } ] }

Suppressor:

{ "name" : "ba_whitefang_suppressor", "type": "Attachment", "category": "muzzle", "groups": [ "ar_suppressors", "ar_muzzle" ], "features": [ { "type": "Recoil", "recoilModifier": 1.2 }, { "type": "MuzzleFlash", "effects": [ { "phase": "firing", "name": "muzzle_flash_small" } ] } ] }

Grenade Launcher:

{ "name": "doom_launcher", "type": "Attachment", "category": "doomlauncher", "features": [ { "type": "Sound", "fireSound": "doom_gl_shoot", "condition": { "selectedFireMode": "grenade" } }, { "type": "PartVisibility", "parts": [ { "name": "launchermain", "visible": true, "condition": { "isGunInHands": false } } ] }, { "type": "Reload", "maxAmmoPerReloadIteration": 3, "condition": { "selectedFireMode": "grenade" } }, { "type": "FireMode", "fireModes": [ { "name": "grenade", "displayName": "label.pointblank.fireMode.grenade", "ammo": "grenade40mm", "maxAmmoCapacity": 3, "type": "SINGLE", "rpm": 90, "animationName": "animation.model.firegrenade", "shakeRecoilAmplitude": 2.0, "shakeRecoilSpeed": 2.0, "shakeRecoilDuration": 350 } ] } ] }

Skin:

{ "name": "star15_navy", "type": "Attachment", "category": "skin", "groups": [ "star15_skins" ], "features": [ { "type":"Skin", "texture": "textures/item/skin_star15_navy.png" } ] }

Cosmetic Attachment (no features)

{ "name" : "vmw_m4block2_handguard", "type": "Attachment", "category": "handguard", "groups": [ "m4_handguard" ] }
Last updated on