1
0
ZenlessData/Data/_unsorted/MiasmaLightfootRover_UAVManage.json
2025-12-30 00:30:43 +01:00

55 lines
1.4 KiB
JSON

{
"AbilityName": "MiasmaLightfootRover_UAVManage",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "Modifier_UAVManage",
"Target": "Self"
}
]
},
"Modifiers": {
"Modifier_UAVManage": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsUsePercentage": true,
"PropertyType": "CurHP",
"RefPropertyType": "MaxHP",
"ValueRangeActions": [
{
"HighToValueActions": [
{
"$type": "WriteAIParamAction",
"FloatParamValue": 999999,
"ParamName": "Weight_10_Current",
"Target": "Self"
}
],
"Val": 1
},
{
"HighToValueActions": [
{
"$type": "WriteAIParamAction",
"FloatParamValue": 999999,
"ParamName": "Weight_10_Current",
"Target": "Self"
}
],
"Val": 0.5
}
]
}
]
}
],
"ModifierStacking": "Unique"
}
}
}