1
0
ZenlessData/Data/Activity_BangbooDream_Weapon_Laser_Perk_LaserBuff.json

77 lines
1.9 KiB
JSON
Raw Normal View History

{
"AbilityName": "Activity_BangbooDream_Weapon_Laser_Perk_LaserBuff",
"AbilitySpecials": {
"AS_AddedDamageRatio_Real": {
"Value": 0.2,
"ValueType": "Float"
},
"AS_AddedDamageRatio_Upgrade": {
"Value": 0.2,
"ValueType": "Float"
},
"AS_Duration": {
"Value": 10,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343029)*specials(AS_AddedDamageRatio_Upgrade)",
"ParamName": "AS_AddedDamageRatio_Real",
"ValueType": "Float"
}
],
"OnLevelAbilityItemChanged": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343029)*specials(AS_AddedDamageRatio_Upgrade)",
"ParamName": "AS_AddedDamageRatio_Real",
"Predicates": [
{
"$type": "ByLevelAbilityItemID",
"LevelAbilityItemID": 1343029
}
],
"ValueType": "Float"
}
],
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier",
"Predicates": [
{
"$type": "BySkillName",
"SkillName": "Bangboo_Observaboo_Armored_Laser"
}
]
}
]
},
"Modifiers": {
"BuffModifier": {
"Duration": "%AS_Duration",
"MaxStackingNumber": 3,
"ModifierStacking": "MultipleAllRefresh",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"BangbooDream_Laser"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_Real",
"Target": "Self"
}
]
}
}
}