HollowPS_TV_experiments/extras/zzz-0.1-jsons/Nostradamus_Enhance.json

68 lines
No EOL
2.3 KiB
JSON

{
// 诺查子弹强化
"AbilityName" : "Nostradamus_Enhance",
"AbilityStacking":"Unique",
"DefaultModifier" :
{
"ModifierStacking" : "Unique",
"OnAdded" :
[
{
"$type": "MoleMole.ModifyProperty",
"PropertyType": "Custom",
"CustomPropertyType": "BulletShell",
"PropertyModifyFunction": "Add",
"Percentage": 0,
"Amount": 999,
}
]
},
"AbilityMixins" :
[
{
"$type": "MoleMole.ActionsOnPropertyChangeMixin",
"PropertyActions":
[
{
"PropertyType": "Custom",
"CustomPropertyType": "BulletShell",
// "ReferMaxPropertyType": "Custom",
// "CustomReferMaxPropertyType": "MaxBulletShell",
"IsUsePercentage": false,
"ValueRangeActions":
[
{
"Val": 1,
"LowToValueActions":
[
{
"$type" : "MoleMole.SetAnimCtrlerParamAction",
"ParamType" : 2,
"ParamName" : "Bool_IsEnhanced",
"Target" : "Self",
"BoolVal" : true
}
],
},
{
"Val": 1,
"ValueToLowActions":
[
{
"$type" : "MoleMole.SetAnimCtrlerParamAction",
"ParamType" : 2,
"ParamName" : "Bool_IsEnhanced",
"Target" : "Self",
"BoolVal" : false
}
],
},
],
},
],
},
],
}