添加配置表

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,959 @@
[
/////////////////////////////////////////////////////////
//
// Resonance_Fire_Lv2
//
/////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "TeamResonance_Fire_Lv2",
"isDynamicAbility":true,
"onAdded":
[
{
"$type": "AttachModifier",
"doOffStage": true,
"modifierName": "UNIQUE_TeamResonance_Fire_Lv2",
},
],
"modifiers":
{
"UNIQUE_TeamResonance_Fire_Lv2":
{
"isUnique": true,
"onAdded":
[
{
"$type": "AttachElementTypeResistance",
"doOffStage": true,
"elementType": "Ice",
"durationRatio": 0.4/*"%TeamResonance_Fire_Lv2_DurationRatio"*/,
},
],
"isLimitedProperties": true,
"properties":
{
"Actor_AttackRatio": "%TeamResonance_Fire_Lv2_AttackRatio",
},
},
},
"abilitySpecials":
{
"TeamResonance_Fire_Lv2_DurationRatio": 0,
"TeamResonance_Fire_Lv2_AttackRatio": 0,
}
},
},
/////////////////////////////////////////////////////////
//
// Resonance_Water_Lv2
//
/////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "TeamResonance_Water_Lv2",
"isDynamicAbility":true,
"onAdded":
[
{
"$type": "AttachModifier",
"doOffStage": true,
"modifierName": "UNIQUE_TeamResonance_Water_Lv2",
},
],
"modifiers":
{
"UNIQUE_TeamResonance_Water_Lv2":
{
"isUnique": true,
"onAdded":
[
{
"$type": "AttachElementTypeResistance",
"doOffStage": true,
"elementType": "Fire",
"durationRatio": 0.4/*"%TeamResonance_Water_Lv2_DurationRatio"*/,
},
],
"isLimitedProperties": true,
"properties":
{
/*"Actor_HealedAddDelta": "%TeamResonance_Water_Lv2_HealedAddDelta",*/
"Actor_MaxHPRatio": "%TeamResonance_Water_Lv2_MaxHPRatio",
},
},
},
"abilitySpecials":
{
"TeamResonance_Water_Lv2_DurationRatio": 0,
/*"TeamResonance_Water_Lv2_HealedAddDelta": 0,*/
"TeamResonance_Water_Lv2_MaxHPRatio": 0,
},
},
},
/////////////////////////////////////////////////////////
//
// Resonance_Ice_Lv2
//
/////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "TeamResonance_Ice_Lv2",
"isDynamicAbility":true,
"onAdded":
[
{
"$type": "AttachModifier",
"doOffStage": true,
"modifierName": "UNIQUE_TeamResonance_Ice_Lv2",
},
],
"modifiers":
{
"UNIQUE_TeamResonance_Ice_Lv2":
{
"isUnique": true,
"modifierMixins":
[
{
"$type": "ModifyDamageMixin",
"ignoreEventInfo": true,
"bonusCritical": "%TeamResonance_Ice_Lv2_BonusCritical",
"predicates":
[
{
"$type": "ByAny",
"predicates":
[
{
"$type" : "ByHasElement",
"element" : "Ice",
"target": "Target",
},
{
"$type" : "ByHasElement",
"element" : "Frozen",
"target": "Target",
},
],
},
],
},
],
"onAdded":
[
{
"$type": "AttachElementTypeResistance",
"doOffStage": true,
"elementType": "Electric",
"durationRatio": 0.4/*"%TeamResonance_Ice_Lv2_DurationRatio"*/,
},
],
},
},
"abilitySpecials":
{
"TeamResonance_Ice_Lv2_BonusCritical": 0,
"TeamResonance_Ice_Lv2_DurationRatio": 0,
},
},
},
/////////////////////////////////////////////////////////
//
// Resonance_Electric_Lv2
//
/////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "TeamResonance_Electric_Lv2",
"isDynamicAbility":true,
"onAdded":
[
{
"$type": "AttachModifier",
"doOffStage": true,
"modifierName": "UNIQUE_TeamResonance_Electric_Lv2",
},
{
"$type" : "AddGlobalValue",
"doOffStage":true,
"target": "Team",
"key" : "_ABILITY_TEAMRESONANCE_ELECTRIC_LV2_COOLDOWN",
"value" : -1,
"useLimitRange" : true,
"maxValue" : 0,
"minValue" : 0,
},
],
"modifiers":
{
"UNIQUE_TeamResonance_Electric_Lv2":
{
"isUnique": true,
"modifierMixins":
[
{
"$type": "DoActionByElementReactionMixin",
"range": 20,
"entityTypes": ["Monster"],
"reactionTypes": ["Explode","Shock","Superconductor","Overdose","OverdoseElectric","OvergrowMushroomElectric"],
"actions":
[
{
"$type": "AttachModifier",
"doOffStage": true,
"target": "OriginOwner",
"modifierName": "UNIQUE_TeamResonance_Electric_Lv2_DropBall",
"predicates":
[
{
"$type": "ByEntityTypes",
"entityTypes": ["Avatar"],
"reject": true,
},
],
},
{
"$type": "AttachModifier",
"doOffStage": true,
"target": "Self",
"modifierName": "UNIQUE_TeamResonance_Electric_Lv2_DropBall",
"predicates":
[
{
"$type": "ByEntityTypes",
"entityTypes": ["Avatar"],
},
],
},
],
},
],
"onAdded":
[
{
"$type": "AttachElementTypeResistance",
"elementType": "Water",
"durationRatio": 0.4/*"%TeamResonance_Electric_Lv2_DurationRatio"*/,
},
],
},
"UNIQUE_TeamResonance_Electric_Lv2_DropBall":
{
"duration": 1.5,
"isUnique": true,
"stacking": "Unique",
"onAdded":
[
{
"$type": "Randomed",
"doOffStage": true,
"chance": "%TeamResonance_Electric_Lv2_Chance",
"successActions":
[
/* {
"$type": "FireEffect",
"effectPattern": "Eff_Weapon_ExtraElementBall",//考虑了下,在自己身上播特效比较容易看到。
"predicates":
[
{
"$type": "ByTargetGlobalValue",
"target": "Team",
"key": "_ABILITY_TEAMRESONANCE_ELECTRIC_LV2_COOLDOWN",
"value": 0,
"compareType": "NoneOrEqual",
},
],
},*/
{
"$type": "GenerateElemBall",
"doOffStage": true,
"configID": 2020,
"baseEnergy": 3,
"ratio": 1,
"born":
{
"$type": "ConfigBornByTarget",
"offset":
{
"x": 0.0,
"y": 0.0,
"z": 0.0,
},
"bornRandom":
{
"$type": "BornRandomFromCenter",
"minRandomRange": 1,
"maxRandomRange": 1.5,
},
},
"predicates":
[
{
"$type": "ByTargetGlobalValue",
"target": "Team",
"key": "_ABILITY_TEAMRESONANCE_ELECTRIC_LV2_COOLDOWN",
"value": 0,
"compareType": "NoneOrEqual",
},
],
},
{
"$type": "ApplyModifier",
"doOffStage": true,
"target": "Team",
"modifierName": "UNIQUE_TeamResonance_Electric_Lv2_DropBall_CoolDown",
"predicates":
[
{
"$type": "ByTargetGlobalValue",
"target": "Team",
"key": "_ABILITY_TEAMRESONANCE_ELECTRIC_LV2_COOLDOWN",
"value": 0,
"compareType": "NoneOrEqual",
},
],
},
],
},
],
},
"UNIQUE_TeamResonance_Electric_Lv2_DropBall_CoolDown":
{
"isUnique": true,
"duration": "%TeamResonance_Electric_Lv2_Cooldown",
"onAdded":
[
{
"$type" : "AddGlobalValue",
"target": "Team",
"key" : "_ABILITY_TEAMRESONANCE_ELECTRIC_LV2_COOLDOWN",
"value" : 1,
"useLimitRange" : true,
"maxValue" : 1,
"minValue" : 1,
},
],
"onRemoved":
[
{
"$type" : "AddGlobalValue",
"target": "Team",
"key" : "_ABILITY_TEAMRESONANCE_ELECTRIC_LV2_COOLDOWN",
"value" : -1,
"useLimitRange" : true,
"maxValue" : 0,
"minValue" : 0,
},
],
},
},
"abilitySpecials":
{
"TeamResonance_Electric_Lv2_DurationRatio": 0,
"TeamResonance_Electric_Lv2_Chance": 0,
"TeamResonance_Electric_Lv2_Cooldown": 0,
},
},
},
/////////////////////////////////////////////////////////
//
// Resonance_Rock_Lv2
//
/////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "TeamResonance_Rock_Lv2",
"isDynamicAbility":true,
"onAdded":
[
{
"$type": "AttachModifier",
"doOffStage": true,
"modifierName": "UNIQUE_TeamResonance_Rock_Lv2",
},
],
"modifiers":
{
"UNIQUE_TeamResonance_Rock_Lv2":
{
"isUnique": true,
"modifierMixins":
[
{
"$type": "ModifyDamageMixin",
"ignoreEventInfo": true,
"damagePercentageRatio": "%TeamResonance_Rock_Lv2_DamagePercentageRatio",
"predicates":
[
{
"$type": "ByHasShield",
"target": "Self",
"type": "All",
},
],
},
],
"isLimitedProperties": true,
"properties":
{
// "Actor_EndureDelta": 0.7,
"Actor_ShieldCostMinusRatio":"%TeamResonance_Rock_Lv2_ShieldCostMinusRatio",
},
"onAttackLanded":
[
{
"$type" : "Predicated",
"target" : "Target",
"targetPredicates":
[
{
"$type" : "ByEntityTypes",
"entityTypes" : ["Monster",],
},
{
"$type": "ByTargetGlobalValue",
"key": "_ANIMAL_ENTITY_TYPE",
"value": 0,
"compareType": "NoneOrEqual",
},
{
"$type": "ByHasShield",
"target": "Self",
"type": "All",
},
{
"$type":"ByHitDamage",
"damage":0,
"logic":"Greater",
},
],
"successActions":
[
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_TeamResonance_Rock_Lv2_RockSubHurtDelta",
"target": "Target",
},
],
},
],
},
"UNIQUE_TeamResonance_Rock_Lv2_RockSubHurtDelta":
{
"isUnique":true,
"stacking":"RefreshUniqueDurability",
"isLimitedProperties": true,
"duration":"%TeamResonance_Rock_Lv2_RockSubHurtDuration",
"state":"DefenseDown",
"properties":
{
"Actor_RockSubHurtDelta":"%TeamResonance_Rock_Lv2_RockSubHurtDelta",
},
},
},
"abilitySpecials":
{
"TeamResonance_Rock_Lv2_DamagePercentageRatio": 0,
"TeamResonance_Rock_Lv2_ShieldCostMinusRatio": 0,
"TeamResonance_Rock_Lv2_RockSubHurtDuration":0,
"TeamResonance_Rock_Lv2_RockSubHurtDelta":0,
}
},
},
/////////////////////////////////////////////////////////
//
// Resonance_Wind_Lv2
//
/////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "TeamResonance_Wind_Lv2",
"isDynamicAbility":true,
"onAdded":
[
{
"$type": "AttachModifier",
"doOffStage": true,
"modifierName": "UNIQUE_TeamResonance_Wind_Lv2",
},
],
"modifiers":
{
"UNIQUE_TeamResonance_Wind_Lv2":
{
"isUnique": true,
"isLimitedProperties": true,
"properties":
{
"Actor_CostStaminaRatio": "%TeamResonance_Wind_Lv2_CostStaminaRatio",
"Animator_MoveSpeedRatio": "%TeamResonance_Wind_Lv2_MoveSpeedRatio",
"Actor_SkillCDMinusRatio": "%TeamResonance_Wind_Lv2_SkillCDMinusRatio",
},
},
},
"abilitySpecials":
{
"TeamResonance_Wind_Lv2_CostStaminaRatio": 0,
"TeamResonance_Wind_Lv2_MoveSpeedRatio": 0,
"TeamResonance_Wind_Lv2_SkillCDMinusRatio": 0,
},
},
},
/////////////////////////////////////////////////////////
//
// Resonance_Grass_Lv2
//
/////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "TeamResonance_Grass_Lv2",
"isDynamicAbility":true,
"onAdded":
[
{
"$type": "AttachModifier",
"doOffStage": true,
"modifierName": "UNIQUE_TeamResonance_Grass_Lv2",
},
],
"modifiers":
{
"UNIQUE_TeamResonance_Grass_Lv2":
{
"isUnique": true,
"modifierMixins":
[
{
"$type": "DoActionByElementReactionMixin",
"range": 20,
"entityTypes": ["Monster"],
"reactionTypes": ["Burning","Overdose","Overgrow"],
"actions":
[
{
"$type": "AttachModifier",
"doOffStage": true,
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_TeamResonance_Grass_Lv2_MasteryUp_Basic",
"predicates":
[
{
"$type": "ByTargetPositionToSelfPosition",
"compareType": "XZ",
"value": 40,
"logic": "LesserOrEqual",
},
],
},
],
},
{
"$type": "DoActionByElementReactionMixin",
"range": 20,
"entityTypes": ["Monster"],
"reactionTypes": ["OverdoseElectric","OverdoseGrass","OvergrowMushroomFire","OvergrowMushroomElectric"],
"actions":
[
{
"$type": "AttachModifier",
"doOffStage": true,
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_TeamResonance_Grass_Lv2_MasteryUp_Advanced",
"predicates":
[
{
"$type": "ByTargetPositionToSelfPosition",
"compareType": "XZ",
"value": 40,
"logic": "LesserOrEqual",
},
],
},
],
},
],
"isLimitedProperties": true,
"properties":
{
"Actor_ElemMasteryDelta":"%TeamResonance_Grass_Lv2_ElemMasteryDelta",
},
},
"UNIQUE_TeamResonance_Grass_Lv2_MasteryUp_Basic":
{
"duration": "%TeamResonance_Grass_Lv2_MasteryUp_Basic_Duration",
"isUnique": true,
"stacking":"RefreshUniqueDurability",
"isLimitedProperties": true,
"properties":
{
"Actor_ElemMasteryDelta": "%TeamResonance_Grass_Lv2_MasteryUp_Basic_ElemMasteryDelta",
},
},
"UNIQUE_TeamResonance_Grass_Lv2_MasteryUp_Advanced":
{
"duration": "%TeamResonance_Grass_Lv2_MasteryUp_Advanced_Duration",
"isUnique": true,
"stacking":"RefreshUniqueDurability",
"isLimitedProperties": true,
"properties":
{
"Actor_ElemMasteryDelta": "%TeamResonance_Grass_Lv2_MasteryUp_Advanced_ElemMasteryDelta",
},
},
},
"abilitySpecials":
{
"TeamResonance_Grass_Lv2_ElemMasteryDelta": 0,
"TeamResonance_Grass_Lv2_MasteryUp_Basic_Duration": 0,
"TeamResonance_Grass_Lv2_MasteryUp_Basic_ElemMasteryDelta":0,
"TeamResonance_Grass_Lv2_MasteryUp_Advanced_Duration":0,
"TeamResonance_Grass_Lv2_MasteryUp_Advanced_ElemMasteryDelta":0,
}
},
},
/////////////////////////////////////////////////////////
//
// Resonance_AllDifferent
//
/////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "TeamResonance_AllDifferent",
"isDynamicAbility":true,
"onAdded":
[
{
"$type": "AttachModifier",
"doOffStage": true,
"modifierName": "UNIQUE_TeamResonance_AllDifferent",
},
],
"modifiers":
{
"UNIQUE_TeamResonance_AllDifferent":
{
"isUnique": true,
"isLimitedProperties": true,
"properties":
{
"Actor_FireSubHurtDelta": "%TeamResonance_AllDifferent_SubHurtDelta",
"Actor_ElecSubHurtDelta": "%TeamResonance_AllDifferent_SubHurtDelta",
"Actor_WaterSubHurtDelta": "%TeamResonance_AllDifferent_SubHurtDelta",
"Actor_GrassSubHurtDelta": "%TeamResonance_AllDifferent_SubHurtDelta",
"Actor_WindSubHurtDelta": "%TeamResonance_AllDifferent_SubHurtDelta",
"Actor_IceSubHurtDelta": "%TeamResonance_AllDifferent_SubHurtDelta",
"Actor_RockSubHurtDelta": "%TeamResonance_AllDifferent_SubHurtDelta",
"Actor_PhysicalSubHurtDelta": "%TeamResonance_AllDifferent_SubHurtDelta",
},
},
},
"abilitySpecials":
{
"TeamResonance_AllDifferent_SubHurtDelta": 0,
}
},
},
/////////////////////////////////////////////////////////
//
// WhiteBox_All(Abandoned)
//
/////////////////////////////////////////////////////////
{
"Default":
{
"$type": "ConfigAbility",
"abilityName": "TeamResonance_WhiteBox_All",
"onAdded":
[
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_TeamResonance_WhiteBox_Fire_Lv2",
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_TeamResonance_WhiteBox_Water_Lv2",
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_TeamResonance_WhiteBox_Ice_Lv2",
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_TeamResonance_WhiteBox_Wind_Lv2",
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_TeamResonance_WhiteBox_Electric_Lv2",
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_TeamResonance_WhiteBox_Rock_Lv2",
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_TeamResonance_WhiteBox_AllDifferent",
},
],
"onAbilityStart":
[
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_TeamResonance_WhiteBox_Fire_Lv2",
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_TeamResonance_WhiteBox_Water_Lv2",
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_TeamResonance_WhiteBox_Ice_Lv2",
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_TeamResonance_WhiteBox_Wind_Lv2",
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_TeamResonance_WhiteBox_Electric_Lv2",
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_TeamResonance_WhiteBox_Rock_Lv2",
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_TeamResonance_WhiteBox_AllDifferent",
},
],
"modifiers":
{
"UNIQUE_TeamResonance_WhiteBox_Fire_Lv2":
{
"isUnique": true,
"onAdded":
[
{
"$type": "AttachElementTypeResistance",
"elementType": "Ice",
"durationRatio": 0.25,
},
{
"$type": "AttachElementTypeResistance",
"elementType": "Water",
"durationRatio": 0.25,
},
],
"isLimitedProperties": true,
"properties":
{
"Actor_AttackRatio": 0.05,
},
},
"UNIQUE_TeamResonance_WhiteBox_Water_Lv2":
{
"isUnique": true,
"onAdded":
[
{
"$type": "AttachElementTypeResistance",
"elementType": "Fire",
"durationRatio": 0.4,
},
],
"isLimitedProperties": true,
"properties":
{
"Actor_HealedAddDelta": 0.1,
},
},
"UNIQUE_TeamResonance_WhiteBox_Electric_Lv2":
{
"isUnique": true,
"modifierMixins":
[
{
"$type": "DoActionByElementReactionMixin",
"range": 20,
"entityTypes": ["Monster"],
"reactionTypes": ["Explode","Shock","Superconductor"],
"actions":
[
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_TeamResonance_WhiteBox_Electric_Lv2_DropBall",
},
],
},
],
"onAdded":
[
{
"$type": "AttachElementTypeResistance",
"elementType": "Ice",
"durationRatio": 0.25,
},
{
"$type": "AttachElementTypeResistance",
"elementType": "Fire",
"durationRatio": 0.25,
},
],
},
"UNIQUE_TeamResonance_WhiteBox_Electric_Lv2_DropBall":
{
"duration": 5.0,
"isUnique": true,
"stacking": "Unique",
"onAdded":
[
{
"$type": "FireEffect",
"effectPattern": "Eff_Weapon_ExtraElementBall",
},
{
"$type": "GenerateElemBall",
"configID": 2020,
"baseEnergy": 3,
"ratio": 1,
"born":
{
"$type": "ConfigBornByTarget",
"offset":
{
"x": 0.0,
"y": 0.0,
"z": 0.0,
},
"bornRandom":
{
"$type": "BornRandomFromCenter",
"minRandomRange": 1,
"maxRandomRange": 1.5,
},
},
},
],
},
"UNIQUE_TeamResonance_WhiteBox_Ice_Lv2":
{
"isUnique": true,
"modifierMixins":
[
{
"$type": "ModifyDamageMixin",
"bonusCritical": 0.1,
"predicates":
[
{
"$type": "ByAny",
"predicates":
[
{
"$type": "ByHasAbilityState",
"abilityState": "ElementFreeze",
"target": "Target",
},
{
"$type": "ByHasAbilityState",
"abilityState": "ElementIce",
"target": "Target",
},
{
"$type": "ByHasElement",
"element": "Ice",
"target": "Target",
},
],
},
],
},
],
"onAdded":
[
{
"$type": "AttachElementTypeResistance",
"elementType": "Water",
"durationRatio": 0.25,
},
{
"$type": "AttachElementTypeResistance",
"elementType": "Electric",
"durationRatio": 0.25,
},
],
},
"UNIQUE_TeamResonance_WhiteBox_Rock_Lv2":
{
"isUnique": true,
"modifierMixins":
[
{
"$type": "ModifyDamageMixin",
"ignoreEventInfo": true,
"damagePercentageRatio": 0.05,
"predicates":
[
{
"$type": "ByHasShield",
"target": "Self",
"type": "All",
},
],
},
],
"isLimitedProperties": true,
"properties":
{
"Actor_EndureDelta": 0.3,
},
},
"UNIQUE_TeamResonance_WhiteBox_Wind_Lv2":
{
"isUnique": true,
"isLimitedProperties": true,
"properties":
{
"Actor_CostStaminaRatio": -0.05,
"Animator_MoveSpeedRatio": 0.05,
"Actor_SkillCDMinusRatio": 0.05,
},
},
"UNIQUE_TeamResonance_WhiteBox_AllDifferent":
{
"isUnique": true,
"isLimitedProperties": true,
"properties":
{
"Actor_FireSubHurtDelta": 0.05,
"Actor_ElecSubHurtDelta": 0.05,
"Actor_WaterSubHurtDelta": 0.05,
"Actor_GrassSubHurtDelta": 0.05,
"Actor_WindSubHurtDelta": 0.05,
"Actor_IceSubHurtDelta": 0.05,
"Actor_RockSubHurtDelta": 0.05,
"Actor_PhysicalSubHurtDelta": 0.05,
},
},
},
},
},
]