mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
更新配置表
This commit is contained in:
+459
@@ -10210,6 +10210,306 @@
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// MonsterAffix_NeverCombat_ForCrystallization (3.4结晶化怪物不入战) - 5219
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
{
|
||||
"Default":
|
||||
{
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "MonsterAffix_NeverCombat_ForCrystallization",
|
||||
"isDynamicAbility": true,
|
||||
"abilityMixins":
|
||||
[
|
||||
{
|
||||
"$type": "AttachToPoseIDMixin",
|
||||
"poseIDs": [111, 112],
|
||||
"modifierName": "UNIQUE_MonsterAffix_NeverCombat_ForCrystallization",
|
||||
},
|
||||
{
|
||||
"$type": "AttachToPoseIDMixin",
|
||||
"poseIDs": [111],
|
||||
"modifierName": "UNIQUE_MonsterAffix_PushCollider01_ForCrystallization",
|
||||
},
|
||||
{
|
||||
"$type": "AttachToPoseIDMixin",
|
||||
"poseIDs": [112],
|
||||
"modifierName": "UNIQUE_MonsterAffix_PushCollider02_ForCrystallization",
|
||||
},
|
||||
{
|
||||
"$type": "AttachToAIAlertnessMixin",
|
||||
"alertness": [0],
|
||||
"modifierName": "UNIQUE_MonsterAffix_ExitBattle_ForCrystallization",
|
||||
},
|
||||
],
|
||||
"modifiers":
|
||||
{
|
||||
"UNIQUE_MonsterAffix_NeverCombat_ForCrystallization":
|
||||
{
|
||||
"isUnique": true,
|
||||
"modifierMixins":
|
||||
[
|
||||
{
|
||||
"$type":"RigidBodyFreezeMixin",
|
||||
},
|
||||
],
|
||||
"onAdded":
|
||||
[
|
||||
{
|
||||
"$type": "ResetAIThreatBroadcastRange",
|
||||
"range": 0.0,
|
||||
"canBeHandledOnRecover": true,
|
||||
},
|
||||
{
|
||||
"$type": "SetAIHitFeeling",
|
||||
"enable": false,
|
||||
},
|
||||
{
|
||||
"$type": "AttachModifier",
|
||||
"modifierName": "State_DenyLockOn",
|
||||
"target": "Self",
|
||||
},
|
||||
{
|
||||
"$type": "AttachModifier",
|
||||
"modifierName": "State_Invincible",
|
||||
"target": "Self",
|
||||
},
|
||||
{
|
||||
"$type": "AttachModifier",
|
||||
"modifierName": "State_MuteTaunt",
|
||||
"target": "Self",
|
||||
},
|
||||
{
|
||||
"$type": "AttachModifier",
|
||||
"modifierName": "State_IsGhostToEnemy",
|
||||
"target": "Self",
|
||||
},
|
||||
{
|
||||
"$type": "HideUIBillBoard",
|
||||
"hide": true,
|
||||
"target": "Self",
|
||||
},
|
||||
{
|
||||
"$type": "TriggerAbility",
|
||||
"abilityName": "Monster_Hound_Riftstalker_Electric_RemoveBodyEff",
|
||||
"predicates":
|
||||
[
|
||||
{
|
||||
"$type": "ByTargetGlobalValue",
|
||||
"key": "_RIFTSTALKER_ELECTRIC_TAG_",
|
||||
"value": 1,
|
||||
"compareType": "Equal",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"$type": "TriggerAbility",
|
||||
"abilityName": "Monster_Hound_Riftstalker_Rock_RemoveBodyEff",
|
||||
"predicates":
|
||||
[
|
||||
{
|
||||
"$type": "ByTargetGlobalValue",
|
||||
"key": "_RIFTSTALKER_ROCK_TAG_",
|
||||
"value": 1,
|
||||
"compareType": "Equal",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"$type": "TriggerAbility",
|
||||
"abilityName": "Monster_Hound_Kanis_Electric_EyeEff_Remove",
|
||||
"predicates":
|
||||
[
|
||||
{
|
||||
"$type": "ByTargetGlobalValue",
|
||||
"key": "_KANIS_ELECTRIC_TAG_",
|
||||
"value": 1,
|
||||
"compareType": "Equal",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"$type": "TriggerAbility",
|
||||
"abilityName": "Monster_Hound_Kanis_Rock_EyeEff_Remove",
|
||||
"predicates":
|
||||
[
|
||||
{
|
||||
"$type": "ByTargetGlobalValue",
|
||||
"key": "_KANIS_ROCK_TAG_",
|
||||
"value": 1,
|
||||
"compareType": "Equal",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
"onRemoved":
|
||||
[
|
||||
{
|
||||
"$type": "ResetAIThreatBroadcastRange",
|
||||
"range": 120.0,
|
||||
"canBeHandledOnRecover": true,
|
||||
},
|
||||
{
|
||||
"$type": "SetAIHitFeeling",
|
||||
"enable": true,
|
||||
},
|
||||
{
|
||||
"$type": "HideUIBillBoard",
|
||||
"hide": false,
|
||||
"target": "Self",
|
||||
},
|
||||
{
|
||||
"$type": "TriggerAbility",
|
||||
"abilityName": "Monster_Hound_Riftstalker_Electric_AddBodyEff",
|
||||
"predicates":
|
||||
[
|
||||
{
|
||||
"$type": "ByTargetGlobalValue",
|
||||
"key": "_RIFTSTALKER_ELECTRIC_TAG_",
|
||||
"value": 1,
|
||||
"compareType": "Equal",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"$type": "TriggerAbility",
|
||||
"abilityName": "Monster_Hound_Riftstalker_Rock_AddBodyEff",
|
||||
"predicates":
|
||||
[
|
||||
{
|
||||
"$type": "ByTargetGlobalValue",
|
||||
"key": "_RIFTSTALKER_ROCK_TAG_",
|
||||
"value": 1,
|
||||
"compareType": "Equal",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"$type": "TriggerAbility",
|
||||
"abilityName": "Monster_Hound_Kanis_Electric_EyeEff_Add",
|
||||
"predicates":
|
||||
[
|
||||
{
|
||||
"$type": "ByTargetGlobalValue",
|
||||
"key": "_KANIS_ELECTRIC_TAG_",
|
||||
"value": 1,
|
||||
"compareType": "Equal",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"$type": "TriggerAbility",
|
||||
"abilityName": "Monster_Hound_Kanis_Rock_EyeEff_Add",
|
||||
"predicates":
|
||||
[
|
||||
{
|
||||
"$type": "ByTargetGlobalValue",
|
||||
"key": "_KANIS_ROCK_TAG_",
|
||||
"value": 1,
|
||||
"compareType": "Equal",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
"State_DenyLockOn" :
|
||||
{
|
||||
"state": "DenyLockOn",
|
||||
},
|
||||
"State_Invincible" :
|
||||
{
|
||||
"state": "Invincible",
|
||||
},
|
||||
"State_MuteTaunt" :
|
||||
{
|
||||
"state": "MuteTaunt",
|
||||
},
|
||||
"State_IsGhostToEnemy" :
|
||||
{
|
||||
"state": "IsGhostToEnemy",
|
||||
},
|
||||
"UNIQUE_MonsterAffix_PushCollider01_ForCrystallization":
|
||||
{
|
||||
"isUnique": true,
|
||||
"onAdded":
|
||||
[
|
||||
{
|
||||
"$type": "EnablePushColliderName",
|
||||
"pushColliderNames": ["PushCollider_Crystallization_01", "PushCollider_Occluder_Crystallization"],
|
||||
"setEnable": true,
|
||||
},
|
||||
{
|
||||
"$type": "EnablePushColliderName",
|
||||
"pushColliderNames": ["PushCollider"],
|
||||
"setEnable": false,
|
||||
},
|
||||
],
|
||||
"onRemoved":
|
||||
[
|
||||
{
|
||||
"$type": "EnablePushColliderName",
|
||||
"pushColliderNames": ["PushCollider_Crystallization_01", "PushCollider_Occluder_Crystallization"],
|
||||
"setEnable": false,
|
||||
},
|
||||
{
|
||||
"$type": "EnablePushColliderName",
|
||||
"pushColliderNames": ["PushCollider"],
|
||||
"setEnable": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
"UNIQUE_MonsterAffix_PushCollider02_ForCrystallization":
|
||||
{
|
||||
"isUnique": true,
|
||||
"onAdded":
|
||||
[
|
||||
{
|
||||
"$type": "EnablePushColliderName",
|
||||
"pushColliderNames": ["PushCollider_Crystallization_02", "PushCollider_Occluder_Crystallization"],
|
||||
"setEnable": true,
|
||||
},
|
||||
{
|
||||
"$type": "EnablePushColliderName",
|
||||
"pushColliderNames": ["PushCollider"],
|
||||
"setEnable": false,
|
||||
},
|
||||
],
|
||||
"onRemoved":
|
||||
[
|
||||
{
|
||||
"$type": "EnablePushColliderName",
|
||||
"pushColliderNames": ["PushCollider_Crystallization_02", "PushCollider_Occluder_Crystallization"],
|
||||
"setEnable": false,
|
||||
},
|
||||
{
|
||||
"$type": "EnablePushColliderName",
|
||||
"pushColliderNames": ["PushCollider"],
|
||||
"setEnable": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
"UNIQUE_MonsterAffix_ExitBattle_ForCrystallization":
|
||||
{
|
||||
"isUnique": true,
|
||||
"onRemoved":
|
||||
[
|
||||
{
|
||||
"$type": "SetPoseBool",
|
||||
"boolID": "Crystallization_01",
|
||||
"value": false,
|
||||
},
|
||||
{
|
||||
"$type": "SetPoseBool",
|
||||
"boolID": "Crystallization_02",
|
||||
"value": false,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// MonsterAffix_Gargoyle_Fafnir_Elite_ForAbyss--4181
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
@@ -10251,4 +10551,163 @@
|
||||
},
|
||||
},
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// MonsterAffix_Activity_Sumov3_Stage6//3.4海灯节 怪物死亡爆炸词缀
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
//替换掉怪物的死亡表现 - 快速死亡
|
||||
{
|
||||
"Default" :
|
||||
{
|
||||
"$type" : "ConfigAbility",
|
||||
"abilityName" : "MonsterAffix_Activity_Quick_Death_Effect",
|
||||
"isDynamicAbility": true,
|
||||
"onAdded":
|
||||
[
|
||||
{
|
||||
"$type": "AttachModifier",
|
||||
"modifierName": "MonsterAffix_Activity_Quick_Death_Effect",
|
||||
},
|
||||
],
|
||||
"modifiers":
|
||||
{
|
||||
"MonsterAffix_Activity_Quick_Death_Effect":
|
||||
{
|
||||
"modifierMixins":
|
||||
[
|
||||
{
|
||||
"$type": "DiePatternSwitchMixin",
|
||||
"hasAnimatorDie": true,
|
||||
"dieDisappearEffect":"",
|
||||
"dieDisappearEffectDelay": 0.0,
|
||||
"dieEndTime" : 0.1,
|
||||
"startDieEndAtOnce": true,
|
||||
"ignoreElementDie": true,
|
||||
"dieForceDisappearTime" : 2,
|
||||
"dieModelFadeDelay": 0.0,
|
||||
"ragDollDieEndTimeDelay": 0.0,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
//怪物亡语 - 怪物死亡时创建一个Gadget用于爆炸
|
||||
{
|
||||
"Default" :
|
||||
{
|
||||
"$type" : "ConfigAbility",
|
||||
"abilityName" : "MonsterAffix_Activity_Deathrattle_Create_DoomGadget",
|
||||
"isDynamicAbility": true,
|
||||
"abilityMixins":
|
||||
[
|
||||
{
|
||||
"$type": "ServerCreateGadgetOnKillMixin",
|
||||
"gadgetIDList": [49001023],
|
||||
"campID": 1001,
|
||||
"campTargetType": "Enemy",
|
||||
"randomCreate": false,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
//爆炸Gadget的逻辑
|
||||
{
|
||||
"Default" :
|
||||
{
|
||||
"$type" : "ConfigAbility",
|
||||
"abilityName" : "MonsterAffix_Activity_Deathrattle_Gadget_DoomLogic",
|
||||
"onAdded":
|
||||
[
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"modifierName": "MonsterAffix_Activity_Deathrattle_Gadget_DoomLogic",
|
||||
},
|
||||
],
|
||||
"modifiers":
|
||||
{
|
||||
"MonsterAffix_Activity_Deathrattle_Gadget_DoomLogic":
|
||||
{
|
||||
"onAdded":
|
||||
[
|
||||
{
|
||||
"$type": "FireEffect",
|
||||
"effectPattern": "Eff_Monster_Activity_Deathrattle_Damage",
|
||||
"born":
|
||||
{
|
||||
"$type": "ConfigBornByAttachPoint",
|
||||
"attachPointName": "RootNode",
|
||||
},
|
||||
},
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"otherTargets":
|
||||
{
|
||||
"$type": "SelectTargetsByShape",
|
||||
"shapeName": "CircleR5H5",
|
||||
"centerBasedOn": "Self",
|
||||
"campTargetType": "Enemy",
|
||||
"campBasedOn": "Self",
|
||||
},
|
||||
"modifierName": "MonsterAffix_Activity_Deathrattle_Gadget_Damage",
|
||||
},
|
||||
],
|
||||
},
|
||||
"MonsterAffix_Activity_Deathrattle_Gadget_Damage":
|
||||
{
|
||||
"duration": 0.2,
|
||||
"onAdded":
|
||||
[
|
||||
{
|
||||
"$type": "GetFightProperty",
|
||||
"fightPropSourceTarget": "Self",
|
||||
"fightProp": "FIGHT_PROP_MAX_HP",
|
||||
"globalValueKey": "_MONSTER_MAX_HP_",
|
||||
"doOffStage": true,
|
||||
},//获取最大生命值
|
||||
{
|
||||
"$type": "SetGlobalValueToOverrideMap",
|
||||
"globalValueKey": "_MONSTER_MAX_HP_",
|
||||
"overrideMapKey": "Monster_Max_HP",
|
||||
"doOffStage": true,
|
||||
},//设置overridemapkey
|
||||
{
|
||||
"$type": "DamageByAttackValue",
|
||||
"target": "Self",
|
||||
"attacker": "Caster",
|
||||
"attackInfo":
|
||||
{
|
||||
"$type": "ConfigAttackInfo",
|
||||
"attackProperty":
|
||||
{
|
||||
"$type": "ConfigAttackProperty",
|
||||
"ignoreAttackerProperty": true,
|
||||
"trueDamage": true,
|
||||
"damageExtra":"%DamageRatio*%Monster_Max_HP",
|
||||
"damagePercentage": 0,
|
||||
"attackType": "Default",
|
||||
"elementType": "Fire",
|
||||
"enBreak": 1000,
|
||||
"strikeType":"Default",
|
||||
},
|
||||
"hitPattern" :
|
||||
{
|
||||
"hitImpulseType":"LV4",
|
||||
"hitHaltTime" : 0.0,
|
||||
"hitHaltTimeScale" : 0.05,
|
||||
"muteHitText" : false,
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
"abilitySpecials":
|
||||
{
|
||||
"Monster_Max_HP":0,
|
||||
"DamageRatio":0.3,
|
||||
},
|
||||
},
|
||||
},
|
||||
]
|
||||
+337
-1
@@ -822,5 +822,341 @@
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 3.4 连线地城_连线 判断Team身上的Value获得增伤
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
{
|
||||
"Default":{
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "MonsterAffix_ActivityTeamChainV3.4_UpDamage",
|
||||
"isDynamicAbility": true,
|
||||
"abilitySpecials": {
|
||||
"DamageUp":0
|
||||
},
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "AttachModifierToGlobalValueMixin",
|
||||
"globalValueTarget": "Team",
|
||||
"globalValueKey": "_IN_HIGH_TIDE_V3.4",
|
||||
"valueSteps": [-0.5,0.5,1.5],
|
||||
"modifierNameSteps": ["Crazy_In_Peace","Crazy_DamageUp"]
|
||||
}
|
||||
],
|
||||
"modifiers": {
|
||||
"Crazy_In_Peace":{
|
||||
|
||||
},
|
||||
"Crazy_DamageUp":{
|
||||
"properties": {
|
||||
"Actor_AddHurtDelta":"%DamageUp"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 3.4 连线地城_连线 阵眼怪
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
{
|
||||
"Default":{
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "MonsterAffix_ActivityTeamChainV3.4_Master",
|
||||
"isDynamicAbility": true,
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "SetGlobalValue",
|
||||
"key": "_IS_TEAMCHAIN_MASTER_V3.4",
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"modifierName": "MonsterAffix_ActivityTeamChain_MasterEffect"
|
||||
}
|
||||
],
|
||||
"abilityMixins": [
|
||||
{
|
||||
"$type": "ServerCreateGadgetOnKillMixin",
|
||||
"gadgetIDList": [44000553],
|
||||
"campID": 1001,
|
||||
"campTargetType": "Enemy"
|
||||
}
|
||||
],
|
||||
"modifiers": {
|
||||
"MonsterAffix_ActivityTeamChain_MasterEffect":{
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"effectPattern": "Eff_Monster_Common_MarkPowerful"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"onKill": [
|
||||
{
|
||||
"$type": "SetGlobalValue",
|
||||
"key": "_IS_TEAMCHAIN_MASTER_V3.4",
|
||||
"value": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 3.4 连线地城_连线 从属怪
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
{
|
||||
"Default":{
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "MonsterAffix_ActivityTeamChainV3.4_Slave",
|
||||
"isDynamicAbility": true,
|
||||
"abilitySpecials": {
|
||||
"DamageUp":0,
|
||||
"SubHurtUp":0,
|
||||
"HealThinkinverval":0,
|
||||
"HealPercent":0
|
||||
},
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"modifierName": "MonsterAffix_ActivityTeamChainV3.4_LinkHandler"
|
||||
}
|
||||
],
|
||||
"abilityMixins": [
|
||||
// {
|
||||
// "$type": "AttachModifierToGlobalValueMixin",
|
||||
// "otherTargets":{
|
||||
// "$type": "SelectTargetsByShape",
|
||||
// "campBasedOn": "Self",
|
||||
// "campTargetType": "AllExceptSelf",
|
||||
// "centerBasedOn": "Self",
|
||||
// "shapeName": "CircleR50"
|
||||
// },
|
||||
// "globalValueKey": "_IS_TEAMCHAIN_MASTER_V3.4",
|
||||
// "valueSteps": [-0.5,0.5,1.5],
|
||||
// "modifierNameSteps": ["No_ActionEmpty","PowerUp_Buff"]
|
||||
// }
|
||||
],
|
||||
"modifiers": {
|
||||
"No_ActionEmpty":{
|
||||
|
||||
},
|
||||
"PowerUp_Buff":{
|
||||
"duration": 1.2,
|
||||
"properties": {
|
||||
"Actor_FireAddHurtDelta":"%DamageUp",
|
||||
"Actor_ElecAddHurtDelta":"%DamageUp",
|
||||
"Actor_WaterAddHurtDelta":"%DamageUp",
|
||||
"Actor_GrassAddHurtDelta":"%DamageUp",
|
||||
"Actor_WindAddHurtDelta":"%DamageUp",
|
||||
"Actor_IceAddHurtDelta":"%DamageUp",
|
||||
"Actor_RockAddHurtDelta":"%DamageUp",
|
||||
"Actor_PhysicalAddHurtDelta":"%DamageUp",
|
||||
"Actor_PhysicalSubHurtDelta":"%SubHurtUp",
|
||||
"Actor_FireSubHurtDelta":"%SubHurtUp",
|
||||
"Actor_ElecSubHurtDelta":"%SubHurtUp",
|
||||
"Actor_WaterSubHurtDelta":"%SubHurtUp",
|
||||
"Actor_GrassSubHurtDelta":"%SubHurtUp",
|
||||
"Actor_WindSubHurtDelta":"%SubHurtUp",
|
||||
"Actor_IceSubHurtDelta":"%SubHurtUp",
|
||||
"Actor_RockSubHurtDelta":"%SubHurtUp"
|
||||
},
|
||||
"thinkInterval": "%HealThinkinverval",
|
||||
"onThinkInterval": [
|
||||
{
|
||||
"$type": "HealHP",
|
||||
"amountByCasterMaxHPRatio":"%HealPercent"
|
||||
},
|
||||
{
|
||||
"$type": "FireEffect",
|
||||
"effectPattern": "Eff_Monster_GeneralSkill_SelfHeal_HealEffect"
|
||||
}
|
||||
]
|
||||
},
|
||||
"MonsterAffix_ActivityTeamChainV3.4_LinkHandler":{
|
||||
"thinkInterval": 1,
|
||||
"onThinkInterval": [
|
||||
{
|
||||
"$type": "Predicated",
|
||||
"otherTargets":{
|
||||
"$type": "SelectTargetsByShape",
|
||||
"campBasedOn": "Self",
|
||||
"campTargetType": "AllExceptSelf",
|
||||
"centerBasedOn": "Self",
|
||||
"shapeName": "CircleR50"
|
||||
},
|
||||
"targetPredicates": [
|
||||
{
|
||||
"$type": "ByTargetGlobalValue",
|
||||
"key": "_IS_TEAMCHAIN_MASTER_V3.4",
|
||||
"value": 1,
|
||||
"compareType": "Equal"
|
||||
}
|
||||
],
|
||||
"successActions": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"target": "Target",
|
||||
"modifierName": "MonsterAffix_ActivityTeamChainV3.4_Link"
|
||||
},
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"modifierName": "PowerUp_Buff"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"MonsterAffix_ActivityTeamChainV3.4_Link":{
|
||||
"duration": 2,
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "AttachEffect",
|
||||
"target": "Applier",
|
||||
"effectPattern": "Eff_Monster_Common_LinkEff_Recover",
|
||||
"setSelfAsEffectPluginTarget": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 3.4 连线地城_连线 关卡5隔山打牛
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
{
|
||||
"Default":{
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "MonsterAffix_ActivityTeamChainV3.4_HitOtherMonster",
|
||||
"isDynamicAbility": true,
|
||||
"abilitySpecials": {
|
||||
"DamageRatio":0,
|
||||
"DamageCD":0
|
||||
},
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "SetSystemValueToOverrideMap",
|
||||
"key": "DamageSystemValue",
|
||||
"type": "ElementLevelCo",
|
||||
},
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"modifierName": "MonsterAffix_ActivityTeamChainV3.4_HitOtherMonster"
|
||||
}
|
||||
],
|
||||
"modifiers": {
|
||||
"MonsterAffix_ActivityTeamChainV3.4_HitOtherMonster":{
|
||||
"onBeingHit": [
|
||||
{
|
||||
"$type": "Predicated",
|
||||
"targetPredicates": [
|
||||
{
|
||||
"$type": "ByTargetGlobalValue",
|
||||
"key": "_CJB_IN_CDV3.4",
|
||||
"value": 0,
|
||||
"compareType": "NoneOrEqual"
|
||||
},
|
||||
{
|
||||
"$type": "ByAttackTags",
|
||||
"attackTags": [
|
||||
"NormalAttack_01","NormalAttack_02","NormalAttack_03",
|
||||
"NormalAttack_04","NormalAttack_05","NormalAttack_06",
|
||||
"ExtraAttack","FallingAttack","Elemental_Art","Elemental_Burst"
|
||||
]
|
||||
}
|
||||
],
|
||||
"successActions": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"otherTargets":{
|
||||
"$type": "SelectTargetsByShape",
|
||||
"campBasedOn": "Self",
|
||||
"campTargetType": "Alliance",
|
||||
"centerBasedOn": "Self",
|
||||
"shapeName": "CircleR50"
|
||||
},
|
||||
"modifierName": "MonsterAffix_ActivityTeamChainV3.4_HitOtherMonsterDamage"
|
||||
},
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"target": "Self",
|
||||
"modifierName": "MonsterAffix_ActivityTeamChainV3.4_HitOtherMonster_CD"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"MonsterAffix_ActivityTeamChainV3.4_HitOtherMonsterDamage":{
|
||||
"duration": 0.3,
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "FireEffect",
|
||||
"effectPattern": "Eff_EnergyDisk_ExtraAtkWave",
|
||||
"born":{
|
||||
"$type": "ConfigBornBySelf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"$type": "DamageByAttackValue",
|
||||
"target": "Self",
|
||||
"born":
|
||||
{
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset" :
|
||||
{
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
"z": 0.0,
|
||||
},
|
||||
},
|
||||
"attackInfo": {
|
||||
"attackProperty": {
|
||||
"ignoreAttackerProperty": true,
|
||||
"trueDamage": true,
|
||||
"damagePercentage": 0,
|
||||
"damageExtra": "%DamageRatio*%ElementLevelCo",
|
||||
"strikeType": "None",
|
||||
"elementType": "None",
|
||||
"elementDurability": 25,
|
||||
"enBreak": 0
|
||||
},
|
||||
"hitPattern": {
|
||||
"onHitEffectName": "",
|
||||
"hitImpulseType": "LV0",
|
||||
"retreatType": "ByHitDirection",
|
||||
"hitHaltTime": 0.0,
|
||||
"hitHaltTimeScale": 0.0,
|
||||
"muteHitText": false
|
||||
},
|
||||
"forceCameraShake": false
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
"MonsterAffix_ActivityTeamChainV3.4_HitOtherMonster_CD":{
|
||||
"duration": "%DamageCD",
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "SetGlobalValue",
|
||||
"key": "_CJB_IN_CDV3.4",
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"onRemoved": [
|
||||
{
|
||||
"$type": "SetGlobalValue",
|
||||
"key": "_CJB_IN_CDV3.4",
|
||||
"value": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
+282
-2
@@ -8709,7 +8709,8 @@
|
||||
],
|
||||
"properties":
|
||||
{
|
||||
"Actor_WeightDelta": -20,
|
||||
"Actor_WeightDelta": -15,
|
||||
"Entity_WeightRatio": -0.15,
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -8742,7 +8743,7 @@
|
||||
],
|
||||
"properties":
|
||||
{
|
||||
"Actor_WeightDelta": -50,
|
||||
"Actor_WeightDelta": -40,
|
||||
"Actor_EndureDelta": 8,
|
||||
},
|
||||
},
|
||||
@@ -9217,4 +9218,283 @@
|
||||
],
|
||||
}
|
||||
},
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// MonsterAffix_Hound_Crystallized (3.4 结晶化猎犬 )
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
{
|
||||
"Default":
|
||||
{
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "MonsterAffix_Hound_Crystallized",
|
||||
"isDynamicAbility": true,
|
||||
"onAdded":
|
||||
[
|
||||
//结晶化标记
|
||||
{
|
||||
"$type": "SetGlobalValue",
|
||||
"key": "_Mark_Crystallized",
|
||||
"value": 1,
|
||||
},
|
||||
{
|
||||
"$type": "ResetAIThreatBroadcastRange",
|
||||
"range": 0.0,
|
||||
"canBeHandledOnRecover": true,
|
||||
},
|
||||
{
|
||||
"$type": "SetAIHitFeeling",
|
||||
"enable": false,
|
||||
},
|
||||
],
|
||||
"abilityMixins":
|
||||
[
|
||||
//根据标记上石化效果
|
||||
{
|
||||
"$type": "AttachModifierToGlobalValueMixin",
|
||||
"globalValueTarget": "Self",
|
||||
"globalValueKey": "_Mark_Crystallized",
|
||||
"valueSteps": [-0.5,0.5,1.5],
|
||||
"modifierNameSteps": ["UNIQUE_MonsterAffix_Uncrystallized","UNIQUE_MonsterAffix_Crystallized"]
|
||||
}
|
||||
],
|
||||
"modifiers":
|
||||
{
|
||||
"UNIQUE_MonsterAffix_Uncrystallized":
|
||||
{
|
||||
"isUnique": true,
|
||||
"onAdded":
|
||||
[
|
||||
{
|
||||
"$type": "ResetAIThreatBroadcastRange",
|
||||
"range": 10,
|
||||
"canBeHandledOnRecover": true,
|
||||
},
|
||||
{
|
||||
"$type": "SetAIHitFeeling",
|
||||
"enable": true,
|
||||
},
|
||||
{
|
||||
"$type": "HideUIBillBoard",
|
||||
"target": "Self",
|
||||
"doOffStage": true,
|
||||
"hide": false
|
||||
},
|
||||
{
|
||||
"$type": "RemoveModifier",
|
||||
"modifierName": "State_Crystallized",
|
||||
"target": "Self",
|
||||
}
|
||||
]
|
||||
},
|
||||
"UNIQUE_MonsterAffix_Crystallized":
|
||||
{
|
||||
"isUnique": true,
|
||||
"onAdded":
|
||||
[
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"modifierName": "Born_Crystallized",
|
||||
"target": "Self",
|
||||
},
|
||||
{
|
||||
"$type": "AttachModifier",
|
||||
"modifierName": "State_DenyLockOn",
|
||||
"target": "Self",
|
||||
},
|
||||
{
|
||||
"$type": "AttachModifier",
|
||||
"modifierName": "State_LockHp",
|
||||
"target": "Self",
|
||||
},
|
||||
{
|
||||
"$type": "HideUIBillBoard",
|
||||
"target": "Self",
|
||||
"doOffStage": true,
|
||||
"hide": true
|
||||
},
|
||||
],
|
||||
},
|
||||
"Born_Crystallized":
|
||||
{
|
||||
"duration": 0.5,
|
||||
"onRemoved":
|
||||
[
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"modifierName": "State_Crystallized",
|
||||
"target": "Self",
|
||||
},
|
||||
]
|
||||
},
|
||||
//石化表现
|
||||
"State_Crystallized" :
|
||||
{
|
||||
"state":"ElementPetrifaction",
|
||||
},
|
||||
//不能被锁定
|
||||
"State_DenyLockOn" :
|
||||
{
|
||||
"state": "DenyLockOn",
|
||||
},
|
||||
//不能被攻击
|
||||
"State_LockHp" :
|
||||
{
|
||||
"state": "LockHP",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 3.4 连线 怪物属性词缀 关卡1
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
{
|
||||
"Default":{
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "MonsterAffix_ActivityTeamChainV3.4_Property1",
|
||||
"isDynamicAbility": true,
|
||||
"abilitySpecials": {
|
||||
"HPUpRatio":0,
|
||||
"ATKUpRatio":0
|
||||
},
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"modifierName": "MonsterAffix_ActivityTeamChainV3.4_Property1"
|
||||
}
|
||||
],
|
||||
"modifiers": {
|
||||
"MonsterAffix_ActivityTeamChainV3.4_Property1":{
|
||||
"properties": {
|
||||
"Actor_MaxHPRatio":"%HPUpRatio",
|
||||
"Actor_AttackRatio":"%ATKUpRatio"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 3.4 连线 怪物属性词缀 关卡2
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
{
|
||||
"Default":{
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "MonsterAffix_ActivityTeamChainV3.4_Property2",
|
||||
"isDynamicAbility": true,
|
||||
"abilitySpecials": {
|
||||
"HPUpRatio":0,
|
||||
"ATKUpRatio":0
|
||||
},
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"modifierName": "MonsterAffix_ActivityTeamChainV3.4_Property2"
|
||||
}
|
||||
],
|
||||
"modifiers": {
|
||||
"MonsterAffix_ActivityTeamChainV3.4_Property2":{
|
||||
"properties": {
|
||||
"Actor_MaxHPRatio":"%HPUpRatio",
|
||||
"Actor_AttackRatio":"%ATKUpRatio"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 3.4 连线 怪物属性词缀 关卡3
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
{
|
||||
"Default":{
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "MonsterAffix_ActivityTeamChainV3.4_Property3",
|
||||
"isDynamicAbility": true,
|
||||
"abilitySpecials": {
|
||||
"HPUpRatio":0,
|
||||
"ATKUpRatio":0
|
||||
},
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"modifierName": "MonsterAffix_ActivityTeamChainV3.4_Property3"
|
||||
}
|
||||
],
|
||||
"modifiers": {
|
||||
"MonsterAffix_ActivityTeamChainV3.4_Property3":{
|
||||
"properties": {
|
||||
"Actor_MaxHPRatio":"%HPUpRatio",
|
||||
"Actor_AttackRatio":"%ATKUpRatio"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 3.4 连线 怪物属性词缀 关卡4
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
{
|
||||
"Default":{
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "MonsterAffix_ActivityTeamChainV3.4_Property4",
|
||||
"isDynamicAbility": true,
|
||||
"abilitySpecials": {
|
||||
"HPUpRatio":0,
|
||||
"ATKUpRatio":0
|
||||
},
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"modifierName": "MonsterAffix_ActivityTeamChainV3.4_Property4"
|
||||
}
|
||||
],
|
||||
"modifiers": {
|
||||
"MonsterAffix_ActivityTeamChainV3.4_Property4":{
|
||||
"properties": {
|
||||
"Actor_MaxHPRatio":"%HPUpRatio",
|
||||
"Actor_AttackRatio":"%ATKUpRatio"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 3.4 连线 怪物属性词缀 关卡5
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
{
|
||||
"Default":{
|
||||
"$type": "ConfigAbility",
|
||||
"abilityName": "MonsterAffix_ActivityTeamChainV3.4_Property5",
|
||||
"isDynamicAbility": true,
|
||||
"abilitySpecials": {
|
||||
"HPUpRatio":0,
|
||||
"ATKUpRatio":0
|
||||
},
|
||||
"onAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"modifierName": "MonsterAffix_ActivityTeamChainV3.4_Property5"
|
||||
}
|
||||
],
|
||||
"modifiers": {
|
||||
"MonsterAffix_ActivityTeamChainV3.4_Property5":{
|
||||
"properties": {
|
||||
"Actor_MaxHPRatio":"%HPUpRatio",
|
||||
"Actor_AttackRatio":"%ATKUpRatio"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user