Skip to content

Commit

Permalink
Add deadcore stripper
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauff committed Nov 10, 2024
1 parent cccf9aa commit 382cb03
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions stripper/ze_deadcore/4990#entityLumpName.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
// Fix broken movement prediction on B ending
"modify":
{
"match":
{
"targetname": "[PR#]b_escape_speedup1"
},
"delete":
{
"io":
[
{
"inputname": "KeyValue"
}
]
},
"insert":
{
"io":
[
{
"outputname": "OnStartTouch",
"targetname": "!activator",
"inputname": "KeyValue",
"overrideparam": "runspeed 2"
},
{
"outputname": "OnStartTouch",
"targetname": "!activator",
"inputname": "KeyValue",
"overrideparam": "runspeed 1",
"delay": 36.0
}
]
}
}
}

0 comments on commit 382cb03

Please sign in to comment.