Участник:IanComradeBot/Fallout/component/meleeWeapon.json: различия между версиями
м Update component/meleeWeapon.json via GitHub Actions |
м Update component/meleeWeapon.json via GitHub Actions |
||
| (не показано 13 промежуточных версий этого же участника) | |||
| Строка 1: | Строка 1: | ||
{ | { | ||
"default": {}, | "default": { | ||
"netsync": true, | |||
"attackRate": 1, | |||
"clickDamageModifier": 1, | |||
"bluntStaminaDamageFactor": 1, | |||
"damage": { | |||
"groups": {}, | |||
"types": {} | |||
}, | |||
"resistanceBypass": false, | |||
"autoAttack": false, | |||
"heavyRateModifier": 1.2, | |||
"heavyOnLightMiss": false, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"variation": null, | |||
"playOffsetSeconds": 0, | |||
"loop": false, | |||
"referenceDistance": 1, | |||
"rolloffFactor": 1, | |||
"maxDistance": 15, | |||
"pitch": 1, | |||
"volume": 0 | |||
}, | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableClick": false, | |||
"disableHeavy": false, | |||
"swapKeys": false, | |||
"resetOnHandSelected": true, | |||
"nextAttack": 0, | |||
"hidden": false, | |||
"clickPartDamageMultiplier": 1, | |||
"range": 1.5, | |||
"heavyRangeModifier": 1, | |||
"heavyDamageBaseModifier": 1.2, | |||
"heavyPartDamageMultiplier": 0.5, | |||
"angle": "1.0471975511965976 rad", | |||
"animation": "WeaponArcPunch", | |||
"wideAnimation": "WeaponArcSlash", | |||
"wideAnimationRotation": "0 rad", | |||
"swingLeft": false, | |||
"heavyStaminaCost": 2.5, | |||
"maxTargets": 3, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"variation": null, | |||
"playOffsetSeconds": 0, | |||
"loop": false, | |||
"referenceDistance": 1, | |||
"rolloffFactor": 1, | |||
"maxDistance": 15, | |||
"pitch": 1, | |||
"volume": 0 | |||
}, | |||
"collection": "" | |||
} | |||
}, | |||
"contestArgs": { | |||
"everyInteractionSumOrMultiply": false, | |||
"doMindInteraction": false, | |||
"massDisadvantage": false, | |||
"massBypassClamp": false, | |||
"massRangeModifier": 1, | |||
"massOffset": 0, | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"staminaBypassClamp": false, | |||
"staminaRangeModifier": 1, | |||
"staminaOffset": 0, | |||
"doHealthInteraction": true, | |||
"healthDisadvantage": false, | |||
"healthBypassClamp": false, | |||
"healthRangeModifier": 1, | |||
"healthOffset": 0, | |||
"mindDisadvantage": false, | |||
"everyMoodWeight": 1, | |||
"mindBypassClamp": false, | |||
"mindRangeModifier": 1, | |||
"mindOffset": 0, | |||
"doMoodInteraction": false, | |||
"moodDisadvantage": false, | |||
"moodBypassClamp": false, | |||
"moodRangeModifier": 1, | |||
"moodOffset": 0, | |||
"doEveryInteraction": false, | |||
"everyDisadvantage": false, | |||
"everyMassWeight": 1, | |||
"everyStaminaWeight": 1, | |||
"everyHealthWeight": 1, | |||
"everyMindWeight": 1, | |||
"doMassInteraction": false | |||
}, | |||
"mustBeEquippedToUse": false, | |||
"canWideSwing": true, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"playOffsetSeconds": 0, | |||
"loop": false, | |||
"referenceDistance": 1, | |||
"rolloffFactor": 1, | |||
"maxDistance": 15, | |||
"pitch": 1, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
}, | |||
"altDisarm": true | |||
}, | |||
"id": { | "id": { | ||
"N14MobDeathclawMetalWaveBoss": { | "N14MobDeathclawMetalWaveBoss": { | ||
| Строка 1173: | Строка 1287: | ||
"heavyStaminaCost": 5, | "heavyStaminaCost": 5, | ||
"maxTargets": 1, | "maxTargets": 1, | ||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponLaserRifleYk42b": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8.5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | "contestArgs": { | ||
"doStaminaInteraction": true, | "doStaminaInteraction": true, | ||
| Строка 4777: | Строка 4928: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Effects/Fluids/splat.ogg" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14MobFernMercLieutenant1Despawning": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
}, | |||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | } | ||
}, | }, | ||
| Строка 5058: | Строка 5248: | ||
"doHealthInteraction": true | "doHealthInteraction": true | ||
}, | }, | ||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14ClothingHandsKnuckles": { | |||
"attackRate": 0.8, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8, | |||
"Structural": 8 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"range": 1.3, | |||
"animation": "WeaponArcFist", | |||
"wideAnimation": "WeaponArcFist", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"mustBeEquippedToUse": true, | |||
"soundSwing": { | "soundSwing": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
| Строка 5477: | Строка 5704: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponPlasmaRifle": { | ||
"attackRate": | "attackRate": 1.3333, | ||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Blunt": 8.5 | ||
} | } | ||
}, | }, | ||
| Строка 5489: | Строка 5717: | ||
} | } | ||
}, | }, | ||
" | "disableHeavy": true, | ||
" | "swapKeys": true, | ||
"animation": " | "animation": "WeaponArcThrust", | ||
" | "wideAnimationRotation": "3.141592653589793 rad", | ||
"soundHit": { | "soundHit": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "MetalThud" | ||
} | } | ||
}, | }, | ||
| Строка 5511: | Строка 5739: | ||
"path": "/Audio/Weapons/punchmiss.ogg" | "path": "/Audio/Weapons/punchmiss.ogg" | ||
} | } | ||
}, | } | ||
"altDisarm": false | }, | ||
"N14MobGiantFireAntDespawning": { | |||
"attackRate": 2, | |||
"damage": { | |||
"groups": { | |||
"Brute": 5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"range": 1, | |||
"animation": "WeaponArcClaw", | |||
"wideAnimation": "WeaponArcClaw", | |||
"soundHit": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Weapons/Xeno/alien_claw_flesh3.ogg" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
}, | |||
"altDisarm": false | |||
}, | }, | ||
"DrinkGargleBlasterGlass": { | "DrinkGargleBlasterGlass": { | ||
| Строка 6464: | Строка 6728: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponPlasmaCaster": { | ||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 8.5 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 6476: | Строка 6741: | ||
} | } | ||
}, | }, | ||
" | "disableHeavy": true, | ||
" | "swapKeys": true, | ||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | "soundHit": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "MetalThud" | ||
} | } | ||
}, | }, | ||
| Строка 6507: | Строка 6774: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Effects/Fluids/splat.ogg" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"LunchboxServiceFilledRandom": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 5.5 | |||
} | |||
}, | |||
"heavyRateModifier": 1.25, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"angle": "1.4049900478554354 rad", | |||
"heavyStaminaCost": 5, | |||
"soundHit": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Weapons/click.ogg" | |||
} | } | ||
}, | }, | ||
| Строка 8293: | Строка 8594: | ||
}, | }, | ||
"mustBeEquippedToUse": true, | "mustBeEquippedToUse": true, | ||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"ForgeWeaponRifleGestio": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8.5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | "soundSwing": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
| Строка 9363: | Строка 9701: | ||
"altDisarm": false | "altDisarm": false | ||
}, | }, | ||
" | "N14WeaponSMGNAil": { | ||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 9 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 9375: | Строка 9714: | ||
} | } | ||
}, | }, | ||
" | "disableHeavy": true, | ||
" | "swapKeys": true, | ||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"animation": " | |||
" | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": " | "collection": "MetalThud" | ||
} | } | ||
}, | }, | ||
| Строка 9402: | Строка 9738: | ||
} | } | ||
}, | }, | ||
"N14MobHumanBoSWestPaladin": { | "N14MobNPCTownGuard": { | ||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
}, | |||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14MobHumanBoSWestPaladin": { | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
| Строка 10 023: | Строка 10 398: | ||
}, | }, | ||
"path": "/Audio/Weapons/chainsaw.ogg" | "path": "/Audio/Weapons/chainsaw.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"NcGhostRoleMobRaider": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
}, | |||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | } | ||
}, | }, | ||
| Строка 10 231: | Строка 10 645: | ||
"heavyStaminaCost": 5, | "heavyStaminaCost": 5, | ||
"maxTargets": 1, | "maxTargets": 1, | ||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14MobNPCRaiderTribeWarr": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
}, | |||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | |||
}, | |||
"contestArgs": { | "contestArgs": { | ||
"doStaminaInteraction": true, | "doStaminaInteraction": true, | ||
| Строка 10 914: | Строка 11 367: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponLaserPistol": { | ||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Blunt": 8.5 | ||
} | } | ||
}, | }, | ||
| Строка 10 925: | Строка 11 380: | ||
} | } | ||
}, | }, | ||
" | "disableHeavy": true, | ||
" | "swapKeys": true, | ||
" | "animation": "WeaponArcThrust", | ||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 10 948: | Строка 11 404: | ||
} | } | ||
}, | }, | ||
" | "FishToxic": { | ||
"damage": { | "damage": { | ||
" | "groups": { | ||
" | "Brute": 5 | ||
} | } | ||
}, | }, | ||
| Строка 10 960: | Строка 11 416: | ||
}, | }, | ||
"hidden": true, | "hidden": true, | ||
"angle": "0 rad", | |||
"animation": "WeaponArcBite", | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 10 980: | Строка 11 438: | ||
} | } | ||
}, | }, | ||
" | "MobLuminousEntity": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Heat": 5 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"path": "/Audio/Effects/Fluids/splat.ogg" | "collection": "WeakHit" | ||
} | |||
}, | |||
"hidden": true, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"DrinkSuiDreamGlass": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 0 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Effects/Fluids/splat.ogg" | |||
} | } | ||
}, | }, | ||
| Строка 11 971: | Строка 12 461: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Weapons/smash.ogg" | "path": "/Audio/Weapons/smash.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponShotgunSawedOff": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "2.356194490192345 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | } | ||
}, | }, | ||
| Строка 12 061: | Строка 12 588: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Effects/Fluids/splat.ogg" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponShotgunRiot": { | |||
"attackRate": 1.4, | |||
"bluntStaminaDamageFactor": 1.33, | |||
"damage": { | |||
"types": { | |||
"Blunt": 10 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | } | ||
}, | }, | ||
| Строка 12 419: | Строка 12 983: | ||
"angle": "0 rad", | "angle": "0 rad", | ||
"animation": "WeaponArcBite", | "animation": "WeaponArcBite", | ||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponPlasmaRifleAuto": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8.5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 12 653: | Строка 13 254: | ||
} | } | ||
}, | }, | ||
"HoloprojectorSecurity": { | "N14MobRaiderPsycho1Despawning": { | ||
"attackRate": 0.8, | "damage": { | ||
"bluntStaminaDamageFactor": 2, | "types": { | ||
"Blunt": 5 | |||
} | |||
}, | |||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"HoloprojectorSecurity": { | |||
"attackRate": 0.8, | |||
"bluntStaminaDamageFactor": 2, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
| Строка 12 837: | Строка 13 477: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Effects/Fluids/splat.ogg" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"PlushieIpc": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 0 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "ToySqueak" | |||
} | } | ||
}, | }, | ||
| Строка 12 893: | Строка 13 565: | ||
} | } | ||
}, | }, | ||
" | "N14NightstalkerBloodChemistryBottle": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
| Строка 12 900: | Строка 13 572: | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type: | "!type:SoundPathSpecifier": { | ||
" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | } | ||
}, | }, | ||
| Строка 12 925: | Строка 13 591: | ||
} | } | ||
}, | }, | ||
" | "MobArgocyteFounder": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Blunt": 25, | ||
"Structural": 25 | |||
} | } | ||
}, | }, | ||
| Строка 12 959: | Строка 13 626: | ||
} | } | ||
}, | }, | ||
" | "MobArgocyteSwiper": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Slash": 5 | ||
} | } | ||
}, | }, | ||
| Строка 14 680: | Строка 15 346: | ||
} | } | ||
}, | }, | ||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14DrinkSunsetSarsaparillaBottleFull": { | |||
"bluntStaminaDamageFactor": 2, | |||
"damage": { | |||
"types": { | |||
"Blunt": 7.5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Effects/Fluids/splat.ogg" | |||
} | |||
}, | |||
"heavyRangeModifier": 1.5, | |||
"angle": "0.4363323129985824 rad", | |||
"heavyStaminaCost": 5, | |||
"maxTargets": 1, | |||
"contestArgs": { | "contestArgs": { | ||
"doStaminaInteraction": true, | "doStaminaInteraction": true, | ||
| Строка 15 385: | Строка 16 082: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponLaserMagnetoPistol": { | ||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 8.5 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "WeakHit" | ||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | } | ||
}, | }, | ||
| Строка 15 411: | Строка 16 119: | ||
} | } | ||
}, | }, | ||
"DrinkMugRainbow": { | "DrinkMoonshineGlass": { | ||
"damage": { | |||
"types": { | |||
"Blunt": 0 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Effects/Fluids/splat.ogg" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"DrinkMugRainbow": { | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
| Строка 15 954: | Строка 16 688: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Effects/bite.ogg" | "path": "/Audio/Effects/bite.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14MacheteGladius": { | |||
"attackRate": 1.25, | |||
"damage": { | |||
"types": { | |||
"Slash": 35 | |||
} | |||
}, | |||
"heavyRateModifier": 1.25, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"heavyRangeModifier": 1.25, | |||
"angle": "1.3962634015954636 rad", | |||
"wideAnimationRotation": "-2.356194490192345 rad", | |||
"heavyStaminaCost": 7.5, | |||
"soundHit": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Weapons/bladeslice.ogg" | |||
} | } | ||
}, | }, | ||
| Строка 17 863: | Строка 18 634: | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": "Punch" | "collection": "Punch" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14VinsPlushie": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 0 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "ToySqueak" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14FertilizerChemistryBottle": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 0 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Effects/Fluids/splat.ogg" | |||
} | } | ||
}, | }, | ||
| Строка 18 115: | Строка 18 944: | ||
} | } | ||
}, | }, | ||
" | "ForgeWeaponRevolverArgenti": { | ||
"attackRate": 2, | "attackRate": 1.2, | ||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Blunt": 7 | ||
} | } | ||
}, | }, | ||
| Строка 18 127: | Строка 18 956: | ||
} | } | ||
}, | }, | ||
" | "disableHeavy": true, | ||
" | "swapKeys": true, | ||
"animation": " | "animation": "WeaponArcThrust", | ||
" | "wideAnimationRotation": "2.356194490192345 rad", | ||
"soundHit": { | "soundHit": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "MetalThud" | ||
} | } | ||
}, | }, | ||
| Строка 18 149: | Строка 18 978: | ||
"path": "/Audio/Weapons/punchmiss.ogg" | "path": "/Audio/Weapons/punchmiss.ogg" | ||
} | } | ||
} | } | ||
}, | }, | ||
" | "N14MobRadroachWave": { | ||
"attackRate": 2, | |||
"damage": { | "damage": { | ||
"types": { | "groups": { | ||
"Brute": 2 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"range": 1, | |||
"animation": "WeaponArcBite", | |||
"wideAnimation": "WeaponArcBite", | |||
"soundHit": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Effects/bite.ogg" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
}, | |||
"altDisarm": false | |||
}, | |||
"DrinkIcedBeerGlass": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 0 | "Blunt": 0 | ||
} | } | ||
| Строка 18 214: | Строка 19 079: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Effects/Fluids/splat.ogg" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponShotgun": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "2.356194490192345 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | } | ||
}, | }, | ||
| Строка 18 957: | Строка 19 859: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Effects/Fluids/splat.ogg" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14MobNPCMercenaryHeavySniperDespawning": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
}, | |||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | } | ||
}, | }, | ||
| Строка 19 181: | Строка 20 122: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponShotgunCaravan": { | ||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 8 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "WeakHit" | ||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "2.356194490192345 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | } | ||
}, | }, | ||
| Строка 19 207: | Строка 20 159: | ||
} | } | ||
}, | }, | ||
" | "FoodCrabSalad": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
| Строка 19 233: | Строка 20 185: | ||
} | } | ||
}, | }, | ||
" | "FoodSoupChiliClown": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
| Строка 19 259: | Строка 20 211: | ||
} | } | ||
}, | }, | ||
" | "N14DrinkTeaWhiteHorsenettle": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
| Строка 19 285: | Строка 20 237: | ||
} | } | ||
}, | }, | ||
" | "DrinkNTCahors": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 0 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundPathSpecifier": { | ||
"collection": "WeakHit" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"WeaponEnergyGunMultiphase": { | |||
"attackRate": 1.2, | |||
"damage": { | |||
"types": { | |||
"Blunt": 7.5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | } | ||
}, | }, | ||
| Строка 20 034: | Строка 21 012: | ||
}, | }, | ||
"altDisarm": false | "altDisarm": false | ||
}, | |||
"N14WeaponPistol9mmSpy": { | |||
"attackRate": 1.2, | |||
"damage": { | |||
"types": { | |||
"Blunt": 7.5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "2.356194490192345 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | }, | ||
"N14PickledJalapenos": { | "N14PickledJalapenos": { | ||
| Строка 20 373: | Строка 21 387: | ||
"angle": "0 rad", | "angle": "0 rad", | ||
"animation": "WeaponArcBite", | "animation": "WeaponArcBite", | ||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponLaserRevolver": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8.5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 20 627: | Строка 21 678: | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": "MetalThud" | "collection": "MetalThud" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14MobRaiderPsycho2": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
}, | |||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | } | ||
}, | }, | ||
| Строка 22 368: | Строка 23 458: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponLaserRifle": { | ||
"attackRate": | "attackRate": 1.3333, | ||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt | "Blunt": 8.5 | ||
} | } | ||
}, | }, | ||
| Строка 22 381: | Строка 23 471: | ||
} | } | ||
}, | }, | ||
"hidden": true, | "disableHeavy": true, | ||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14MobPetDogMBoS": { | |||
"attackRate": 2, | |||
"damage": { | |||
"types": { | |||
"Blunt": 4, | |||
"Slash": 8 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"range": 1.25, | "range": 1.25, | ||
"animation": "WeaponArcBite", | "animation": "WeaponArcBite", | ||
| Строка 22 632: | Строка 23 759: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Weapons/bladeslice.ogg" | "path": "/Audio/Weapons/bladeslice.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponPlasmaRifleCrude": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8.5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | } | ||
}, | }, | ||
| Строка 23 182: | Строка 24 346: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 15 | ||
} | } | ||
}, | }, | ||
| Строка 24 130: | Строка 25 294: | ||
"soundSwing": { | "soundSwing": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponShotgunLever": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "2.356194490192345 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | "path": "/Audio/Weapons/punchmiss.ogg" | ||
} | } | ||
| Строка 25 014: | Строка 26 215: | ||
} | } | ||
}, | }, | ||
" | "N14MobNPCMBoSSerf": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 5 | ||
} | } | ||
}, | }, | ||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 25 029: | Строка 26 228: | ||
}, | }, | ||
"hidden": true, | "hidden": true, | ||
" | "heavyDamageBaseModifier": 1, | ||
"animation": " | "heavyPartDamageMultiplier": 1, | ||
" | "angle": "0.5235987755982988 rad", | ||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | "soundHit": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "Punch" | ||
} | } | ||
}, | }, | ||
| Строка 25 050: | Строка 26 252: | ||
"path": "/Audio/Weapons/punchmiss.ogg" | "path": "/Audio/Weapons/punchmiss.ogg" | ||
} | } | ||
} | } | ||
}, | }, | ||
" | "N14MobPetRoach": { | ||
"attackRate": 2, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 2, | ||
"Slash": 2, | |||
"Radiation": 2 | |||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 25 066: | Строка 26 269: | ||
}, | }, | ||
"hidden": true, | "hidden": true, | ||
" | "range": 1.25, | ||
"animation": "WeaponArcBite", | |||
"wideAnimation": "WeaponArcBite", | |||
"animation": " | |||
" | |||
"soundHit": { | "soundHit": { | ||
"!type: | "!type:SoundPathSpecifier": { | ||
" | "path": "/Audio/Effects/bite.ogg" | ||
} | } | ||
}, | }, | ||
| Строка 25 090: | Строка 26 290: | ||
"path": "/Audio/Weapons/punchmiss.ogg" | "path": "/Audio/Weapons/punchmiss.ogg" | ||
} | } | ||
} | }, | ||
"altDisarm": false | |||
}, | }, | ||
"N14Cautery": { | "N14Cautery": { | ||
| Строка 25 618: | Строка 26 819: | ||
}, | }, | ||
"wideAnimationRotation": "-1.5707963267948966 rad", | "wideAnimationRotation": "-1.5707963267948966 rad", | ||
"contestArgs": { | "contestArgs": { | ||
"doStaminaInteraction": true, | "doStaminaInteraction": true, | ||
| Строка 25 902: | Строка 27 077: | ||
"doHealthInteraction": true | "doHealthInteraction": true | ||
}, | }, | ||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14ClothingHandsIndusrialPowerFist": { | |||
"attackRate": 0.8, | |||
"damage": { | |||
"types": { | |||
"Blunt": 15, | |||
"Slash": 25 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"range": 1.3, | |||
"animation": "WeaponArcFist", | |||
"wideAnimation": "WeaponArcFist", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"mustBeEquippedToUse": true, | |||
"soundSwing": { | "soundSwing": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
| Строка 26 455: | Строка 27 667: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Weapons/smash.ogg" | "path": "/Audio/Weapons/smash.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"ForgeWeaponSniperRepeater": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "2.356194490192345 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | } | ||
}, | }, | ||
| Строка 26 835: | Строка 28 084: | ||
} | } | ||
}, | }, | ||
" | "N14DoctorBag": { | ||
"attackRate": 0.9, | |||
"bluntStaminaDamageFactor": 3, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 3.5 | ||
} | } | ||
}, | }, | ||
"heavyRateModifier": 0.8, | |||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "WeakHit" | ||
} | } | ||
}, | }, | ||
"range": 1.75, | |||
"heavyRangeModifier": 0.8, | |||
"heavyDamageBaseModifier": 2, | |||
"heavyStaminaCost": 5, | |||
"maxTargets": 8, | |||
"contestArgs": { | "contestArgs": { | ||
"doStaminaInteraction": true, | "doStaminaInteraction": true, | ||
| Строка 26 861: | Строка 28 118: | ||
} | } | ||
}, | }, | ||
" | "DrinkIrishCreamGlass": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Blunt": 0 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Effects/ | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | } | ||
}, | }, | ||
| Строка 26 896: | Строка 28 142: | ||
"path": "/Audio/Weapons/punchmiss.ogg" | "path": "/Audio/Weapons/punchmiss.ogg" | ||
} | } | ||
} | } | ||
}, | }, | ||
"NitrogenTank": { | "NitrogenTank": { | ||
| Строка 26 937: | Строка 28 182: | ||
} | } | ||
} | } | ||
}, | |||
"N14MobGeckoGolden": { | |||
"attackRate": 2, | |||
"damage": { | |||
"types": { | |||
"Slash": 14, | |||
"Radiation": 5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"range": 1, | |||
"animation": "WeaponArcBite", | |||
"wideAnimation": "WeaponArcBite", | |||
"soundHit": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Effects/bite.ogg" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
}, | |||
"altDisarm": false | |||
}, | }, | ||
"N14MobHumanNRCMP": { | "N14MobHumanNRCMP": { | ||
| Строка 27 715: | Строка 28 998: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Effects/Fluids/splat.ogg" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14MobNPCRaiderButcher": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
}, | |||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | } | ||
}, | }, | ||
| Строка 29 033: | Строка 30 355: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Effects/bite.ogg" | "path": "/Audio/Effects/bite.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14MobRaiderPsycho3": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
}, | |||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | } | ||
}, | }, | ||
| Строка 29 217: | Строка 30 578: | ||
} | } | ||
}, | }, | ||
" | "N14MobRaiderPsycho3Despawning": { | ||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Blunt": 5 | ||
} | } | ||
}, | }, | ||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 29 229: | Строка 30 591: | ||
}, | }, | ||
"hidden": true, | "hidden": true, | ||
"angle": "0 rad", | "heavyDamageBaseModifier": 1, | ||
"animation": " | "heavyPartDamageMultiplier": 1, | ||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": " | "collection": "Punch" | ||
} | } | ||
}, | }, | ||
| Строка 29 251: | Строка 30 617: | ||
} | } | ||
}, | }, | ||
" | "MobDuckBrown": { | ||
"damage": { | "damage": { | ||
" | "groups": { | ||
" | "Brute": 5 | ||
} | } | ||
}, | }, | ||
| Строка 29 265: | Строка 30 629: | ||
}, | }, | ||
"hidden": true, | "hidden": true, | ||
" | "angle": "0 rad", | ||
"animation": "WeaponArcBite", | "animation": "WeaponArcBite", | ||
"wideAnimation": "WeaponArcBite", | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14MobYaoguaiWaveBoss": { | |||
"attackRate": 2, | |||
"damage": { | |||
"types": { | |||
"Slash": 15, | |||
"Blunt": 5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"range": 1.25, | |||
"animation": "WeaponArcBite", | |||
"wideAnimation": "WeaponArcBite", | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
| Строка 29 663: | Строка 31 063: | ||
}, | }, | ||
"altDisarm": false | "altDisarm": false | ||
}, | |||
"NcGhostRoleMobElizabethEvil": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
}, | |||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | }, | ||
"ToxinChemistryBottle": { | "ToxinChemistryBottle": { | ||
| Строка 29 738: | Строка 31 177: | ||
"doHealthInteraction": true | "doHealthInteraction": true | ||
}, | }, | ||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14ClothingHandsPowerFist": { | |||
"attackRate": 0.8, | |||
"damage": { | |||
"types": { | |||
"Blunt": 35, | |||
"Structural": 15 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"range": 1.3, | |||
"animation": "WeaponArcFist", | |||
"wideAnimation": "WeaponArcFist", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"mustBeEquippedToUse": true, | |||
"soundSwing": { | "soundSwing": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
| Строка 30 543: | Строка 32 019: | ||
} | } | ||
}, | }, | ||
" | "WeaponMechDebugMelle": { | ||
"attackRate": | "attackRate": 0.75, | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 40, | ||
"Structural": 20 | |||
} | } | ||
}, | }, | ||
| Строка 30 556: | Строка 32 032: | ||
} | } | ||
}, | }, | ||
" | "hidden": true, | ||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": " | "collection": "MetalThud" | ||
} | } | ||
}, | }, | ||
| Строка 30 580: | Строка 32 053: | ||
} | } | ||
}, | }, | ||
" | "WeaponRifleFoam": { | ||
"attackRate": | "attackRate": 1.4, | ||
"bluntStaminaDamageFactor": 1.33, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 0 | ||
} | } | ||
}, | }, | ||
| Строка 30 593: | Строка 32 066: | ||
} | } | ||
}, | }, | ||
" | "disableHeavy": true, | ||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": " | "collection": "ToySqueak" | ||
} | } | ||
}, | }, | ||
| Строка 30 648: | Строка 32 124: | ||
} | } | ||
}, | }, | ||
"EmergencyOxygenTank": { | "N14WeaponLaserRifleAuto": { | ||
"attackRate": 1.25, | "attackRate": 1.3333, | ||
"bluntStaminaDamageFactor": 2.5, | "bluntStaminaDamageFactor": 1.25, | ||
"damage": { | |||
"types": { | |||
"Blunt": 8.5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"EmergencyOxygenTank": { | |||
"attackRate": 1.25, | |||
"bluntStaminaDamageFactor": 2.5, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
| Строка 31 955: | Строка 33 468: | ||
} | } | ||
}, | }, | ||
" | "CluwneHorn": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 5 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "WeakHit" | ||
} | |||
}, | |||
"wideAnimationRotation": "2.356194490192345 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"variation": 0.125 | |||
}, | |||
"collection": "CluwneHorn" | |||
} | } | ||
}, | }, | ||
| Строка 31 981: | Строка 33 503: | ||
} | } | ||
}, | }, | ||
" | "DrinkBubbleTeaGlass": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 0 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type: | "!type:SoundPathSpecifier": { | ||
" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | } | ||
}, | }, | ||
| Строка 32 069: | Строка 33 582: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Nyanotrasen/Weapons/electricguitarhit.ogg" | "path": "/Audio/Nyanotrasen/Weapons/electricguitarhit.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14BLadeOfTheEast": { | |||
"damage": { | |||
"types": { | |||
"Slash": 50, | |||
"Blunt": 15, | |||
"Structural": 25 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"soundHit": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Weapons/bladeslice.ogg" | |||
} | } | ||
}, | }, | ||
| Строка 33 333: | Строка 34 879: | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": "Punch" | "collection": "Punch" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"ForgeWeaponShotgunKammerer": { | |||
"attackRate": 1.4, | |||
"bluntStaminaDamageFactor": 1.33, | |||
"damage": { | |||
"types": { | |||
"Blunt": 10 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | } | ||
}, | }, | ||
| Строка 35 102: | Строка 36 685: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponPlasmaPistol": { | ||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": 5 | "Blunt": 8.5 | ||
} | } | ||
}, | }, | ||
| Строка 35 113: | Строка 36 698: | ||
} | } | ||
}, | }, | ||
"soundHit": { | "disableHeavy": true, | ||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"VendingMachineRestockPride": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"soundHit": { | |||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Weapons/genhit2.ogg" | "path": "/Audio/Weapons/genhit2.ogg" | ||
| Строка 37 169: | Строка 38 789: | ||
} | } | ||
}, | }, | ||
" | "ShadeHoly": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Blunt": 10 | ||
} | } | ||
}, | }, | ||
| Строка 37 181: | Строка 38 801: | ||
}, | }, | ||
"hidden": true, | "hidden": true, | ||
"angle": "0 rad", | "angle": "0.5235987755982988 rad", | ||
"animation": " | "animation": "WeaponArcSmash", | ||
"contestArgs": { | "contestArgs": { | ||
"doStaminaInteraction": true, | "doStaminaInteraction": true, | ||
| Строка 37 203: | Строка 38 818: | ||
} | } | ||
}, | }, | ||
" | "MobArcticFoxSiobhan": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Piercing": 8 | ||
} | } | ||
}, | }, | ||
| Строка 37 215: | Строка 38 830: | ||
}, | }, | ||
"hidden": true, | "hidden": true, | ||
"angle": "0 | "angle": "0 rad", | ||
"animation": " | "animation": "WeaponArcBite", | ||
"soundHit": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Effects/bite.ogg" | |||
} | |||
}, | |||
"contestArgs": { | "contestArgs": { | ||
"doStaminaInteraction": true, | "doStaminaInteraction": true, | ||
| Строка 37 723: | Строка 39 343: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Weapons/bladeslice.ogg" | "path": "/Audio/Weapons/bladeslice.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponPlasmaMultiplas": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8.5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | } | ||
}, | }, | ||
| Строка 38 508: | Строка 40 165: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Effects/Fluids/splat.ogg" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponShotgunChinese": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "2.356194490192345 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | } | ||
}, | }, | ||
| Строка 40 396: | Строка 42 090: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponPlasmaDefender": { | ||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 8.5 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "WeakHit" | ||
} | } | ||
}, | }, | ||
"contestArgs": { | "disableHeavy": true, | ||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"DrinkTokkuri": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 0 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Effects/Fluids/splat.ogg" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | "doStaminaInteraction": true, | ||
"staminaDisadvantage": true, | "staminaDisadvantage": true, | ||
| Строка 40 551: | Строка 42 282: | ||
"doHealthInteraction": true | "doHealthInteraction": true | ||
}, | }, | ||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14ClothingHandsKnucklesWithClaws": { | |||
"attackRate": 0.8, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8, | |||
"Slash": 8 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"range": 1.3, | |||
"animation": "WeaponArcFist", | |||
"wideAnimation": "WeaponArcFist", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"mustBeEquippedToUse": true, | |||
"soundSwing": { | "soundSwing": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
| Строка 41 083: | Строка 42 851: | ||
"altDisarm": false | "altDisarm": false | ||
}, | }, | ||
" | "BriefcaseBrown": { | ||
"attackRate": | "attackRate": 0.9, | ||
"bluntStaminaDamageFactor": | "bluntStaminaDamageFactor": 3, | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 3.5 | ||
} | } | ||
}, | }, | ||
"heavyRateModifier": | "heavyRateModifier": 0.8, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 41 098: | Строка 42 865: | ||
} | } | ||
}, | }, | ||
"range": 1. | "range": 1.75, | ||
" | "heavyRangeModifier": 0.8, | ||
"heavyDamageBaseModifier": 2, | |||
" | |||
"heavyStaminaCost": 5, | "heavyStaminaCost": 5, | ||
"maxTargets": | "maxTargets": 8, | ||
"contestArgs": { | "contestArgs": { | ||
"doStaminaInteraction": true, | "doStaminaInteraction": true, | ||
| Строка 41 124: | Строка 42 885: | ||
} | } | ||
}, | }, | ||
" | "JawsOfLife": { | ||
"attackRate": | "attackRate": 1.17, | ||
"bluntStaminaDamageFactor": | "bluntStaminaDamageFactor": 2, | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 10, | ||
"Slash": 2 | |||
} | } | ||
}, | }, | ||
"heavyRateModifier": | "heavyRateModifier": 1.25, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 41 138: | Строка 42 900: | ||
} | } | ||
}, | }, | ||
"range": 1. | "range": 1.65, | ||
" | "heavyDamageBaseModifier": 1.5, | ||
" | "angle": "0.3490658503988659 rad", | ||
"wideAnimationRotation": "1.5707963267948966 rad", | |||
"heavyStaminaCost": 5, | "heavyStaminaCost": 5, | ||
"maxTargets": | "maxTargets": 1, | ||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | "contestArgs": { | ||
"doStaminaInteraction": true, | "doStaminaInteraction": true, | ||
| Строка 42 201: | Строка 43 969: | ||
} | } | ||
}, | }, | ||
" | "N14MobRaiderPsycho1": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Blunt": 5 | ||
} | } | ||
}, | }, | ||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 42 213: | Строка 43 982: | ||
}, | }, | ||
"hidden": true, | "hidden": true, | ||
"angle": "0 rad", | "heavyDamageBaseModifier": 1, | ||
"animation": " | "heavyPartDamageMultiplier": 1, | ||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | "soundHit": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "Punch" | ||
} | } | ||
}, | }, | ||
| Строка 42 235: | Строка 44 008: | ||
} | } | ||
}, | }, | ||
" | "MobFleshGolem": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Slash": 8 | ||
} | } | ||
}, | }, | ||
| Строка 42 247: | Строка 44 020: | ||
}, | }, | ||
"hidden": true, | "hidden": true, | ||
"angle": "0 rad", | |||
"animation": "WeaponArcClaw", | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
| Строка 42 267: | Строка 44 042: | ||
} | } | ||
}, | }, | ||
"FishBass": { | "MobSilverCrab": { | ||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"soundHit": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Weapons/Xeno/alien_claw_flesh3.ogg" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"FishBass": { | |||
"damage": { | "damage": { | ||
"groups": { | "groups": { | ||
| Строка 43 417: | Строка 45 224: | ||
}, | }, | ||
"N14MobNPCNCRGuard": { | "N14MobNPCNCRGuard": { | ||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
}, | |||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14MobNPCRaiderTribeSkir": { | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
| Строка 43 461: | Строка 45 307: | ||
"types": { | "types": { | ||
"Blunt": 9 | "Blunt": 9 | ||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponShotgunAuto": { | |||
"attackRate": 1.4, | |||
"bluntStaminaDamageFactor": 1.33, | |||
"damage": { | |||
"types": { | |||
"Blunt": 10 | |||
} | } | ||
}, | }, | ||
| Строка 43 787: | Строка 45 670: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Effects/Fluids/splat.ogg" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WastelandThunderspear": { | |||
"damage": { | |||
"types": { | |||
"Piercing": 12 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"angle": "0 rad", | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "-2.356194490192345 rad", | |||
"soundHit": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Weapons/bladeslice.ogg" | |||
} | } | ||
}, | }, | ||
| Строка 44 097: | Строка 46 014: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponLaserRiflePrototypeAER14": { | ||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Piercing": 2, | "Blunt": 8.5 | ||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"MobLamia": { | |||
"damage": { | |||
"types": { | |||
"Piercing": 2, | |||
"Poison": 3 | "Poison": 3 | ||
} | } | ||
| Строка 44 756: | Строка 46 710: | ||
}, | }, | ||
"altDisarm": false | "altDisarm": false | ||
}, | |||
"N14MobNPCRaiderPowerArmorBossDespawning": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
}, | |||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | }, | ||
"N14DecorationFlagpoleWBOS": { | "N14DecorationFlagpoleWBOS": { | ||
| Строка 45 042: | Строка 47 035: | ||
} | } | ||
}, | }, | ||
" | "DrinkSpaceMountainWindGlass": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 0 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type: | "!type:SoundPathSpecifier": { | ||
" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | } | ||
}, | }, | ||
| Строка 45 081: | Строка 47 061: | ||
} | } | ||
}, | }, | ||
" | "N14MobNPCTribeWarr": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 5 | ||
} | } | ||
}, | }, | ||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "WeakHit" | ||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | } | ||
}, | }, | ||
| Строка 45 548: | Строка 47 541: | ||
} | } | ||
}, | }, | ||
" | "ForgeWeaponLightMachineGunL6": { | ||
"attackRate": 1.4, | |||
"bluntStaminaDamageFactor": 1.33, | |||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Blunt": 11 | ||
} | } | ||
}, | }, | ||
| Строка 45 559: | Строка 47 554: | ||
} | } | ||
}, | }, | ||
" | "disableHeavy": true, | ||
" | "swapKeys": true, | ||
" | "animation": "WeaponArcThrust", | ||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | "soundHit": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "MetalThud" | ||
} | } | ||
}, | }, | ||
| Строка 45 582: | Строка 47 578: | ||
} | } | ||
}, | }, | ||
" | "MobSpaceShrimp": { | ||
"damage": { | "damage": { | ||
" | "groups": { | ||
" | "Brute": 5 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 45 595: | Строка 47 589: | ||
} | } | ||
}, | }, | ||
"heavyRangeModifier": 2.75, | "hidden": true, | ||
"angle": "0 rad", | |||
"animation": "WeaponArcBite", | |||
"soundHit": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Effects/pop.ogg" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"Katana": { | |||
"attackRate": 0.6666, | |||
"damage": { | |||
"types": { | |||
"Slash": 12 | |||
} | |||
}, | |||
"heavyRateModifier": 2, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"heavyRangeModifier": 2.75, | |||
"heavyDamageBaseModifier": 1.25, | "heavyDamageBaseModifier": 1.25, | ||
"angle": "0.3490658503988659 rad", | "angle": "0.3490658503988659 rad", | ||
| Строка 45 862: | Строка 47 892: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Effects/Fluids/splat.ogg" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14MobRaiderPsycho2Despawning": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
}, | |||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | } | ||
}, | }, | ||
| Строка 46 250: | Строка 48 319: | ||
}, | }, | ||
"wideAnimationRotation": "0.7853981633974483 rad", | "wideAnimationRotation": "0.7853981633974483 rad", | ||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponBlowback": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "2.356194490192345 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | "contestArgs": { | ||
"doStaminaInteraction": true, | "doStaminaInteraction": true, | ||
| Строка 46 595: | Строка 48 701: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponShotgunDoubleBarrel": { | ||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 8 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "WeakHit" | ||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "2.356194490192345 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | } | ||
}, | }, | ||
| Строка 46 621: | Строка 48 738: | ||
} | } | ||
}, | }, | ||
" | "DrinkSpaceUpGlass": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Blunt": 0 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type: | "!type:SoundPathSpecifier": { | ||
" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | } | ||
}, | }, | ||
"heavyRangeModifier": 2.75, | "contestArgs": { | ||
"heavyDamageBaseModifier": 1.25, | "doStaminaInteraction": true, | ||
"angle": "0.3490658503988659 rad", | "staminaDisadvantage": true, | ||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"EnergyKatana": { | |||
"attackRate": 0.6666, | |||
"damage": { | |||
"types": { | |||
"Slash": 25 | |||
} | |||
}, | |||
"heavyRateModifier": 2, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"heavyRangeModifier": 2.75, | |||
"heavyDamageBaseModifier": 1.25, | |||
"angle": "0.3490658503988659 rad", | |||
"wideAnimationRotation": "-1.0471975511965976 rad", | "wideAnimationRotation": "-1.0471975511965976 rad", | ||
"heavyStaminaCost": 15, | "heavyStaminaCost": 15, | ||
| Строка 47 303: | Строка 49 446: | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": "Punch" | "collection": "Punch" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponPistol9mmChinese": { | |||
"attackRate": 1.2, | |||
"damage": { | |||
"types": { | |||
"Blunt": 7.5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "2.356194490192345 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | } | ||
}, | }, | ||
| Строка 48 220: | Строка 50 399: | ||
} | } | ||
}, | }, | ||
" | "MobWatcherIcewing": { | ||
"damage": { | "damage": { | ||
" | "groups": { | ||
" | "Brute": 5 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 48 233: | Строка 50 411: | ||
}, | }, | ||
"hidden": true, | "hidden": true, | ||
"angle": "0 rad", | |||
"animation": "WeaponArcBite", | |||
"angle": "0 | |||
"animation": " | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": " | "collection": "MetalThud" | ||
} | } | ||
}, | }, | ||
| Строка 48 259: | Строка 50 433: | ||
} | } | ||
}, | }, | ||
" | "N14MobNPCWBoSInitiate": { | ||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Blunt": 5 | ||
} | } | ||
}, | }, | ||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 48 271: | Строка 50 446: | ||
}, | }, | ||
"hidden": true, | "hidden": true, | ||
"angle": "0 rad", | "heavyDamageBaseModifier": 1, | ||
"animation": " | "heavyPartDamageMultiplier": 1, | ||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": " | "collection": "Punch" | ||
} | } | ||
}, | }, | ||
| Строка 48 409: | Строка 50 588: | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": "Punch" | "collection": "Punch" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponLaserRifleMakeshift": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8.5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | } | ||
}, | }, | ||
| Строка 48 836: | Строка 51 052: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponPlasmaRifleUrban": { | ||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 8.5 | ||
} | } | ||
}, | }, | ||
| Строка 48 847: | Строка 51 065: | ||
} | } | ||
}, | }, | ||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | "wideAnimationRotation": "3.141592653589793 rad", | ||
"soundHit": { | "soundHit": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"path": "/Audio/Items/Toys/rattle.ogg" | "collection": "MetalThud" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"PlushieSnake": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 0 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Items/Toys/rattle.ogg" | |||
} | } | ||
}, | }, | ||
| Строка 49 681: | Строка 51 934: | ||
"types": { | "types": { | ||
"Blunt": 7 | "Blunt": 7 | ||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "2.356194490192345 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponShotgunSawedOffEmpty": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8 | |||
} | } | ||
}, | }, | ||
| Строка 50 845: | Строка 53 135: | ||
} | } | ||
}, | }, | ||
" | "DrinkJuiceLimeCartonXL": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
| Строка 50 852: | Строка 53 142: | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type: | "!type:SoundPathSpecifier": { | ||
" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | } | ||
}, | }, | ||
| Строка 50 871: | Строка 53 161: | ||
} | } | ||
}, | }, | ||
" | "ToySword": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
| Строка 50 878: | Строка 53 168: | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "WeakHit" | ||
} | } | ||
}, | }, | ||
| Строка 51 065: | Строка 53 355: | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": "MetalThud" | "collection": "MetalThud" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14MobNPCRaiderPowerArmorBoss": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
}, | |||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | } | ||
}, | }, | ||
| Строка 51 335: | Строка 53 664: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponLaserGatling": { | ||
"attackRate": 1.3333, | "attackRate": 1.3333, | ||
"bluntStaminaDamageFactor": 1.25, | "bluntStaminaDamageFactor": 1.25, | ||
| Строка 51 372: | Строка 53 701: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponRifle762Fal": { | ||
"attackRate": | "attackRate": 1.3333, | ||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Blunt": 8.5 | ||
} | } | ||
}, | }, | ||
| Строка 51 384: | Строка 53 714: | ||
} | } | ||
}, | }, | ||
"wideAnimationRotation": " | "disableHeavy": true, | ||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | "contestArgs": { | ||
"doStaminaInteraction": true, | "doStaminaInteraction": true, | ||
| Строка 51 400: | Строка 53 738: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponShotgunPipe": { | ||
"attackRate": 1.1, | "attackRate": 1.3333, | ||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Blunt": 8 | ||
} | } | ||
}, | }, | ||
"heavyRateModifier": 0.9, | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "2.356194490192345 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"Haycutters": { | |||
"attackRate": 2, | |||
"damage": { | |||
"types": { | |||
"Piercing": 0 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"wideAnimationRotation": "-1.5707963267948966 rad", | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"PowerDrill": { | |||
"attackRate": 1.1, | |||
"damage": { | |||
"types": { | |||
"Piercing": 8 | |||
} | |||
}, | |||
"heavyRateModifier": 0.9, | |||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 52 883: | Строка 55 286: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/DeltaV/Voice/Vulpkanin/dog_bark1.ogg" | "path": "/Audio/DeltaV/Voice/Vulpkanin/dog_bark1.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"ForgeWeaponSubMachineGunC20r": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 9 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | } | ||
}, | }, | ||
| Строка 53 602: | Строка 56 042: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Effects/Fluids/splat.ogg" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14MobNPCMercenaryHeavySniper": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
}, | |||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | } | ||
}, | }, | ||
| Строка 54 714: | Строка 57 193: | ||
} | } | ||
}, | }, | ||
" | "NcGhostRoleMobBelka": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": 40, | "Blunt": 5 | ||
"Structural": 220 | } | ||
}, | |||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"heavyDamageBaseModifier": 1, | |||
"heavyPartDamageMultiplier": 1, | |||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Punch" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"MechDurandBattery": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 40, | |||
"Structural": 220 | |||
} | } | ||
}, | }, | ||
| Строка 55 739: | Строка 58 257: | ||
} | } | ||
}, | }, | ||
" | "DrinkVacuumFlask": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 0 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type: | "!type:SoundPathSpecifier": { | ||
" | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | } | ||
}, | }, | ||
| Строка 55 776: | Строка 58 283: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponSMG9mminfiltrator": { | ||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 9 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "WeakHit" | ||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | } | ||
}, | }, | ||
| Строка 56 529: | Строка 59 047: | ||
} | } | ||
}, | }, | ||
" | "N14Saw": { | ||
"attackRate": 1.3333, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Slash": 10 | ||
} | } | ||
}, | }, | ||
"heavyRateModifier": 1.25, | |||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"range": 1.35, | |||
"heavyDamageBaseModifier": 1, | |||
"angle": "0.3490658503988659 rad", | |||
"wideAnimationRotation": "-2.356194490192345 rad", | |||
"heavyStaminaCost": 20, | |||
"maxTargets": 8, | |||
"soundHit": { | |||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/ | "path": "/Audio/Weapons/bladeslice.ogg" | ||
} | } | ||
}, | }, | ||
| Строка 56 555: | Строка 59 086: | ||
} | } | ||
}, | }, | ||
" | "N14ReagentContainerFlour": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Blunt": 0 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/ | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | } | ||
}, | }, | ||
| Строка 58 792: | Строка 61 310: | ||
"altDisarm": false | "altDisarm": false | ||
}, | }, | ||
" | "N14WeaponShotgunShort": { | ||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Blunt": 8 | ||
} | } | ||
}, | }, | ||
| Строка 58 805: | Строка 61 323: | ||
} | } | ||
}, | }, | ||
" | "disableHeavy": true, | ||
" | "swapKeys": true, | ||
" | "animation": "WeaponArcThrust", | ||
"wideAnimationRotation": "2.356194490192345 rad", | |||
"soundHit": { | "soundHit": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "MetalThud" | ||
} | } | ||
}, | }, | ||
| Строка 58 828: | Строка 61 347: | ||
} | } | ||
}, | }, | ||
" | "MobNukieMouse": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Slash": 3 | "Slash": 5, | ||
"Piercing": 3, | |||
"Structural": 1.5 | |||
} | } | ||
}, | }, | ||
| Строка 58 843: | Строка 61 364: | ||
"animation": "WeaponArcBite", | "animation": "WeaponArcBite", | ||
"soundHit": { | "soundHit": { | ||
"!type: | "!type:SoundPathSpecifier": { | ||
" | "path": "/Audio/Effects/bite.ogg" | ||
} | } | ||
}, | }, | ||
| Строка 58 860: | Строка 61 381: | ||
"path": "/Audio/Weapons/punchmiss.ogg" | "path": "/Audio/Weapons/punchmiss.ogg" | ||
} | } | ||
}, | } | ||
}, | |||
"ReagentSlimeNorepinephricAcid": { | |||
"damage": { | |||
"types": { | |||
"Slash": 3 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"angle": "0 rad", | |||
"animation": "WeaponArcBite", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "AlienClaw" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
}, | |||
"altDisarm": false | "altDisarm": false | ||
}, | }, | ||
| Строка 59 406: | Строка 61 961: | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/Weapons/smash.ogg" | "path": "/Audio/Weapons/smash.ogg" | ||
} | } | ||
}, | }, | ||
| Строка 59 484: | Строка 62 013: | ||
} | } | ||
}, | }, | ||
" | "DrinkSyndicatebomb": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
| Строка 59 530: | Строка 62 059: | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": "MetalThud" | "collection": "MetalThud" | ||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"DrinkMugMoebius": { | |||
"damage": { | |||
"types": { | |||
"Blunt": 0 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Effects/Fluids/splat.ogg" | |||
} | } | ||
}, | }, | ||
| Строка 59 610: | Строка 62 165: | ||
} | } | ||
}, | }, | ||
" | "ReagentContainerSugarSmall": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 0 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/ | "path": "/Audio/Effects/Fluids/splat.ogg" | ||
} | } | ||
}, | }, | ||
| Строка 59 648: | Строка 62 191: | ||
} | } | ||
}, | }, | ||
" | "N14MobGhoulMaypole": { | ||
"attackRate": 2, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 15, | ||
"Slash": 10 | |||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"hidden": true, | |||
"range": 2.5, | |||
"angle": "0 rad", | |||
"animation": "WeaponArcFist", | |||
"wideAnimation": "WeaponArcBite", | |||
"soundHit": { | |||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
"path": "/Audio/ | "path": "/Audio/Weapons/bladeslice.ogg" | ||
} | } | ||
}, | }, | ||
| Строка 60 451: | Строка 63 006: | ||
} | } | ||
}, | }, | ||
" | "N14MobDeathclaw": { | ||
"attackRate": 2, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Slash": | "Blunt": 5, | ||
"Slash": 10, | |||
"Piercing": 5 | |||
} | } | ||
}, | }, | ||
"resistanceBypass": true, | |||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": "WeakHit" | "collection": "WeakHit" | ||
} | |||
}, | |||
"hidden": true, | |||
"range": 2, | |||
"animation": "WeaponArcClaw", | |||
"wideAnimation": "WeaponArcClaw", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "AlienClaw" | |||
} | } | ||
}, | }, | ||
| Строка 60 475: | Строка 63 043: | ||
"path": "/Audio/Weapons/punchmiss.ogg" | "path": "/Audio/Weapons/punchmiss.ogg" | ||
} | } | ||
} | }, | ||
"altDisarm": false | |||
}, | }, | ||
" | "WeaponRifleGestioRubber": { | ||
"attackRate": | "attackRate": 1.3333, | ||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 8.5 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 60 492: | Строка 63 059: | ||
} | } | ||
}, | }, | ||
" | "disableHeavy": true, | ||
" | "swapKeys": true, | ||
"animation": " | "animation": "WeaponArcThrust", | ||
" | "wideAnimationRotation": "3.141592653589793 rad", | ||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": " | "collection": "MetalThud" | ||
} | } | ||
}, | }, | ||
| Строка 60 514: | Строка 63 081: | ||
"path": "/Audio/Weapons/punchmiss.ogg" | "path": "/Audio/Weapons/punchmiss.ogg" | ||
} | } | ||
} | } | ||
}, | }, | ||
" | "MobDuckWhite": { | ||
"damage": { | "damage": { | ||
" | "groups": { | ||
" | "Brute": 5 | ||
} | } | ||
}, | }, | ||
| Строка 60 530: | Строка 63 094: | ||
} | } | ||
}, | }, | ||
" | "hidden": true, | ||
" | "angle": "0 rad", | ||
"animation": "WeaponArcBite", | |||
" | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 60 554: | Строка 63 117: | ||
} | } | ||
}, | }, | ||
" | "N14MobFernMercLieutenant1": { | ||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Blunt": 5 | ||
} | } | ||
}, | }, | ||
"heavyRateModifier": 1, | |||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 60 566: | Строка 63 130: | ||
}, | }, | ||
"hidden": true, | "hidden": true, | ||
"angle": "0 rad", | "heavyDamageBaseModifier": 1, | ||
"animation": " | "heavyPartDamageMultiplier": 1, | ||
"angle": "0.5235987755982988 rad", | |||
"animation": "WeaponArcFist", | |||
"heavyStaminaCost": 0, | |||
"maxTargets": 1, | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": " | "collection": "Punch" | ||
} | } | ||
}, | }, | ||
| Строка 61 073: | Строка 63 641: | ||
}, | }, | ||
"altDisarm": false | "altDisarm": false | ||
}, | |||
"WeaponSubMachineGunDrozd": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 9 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | }, | ||
"HydroponicsToolScythe": { | "HydroponicsToolScythe": { | ||
| Строка 61 108: | Строка 63 713: | ||
} | } | ||
}, | }, | ||
" | "N14Hemostat": { | ||
"attackRate": 1.25, | |||
"damage": { | |||
"types": { | |||
"Slash": 4 | |||
} | |||
}, | |||
"heavyRateModifier": 0.8, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"range": 1.4, | |||
"heavyDamageBaseModifier": 1.25, | |||
"angle": "0.3490658503988659 rad", | |||
"wideAnimationRotation": "1.5707963267948966 rad", | |||
"heavyStaminaCost": 4.5, | |||
"maxTargets": 1, | |||
"soundHit": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Weapons/bladeslice.ogg" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"WeaponSniperCeremonial": { | |||
"attackRate": 1.3333, | "attackRate": 1.3333, | ||
"bluntStaminaDamageFactor": 1.25, | "bluntStaminaDamageFactor": 1.25, | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 8 | ||
} | } | ||
}, | }, | ||
| Строка 61 124: | Строка 63 768: | ||
"swapKeys": true, | "swapKeys": true, | ||
"animation": "WeaponArcThrust", | "animation": "WeaponArcThrust", | ||
"wideAnimationRotation": " | "wideAnimationRotation": "2.356194490192345 rad", | ||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 61 145: | Строка 63 789: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponLaserRifleWattz2000": { | ||
"attackRate": 1.25, | "attackRate": 1.3333, | ||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Blunt": 8.5 | ||
} | } | ||
}, | }, | ||
"soundNoDamage": { | "soundNoDamage": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 61 158: | Строка 63 802: | ||
} | } | ||
}, | }, | ||
" | "disableHeavy": true, | ||
" | "swapKeys": true, | ||
" | "animation": "WeaponArcThrust", | ||
"wideAnimationRotation": " | "wideAnimationRotation": "3.141592653589793 rad", | ||
"soundHit": { | "soundHit": { | ||
"!type: | "!type:SoundCollectionSpecifier": { | ||
" | "collection": "MetalThud" | ||
} | } | ||
}, | }, | ||
| Строка 61 184: | Строка 63 826: | ||
} | } | ||
}, | }, | ||
" | "N14WeaponLaserRifleWattz3000": { | ||
"attackRate": 1.3333, | "attackRate": 1.3333, | ||
"bluntStaminaDamageFactor": 1.25, | "bluntStaminaDamageFactor": 1.25, | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": 8 | "Blunt": 8.5 | ||
} | } | ||
}, | }, | ||
| Строка 61 200: | Строка 63 842: | ||
"swapKeys": true, | "swapKeys": true, | ||
"animation": "WeaponArcThrust", | "animation": "WeaponArcThrust", | ||
"wideAnimationRotation": " | "wideAnimationRotation": "3.141592653589793 rad", | ||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 61 634: | Строка 64 276: | ||
} | } | ||
}, | }, | ||
" | "PlushiePinkFox": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 0 | ||
} | } | ||
}, | }, | ||
| Строка 61 646: | Строка 64 287: | ||
} | } | ||
}, | }, | ||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"wideAnimationRotation": " | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": " | "collection": "ToySqueak" | ||
} | } | ||
}, | }, | ||
| Строка 61 670: | Строка 64 308: | ||
} | } | ||
}, | }, | ||
" | "WeaponRevolverArgentiEmpty": { | ||
"attackRate": 1.2, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Blunt": | "Blunt": 7 | ||
} | } | ||
}, | }, | ||
| Строка 61 681: | Строка 64 320: | ||
} | } | ||
}, | }, | ||
"wideAnimationRotation": " | "disableHeavy": true, | ||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "2.356194490192345 rad", | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": " | "collection": "MetalThud" | ||
} | } | ||
}, | }, | ||
| Строка 61 781: | Строка 64 423: | ||
"animation": "WeaponArcThrust", | "animation": "WeaponArcThrust", | ||
"wideAnimationRotation": "3.141592653589793 rad", | "wideAnimationRotation": "3.141592653589793 rad", | ||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponShotgunCanadian": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "2.356194490192345 rad", | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 62 075: | Строка 64 754: | ||
"angle": "0 rad", | "angle": "0 rad", | ||
"animation": "WeaponArcBite", | "animation": "WeaponArcBite", | ||
"soundHit": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "MetalThud" | |||
} | |||
}, | |||
"contestArgs": { | |||
"doStaminaInteraction": true, | |||
"staminaDisadvantage": true, | |||
"doHealthInteraction": true | |||
}, | |||
"soundSwing": { | |||
"!type:SoundPathSpecifier": { | |||
"params": { | |||
"variation": 0.025, | |||
"volume": -3 | |||
}, | |||
"path": "/Audio/Weapons/punchmiss.ogg" | |||
} | |||
} | |||
}, | |||
"N14WeaponLaserRifleCrude": { | |||
"attackRate": 1.3333, | |||
"bluntStaminaDamageFactor": 1.25, | |||
"damage": { | |||
"types": { | |||
"Blunt": 8.5 | |||
} | |||
}, | |||
"soundNoDamage": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "WeakHit" | |||
} | |||
}, | |||
"disableHeavy": true, | |||
"swapKeys": true, | |||
"animation": "WeaponArcThrust", | |||
"wideAnimationRotation": "3.141592653589793 rad", | |||
"soundHit": { | "soundHit": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||