ITR2_ASSET/IntoTheRadius2/Content/ITR2/Configurations/DA_ExplosionConfig.json

35 lines
885 B
JSON
Raw Permalink Normal View History

2024-11-28 06:17:42 +00:00
[
{
"Type": "ExplosionConfig",
"Name": "DA_ExplosionConfig",
"Class": "UScriptClass'ExplosionConfig'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"DefaultMaterialDamageModifier": 1.0,
"MaterialDamageModifiers": [
{
"Key": "PhysicalMaterial'/Game/_VRE/Grippables/Weapons/Melee/Blade_HeroSword11/PhysMat_MetalSmooth.PhysMat_MetalSmooth'",
"Value": 0.15
}
],
"PlayerDamageSockets": [
{
"Key": "headSocket",
"Value": 0.4
},
{
"Key": "VestSocket",
"Value": 0.3
},
{
"Key": "hand_lSocket",
"Value": 0.15
},
{
"Key": "hand_rSocket",
"Value": 0.15
}
]
}
}
]