mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
78 lines
2.3 KiB
JSON
78 lines
2.3 KiB
JSON
[
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "Animal_Common_Initial",
|
|
"onAdded": [
|
|
{
|
|
"$type": "HideUIBillBoard",
|
|
"COCENMAFJGD": true
|
|
},
|
|
{
|
|
"$type": "EnableAIStealthy",
|
|
"enable": true
|
|
},
|
|
{
|
|
"$type": "AddGlobalValue",
|
|
"value": 1.0,
|
|
"key": "_ANIMAL_ENTITY_TYPE",
|
|
"useLimitRange": true,
|
|
"maxValue": 1.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "Animal_Common_HungryCoolDown",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"HungryAction"
|
|
],
|
|
"modifierName": "HungryAction"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"HungryAction": {
|
|
"modifierName": "",
|
|
"duration": 2.0,
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetNeuronEnable",
|
|
"EPADBCOELIH": "HUNGRY"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "Animal_Homeworld_Common_Initial",
|
|
"onAdded": [
|
|
{
|
|
"$type": "AddGlobalValue",
|
|
"value": 1.0,
|
|
"key": "_ANIMAL_ENTITY_TYPE",
|
|
"useLimitRange": true,
|
|
"maxValue": 1.0,
|
|
"minValue": 0.0
|
|
},
|
|
{
|
|
"$type": "AttachAbilityStateResistance",
|
|
"resistanceListID": 11001
|
|
},
|
|
{
|
|
"$type": "AttachAbilityStateResistance",
|
|
"resistanceListID": 14001
|
|
}
|
|
]
|
|
}
|
|
}
|
|
] |