mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
24 lines
493 B
JSON
24 lines
493 B
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "CollideEntityMixin",
|
|
"ColliderPath": "Col",
|
|
"EnterEntityActions": [
|
|
{
|
|
"$type": "SetSlidingSurface",
|
|
"Surface": "Ice",
|
|
"Target": "Other"
|
|
}
|
|
],
|
|
"ExitEntityActions": [
|
|
{
|
|
"$type": "ResetSlidingSurface",
|
|
"Surface": "Ice",
|
|
"Target": "Other"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"AbilityName": "BangbooSlideSetIceSurface",
|
|
"AbilityStacking": "Unique"
|
|
} |