From 83c55f082a8568bd6c25df7ed8808c566c482239 Mon Sep 17 00:00:00 2001 From: AnthonyFuller Date: Sat, 21 Sep 2024 10:02:47 +0100 Subject: [PATCH] feat: fix penicillin cane sound --- ...enicillin_cane_sound_fix.entity.patch.json | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 content/SmallFixes/chunk0/PenicillinCaneSound/penicillin_cane_sound_fix.entity.patch.json diff --git a/content/SmallFixes/chunk0/PenicillinCaneSound/penicillin_cane_sound_fix.entity.patch.json b/content/SmallFixes/chunk0/PenicillinCaneSound/penicillin_cane_sound_fix.entity.patch.json new file mode 100644 index 0000000..32896a6 --- /dev/null +++ b/content/SmallFixes/chunk0/PenicillinCaneSound/penicillin_cane_sound_fix.entity.patch.json @@ -0,0 +1,35 @@ +{ + "tempHash": "0002B49EBBF4B408", + "tbluHash": "0046AEB1280A930F", + "patch": [ + { + "SubEntityOperation": [ + "fdc6e68686d2add4", + { + "SetPropertyValue": { + "property_name": "CloseCombatImpact_Sound", + "value": { + "resource": "[assembly:/sound/wwise/exportedwwisedata/events/item_events/item_cane/play_fol_cane_impact_closecombat.wwiseevent].pc_wwisebank", + "flag": "5F" + } + } + } + ] + }, + { + "SubEntityOperation": [ + "fdc6e68686d2add4", + { + "SetPropertyValue": { + "property_name": "Close_Comba_Impact_Back_Soundt", + "value": { + "resource": "[assembly:/sound/wwise/exportedwwisedata/events/item_events/item_cane/play_fol_cane_impactback_closecombat.wwiseevent].pc_wwisebank", + "flag": "5F" + } + } + } + ] + } + ], + "patchVersion": 6 +}