2022-10-03 23:00:07 +03:00

264 lines
10 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Task_HuntTrap_GlobalValue",
"onAdded": [
{
"$type": "HideUIBillBoard",
"COCENMAFJGD": true
},
{
"$type": "EnableAIStealthy",
"enable": true
},
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_Is_Hunt_Trap",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "SceneObj_Task_TrapHunter",
"modifiers": {
"RunToEscape": {
"modifierName": "",
"duration": 7.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "DebugLog",
"CBEDAJEGJBM": "onRunAdd Start!!!!!!"
},
{
"$type": "SetPoseInt",
"intID": "FleeState",
"weight": -1
},
{
"$type": "SetPoseBool",
"boolID": "NearTrap",
"value": true
}
],
"onRemoved": [
{
"$type": "SetPoseInt",
"intID": "FleeState"
},
{
"$type": "SetPoseBool",
"boolID": "NearTrap"
}
]
},
"HuntBuff": {
"modifierName": "",
"duration": 2.0,
"elementDurability": 100.0,
"thinkInterval": 1.0,
"onThinkInterval": [
{
"$type": "ApplyModifier",
"modifierName": "HuntBuff"
},
{
"$type": "ApplyModifier",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleR50",
"campTargetType": "All",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Is_Hunt_Animal",
"value": 1.0
}
],
"modifierName": "RunToEscape"
}
]
},
"Suicide180": {
"modifierName": "",
"duration": 180.0,
"elementDurability": 180.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Quest_SiteInteract"
}
],
"onRemoved": [
{
"$type": "KillSelf"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "Suicide180"
},
{
"$type": "ApplyModifier",
"modifierName": "HuntBuff"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Trap_Hunt_Attack",
"modifiers": {
"MonsterSkill": {
"modifierName": "",
"duration": 0.20000000298023224,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ApplyModifier",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleR3",
"campTargetType": "All",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Is_Hunt_Trap",
"value": 1.0
}
],
"modifierName": "Trap_Suicide"
},
{
"$type": "DamageByAttackValue",
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"bonusCriticalHurt": 1.0,
"damagePercentageRatio": 0.0,
"elementDurability": 20.0,
"strikeType": "Blunt",
"enBreak": 500.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV3",
"overrideHitImpulse": {
"hitLevel": "Heavy",
"HPOPMELEPEB": 0.0,
"hitImpulseY": 0.0
},
"hitHaltTimeScale": 0.05000000074505806,
"muteHitText": true
}
}
}
],
"onRemoved": [
{
"$type": "DebugLog",
"CBEDAJEGJBM": "onMonster_Suicide Start!!!!!!"
},
{
"$type": "ApplyModifier",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleR3",
"campTargetType": "All",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Is_Hunt_Trap",
"value": 1.0
}
],
"modifierName": "Trap_Suicide"
},
{
"$type": "DamageByAttackValue",
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"bonusCriticalHurt": 1.0,
"damagePercentageRatio": 0.0,
"elementDurability": 20.0,
"strikeType": "Blunt",
"enBreak": 500.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV3",
"overrideHitImpulse": {
"hitLevel": "Heavy",
"HPOPMELEPEB": 0.0,
"hitImpulseY": 0.0
},
"hitHaltTimeScale": 0.05000000074505806,
"muteHitText": true
}
}
}
]
},
"Trap_Suicide": {
"modifierName": "",
"duration": 0.800000011920929,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "DebugLog",
"CBEDAJEGJBM": "onKILL_Trap Start!!!!!!"
},
{
"$type": "DropSubfield",
"OAKHEJLOPGA": "MonsterMeat"
},
{
"$type": "KillSelf"
}
]
}
},
"onAbilityStart": [
{
"$type": "ApplyModifier",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleR3",
"campTargetType": "All",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Is_Hunt_Animal",
"value": 1.0
}
],
"modifierName": "MonsterSkill"
}
]
}
}
]