dump: [json] pakchunk0_s6
This commit is contained in:
parent
a0202f19ac
commit
a4954cd085
3042 changed files with 26830639 additions and 0 deletions
19
IntoTheRadius2/Content/PhysicalMaterials/PM_Asphalt.json
Normal file
19
IntoTheRadius2/Content/PhysicalMaterials/PM_Asphalt.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Asphalt",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Friction": 2.0,
|
||||
"StaticFriction": 1.0,
|
||||
"FrictionCombineMode": "EFrictionCombineMode::Max",
|
||||
"bOverrideFrictionCombineMode": true,
|
||||
"Restitution": 0.1,
|
||||
"RestitutionCombineMode": "EFrictionCombineMode::Min",
|
||||
"bOverrideRestitutionCombineMode": true,
|
||||
"Density": 2.0,
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType3"
|
||||
}
|
||||
}
|
||||
]
|
19
IntoTheRadius2/Content/PhysicalMaterials/PM_Black.json
Normal file
19
IntoTheRadius2/Content/PhysicalMaterials/PM_Black.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Black",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Friction": 2.0,
|
||||
"StaticFriction": 1.0,
|
||||
"FrictionCombineMode": "EFrictionCombineMode::Max",
|
||||
"bOverrideFrictionCombineMode": true,
|
||||
"Restitution": 0.1,
|
||||
"RestitutionCombineMode": "EFrictionCombineMode::Min",
|
||||
"bOverrideRestitutionCombineMode": true,
|
||||
"Density": 2.0,
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType11"
|
||||
}
|
||||
}
|
||||
]
|
19
IntoTheRadius2/Content/PhysicalMaterials/PM_Blood.json
Normal file
19
IntoTheRadius2/Content/PhysicalMaterials/PM_Blood.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Blood",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Friction": 2.0,
|
||||
"StaticFriction": 1.0,
|
||||
"FrictionCombineMode": "EFrictionCombineMode::Max",
|
||||
"bOverrideFrictionCombineMode": true,
|
||||
"Restitution": 0.1,
|
||||
"RestitutionCombineMode": "EFrictionCombineMode::Min",
|
||||
"bOverrideRestitutionCombineMode": true,
|
||||
"Density": 2.0,
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType10"
|
||||
}
|
||||
}
|
||||
]
|
17
IntoTheRadius2/Content/PhysicalMaterials/PM_Bounce.json
Normal file
17
IntoTheRadius2/Content/PhysicalMaterials/PM_Bounce.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Bounce",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"StaticFriction": 5000.0,
|
||||
"FrictionCombineMode": "EFrictionCombineMode::Max",
|
||||
"bOverrideFrictionCombineMode": true,
|
||||
"Restitution": 0.85,
|
||||
"RestitutionCombineMode": "EFrictionCombineMode::Max",
|
||||
"bOverrideRestitutionCombineMode": true,
|
||||
"Density": 0.0
|
||||
}
|
||||
}
|
||||
]
|
12
IntoTheRadius2/Content/PhysicalMaterials/PM_Brick.json
Normal file
12
IntoTheRadius2/Content/PhysicalMaterials/PM_Brick.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Brick",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Density": 2.15,
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType15"
|
||||
}
|
||||
}
|
||||
]
|
14
IntoTheRadius2/Content/PhysicalMaterials/PM_Car.json
Normal file
14
IntoTheRadius2/Content/PhysicalMaterials/PM_Car.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Car",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Friction": 0.2,
|
||||
"StaticFriction": 0.5,
|
||||
"Density": 7.7,
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType6"
|
||||
}
|
||||
}
|
||||
]
|
13
IntoTheRadius2/Content/PhysicalMaterials/PM_Cardboard.json
Normal file
13
IntoTheRadius2/Content/PhysicalMaterials/PM_Cardboard.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Cardboard",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Density": 0.1,
|
||||
"RaiseMassToPower": 0.1,
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType16"
|
||||
}
|
||||
}
|
||||
]
|
12
IntoTheRadius2/Content/PhysicalMaterials/PM_Clay.json
Normal file
12
IntoTheRadius2/Content/PhysicalMaterials/PM_Clay.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Clay",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Density": 1.9,
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType17"
|
||||
}
|
||||
}
|
||||
]
|
19
IntoTheRadius2/Content/PhysicalMaterials/PM_Concrete.json
Normal file
19
IntoTheRadius2/Content/PhysicalMaterials/PM_Concrete.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Concrete",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Friction": 2.0,
|
||||
"StaticFriction": 1.0,
|
||||
"FrictionCombineMode": "EFrictionCombineMode::Max",
|
||||
"bOverrideFrictionCombineMode": true,
|
||||
"Restitution": 0.1,
|
||||
"RestitutionCombineMode": "EFrictionCombineMode::Min",
|
||||
"bOverrideRestitutionCombineMode": true,
|
||||
"Density": 2.0,
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType3"
|
||||
}
|
||||
}
|
||||
]
|
11
IntoTheRadius2/Content/PhysicalMaterials/PM_Dirt.json
Normal file
11
IntoTheRadius2/Content/PhysicalMaterials/PM_Dirt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Dirt",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType4"
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Foliage_Shrub",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Glass.json
Normal file
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Glass.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Glass",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
12
IntoTheRadius2/Content/PhysicalMaterials/PM_Grass.json
Normal file
12
IntoTheRadius2/Content/PhysicalMaterials/PM_Grass.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Grass",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Density": 0.5,
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType5"
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Helmet_Metal",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Linoleum",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
14
IntoTheRadius2/Content/PhysicalMaterials/PM_Metal.json
Normal file
14
IntoTheRadius2/Content/PhysicalMaterials/PM_Metal.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Metal",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Friction": 0.2,
|
||||
"StaticFriction": 0.5,
|
||||
"Density": 7.7,
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType6"
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Metal_Medium",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Metal_Small",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
19
IntoTheRadius2/Content/PhysicalMaterials/PM_Mimic.json
Normal file
19
IntoTheRadius2/Content/PhysicalMaterials/PM_Mimic.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Mimic",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Friction": 2.0,
|
||||
"StaticFriction": 1.0,
|
||||
"FrictionCombineMode": "EFrictionCombineMode::Max",
|
||||
"bOverrideFrictionCombineMode": true,
|
||||
"Restitution": 0.1,
|
||||
"RestitutionCombineMode": "EFrictionCombineMode::Min",
|
||||
"bOverrideRestitutionCombineMode": true,
|
||||
"Density": 2.0,
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType11"
|
||||
}
|
||||
}
|
||||
]
|
19
IntoTheRadius2/Content/PhysicalMaterials/PM_Mimic_Crit.json
Normal file
19
IntoTheRadius2/Content/PhysicalMaterials/PM_Mimic_Crit.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Mimic_Crit",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Friction": 2.0,
|
||||
"StaticFriction": 1.0,
|
||||
"FrictionCombineMode": "EFrictionCombineMode::Max",
|
||||
"bOverrideFrictionCombineMode": true,
|
||||
"Restitution": 0.1,
|
||||
"RestitutionCombineMode": "EFrictionCombineMode::Min",
|
||||
"bOverrideRestitutionCombineMode": true,
|
||||
"Density": 2.0,
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType11"
|
||||
}
|
||||
}
|
||||
]
|
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Mud.json
Normal file
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Mud.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Mud",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Nest_Fragile",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
19
IntoTheRadius2/Content/PhysicalMaterials/PM_PhysHand.json
Normal file
19
IntoTheRadius2/Content/PhysicalMaterials/PM_PhysHand.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_PhysHand",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Friction": 2.0,
|
||||
"StaticFriction": 1.0,
|
||||
"FrictionCombineMode": "EFrictionCombineMode::Max",
|
||||
"bOverrideFrictionCombineMode": true,
|
||||
"Restitution": 0.0,
|
||||
"RestitutionCombineMode": "EFrictionCombineMode::Min",
|
||||
"bOverrideRestitutionCombineMode": true,
|
||||
"Density": 2.0,
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType10"
|
||||
}
|
||||
}
|
||||
]
|
11
IntoTheRadius2/Content/PhysicalMaterials/PM_Plastic.json
Normal file
11
IntoTheRadius2/Content/PhysicalMaterials/PM_Plastic.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Plastic",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType18"
|
||||
}
|
||||
}
|
||||
]
|
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Rubber.json
Normal file
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Rubber.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Rubber",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
19
IntoTheRadius2/Content/PhysicalMaterials/PM_Sand.json
Normal file
19
IntoTheRadius2/Content/PhysicalMaterials/PM_Sand.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Sand",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Friction": 2.0,
|
||||
"StaticFriction": 1.0,
|
||||
"FrictionCombineMode": "EFrictionCombineMode::Max",
|
||||
"bOverrideFrictionCombineMode": true,
|
||||
"Restitution": 0.1,
|
||||
"RestitutionCombineMode": "EFrictionCombineMode::Min",
|
||||
"bOverrideRestitutionCombineMode": true,
|
||||
"Density": 2.0,
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType3"
|
||||
}
|
||||
}
|
||||
]
|
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Sandbag.json
Normal file
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Sandbag.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Sandbag",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
13
IntoTheRadius2/Content/PhysicalMaterials/PM_SolidWood.json
Normal file
13
IntoTheRadius2/Content/PhysicalMaterials/PM_SolidWood.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_SolidWood",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Friction": 10.0,
|
||||
"Density": 0.7,
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType8"
|
||||
}
|
||||
}
|
||||
]
|
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Stone.json
Normal file
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Stone.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Stone",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
19
IntoTheRadius2/Content/PhysicalMaterials/PM_Stucco.json
Normal file
19
IntoTheRadius2/Content/PhysicalMaterials/PM_Stucco.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Stucco",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Friction": 2.0,
|
||||
"StaticFriction": 1.0,
|
||||
"FrictionCombineMode": "EFrictionCombineMode::Max",
|
||||
"bOverrideFrictionCombineMode": true,
|
||||
"Restitution": 0.1,
|
||||
"RestitutionCombineMode": "EFrictionCombineMode::Min",
|
||||
"bOverrideRestitutionCombineMode": true,
|
||||
"Density": 2.0,
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType3"
|
||||
}
|
||||
}
|
||||
]
|
11
IntoTheRadius2/Content/PhysicalMaterials/PM_Swamp.json
Normal file
11
IntoTheRadius2/Content/PhysicalMaterials/PM_Swamp.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Swamp",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType13"
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Table_Wood",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Target.json
Normal file
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Target.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Target",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Tree.json
Normal file
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Tree.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Tree",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Water.json
Normal file
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Water.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Water",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_WaterDangerous",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType12"
|
||||
}
|
||||
}
|
||||
]
|
11
IntoTheRadius2/Content/PhysicalMaterials/PM_WaterSafe.json
Normal file
11
IntoTheRadius2/Content/PhysicalMaterials/PM_WaterSafe.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_WaterSafe",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SurfaceType": "EPhysicalSurface::SurfaceType7"
|
||||
}
|
||||
}
|
||||
]
|
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Weapon.json
Normal file
8
IntoTheRadius2/Content/PhysicalMaterials/PM_Weapon.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_Weapon",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue