mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
OSPRODWin1.1.0_R3563587_S3563587_D3563587
This commit is contained in:
36
Data/Level_Function_LockEntityLife_50Percent.json
Normal file
36
Data/Level_Function_LockEntityLife_50Percent.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"AbilityName": "Level_Function_LockEntityLife_50Percent",
|
||||
"AbilityStacking": "Unique",
|
||||
"DefaultModifier": {
|
||||
"OnAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "Level_Function_LockEntityLife_50Percent",
|
||||
"Target": "Self"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Modifiers": {
|
||||
"Level_Function_LockEntityLife_50Percent": {
|
||||
"Duration": -1,
|
||||
"ModifierMixins": [
|
||||
{
|
||||
"$type": "LockLifePropertyMixin",
|
||||
"PerformBeHitEffect": true,
|
||||
"RatioLockList": [
|
||||
{
|
||||
"LockType": "Total",
|
||||
"LockValue": 0.5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"OnAbilityStart": [
|
||||
{
|
||||
"$type": "RemoveModifier",
|
||||
"ModifierName": "Level_Function_LockEntityLife_50Percent"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user