mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
103 lines
3.7 KiB
JSON
103 lines
3.7 KiB
JSON
[
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "WaterAmber_Mist",
|
|
"modifiers": {
|
|
"Mist": {
|
|
"modifierName": "",
|
|
"duration": 25.0,
|
|
"elementDurability": 100.0,
|
|
"thinkInterval": 0.5,
|
|
"onAdded": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_Amber_Water_Mist"
|
|
}
|
|
],
|
|
"onThinkInterval": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"otherTargets": {
|
|
"$type": "SelectTargetsByShape",
|
|
"shapeName": "CircleR10",
|
|
"ONPOPLLHJLE": "All",
|
|
"CJJABKCAIEB": 1.0
|
|
},
|
|
"predicates": [
|
|
{
|
|
"$type": "ByNot",
|
|
"predicates": [
|
|
{
|
|
"$type": "ByEntityTypes",
|
|
"entityTypes": [
|
|
"Equip"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"modifierName": "SteamBangWet"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"otherTargets": {
|
|
"$type": "SelectTargetsByShape",
|
|
"shapeName": "CircleR10",
|
|
"ONPOPLLHJLE": "All",
|
|
"CJJABKCAIEB": 1.0
|
|
},
|
|
"predicates": [
|
|
{
|
|
"$type": "ByEntityTypes",
|
|
"entityTypes": [
|
|
"MonsterEquip"
|
|
]
|
|
}
|
|
],
|
|
"modifierName": "SteamBangWet"
|
|
}
|
|
]
|
|
},
|
|
"SteamBangWet": {
|
|
"modifierName": "",
|
|
"duration": 8.0,
|
|
"elementType": "Water",
|
|
"elementDurability": 30.0
|
|
}
|
|
},
|
|
"onAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "Mist"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "WindAmberField",
|
|
"modifiers": {
|
|
"WindAmberField": {
|
|
"modifierName": "",
|
|
"duration": 18.5,
|
|
"elementDurability": 100.0,
|
|
"onRemoved": [
|
|
{
|
|
"$type": "SetAnimatorBool",
|
|
"boolID": "WindField_Die",
|
|
"value": true
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"onAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "WindAmberField"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
] |