Files
GenshinData-1/BinOutput/Ability/Temp/AnimalAbilities/ConfigAbility_Task_Animal_Hunt.json

26 lines
713 B
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Task_Animal_Hunt",
"onAdded": [
{
"$type": "HideUIBillBoard",
"hide": true
},
{
"$type": "EnableAIStealthy",
"enable": true
},
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_Is_Hunt_Animal",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
}
]
}
}
]