12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "item": "BumpShield",
- "airControlAlways": false,
- "isACancel": true,
- "allowCrouch": false,
- "cannotBeCanceledByWeapon": true,
- "strikeChain": [
- {
- "charge": 0.37,
- "coolDown": 0,
- "lockCtrlAfter": 0,
- "dynamicCharge": 1,
- "breachBonus": 0,
- "props": {
- "duration": 2.5,
- "bump": 2
- },
- "hitFrame": 0,
- "canCrit": true,
- "area": {
- "shape": 0,
- "width": 0,
- "height": 0,
- "offsetCaseX": 0,
- "offsetCaseY": 0
- },
- "sfxHit": "sfx/weapon_bumphield_block.wav",
- "sfxCharge": "sfx/weapon_shield_charge.wav",
- "power": [
- 30
- ]
- }
- ],
- "__separator_group_ID": -1,
- "__separator_group_Name": "",
- "__original_Index": 41
- }
|