mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
|
{
|
||
|
"AbilityName": "HPRecord",
|
||
|
"AbilitySpecials": {
|
||
|
"AS_CurHP": {
|
||
|
"Value": 1
|
||
|
},
|
||
|
"AS_CurHPRatio": {
|
||
|
"Value": 1
|
||
|
},
|
||
|
"AS_MaxHP": {
|
||
|
"Value": 1
|
||
|
}
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "SetAbilitySpecialsByPropertyAction",
|
||
|
"ModifyFunction": "Replace",
|
||
|
"ParamName": "AS_CurHP",
|
||
|
"Percentage": 1,
|
||
|
"PropertyType": "CurHP",
|
||
|
"Target": "Self"
|
||
|
},
|
||
|
{
|
||
|
"$type": "SetAbilitySpecialsByPropertyAction",
|
||
|
"ModifyFunction": "Replace",
|
||
|
"ParamName": "AS_MaxHP",
|
||
|
"Percentage": 1,
|
||
|
"PropertyType": "MaxHP",
|
||
|
"Target": "Self"
|
||
|
},
|
||
|
{
|
||
|
"$type": "SetAbilitySpecialAction",
|
||
|
"ModifyFunction": "Replace",
|
||
|
"Param": "%AS_CurHP",
|
||
|
"ParamName": "AS_CurHPRatio",
|
||
|
"ParamType": "Float",
|
||
|
"Target": "Self"
|
||
|
},
|
||
|
{
|
||
|
"$type": "SetAbilitySpecialAction",
|
||
|
"ModifyFunction": "Div",
|
||
|
"Param": "%AS_MaxHP",
|
||
|
"ParamName": "AS_CurHPRatio",
|
||
|
"ParamType": "Float",
|
||
|
"Target": "Self"
|
||
|
},
|
||
|
{
|
||
|
"$type": "LDListenEntityAction",
|
||
|
"TargetKey": "HPRecorded"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|