添加配置表

This commit is contained in:
flswld
2022-11-30 00:00:20 +08:00
parent f70a890338
commit d7f3f3b866
33382 changed files with 8476601 additions and 0 deletions
@@ -0,0 +1,826 @@
[
{
"Default": {
"$type": "ConfigAbility",
/// @desc 脉冲元素 - 首领获得冲击波能力 - Affix-ID: 6118
"abilityName": "MonsterAffix_LowImpulse_Water",
// 周期以自身为中心触发一次脉冲波,对处于一定高度以下的玩家造成水元素伤害。
"isDynamicAbility": true,
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_GeneralSkill_LowImpulse_Water_Effect_Ver2",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": ["Monster"]
}
]
},
{
"$type": "SetSystemValueToOverrideMap",
"key": "GeneralSkill_ElementLevelCo",
"type": "ElementLevelCo"
}
],
"onKill": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_GeneralSkill_LowImpulse_Water_Ver2"
},
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_GeneralSkill_LowImpulse_Water_Effect_Ver2"
},
{
"$type": "RemoveModifier",
"modifierName": "GeneralSkill_LowImpulse_Water_Alert"
}
],
"abilityMixins": [
{
"$type": "AttachToAIAlertnessMixin",
"alertness": [1, 2],
"modifierName": "UNIQUE_GeneralSkill_LowImpulse_Water_Ver2"
}
],
"modifiers": {
"UNIQUE_GeneralSkill_LowImpulse_Water_Effect_Ver2": {
"isUnique": true,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_GeneralSkill_LowImpulse_FootCircle"
},
{
"$type": "AddGlobalValue",
"value": 1,
"key": "_GENERALSKILL_LowImpulse_Tag"
}
]
},
"UNIQUE_GeneralSkill_LowImpulse_Water_Ver2": {
"isUnique": true,
"thinkInterval": 15,
"onThinkInterval": [
{
"$type": "ApplyModifier",
"modifierName": "GeneralSkill_LowImpulse_Water_Alert"
}
]
},
"GeneralSkill_LowImpulse_Water_Alert": {
"duration": 4,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_GeneralSkill_LowImpulse_Water_Alert"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_GeneralSkill_LowImpulse_Water_Area"
}
],
"onRemoved": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_GeneralSkill_LowImpulse_Water_DamageWave",
"predicates": [
{
"$type": "ByTargetHPRatio",
"target": "Self",
"HPRatio": 0,
"logic": "Greater"
}
]
},
{
"$type": "TriggerAttackEvent",
"targetType": "Enemy",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"height": 1.2,
"fanAngle": 360.0,
"radius": 15.0,
"born": {
"$type": "ConfigBornBySelf"
}
},
"attackInfo": {
"attackProperty": {
"damagePercentage": 0.0,
"damageExtra": "%GeneralSkill_ElementLevelCo*%GeneralSkill_LowImpulse",
"strikeType": "Default",
"attackType": "Range",
"elementType": "Water",
"elementDurability": 25,
"enBreak": 100.0,
"ignoreAttackerProperty": true
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV2",
"hitHaltTime": 0,
"hitHaltTimeScale": 0
}
}
},
"predicates": [
{
"$type": "ByTargetHPRatio",
"target": "Self",
"HPRatio": 0,
"logic": "Greater"
}
]
}
]
}
},
"abilitySpecials": {
"GeneralSkill_ElementLevelCo": 0,
"GeneralSkill_LowImpulse": 4
}
}
},
{
"Default": {
"$type": "ConfigAbility",
/// @desc 脉冲元素 - 首领获得冲击波能力 - Affix-ID: 6119
"abilityName": "MonsterAffix_LowImpulse_Electric",
// 周期以自身为中心触发一次脉冲波,对处于一定高度以下的玩家造成雷元素伤害。
"isDynamicAbility": true,
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_GeneralSkill_LowImpulse_Electric_Effect_Ver2",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": ["Monster"]
}
]
},
{
"$type": "SetSystemValueToOverrideMap",
"key": "GeneralSkill_ElementLevelCo",
"type": "ElementLevelCo"
}
],
"onKill": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_GeneralSkill_LowImpulse_Electric_Ver2"
},
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_GeneralSkill_LowImpulse_Electric_Effect_Ver2"
},
{
"$type": "RemoveModifier",
"modifierName": "GeneralSkill_LowImpulse_Electric_Alert"
}
],
"abilityMixins": [
{
"$type": "AttachToAIAlertnessMixin",
"alertness": [1, 2],
"modifierName": "UNIQUE_GeneralSkill_LowImpulse_Electric_Ver2"
}
],
"modifiers": {
"UNIQUE_GeneralSkill_LowImpulse_Electric_Effect_Ver2": {
"isUnique": true,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_GeneralSkill_LowImpulse_FootCircle"
},
{
"$type": "AddGlobalValue",
"value": 1,
"key": "_GENERALSKILL_LowImpulse_Tag"
}
]
},
"UNIQUE_GeneralSkill_LowImpulse_Electric_Ver2": {
"isUnique": true,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_GeneralSkill_LowImpulse_FootCircle"
},
{
"$type": "AddGlobalValue",
"value": 1,
"key": "_GENERALSKILL_LowImpulse_Tag"
}
],
"thinkInterval": 15,
"onThinkInterval": [
{
"$type": "ApplyModifier",
"modifierName": "GeneralSkill_LowImpulse_Electric_Alert"
}
]
},
"GeneralSkill_LowImpulse_Electric_Alert": {
"duration": 4,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_GeneralSkill_LowImpulse_Electric_Alert"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_GeneralSkill_LowImpulse_Electric_Area"
}
],
"onRemoved": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_GeneralSkill_LowImpulse_Electric_DamageWave",
"predicates": [
{
"$type": "ByTargetHPRatio",
"target": "Self",
"HPRatio": 0,
"logic": "Greater"
}
]
},
{
"$type": "TriggerAttackEvent",
"targetType": "Enemy",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"height": 1.2,
"fanAngle": 360.0,
"radius": 15.0,
"born": {
"$type": "ConfigBornBySelf"
}
},
"attackInfo": {
"attackProperty": {
"damagePercentage": 0.0,
"damageExtra": "%GeneralSkill_ElementLevelCo*%GeneralSkill_LowImpulse",
"strikeType": "Default",
"attackType": "Range",
"elementType": "Electric",
"elementDurability": 25,
"enBreak": 100.0,
"ignoreAttackerProperty": true
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV2",
"hitHaltTime": 0,
"hitHaltTimeScale": 0
}
}
},
"predicates": [
{
"$type": "ByTargetHPRatio",
"target": "Self",
"HPRatio": 0,
"logic": "Greater"
}
]
}
]
}
},
"abilitySpecials": {
"GeneralSkill_ElementLevelCo": 0,
"GeneralSkill_LowImpulse": 4
}
}
},
{
"Default": {
"$type": "ConfigAbility",
/// @desc 远程光环机制:首领脚底下有个圆环,如果玩家在环外,发落雷攻击玩家。 Affix-ID: 6120
"abilityName": "MonsterAffix_ElecDamage_ThunderArea",
"isDynamicAbility": true,
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_GeneralSkill_ElecDamage_ThunderArea_Host_Ver2",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": ["Monster"]
}
]
},
{
"$type": "SetSystemValueToOverrideMap",
"key": "ElementLevelCo",
"type": "ElementLevelCo"
}
],
"onKill": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_GeneralSkill_ElecDamage_ThunderArea_Host_Ver2"
}
],
"modifiers": {
"UNIQUE_GeneralSkill_ElecDamage_ThunderArea_Host_Ver2": {
"isUnique": true,
"onAdded": [
{
"$type": "AddGlobalValue",
"value": 1,
"key": "_MONSTESR_GeneralSkill_ElecDamage_ThunderArea_OwnerTag"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_GeneralSkill_ElecDamage_ThunderArea_FootCircle"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_GeneralSkill_ElecDamage_ThunderArea_InnerCircle"
}
],
"thinkInterval": 0.25,
"onThinkInterval": [
{
"$type": "ApplyModifier",
"target": "AllTeams",
"modifierName": "UNIQUE_GeneralSkill_ElecDamage_ThunderArea_DamageTrigger_Ver2",
"predicates": [
{
"$type": "ByTargetPositionToSelfPosition",
"compareType": "XZ",
"value": 8,
"logic": "Greater"
},
{
"$type": "ByTargetPositionToSelfPosition",
"compareType": "XZ",
"value": 20,
"logic": "Lesser"
},
{
"$type": "ByTargetPositionToSelfPosition",
"compareType": "Y",
"value": 20,
"logic": "Lesser"
}
]
},
{
"$type": "ApplyModifier",
"target": "AllPlayerAvatars",
"modifierName": "GeneralSkill_ElecDamage_ThunderArea_TeamRemover",
"predicates": [
{
"$type": "ByAny",
"predicates": [
{
"$type": "ByTargetPositionToSelfPosition",
"compareType": "XZ",
"value": 8,
"logic": "LesserOrEqual"
},
{
"$type": "ByTargetPositionToSelfPosition",
"compareType": "XZ",
"value": 20,
"logic": "GreaterOrEqual"
}
]
}
]
}
],
"onRemoved": [
{
"$type": "AddGlobalValue",
"value": -1,
"key": "_MONSTESR_GeneralSkill_ElecDamage_ThunderArea_OwnerTag"
}
]
},
"GeneralSkill_ElecDamage_ThunderArea_TeamRemover": {
"duration": 0.1,
"stacking": "Unique",
"onAdded": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_GeneralSkill_ElecDamage_ThunderArea_Team_Ver2",
"target": "Team"
}
]
},
"UNIQUE_GeneralSkill_ElecDamage_ThunderArea_Team_Ver2": {
"isUnique": true,
"stacking": "Unique",
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_ThunderStorm_Gathering"
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_GeneralSkill_ElecDamage_ThunderArea_DamageMask_Ver2"
},
{
"$type": "AddGlobalValue",
"value": 1,
"key": "_MONSTER_GeneralSkill_ElecDamage_ThunderArea_HasEffect",
"useLimitRange": true,
"maxValue": 1,
"minValue": 0
}
],
"thinkInterval": 1,
"onThinkInterval": [
{
"$type": "AddGlobalValue",
"value": -1,
"key": "_MONSTER_GeneralSkill_ElecDamage_ThunderArea_HasOwner",
"useLimitRange": true,
"maxValue": 1,
"minValue": 0
},
{
"$type": "Predicated",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleR20",
"centerBasedOn": "CurLocalAvatar",
"campTargetType": "Alliance",
"campBasedOn": "Caster"
},
"targetPredicates": [
{
"$type": "ByTargetGlobalValue",
"target": "Target",
"key": "_MONSTESR_GeneralSkill_ElecDamage_ThunderArea_OwnerTag",
"value": 1,
"compareType": "Equal"
}
],
"successActions": [
{
"$type": "AddGlobalValue",
"value": 1,
"key": "_MONSTER_GeneralSkill_ElecDamage_ThunderArea_HasOwner",
"useLimitRange": true,
"maxValue": 1,
"minValue": 0
}
]
},
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_GeneralSkill_ElecDamage_ThunderArea_Team_Ver2",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_MONSTER_GeneralSkill_ElecDamage_ThunderArea_HasOwner",
"target": "Self",
"value": 0,
"compareType": "NoneOrEqual"
}
]
}
],
"onRemoved": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_GeneralSkill_ElecDamage_ThunderArea_DamageMask_Ver2"
},
{
"$type": "AddGlobalValue",
"value": -1,
"key": "_MONSTER_GeneralSkill_ElecDamage_ThunderArea_HasEffect",
"useLimitRange": true,
"maxValue": 1,
"minValue": 0
}
]
},
"UNIQUE_GeneralSkill_ElecDamage_ThunderArea_DamageMask_Ver2": {
"duration": 2,
"isUnique": true,
"stacking": "Unique",
"onAdded": [
{
"$type": "AddGlobalValue",
"value": 1,
"key": "_MONSTER_GeneralSkill_ElecDamage_ThunderArea_DamageMask",
"useLimitRange": true,
"maxValue": 1,
"minValue": 0
}
],
"onRemoved": [
{
"$type": "AddGlobalValue",
"value": -1,
"key": "_MONSTER_GeneralSkill_ElecDamage_ThunderArea_DamageMask",
"useLimitRange": true,
"maxValue": 1,
"minValue": 0
}
]
},
"UNIQUE_GeneralSkill_ElecDamage_ThunderArea_DamageTrigger_Ver2": {
"duration": 2,
"isUnique": true,
"stacking": "Unique",
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_GeneralSkill_ElecDamage_ThunderArea_Team_Ver2",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_MONSTESR_GeneralSkill_ElecDamage_ThunderArea_HasEffect",
"target": "Self",
"value": 0,
"compareType": "NoneOrEqual"
},
{
"$type": "ByTargetPositionToSelfPosition",
"target": "Applier",
"compareType": "XZ",
"value": 20,
"logic": "Lesser"
}
]
},
{
"$type": "AddGlobalValue",
"value": -1,
"key": "_MONSTESR_GeneralSkill_ElecDamage_ThunderArea_HasOwner",
"useLimitRange": true,
"maxValue": 1,
"minValue": 0
},
{
"$type": "Predicated",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleR20",
"centerBasedOn": "CurLocalAvatar",
"campTargetType": "Alliance",
"campBasedOn": "Caster"
},
"targetPredicates": [
{
"$type": "ByTargetGlobalValue",
"target": "Target",
"key": "_MONSTESR_GeneralSkill_ElecDamage_ThunderArea_OwnerTag",
"value": 1,
"compareType": "Equal"
},
{
"$type": "ByTargetPositionToSelfPosition",
"compareType": "XZ",
"value": 8,
"logic": "Greater"
}
],
"successActions": [
{
"$type": "DamageByAttackValue",
"attacker": "Caster",
"target": "CurLocalAvatar",
"attackInfo": {
"attackProperty": {
"ignoreAttackerProperty": true,
"damageExtra": "%ThunderArea_Ratio*%ElementLevelCo",
"strikeType": "None",
"elementType": "Electric",
"elementDurability": 25,
"enBreak": 0
},
"hitPattern": {
"onHitEffectName": "",
"hitImpulseType": "LV0",
"retreatType": "ByHitDirection",
"hitHaltTime": 0.0,
"hitHaltTimeScale": 0.0,
"muteHitText": false
},
"forceCameraShake": false
}
},
{
"$type": "FireEffect",
"effectPattern": "Eff_SceneObj_ThunderStorm_Blast",
"target": "CurLocalAvatar"
},
{
"$type": "AddGlobalValue",
"value": 1,
"key": "_MONSTER_GeneralSkill_ElecDamage_ThunderArea_HasOwner",
"useLimitRange": true,
"maxValue": 1,
"minValue": 0
}
],
"predicates": [
{
"$type": "ByTargetGlobalValue",
"target": "Self",
"key": "_MONSTER_GeneralSkill_ElecDamage_ThunderArea_DamageMask",
"value": 0,
"compareType": "NoneOrEqual"
},
{
"$type": "ByTargetGlobalValue",
"key": "_MONSTER_GeneralSkill_ElecDamage_ThunderArea_HasEffect",
"target": "Self",
"value": 1,
"compareType": "Equal"
}
]
},
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_GeneralSkill_ElecDamage_ThunderArea_Team_Ver2",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_MONSTER_GeneralSkill_ElecDamage_ThunderArea_HasOwner",
"target": "Self",
"value": 0,
"compareType": "NoneOrEqual"
},
{
"$type": "ByTargetGlobalValue",
"target": "Self",
"key": "_MONSTER_GeneralSkill_ElecDamage_ThunderArea_DamageMask",
"value": 0,
"compareType": "NoneOrEqual"
},
{
"$type": "ByTargetGlobalValue",
"key": "_MONSTER_GeneralSkill_ElecDamage_ThunderArea_HasEffect",
"target": "Self",
"value": 0,
"compareType": "NoneOrEqual"
}
]
}
]
}
},
"abilitySpecials": {
"ElementLevelCo": 0,
"ThunderArea_Ratio": 3
}
}
},
//////////////////////
//
// 3.2奇趣妙园 4182~4184
//
/////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterAffix_Property_ForCharAmusement_Shield",
"isDynamicAbility": true,
"onAdded":
[
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_MonsterAffix_Property_ForCharAmusement_Shield",
},
],
"modifiers":
{
"UNIQUE_MonsterAffix_Property_ForCharAmusement_Shield":
{
"stacking": "Unique",
"isUnique": true,
"properties":
{
"Actor_MaxHPRatio": "%HPRatio",
"Actor_AttackRatio":"%AttackRatio",
"Actor_PhysicalSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_FireSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_ElecSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_IceSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_WaterSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_GrassSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_WindSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_RockSubHurtDelta": "%SubHurtDelta_AllType"
},
"onAdded":
[
{
"$type":"SetGlobalValue",
"key":"_MONSTER_ForCharAmusement_Shield",
"value": 1,
},
],
},
},
"abilitySpecials":
{
"HPRatio": 0,
"AttackRatio": 0,
"SubHurtDelta_AllType": 0,
},
},
},
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterAffix_Property_ForCharAmusement_Chain",
"isDynamicAbility": true,
"onAdded":
[
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_MonsterAffix_Property_ForCharAmusement_Chain",
},
],
"modifiers":
{
"UNIQUE_MonsterAffix_Property_ForCharAmusement_Chain":
{
"stacking": "Unique",
"isUnique": true,
"properties":
{
"Actor_MaxHPRatio": "%HPRatio",
"Actor_AttackRatio":"%AttackRatio",
"Actor_PhysicalSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_FireSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_ElecSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_IceSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_WaterSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_GrassSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_WindSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_RockSubHurtDelta": "%SubHurtDelta_AllType"
},
},
},
"abilitySpecials":
{
"HPRatio": 0,
"AttackRatio": 0,
"SubHurtDelta_AllType": 0,
},
},
},
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterAffix_Property_ForCharAmusement_FastKill",
"isDynamicAbility": true,
"onAdded":
[
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_MonsterAffix_Property_ForCharAmusement_FastKill",
},
],
"modifiers":
{
"UNIQUE_MonsterAffix_Property_ForCharAmusement_FastKill":
{
"stacking": "Unique",
"isUnique": true,
"properties":
{
"Actor_MaxHPRatio": "%HPRatio",
"Actor_AttackRatio":"%AttackRatio",
"Actor_PhysicalSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_FireSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_ElecSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_IceSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_WaterSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_GrassSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_WindSubHurtDelta": "%SubHurtDelta_AllType",
"Actor_RockSubHurtDelta": "%SubHurtDelta_AllType"
},
},
},
"abilitySpecials":
{
"HPRatio": 0,
"AttackRatio": 0,
"SubHurtDelta_AllType": 0,
},
},
},
]
@@ -0,0 +1,503 @@
[
////////////////事件专用词缀
////////////////////////////////////////////////////////////////
//
// MonsterAffix_Property_HpImproveForEvent_01--1401
//
////////////////////////////////////////////////////////////////
{
"Default" :
{
"$type" : "ConfigAbility",
"abilityName" : "MonsterAffix_Property_HpImproveForEvent_01",
"isDynamicAbility": true,
"onAdded":
[
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_MonsterAffix_Property_HpImproveForEvent_01",
"target": "Self",
},
],
"modifiers" :
{
"UNIQUE_MonsterAffix_Property_HpImproveForEvent_01":
{
"stacking": "Unique",
"isUnique": true,
"properties":
{
"Actor_MaxHPRatio": 0.5,
},
},
},
},
},
////////////////////////////////////////////////////////////////
//
// MonsterAffix_Property_HpImproveForEvent_02--1402
//
////////////////////////////////////////////////////////////////
{
"Default" :
{
"$type" : "ConfigAbility",
"abilityName" : "MonsterAffix_Property_HpImproveForEvent_02",
"isDynamicAbility": true,
"onAdded":
[
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_MonsterAffix_Property_HpImproveForEvent_02",
"target": "Self",
},
],
"modifiers" :
{
"UNIQUE_MonsterAffix_Property_HpImproveForEvent_02":
{
"stacking": "Unique",
"isUnique": true,
"properties":
{
"Actor_MaxHPRatio": 1.0,
},
},
},
},
},
////////////////////////////////////////////////////////////////
//
// MonsterAffix_Property_HpImproveForEvent_03--1403
//
////////////////////////////////////////////////////////////////
{
"Default" :
{
"$type" : "ConfigAbility",
"abilityName" : "MonsterAffix_Property_HpImproveForEvent_03",
"isDynamicAbility": true,
"onAdded":
[
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_MonsterAffix_Property_HpImproveForEvent_03",
"target": "Self",
},
],
"modifiers" :
{
"UNIQUE_MonsterAffix_Property_HpImproveForEvent_03":
{
"stacking": "Unique",
"isUnique": true,
"properties":
{
"Actor_MaxHPRatio": 2.0,
},
},
},
},
},
////////////////////////////////////////////////////////////////
//
// MonsterAffix_Property_DefImproveForEvent_01--1404
//
////////////////////////////////////////////////////////////////
{
"Default" :
{
"$type" : "ConfigAbility",
"abilityName" : "MonsterAffix_Property_DefImproveForEvent_01",
"isDynamicAbility": true,
"onAdded":
[
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_MonsterAffix_Property_DefImproveForEvent_01",
"target": "Self",
},
],
"modifiers" :
{
"UNIQUE_MonsterAffix_Property_DefImproveForEvent_01":
{
"stacking": "Unique",
"isUnique": true,
"state": "DefenseUp",
"properties":
{
"Actor_DefenceRatio": 1.0,
},
},
},
},
},
////////////////////////////////////////////////////////////////
//
// MonsterAffix_Property_DefImproveForEvent_02--1405
//
////////////////////////////////////////////////////////////////
{
"Default" :
{
"$type" : "ConfigAbility",
"abilityName" : "MonsterAffix_Property_DefImproveForEvent_02",
"isDynamicAbility": true,
"onAdded":
[
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_MonsterAffix_Property_DefImproveForEvent_02",
"target": "Self",
},
],
"modifiers" :
{
"UNIQUE_MonsterAffix_Property_DefImproveForEvent_02":
{
"stacking": "Unique",
"isUnique": true,
"state": "DefenseUp",
"properties":
{
"Actor_DefenceRatio": 2.0,
},
},
},
},
},
////////////////////////////////////////////////////////////////
//
// MonsterAffix_Property_AtkImproveForEvent_01--1406
//
////////////////////////////////////////////////////////////////
{
"Default" :
{
"$type" : "ConfigAbility",
"abilityName" : "MonsterAffix_Property_AtkImproveForEvent_01",
"isDynamicAbility": true,
"onAdded":
[
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_MonsterAffix_Property_AtkImproveForEvent_01",
"target": "Self",
},
],
"modifiers" :
{
"UNIQUE_MonsterAffix_Property_AtkImproveForEvent_01":
{
"stacking": "Unique",
"isUnique": true,
"properties":
{
"Actor_AttackRatio": 0.2,
},
},
},
},
},
////////////////////////////////////////////////////////////////
//
// MonsterAffix_Property_AtkImproveForEvent_02--1407
//
////////////////////////////////////////////////////////////////
{
"Default" :
{
"$type" : "ConfigAbility",
"abilityName" : "MonsterAffix_Property_AtkImproveForEvent_02",
"isDynamicAbility": true,
"onAdded":
[
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_MonsterAffix_Property_AtkImproveForEvent_02",
"target": "Self",
},
],
"modifiers" :
{
"UNIQUE_MonsterAffix_Property_AtkImproveForEvent_02":
{
"stacking": "Unique",
"isUnique": true,
"properties":
{
"Actor_AttackRatio": 0.5,
},
},
},
},
},
////////////////////////////////////////////////////////////////
//
// MonsterAffix_AISkillCDForEvent_Revise01--1408
//
////////////////////////////////////////////////////////////////
{
"Default" :
{
"$type" : "ConfigAbility",
"abilityName" : "MonsterAffix_AISkillCDForEvent_Revise01",
"isDynamicAbility": true,
"onAdded":
[
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_MonsterAffix_AISkillCDForEvent_Revise01",
"target": "Self",
},
],
"modifiers" :
{
"UNIQUE_MonsterAffix_AISkillCDForEvent_Revise01":
{
"stacking": "Unique",
"isUnique": true,
"onAdded":
[
{
"$type": "SetAISkillCDMultiplier",
"multiplier": 0.7,
},
],
},
},
},
},
////////////////////////////////////////////////////////////////
//
// MonsterAffix_AISkillCDForEvent_Revise02--1409
//
////////////////////////////////////////////////////////////////
{
"Default" :
{
"$type" : "ConfigAbility",
"abilityName" : "MonsterAffix_AISkillCDForEvent_Revise02",
"isDynamicAbility": true,
"onAdded":
[
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_MonsterAffix_AISkillCDForEvent_Revise02",
"target": "Self",
},
],
"modifiers" :
{
"UNIQUE_MonsterAffix_AISkillCDForEvent_Revise02":
{
"stacking": "Unique",
"isUnique": true,
"onAdded":
[
{
"$type": "SetAISkillCDMultiplier",
"multiplier": 0.5,
},
],
},
},
},
},
////////////////////////////////////////////////////////////////
//
// MonsterAffix_Property_HpDecreaseForEvent_01--1410
//
////////////////////////////////////////////////////////////////
{
"Default" :
{
"$type" : "ConfigAbility",
"abilityName" : "MonsterAffix_Property_HpDecreaseForEvent_01",
"isDynamicAbility": true,
"onAdded":
[
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_MonsterAffix_Property_HpDecreaseForEvent_01",
"target": "Self",
},
],
"modifiers" :
{
"UNIQUE_MonsterAffix_Property_HpDecreaseForEvent_01":
{
"stacking": "Unique",
"isUnique": true,
"properties":
{
"Actor_MaxHPRatio": -0.6,
},
},
},
},
},
////////////////////////////////////////////////////////////////
//
// MonsterAffix_Property_AtkDecreaseForEvent_01--1411
//
////////////////////////////////////////////////////////////////
{
"Default" :
{
"$type" : "ConfigAbility",
"abilityName" : "MonsterAffix_Property_AtkDecreaseForEvent_01",
"isDynamicAbility": true,
"onAdded":
[
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_MonsterAffix_Property_AtkDecreaseForEvent_01",
"target": "Self",
},
],
"modifiers" :
{
"UNIQUE_MonsterAffix_Property_AtkDecreaseForEvent_01":
{
"stacking": "Unique",
"isUnique": true,
"properties":
{
"Actor_AttackRatio": -0.4,
},
},
},
},
},
//////事件试做词缀
////////////////////////////////////////////////////////////////
//
// MonsterAffix_Property_IronDefence_Father
//
////////////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterAffix_Property_IronDefence_Father",
"isDynamicAbility": true,
"onAdded":
[
{
"$type" : "ApplyModifier",
"modifierName" : "MonsterAffix_Property_IronDefence_Host",
},
],
"modifiers":
{
"MonsterAffix_Property_IronDefence_Host":
{
"onAdded":
[
{
"$type" : "AttachModifier",
"modifierName" : "MonsterAffix_Property_IronDefence_TriggerEffect",
},
],
"thinkInterval": 0.2,
"onThinkInterval":
[
{
"$type" : "ApplyModifier",
"modifierName" : "MonsterAffix_Property_IronDefence_Slave",
"otherTargets":
{
"$type": "SelectTargetsByShape",
"shapeName": "CircleR5",
"centerBasedOn": "Self",
"campTargetType": "Alliance",
"campBasedOn": "Self",
},
"predicates":
[
{
"$type": "ByTargetType",
"targetType": "Self",
"isTarget": false,
},
{
"$type" : "ByEntityTypes",
"entityTypes" : ["Monster"],
},
],
},
],
"onRemoved":
[
{
"$type" : "RemoveModifier",
"modifierName" : "MonsterAffix_Property_IronDefence_Slave",
"otherTargets":
{
"$type": "SelectTargetsByShape",
"shapeName": "CircleR10",
"centerBasedOn": "Self",
"campTargetType": "Alliance",
"campBasedOn": "Self",
},
},
],
},
"MonsterAffix_Property_IronDefence_Slave":
{
"duration": 0.4,
"stacking": "Unique",
"state": "DefenseUp",
"properties":
{
"Actor_PhysicalSubHurtDelta":0.9,
"Actor_FireSubHurtDelta" : 0.9,
"Actor_ElecSubHurtDelta" : 0.9,
"Actor_IceSubHurtDelta" : 0.9,
"Actor_WaterSubHurtDelta" : 0.9,
"Actor_GrassSubHurtDelta" : 0.9,
"Actor_WindSubHurtDelta" : 0.9,
"Actor_RockSubHurtDelta" : 0.9,
},
},
"MonsterAffix_Property_IronDefence_TriggerEffect":
{
"thinkInterval": 1,
"onThinkInterval":
[
{
"$type" : "FireEffect",
"effectPattern" : "Eff_Monster_Follow_AlertCircle_10",
},
],
},
},
},
},
////////////////////////////////////////////////////////////////
//
// MonsterAffix_Property_IronDefence_Child
//
////////////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterAffix_Property_IronDefence_Child",
"isDynamicAbility": true,
},
},
]
@@ -0,0 +1,487 @@
[
////////////////////////////////////////////////////////////////
//
// Crucible_Water
//
////////////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Water_Small",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330025],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Water_Big",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330026],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Water_Small_3",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330025, 70330025, 70330025],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Water_Big_3",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330026, 70330026, 70330026],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
////////////////////////////////////////////////////////////////
//
// Crucible_Fire
//
////////////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Fire_Small",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330027],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Fire_Big",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330028],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Fire_Small_3",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330027, 70330027, 70330027],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Fire_Big_3",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330028, 70330028, 70330028],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
////////////////////////////////////////////////////////////////
//
// Crucible_Ice
//
////////////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Ice_Small",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330029],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Ice_Big",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330030],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Ice_Small_3",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330029, 70330029, 70330029],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Ice_Big_3",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330030, 70330030, 70330030],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
////////////////////////////////////////////////////////////////
//
// Crucible_Electric
//
////////////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Electric_Small",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330031],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Electric_Big",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330032],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
////////////////////////////////////////////////////////////////
//
// Crucible_Wind
//
////////////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Wind_Small",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330033],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Wind_Big",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330034],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
////////////////////////////////////////////////////////////////
//
// Crucible_Rock
//
////////////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Rock_Small",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330035],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Rock_Big",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330036],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
////////////////////////////////////////////////////////////////
//
// Crucible_Grass
//
////////////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Grass_Small",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330037],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Grass_Big",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330038],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
},
},
////////////////////////////////////////////////////////////////
//
// Crucible_Random
//
////////////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Random_Small",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330025, 70330027, 70330029, 70330031, 70330033, 70330035, 70330037],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": true,
},
],
},
},
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_Crucible_Random_Big",
"isDynamicAbility": true,
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70330026, 70330028, 70330030, 70330032, 70330034, 70330036, 70330038],
"campID": 5003,
"campTargetType": "Enemy",
"randomCreate": true,
},
],
},
},
////////////////////////////////////////////////////////////////
//
// DulinsBlood
//
////////////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "MonsterInfusionAffix_DulinsBlood",
"isDynamicAbility": true,
/*
"abilityMixins":
[
{
"$type": "ServerCreateGadgetOnKillMixin",
"gadgetIDList": [70590026],
"campID": 5001,
"campTargetType": "Enemy",
"randomCreate": false,
},
],
*/
"onAdded":
[
{
"$type": "ApplyModifier",
"modifierName": "Drop",
},
],
"modifiers":
{
"Drop":
{
"onRemoved" :
[
{
"$type": "DropSubfield",
"subfieldName": "Dulins_Blood",
},
{
"$type": "FireEffect",
"effectPattern": "Eff_SceneObj_BombBarrel_01_Explode",
},
],
},
}
},
},
]