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

259 lines
9.1 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_Grass_PlantThorns",
"onAbilityStart": [
{
"$type": "TriggerBullet",
"bulletID": 42101002,
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.30000001192092896,
"z": 0.0
}
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_Grass_PlantThorns_Loop",
"modifiers": {
"GrassMaterial": {
"modifierName": "",
"elementType": "Grass",
"elementDurability": 100.0
}
},
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Undead_01_Plant_Thorns"
},
{
"$type": "AttachModifier",
"modifierName": "GrassMaterial"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_Grass_PlantGrasping",
"onAbilityStart": [
{
"$type": "CreateGadget",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"gadgetID": 42101008,
"campID": 4001,
"campTargetType": "All"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_Grass_PlantGrasping_Element",
"modifiers": {
"PlantGraspingElement": {
"modifierName": "",
"duration": 8.0,
"elementType": "Grass",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Undead_01_Plant_Grasping"
}
],
"onRemoved": [
{
"$type": "KillSelf"
}
]
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "PlantGraspingElement"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_Grass_Heal",
"abilitySpecials": {
"healHPRatio": 0.10000000149011612,
"healHPRatioRetain": 0.019999999552965164
},
"modifiers": {
"HealHPModifier": {
"modifierName": "",
"duration": 6.0,
"elementType": "Grass",
"elementDurability": 100.0,
"thinkInterval": 0.30000001192092896,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Undead_01_Plant_Heal"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Hili_Grass_HealRetain"
},
{
"$type": "HealHP",
"doOffStage": true,
"amountByTargetMaxHPRatio": "healHPRatio",
"muteHealEffect": true
}
],
"onThinkInterval": [
{
"$type": "HealHP",
"doOffStage": true,
"amountByTargetMaxHPRatio": "healHPRatioRetain",
"muteHealEffect": true
}
]
}
},
"onAbilityStart": [
{
"$type": "AttachModifier",
"otherTargets": {
"$type": "SelectTargetsByShape",
"topLimit": 1,
"shapeName": "CircleR10",
"campTargetType": "Alliance",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"modifierName": "HealHPModifier"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "MonEquip_WoodenClub_Grass_Effect",
"abilityMixins": [
{
"$type": "AttachModifierToPredicateMixin",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_IS_CLUB_",
"value": 1.0
}
],
"modifierName": "Grass_Effect"
}
],
"modifiers": {
"Grass_Effect": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Shaman_Grass_WeaponElement"
}
],
"onAttackLanded": [
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
]
}
],
"modifierName": "Poison"
}
]
},
"Poison": {
"modifierName": "",
"duration": 8.0,
"elementType": "Grass",
"elementDurability": 100.0,
"thinkInterval": 1.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Slime_Grass_Poison_Dot"
}
],
"onThinkInterval": [
{
"$type": "DamageByAttackValue",
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.20000000298023224,
"damagePercentageRatio": 0.0,
"elementType": "Grass",
"elementDurability": 30.0,
"strikeType": "Default"
},
"hitPattern": {
"onHitEffectName": "",
"hitImpulseType": ""
}
}
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_Grass_PlantSteer",
"abilityMixins": [
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"ThrowAttack"
],
"angularSpeed": 180.0,
"attackTrigger": "",
"attackDistance": 12.0
}
]
}
}
]