1
0
ZenlessData/Data/Activity_BangbooDream_Weapon_Laser_Perk_EnhanceMissile.json

54 lines
1.3 KiB
JSON
Raw Normal View History

{
"AbilityName": "Activity_BangbooDream_Weapon_Laser_Perk_EnhanceMissile",
"AbilitySpecials": {
"AS_CritDamageRatioDelta_Real": {
"Value": 1,
"ValueType": "Float"
},
"AS_CriticalDelta_ConvertRatio": {
"Value": 0.5,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "property(Crit_Battle)*specials(AS_CriticalDelta_ConvertRatio)",
"ParamName": "AS_CritDamageRatioDelta_Real",
"ValueType": "Float"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"BangbooDream_Missile"
]
}
],
"PropertyKey": "Actor_CriticalDelta",
"PropertyValue": 1,
"Target": "Other"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"BangbooDream_Missile"
]
}
],
"PropertyKey": "Actor_CritDamageRatioDelta",
"PropertyValue": "%AS_CritDamageRatioDelta_Real",
"Target": "Other"
}
]
}
}