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:
152
Data/Giant_BodyPart.json
Normal file
152
Data/Giant_BodyPart.json
Normal file
@@ -0,0 +1,152 @@
|
||||
{
|
||||
"AbilityMixins": [
|
||||
{
|
||||
"$type": "MultiPartMixin",
|
||||
"BindHitColliderList": [
|
||||
"HitCollider_L_Hand"
|
||||
],
|
||||
"CanHitAfterDestroyed": false,
|
||||
"IsUseHitFlowOnDestroyed": true,
|
||||
"MaxHP": "%AS_HandHP",
|
||||
"OnPartDestroy": [
|
||||
{
|
||||
"$type": "PushRenderVisibleAction",
|
||||
"Paths": [
|
||||
"Monster_Giant_Break_L_1"
|
||||
],
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByIsInZoneTags",
|
||||
"Tags": [
|
||||
"Black"
|
||||
],
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"Tag": "Giant_LeftHandBroken",
|
||||
"Visible": false
|
||||
},
|
||||
{
|
||||
"$type": "PushRenderVisibleAction",
|
||||
"Paths": [
|
||||
"Monster_GiantGrey_Break_L_1"
|
||||
],
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByIsInZoneTags",
|
||||
"Tags": [
|
||||
"Grey"
|
||||
],
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"Tag": "Giant_LeftHandBroken",
|
||||
"Visible": false
|
||||
},
|
||||
{
|
||||
"$type": "FireEffect",
|
||||
"AttachPointName": "Bip001 L Forearm",
|
||||
"EffectPattern": "Eff_Monster_Giant_Broken_01",
|
||||
"Target": "Self"
|
||||
},
|
||||
{
|
||||
"$type": "HandleAnimatorZoneTagsAction",
|
||||
"AnimatorStateTags": [
|
||||
"LeftHandBroken"
|
||||
],
|
||||
"IsAdd": true,
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"OwnerDamagetakeRatio": 0,
|
||||
"PartDamageTakeRatio": 0,
|
||||
"PartHP": "%AS_HandHP",
|
||||
"PartName": "Giant_LeftHand"
|
||||
},
|
||||
{
|
||||
"$type": "MultiPartMixin",
|
||||
"BindHitColliderList": [
|
||||
"HitCollider_R_Hand"
|
||||
],
|
||||
"CanHitAfterDestroyed": false,
|
||||
"IsUseHitFlowOnDestroyed": true,
|
||||
"MaxHP": "%AS_HandHP",
|
||||
"OnPartDestroy": [
|
||||
{
|
||||
"$type": "PushRenderVisibleAction",
|
||||
"Paths": [
|
||||
"Monster_Giant_Break_R_1"
|
||||
],
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByIsInZoneTags",
|
||||
"Tags": [
|
||||
"Black"
|
||||
],
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"Tag": "Giant_RightHandBroken",
|
||||
"Visible": false
|
||||
},
|
||||
{
|
||||
"$type": "PushRenderVisibleAction",
|
||||
"Paths": [
|
||||
"Monster_GiantGrey_Break_R_1"
|
||||
],
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByIsInZoneTags",
|
||||
"Tags": [
|
||||
"Grey"
|
||||
],
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"Tag": "Giant_RightHandBroken",
|
||||
"Visible": false
|
||||
},
|
||||
{
|
||||
"$type": "FireEffect",
|
||||
"AttachPointName": "Bip001 R Forearm",
|
||||
"EffectPattern": "Eff_Monster_Giant_Broken_01",
|
||||
"Target": "Self"
|
||||
},
|
||||
{
|
||||
"$type": "HandleAnimatorZoneTagsAction",
|
||||
"AnimatorStateTags": [
|
||||
"RightHandBroken"
|
||||
],
|
||||
"IsAdd": true,
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"OwnerDamagetakeRatio": 0,
|
||||
"PartDamageTakeRatio": 0,
|
||||
"PartHP": "%AS_HandHP",
|
||||
"PartName": "Giant_BodyPart"
|
||||
}
|
||||
],
|
||||
"AbilityName": "Giant_BodyPart",
|
||||
"AbilitySpecials": {
|
||||
"AS_HandHP": {
|
||||
"Value": 100
|
||||
},
|
||||
"AS_HandHPRatio": {
|
||||
"Value": 0.001
|
||||
}
|
||||
},
|
||||
"AbilityStacking": "Unique",
|
||||
"DefaultModifier": {
|
||||
"OnAdded": [
|
||||
{
|
||||
"$type": "SetAbilitySpecialByExpression",
|
||||
"DoRefresh": true,
|
||||
"Expression": "property(MaxHP)*specials(AS_HandHPRatio)",
|
||||
"ParamName": "AS_HandHP",
|
||||
"Target": "Self",
|
||||
"ValueType": "Float"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user