Files
GenshinData-1/BinOutput/Ability/Temp/GadgetAbilities/ConfigAbility_Scene_Environment_WaterMaterial.json
Dimbreath d633c8cfe5 BinOutput
2021-05-16 19:49:16 -03:00

63 lines
2.7 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "SceneObj_Environment_WaterMaterial_PoisonAttack",
"modifiers": {
"poison": {
"modifierName": "",
"duration": 0.0,
"elementDurability": 100.0,
"thinkInterval": 0.25,
"onThinkInterval": [
{
"$type": "TriggerAttackEvent",
"doOffStage": true,
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackBox",
"triggerType": "TriggerNoRepeat",
"checkHitLayerType": "Both",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "attackPoint"
},
"size": {
"x": 20.0,
"y": 60.0,
"z": 1.0
},
"muteHitBehindscene": true
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.25,
"damagePercentageRatio": 0.0,
"elementType": "Grass",
"elementDurability": 50.0,
"strikeType": "Default"
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV0",
"hitHaltTimeScale": 0.25
}
}
},
"targetType": "All"
}
]
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "poison"
}
]
}
}
]