dump: [json] pakchunk0_s6

This commit is contained in:
merith-tk 2024-11-27 22:37:49 -08:00
parent a0202f19ac
commit a4954cd085
3042 changed files with 26830639 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[
{
"Type": "SoundConcurrency",
"Name": "CONC_Bullet_Shell",
"Class": "UScriptClass'SoundConcurrency'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Concurrency": {
"MaxCount": 4
}
}
}
]

View file

@ -0,0 +1,14 @@
[
{
"Type": "SoundConcurrency",
"Name": "CONC_Leaves_Rustle",
"Class": "UScriptClass'SoundConcurrency'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Concurrency": {
"MaxCount": 4,
"VolumeScaleMode": "EConcurrencyVolumeScaleMode::Distance"
}
}
}
]

View file

@ -0,0 +1,13 @@
[
{
"Type": "SoundConcurrency",
"Name": "CONC_Mimic_Idle",
"Class": "UScriptClass'SoundConcurrency'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Concurrency": {
"MaxCount": 1
}
}
}
]