ZenlessData/Data/Nostradamus_Enhance.json
2024-08-13 22:59:23 -03:00

55 lines
1.3 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"CustomPropertyType": "BulletShell",
"IsUsePercentage": false,
"PropertyType": "Custom",
"ValueRangeActions": [
{
"LowToValueActions": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_IsEnhanced",
"ParamType": 2,
"Target": "Self"
}
],
"Val": 1
},
{
"Val": 1,
"ValueToLowActions": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_IsEnhanced",
"ParamType": 2,
"Target": "Self"
}
]
}
]
}
]
}
],
"AbilityName": "Nostradamus_Enhance",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ModifyProperty",
"Amount": 999,
"CustomPropertyType": "BulletShell",
"Percentage": 0,
"PropertyModifyFunction": "Add",
"PropertyType": "Custom"
}
]
}
}