generated from atampy25/smf-mod
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add mod option to disable the grey health postfilter effect
- Loading branch information
Showing
4 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
disable_grey_health_postfilter/chunk0/FX_PF_PostfilterController.entity.patch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"tempHash": "0072BC2B790950B2", | ||
"tbluHash": "00DDE321E5355684", | ||
"patch": [ | ||
{ | ||
"SubEntityOperation": [ | ||
"b257727b91f3af40", | ||
{ "RemoveAllEventConnectionsForEvent": "LooseTargetEncounterCutStarted" } | ||
] | ||
}, | ||
{ "SubEntityOperation": ["b257727b91f3af40", { "RemoveAllEventConnectionsForEvent": "CurrentHealth" }] }, | ||
{ "SubEntityOperation": ["e41b4e98f3187edf", { "RemoveAllEventConnectionsForEvent": "OnTrue" }] }, | ||
{ "SubEntityOperation": ["e41b4e98f3187edf", { "RemoveAllEventConnectionsForEvent": "OnFalse" }] } | ||
], | ||
"patchVersion": 6 | ||
} |
16 changes: 16 additions & 0 deletions
16
disable_grey_health_postfilter/chunk12/FX_PF_PostfilterController_Greedy.entity.patch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"tempHash": "00AAD0F7BF22DE8E", | ||
"tbluHash": "0032666550C86A67", | ||
"patch": [ | ||
{ | ||
"SubEntityOperation": [ | ||
"b257727b91f3af40", | ||
{ "RemoveAllEventConnectionsForEvent": "LooseTargetEncounterCutStarted" } | ||
] | ||
}, | ||
{ "SubEntityOperation": ["b257727b91f3af40", { "RemoveAllEventConnectionsForEvent": "CurrentHealth" }] }, | ||
{ "SubEntityOperation": ["e41b4e98f3187edf", { "RemoveAllEventConnectionsForEvent": "OnTrue" }] }, | ||
{ "SubEntityOperation": ["e41b4e98f3187edf", { "RemoveAllEventConnectionsForEvent": "OnFalse" }] } | ||
], | ||
"patchVersion": 6 | ||
} |
16 changes: 16 additions & 0 deletions
16
disable_grey_health_postfilter/chunk9/FX_PF_PostfilterController_Sniper.entity.patch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"tempHash": "005E7220E6E7A621", | ||
"tbluHash": "00CC1F17694D7C4B", | ||
"patch": [ | ||
{ | ||
"SubEntityOperation": [ | ||
"b257727b91f3af40", | ||
{ "RemoveAllEventConnectionsForEvent": "LooseTargetEncounterCutStarted" } | ||
] | ||
}, | ||
{ "SubEntityOperation": ["b257727b91f3af40", { "RemoveAllEventConnectionsForEvent": "CurrentHealth" }] }, | ||
{ "SubEntityOperation": ["e41b4e98f3187edf", { "RemoveAllEventConnectionsForEvent": "OnTrue" }] }, | ||
{ "SubEntityOperation": ["e41b4e98f3187edf", { "RemoveAllEventConnectionsForEvent": "OnFalse" }] } | ||
], | ||
"patchVersion": 6 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters