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:
45
Data/MaterialHandler_PartDamage.json
Normal file
45
Data/MaterialHandler_PartDamage.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"AbilityName": "MaterialHandler_PartDamage",
|
||||
"AbilitySpecials": {
|
||||
"AS_PartDestroy_Leg_HPPercentage": {
|
||||
"Value": 0
|
||||
},
|
||||
"HpReduceAmount": {
|
||||
"Value": 0
|
||||
}
|
||||
},
|
||||
"AbilityStacking": "Unique",
|
||||
"DefaultModifier": {
|
||||
"OnBeingHit": [
|
||||
{
|
||||
"$type": "SetAbilitySpecialByExpression",
|
||||
"DoRefresh": true,
|
||||
"Expression": "specials(AS_PartDestroy_Leg_HPPercentage)*property(MaxHP)",
|
||||
"ParamName": "HpReduceAmount",
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByAnimEventIDs",
|
||||
"AnimEventIDs": [
|
||||
"Monster_MaterialHandler_PartDestroyed_Leg_Attackproperty_01"
|
||||
],
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"ValueType": "Float"
|
||||
},
|
||||
{
|
||||
"$type": "ReplaceDamageAction",
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByAnimEventIDs",
|
||||
"AnimEventIDs": [
|
||||
"Monster_MaterialHandler_PartDestroyed_Leg_Attackproperty_01"
|
||||
],
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"TargetDamage": "%HpReduceAmount"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user