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

1752 lines
66 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_02_AIStateControl",
"abilityMixins": [
{
"$type": "DoActionByPoseIDMixin",
"poseIDs": [
101
],
"enterActions": [
{
"$type": "ReTriggerAISkillInitialCD",
"skillIDs": [
102
]
}
]
},
{
"$type": "DoActionByPoseIDMixin",
"poseIDs": [
201
],
"enterActions": [
{
"$type": "ReTriggerAISkillInitialCD",
"skillIDs": [
101
]
}
]
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_03_AIStateControl",
"abilityMixins": [
{
"$type": "DoActionByPoseIDMixin",
"poseIDs": [
101
],
"enterActions": [
{
"$type": "ReTriggerAISkillInitialCD",
"skillIDs": [
102
]
}
]
},
{
"$type": "DoActionByPoseIDMixin",
"poseIDs": [
201
],
"enterActions": [
{
"$type": "ReTriggerAISkillInitialCD",
"skillIDs": [
101
]
}
]
},
{
"$type": "DoActionByPoseIDMixin",
"poseIDs": [
301
],
"enterActions": [
{
"$type": "ReTriggerAISkillInitialCD",
"skillIDs": [
401
]
}
]
},
{
"$type": "DoActionByPoseIDMixin",
"poseIDs": [
401
],
"enterActions": [
{
"$type": "ReTriggerAISkillInitialCD",
"skillIDs": [
701
]
}
]
},
{
"$type": "DoActionByPoseIDMixin",
"poseIDs": [
501
],
"enterActions": [
{
"$type": "ReTriggerAISkillInitialCD",
"skillIDs": [
201
]
}
]
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_02_DrillOut",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_UnderGround_State"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_03_DrillOut",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_UnderGround_State"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_02_UnderGround",
"abilityMixins": [
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Walk_Under",
"Run_Under"
],
"modifierName": "UnderGround_MoveEffect"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"NormalIdle_Under",
"Turn_Under",
"NormalMove_Under"
],
"modifierName": "UnderGround_Invincible"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"NormalIdle_Under",
"Turn_Under",
"NormalMove_Under"
],
"modifierName": "UnderGround_DenyLockOn"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Watch_Random"
],
"modifierName": "UnderGround_WathcRandom"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Walk_Under"
],
"modifierName": "UnderGround_WalkRandom"
}
],
"abilitySpecials": {
"WalkRandomTime": 1.0
},
"modifiers": {
"UnderGround_Invincible": {
"modifierName": "",
"elementDurability": 100.0,
"state": "Invincible"
},
"UnderGround_DenyLockOn": {
"modifierName": "",
"elementDurability": 100.0,
"state": "DenyLockOn"
},
"UnderGround_MoveEffect": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Slime_Grass_Move_UnderGround"
}
]
},
"UnderGround_WathcRandom": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetAnimatorFloat",
"floatID": "WatchRandom",
"useRandomValue": true,
"randomValueMin": 1.0,
"randomValueMax": 10.0
},
{
"$type": "SetRandomOverrideMapValue",
"valueRangeMax": 1.0,
"valueRangeMin": 0.5,
"overrideMapKey": "WalkRandomTime"
}
]
},
"UnderGround_WalkRandom": {
"modifierName": "",
"duration": "WalkRandomTime",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "SetAnimatorTrigger",
"triggerID": "WalkRandom"
}
]
},
"UNIQUE_UnderGround_State": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"thinkInterval": 0.20000000298023224,
"onAdded": [
{
"$type": "SetPoseBool",
"boolID": "UnderGround",
"value": true
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox"
]
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox_Ground"
],
"setEnable": true
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider"
]
},
{
"$type": "HideUIBillBoard",
"hide": true
},
{
"$type": "EnableAIStealthy",
"enable": true
}
],
"onRemoved": [
{
"$type": "SetPoseBool",
"boolID": "UnderGround"
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox"
],
"setEnable": true
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox_Ground"
]
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider"
],
"setEnable": true
},
{
"$type": "HideUIBillBoard"
},
{
"$type": "EnableAIStealthy"
}
],
"onBeingHit": [
{
"$type": "SetAnimatorTrigger",
"predicates": [
{
"$type": "ByHitElement",
"element": "Fire"
}
],
"triggerID": "ToGround"
}
],
"onThinkInterval": [
{
"$type": "Predicated",
"target": "SelfAttackTarget",
"targetPredicates": [
{
"$type": "ByTargetForwardAndSelfPosition",
"logic": "Lesser",
"value": 90.0
}
],
"successActions": [
{
"$type": "SetPoseBool",
"boolID": "IsInBack"
},
{
"$type": "SetAnimatorTrigger",
"triggerID": "AttackStopTrigger"
}
],
"failActions": [
{
"$type": "SetPoseBool",
"boolID": "IsInBack",
"value": true
}
]
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_UnderGround_State"
}
],
"onAbilityStart": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_UnderGround_State"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_03_UnderGround",
"abilityMixins": [
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Walk_Under"
],
"modifierName": "UnderGround_MoveEffect"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"NormalIdle_Under",
"NormalMove_Under"
],
"modifierName": "UnderGround_LockHP"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"NormalIdle_Under",
"NormalMove_Under"
],
"modifierName": "UnderGround_DenyLockOn"
}
],
"modifiers": {
"UnderGround_LockHP": {
"modifierName": "",
"elementDurability": 100.0,
"state": "LockHP"
},
"UnderGround_DenyLockOn": {
"modifierName": "",
"elementDurability": 100.0,
"state": "DenyLockOn"
},
"UnderGround_MoveEffect": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Slime_Grass_Move_UnderGround"
}
]
},
"UNIQUE_UnderGround_State": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"thinkInterval": 0.20000000298023224,
"properties": {
"Entity_MassRatio": 1000.0,
"Entity_WeightRatio": 0.5,
"Actor_EndureDelta": 0.0
},
"onAdded": [
{
"$type": "SetPoseBool",
"boolID": "UnderGround",
"value": true
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox",
"HitBox_Flower"
]
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox_Ground"
],
"setEnable": true
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider"
]
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider_Ground"
],
"setEnable": true
},
{
"$type": "HideUIBillBoard",
"hide": true
},
{
"$type": "EnableAIStealthy",
"enable": true
}
],
"onRemoved": [
{
"$type": "SetPoseBool",
"boolID": "UnderGround"
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox",
"HitBox_Flower"
],
"setEnable": true
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox_Ground"
]
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider"
],
"setEnable": true
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider_Ground"
]
},
{
"$type": "HideUIBillBoard"
},
{
"$type": "EnableAIStealthy"
}
],
"onBeingHit": [
{
"$type": "SetAnimatorTrigger",
"predicates": [
{
"$type": "ByHitElement",
"element": "Fire"
}
],
"triggerID": "ToGround"
}
],
"onThinkInterval": [
{
"$type": "Predicated",
"target": "SelfAttackTarget",
"targetPredicates": [
{
"$type": "ByTargetForwardAndSelfPosition",
"logic": "Lesser",
"value": 120.0
}
],
"successActions": [
{
"$type": "SetPoseBool",
"boolID": "IsInBack"
}
],
"failActions": [
{
"$type": "SetPoseBool",
"boolID": "IsInBack",
"value": true
}
]
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_UnderGround_State"
}
],
"onAbilityStart": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_UnderGround_State"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_02_ElementState",
"modifiers": {
"ElementState": {
"modifierName": "",
"elementType": "Grass",
"elementDurability": 50.0,
"modifierMixins": [
{
"$type": "AttachToAbilityStateMixin",
"abilityStates": [
"ElementBurning"
],
"modifierName": "BurningDetect"
}
],
"onAdded": [
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_ABILITY_SLIME_GRASS_ELEMENTSTATE",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
},
{
"$type": "TriggerSetRenderersEnable",
"renderNames": [
"Grass"
],
"setEnable": true
},
{
"$type": "SetPoseBool",
"boolID": "ElementState",
"value": true
}
],
"onRemoved": [
{
"$type": "AddGlobalValue",
"value": -1.0,
"key": "_ABILITY_SLIME_GRASS_ELEMENTSTATE",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
},
{
"$type": "TriggerSetRenderersEnable",
"renderNames": [
"Grass"
]
},
{
"$type": "SetPoseBool",
"boolID": "ElementState"
}
]
},
"BurningDetect": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetPoseBool",
"boolID": "OnFire",
"value": true
},
{
"$type": "DamageByAttackValue",
"predicates": [
{
"$type": "ByAnimatorFloat",
"logic": "Equal",
"value": 401.0,
"parameter": "PoseID"
}
],
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementDurability": 100.0,
"enBreak": 1000.0
},
"hitPattern": {
"onHitEffectName": "",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.009999999776482582,
"muteHitText": true
}
}
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Slime_Grass_Burning_02"
}
],
"onRemoved": [
{
"$type": "SetPoseBool",
"boolID": "OnFire"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "ElementState"
}
],
"onAbilityStart": [
{
"$type": "ApplyModifier",
"modifierName": "ElementState"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_03_ElementState",
"modifiers": {
"ElementState": {
"modifierName": "",
"elementType": "Grass",
"elementDurability": 200.0,
"modifierMixins": [
{
"$type": "AttachToAbilityStateMixin",
"abilityStates": [
"ElementBurning"
],
"modifierName": "BurningDetect"
}
],
"onAdded": [
{
"$type": "TriggerSetRenderersEnable",
"renderNames": [
"Grass"
],
"setEnable": true
},
{
"$type": "SetPoseBool",
"boolID": "ElementState",
"value": true
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox_Flower"
],
"setEnable": true
}
],
"onRemoved": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Slime_Grass_PutOutFire"
},
{
"$type": "TriggerSetRenderersEnable",
"renderNames": [
"Grass"
]
},
{
"$type": "SetPoseBool",
"boolID": "ElementState"
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox_Flower"
]
}
]
},
"BurningDetect": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetPoseBool",
"boolID": "OnFire",
"value": true
},
{
"$type": "DamageByAttackValue",
"predicates": [
{
"$type": "ByAnimatorFloat",
"logic": "Equal",
"value": 401.0,
"parameter": "PoseID"
}
],
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementDurability": 100.0,
"enBreak": 1000.0
},
"hitPattern": {
"onHitEffectName": "",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.009999999776482582,
"muteHitText": true
}
}
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Slime_Grass_Burning_03"
}
],
"onRemoved": [
{
"$type": "SetPoseBool",
"boolID": "OnFire"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "ElementState"
}
],
"onAbilityStart": [
{
"$type": "ApplyModifier",
"modifierName": "ElementState"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_03_PutOutFire",
"modifiers": {
"PutOutFire": {
"modifierName": "",
"duration": 0.10000000149011612,
"elementType": "AntiFire",
"elementDurability": 10000.0
}
},
"onAbilityStart": [
{
"$type": "ApplyModifier",
"modifierName": "PutOutFire"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Slime_Grass_PutOutFire"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_02_UnderAttack",
"abilityMixins": [
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"UnderAttack_Stop",
"Watch_Stop"
],
"modifierName": "UnderAttack_StopAtk"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Turn_Under"
],
"modifierName": "UnderAttack_Flee"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Watch",
"UnderAttack_Watch",
"UnderAttack",
"UnderAttack_Stop",
"Watch_Stop"
],
"modifierName": "UnderGround_BeingHit"
},
{
"$type": "AttachToAbilityStateMixin",
"abilityStates": [
"Struggle",
"ElementFreeze"
],
"modifierName": "AbilityState_Detect"
}
],
"modifiers": {
"UnderGround_BeingHit": {
"modifierName": "",
"elementDurability": 100.0,
"onBeingHit": [
{
"$type": "RemoveUniqueModifier",
"predicates": [
{
"$type": "ByHitDamage",
"damage": 0.0
}
],
"modifierName": "UNIQUE_UnderGround_State"
}
]
},
"AbilityState_Detect": {
"modifierName": "",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_UnderGround_State"
}
]
},
"UnderAttack_StopAtk": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "Predicated",
"target": "SelfAttackTarget",
"targetPredicates": [
{
"$type": "ByTargetPositionToSelfPosition",
"logic": "Lesser",
"value": 5.0
}
],
"successActions": [
{
"$type": "SetPoseBool",
"boolID": "StopAtk",
"value": true
}
]
}
],
"onRemoved": [
{
"$type": "ApplyModifier",
"modifierName": "StopFleeTimer"
}
]
},
"UnderAttack_Flee": {
"modifierName": "",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "SetPoseBool",
"boolID": "StopAtk"
}
]
},
"StopFleeTimer": {
"modifierName": "",
"duration": 3.0,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "SetPoseBool",
"boolID": "StopAtk"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_03_UnderAttack",
"abilityMixins": [
{
"$type": "AttachToAbilityStateMixin",
"abilityStates": [
"Struggle"
],
"modifierName": "AbilityState_Detect"
}
],
"modifiers": {
"AbilityState_Detect": {
"modifierName": "",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_UnderGround_State"
}
]
}
},
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_UnderGround_State"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_03_Spread",
"abilityMixins": [
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Spread"
],
"modifierName": "Spread_Loop"
}
],
"modifiers": {
"Spread_Loop": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": 0.5,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Slime_Grass_Spread"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Slime_Grass_Spread_Area"
}
],
"onThinkInterval": [
{
"$type": "HealHP",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleR5",
"campTargetType": "Alliance",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"amountByTargetMaxHPRatio": 0.05000000074505806
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"height": 2.0,
"radius": 5.0
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.20000000298023224,
"damagePercentageRatio": 0.0,
"elementType": "Grass",
"elementDurability": 25.0,
"strikeType": "Default",
"enBreak": 0.0
},
"hitPattern": {
"onHitEffectName": "",
"hitImpulseType": "LV0",
"hitHaltTimeScale": 0.009999999776482582
}
}
},
"targetType": "Enemy"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_03_Sow",
"onAbilityStart": [
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "BySummonTagValue",
"logic": "Lesser",
"summonTag": 20010101,
"value": 6
}
],
"bulletID": 42001012,
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "FlowerBud"
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "BySummonTagValue",
"logic": "GreaterOrEqual",
"summonTag": 20010101,
"value": 6
}
],
"bulletID": 42001013,
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "FlowerBud"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_03_Summon",
"onAbilityStart": [
{
"$type": "Summon",
"target": "Target",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_MONSTERAFFIX_SUMMON_LIFETIME",
"value": 1.0,
"forceByCaster": true
}
],
"monsterID": 20010101,
"born": {
"$type": "ConfigBornByTarget",
"onGround": true,
"direction": {
"$type": "ConfigDirectionByAttackTarget"
}
},
"summonTag": 20010101,
"aliveByOwner": true,
"sightGroupWithOwner": true
},
{
"$type": "Summon",
"target": "Target",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_MONSTERAFFIX_SUMMON_LIFETIME",
"value": 0.0,
"forceByCaster": true,
"compareType": "NoneOrEqual"
}
],
"monsterID": 20010101,
"born": {
"$type": "ConfigBornByTarget",
"onGround": true,
"direction": {
"$type": "ConfigDirectionByAttackTarget"
}
},
"summonTag": 20010101,
"sightGroupWithOwner": true
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_Seed",
"modifiers": {
"Seed_Loop": {
"modifierName": "",
"elementType": "Grass",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Slime_Grass_Seed_Missile"
}
],
"onRemoved": [
{
"$type": "KillSelf"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "Seed_Loop"
}
],
"onAbilityStart": [
{
"$type": "RemoveModifier",
"modifierName": "Seed_Loop"
},
{
"$type": "CreateGadget",
"target": "Owner",
"ownerIs": "Other",
"born": {
"$type": "ConfigBornByAttachPoint",
"onGround": true,
"direction": {
"$type": "ConfigDirectionByAttackTarget"
},
"alongGround": true,
"attachPointName": "RootNode",
"attachPointTargetType": "Caster"
},
"gadgetID": 42001014,
"campID": 4001,
"campTargetType": "All"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Slime_Grass_Seed_Missile_AS",
"born": {
"$type": "ConfigBornByAttachPoint",
"onGround": true,
"direction": {
"$type": "ConfigDirectionByAttackTarget"
},
"alongGround": true,
"attachPointName": "RootNode",
"attachPointTargetType": "Caster"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_SeedGrow",
"modifiers": {
"SeedGrow_Loop": {
"modifierName": "",
"duration": 3.3299999237060547,
"elementType": "Grass",
"elementDurability": 1.0,
"thinkInterval": 3.200000047683716,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Slime_Grass_Seed_Grow"
}
],
"onRemoved": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Slime_Grass_Seed_Grow_AS"
},
{
"$type": "KillSelf"
}
],
"onThinkInterval": [
{
"$type": "TriggerAbility",
"target": "Owner",
"abilityName": "Slime_Grass_03_Summon"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "SeedGrow_Loop"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_SeedAtk",
"modifiers": {
"SeedAtk_Loop": {
"modifierName": "",
"elementType": "Grass",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Slime_Grass_Seed_Poison_Missile"
}
],
"onRemoved": [
{
"$type": "KillSelf"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "SeedAtk_Loop"
}
],
"onAbilityStart": [
{
"$type": "RemoveModifier",
"modifierName": "SeedAtk_Loop"
},
{
"$type": "SetGlobalPos",
"target": "Owner",
"key": "_ABILITY_SLIME_GRASS_SEED_POS",
"born": {
"$type": "ConfigBornByCollisionPoint",
"onGround": true
}
},
{
"$type": "TriggerBullet",
"target": "Owner",
"bulletID": 42001015,
"born": {
"$type": "ConfigBornByGlobalValue",
"offset": {
"x": 0.0,
"y": 0.5,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByEntity",
"randomAngleHor": 360.0
},
"positionKey": "_ABILITY_SLIME_GRASS_SEED_POS",
"directionKey": ""
},
"ownerIs": "Other"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Slime_Grass_Seed_Poison_Missile_AS",
"born": {
"$type": "ConfigBornByCollisionPoint",
"onGround": true
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_SeedFloat",
"modifiers": {
"SeedFloat_Loop": {
"modifierName": "",
"elementType": "Grass",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Slime_Grass_Seed_Float"
}
],
"onRemoved": [
{
"$type": "KillSelf"
}
],
"onBeingHit": [
{
"$type": "FireEffect",
"predicates": [
{
"$type": "ByHitElement",
"element": "Fire"
}
],
"effectPattern": "Eff_Monster_Slime_Grass_Seed_Explosion"
},
{
"$type": "TriggerAttackEvent",
"predicates": [
{
"$type": "ByHitElement",
"element": "Fire"
}
],
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf"
},
"radius": 2.0
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 2.0,
"damagePercentageRatio": 0.0,
"elementDurability": 100.0,
"strikeType": "Blunt",
"enBreak": 200.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV5",
"hitHaltTimeScale": 0.009999999776482582
}
}
},
"targetType": "Enemy"
},
{
"$type": "KillSelf",
"predicates": [
{
"$type": "ByHitElement",
"element": "Fire"
}
]
},
{
"$type": "KillSelf",
"predicates": [
{
"$type": "ByHitElement",
"element": "Wind"
}
]
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "SeedFloat_Loop"
}
],
"onAbilityStart": [
{
"$type": "RemoveModifier",
"modifierName": "SeedFloat_Loop"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_SeedFloat_Poison",
"modifiers": {
"UNIQUE_Slime_Grass_Seed_Poison": {
"modifierName": "",
"isUnique": true,
"duration": 5.0,
"elementType": "Grass",
"elementDurability": 100.0,
"thinkInterval": 0.5,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Slime_Grass_Poison_Dot"
},
{
"$type": "DamageByAttackValue",
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.20000000298023224,
"damagePercentageRatio": 0.0,
"elementType": "Grass",
"elementDurability": 25.0,
"strikeType": "Default",
"enBreak": 0.0
},
"hitPattern": {
"onHitEffectName": "",
"hitImpulseType": "LV0"
}
}
}
],
"onThinkInterval": [
{
"$type": "DamageByAttackValue",
"attackInfo": {
"attackTag": "",
"attenuationTag": "Group1",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.20000000298023224,
"damagePercentageRatio": 0.0,
"elementType": "Grass",
"elementDurability": 25.0,
"strikeType": "Default",
"enBreak": 0.0
},
"hitPattern": {
"onHitEffectName": "",
"hitImpulseType": "LV0"
}
}
}
]
}
},
"onAbilityStart": [
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
]
}
],
"modifierName": "UNIQUE_Slime_Grass_Seed_Poison"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_JumpGround_castShadow",
"onAbilityStart": [
{
"$type": "TriggerSetCastShadow"
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider"
]
},
{
"$type": "ActCameraShake",
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.05999999865889549,
"shakeTime": 0.15000000596046448,
"shakeDir": {
"y": 1.0
}
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_JumpGround_Alert",
"modifiers": {
"JumpGround_Alert": {
"modifierName": "",
"duration": 1.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Slime_Fire_JumpGround_Alert",
"born": {
"$type": "ConfigBornByRushToPoint"
}
}
],
"onRemoved": [
{
"$type": "TriggerSetCastShadow",
"castShadow": true
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider"
],
"setEnable": true
}
]
}
},
"onAbilityStart": [
{
"$type": "ApplyModifier",
"modifierName": "JumpGround_Alert"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_JumpGround_Attack",
"onAbilityStart": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"height": 1.5,
"radius": 2.0
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 2.0,
"damagePercentageRatio": 0.0,
"elementDurability": 100.0,
"strikeType": "Blunt",
"enBreak": 200.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV5",
"hitHaltTimeScale": 0.009999999776482582
},
"forceCameraShake": true,
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.11999999731779099,
"shakeTime": 0.15000000596046448,
"shakeDistance": 25.0,
"shakeDir": {
"y": -1.0
}
}
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_02_AnimationSteer",
"abilityMixins": [
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"NormalAttack"
],
"endNormalizedTime": 0.25,
"angularSpeed": 360.0,
"attackTrigger": "",
"attackDistance": 12.0
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Slime_Grass_03_AnimationSteer",
"abilityMixins": [
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"Turn"
],
"endNormalizedTime": 0.5400000214576721,
"angularSpeed": 180.0,
"attackTrigger": "",
"attackDistance": 12.0
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"NormalAttack"
],
"endNormalizedTime": 0.25,
"angularSpeed": 360.0,
"attackTrigger": "",
"attackDistance": 12.0
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"JumpAttack"
],
"endNormalizedTime": 0.5,
"angularSpeed": 120.0,
"attackTrigger": "",
"attackDistance": 12.0
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"UnderAttack"
],
"endNormalizedTime": 0.17499999701976776,
"angularSpeed": 120.0,
"attackTrigger": "",
"attackDistance": 12.0
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"Sow"
],
"endNormalizedTime": 0.3499999940395355,
"angularSpeed": 120.0,
"attackTrigger": "",
"attackDistance": 12.0
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"Spread"
],
"angularSpeed": 120.0,
"attackTrigger": "",
"attackDistance": 12.0
}
]
}
}
]