1
0
ZenlessData/Data/Activity_BangbooDream_Weapon_Missile_Perk_GunCrit.json
2025-03-11 21:10:23 -03:00

123 lines
3.2 KiB
JSON

{
"AbilityName": "Activity_BangbooDream_Weapon_Missile_Perk_GunCrit",
"AbilitySpecials": {
"AS_AS_CriticalDelta_Real": {
"Value": 0.3,
"ValueType": "Float"
},
"AS_AddedElementAccumulationRatio": {
"Value": 0.2,
"ValueType": "Float"
},
"AS_AddedElementAccumulationRatio_Real": {
"Value": 0.2,
"ValueType": "Float"
},
"AS_CriticalDelta": {
"Value": 0.3,
"ValueType": "Float"
},
"AS_Duration": {
"Value": 10,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343019)*specials(AS_CriticalDelta)",
"ParamName": "AS_AS_CriticalDelta_Real",
"ValueType": "Float"
},
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343019)*specials(AS_AddedElementAccumulationRatio)",
"ParamName": "AS_AddedElementAccumulationRatio_Real",
"ValueType": "Float"
}
],
"OnAttackLanded": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Bangboo_Observaboo_Armored_Attackproperty_Missile"
]
},
{
"$type": "ByHitResult",
"HitResult": "Critical"
}
],
"Target": "Self"
}
],
"OnLevelAbilityItemChanged": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343019)*specials(AS_CriticalDelta)",
"ParamName": "AS_AS_CriticalDelta_Real",
"Predicates": [
{
"$type": "ByLevelAbilityItemID",
"LevelAbilityItemID": 1343019
}
],
"ValueType": "Float"
},
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343019)*specials(AS_AddedElementAccumulationRatio)",
"ParamName": "AS_AddedElementAccumulationRatio_Real",
"Predicates": [
{
"$type": "ByLevelAbilityItemID",
"LevelAbilityItemID": 1343019
}
],
"ValueType": "Float"
}
]
},
"Modifiers": {
"BuffModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Replace",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"BangbooDream_Gun"
]
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_AddedElementAccumulationRatio_Real",
"Target": "Other"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"BangbooDream_Gun"
]
}
],
"PropertyKey": "Actor_CriticalDelta",
"PropertyValue": "%AS_AS_CriticalDelta_Real",
"Target": "Other"
}
]
}
}
}