1
0
ZenlessData/Data/Activity_BangbooDream_Weapon_Gun_Upgrade_Count.json

74 lines
2.0 KiB
JSON
Raw Normal View History

{
"AbilityName": "Activity_BangbooDream_Weapon_Gun_Upgrade_Count",
"AbilitySpecials": {
"AS_Count": {
"Value": 2,
"ValueType": "Float"
},
"AS_Gun_ShootCount_Upgrade": {
"Value": 1,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "(item(1343001)+item(1343002)+item(1343003))*specials(AS_Count)+3",
"ParamName": "AS_Gun_ShootCount_Upgrade",
"ValueType": "Float"
},
{
"$type": "ModifyProperty",
"Amount": "%AS_Gun_ShootCount_Upgrade",
"CustomPropertyType": "GunShootCount",
"IsUsePercentage": false,
"PropertyModifyFunction": "Replace",
"PropertyType": "Custom",
"Target": "Caster"
}
],
"OnLevelAbilityItemChanged": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByLevelAbilityItemID",
"LevelAbilityItemID": 1343001
},
{
"$type": "ByLevelAbilityItemID",
"LevelAbilityItemID": 1343002
},
{
"$type": "ByLevelAbilityItemID",
"LevelAbilityItemID": 1343003
}
]
}
],
"SuccessActions": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "(item(1343001)+item(1343002)+item(1343003))*specials(AS_Count)+3",
"ParamName": "AS_Gun_ShootCount_Upgrade",
"ValueType": "Float"
},
{
"$type": "ModifyProperty",
"Amount": "%AS_Gun_ShootCount_Upgrade",
"CustomPropertyType": "GunShootCount",
"IsUsePercentage": false,
"PropertyModifyFunction": "Replace",
"PropertyType": "Custom",
"Target": "Caster"
}
]
}
]
}
}