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

74 lines
2.1 KiB
JSON

{
"AbilityName": "Activity_BangbooDream_Weapon_Laser_Upgrade_Duration",
"AbilitySpecials": {
"AS_Laser_AddDuration_Real": {
"Value": 0.2,
"ValueType": "Float"
},
"AS_Laser_AddDuration_Upgrade": {
"Value": 0.34,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "(item(1343021)+item(1343022)+item(1343023))*specials(AS_Laser_AddDuration_Upgrade)+0.7",
"ParamName": "AS_Laser_AddDuration_Real",
"ValueType": "Float"
},
{
"$type": "ModifyProperty",
"Amount": "%AS_Laser_AddDuration_Real",
"CustomPropertyType": "LaserDuration",
"IsUsePercentage": false,
"PropertyModifyFunction": "Replace",
"PropertyType": "Custom",
"Target": "Caster"
}
],
"OnLevelAbilityItemChanged": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByLevelAbilityItemID",
"LevelAbilityItemID": 1343021
},
{
"$type": "ByLevelAbilityItemID",
"LevelAbilityItemID": 1343022
},
{
"$type": "ByLevelAbilityItemID",
"LevelAbilityItemID": 1343023
}
]
}
],
"SuccessActions": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "(item(1343021)+item(1343022)+item(1343023))*specials(AS_Laser_AddDuration_Upgrade)+0.7",
"ParamName": "AS_Laser_AddDuration_Real",
"ValueType": "Float"
},
{
"$type": "ModifyProperty",
"Amount": "%AS_Laser_AddDuration_Real",
"CustomPropertyType": "LaserDuration",
"IsUsePercentage": false,
"PropertyModifyFunction": "Replace",
"PropertyType": "Custom",
"Target": "Caster"
}
]
}
]
}
}