Skip to content

Commit

Permalink
feat: add mod option to disable the grey health postfilter effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Notexe committed May 24, 2024
1 parent 021d61a commit a4a7c64
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 0 deletions.
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
}
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
}
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
}
7 changes: 7 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"authors": ["Notex"],
"contentFolders": ["content"],
"options": [
{
"name": "Disable grey health postfilter effect",
"tooltip": "Disables the grey health postfilter effect when 47 takes damage and dies.",
"type": "checkbox",
"enabledByDefault": false,
"contentFolders": ["disable_grey_health_postfilter"]
},
{
"name": "Default",
"tooltip": "Default colour scheme.",
Expand Down

0 comments on commit a4a7c64

Please sign in to comment.