Files
GenshinData-1/BinOutput/Ability/Temp/ChallengeAbilities/ConfigAbility_Challenge_Meteorite.json

699 lines
29 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "SceneObj_Aster_AvatarExtraAbility",
"abilityMixins": [
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "AVATAR_ASTER_SCORE",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
0.0,
99.5,
100.5
],
"modifierNameSteps": [
"Blank",
"SetTaunt"
]
}
],
"abilitySpecials": {
"curteamscore": 0.0
},
"modifiers": {
"Init": {
"modifierName": "",
"duration": 0.5,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetGlobalValue",
"target": "Team",
"value": 0.0,
"key": "AVATAR_ASTER_SCORE",
"maxValue": 0.0,
"minValue": 0.0
}
]
},
"UNIQUE_EasyModeController": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "ApplyModifierWithSharedDurabilityMixin",
"modifierName": "EasyMode_Avatar"
},
{
"$type": "ServerUpdateGlobalValueMixin",
"key": "AVATAR_ASTER_SCORE",
"useLimitRange": true,
"maxValue": 100.0,
"minValue": 0.0
}
]
},
"EasyMode_Avatar": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Channel_Loop",
"Channel_AS",
"Channel_BS"
],
"modifierName": "HitControl"
}
]
},
"HitControl": {
"modifierName": "",
"elementDurability": 100.0,
"onBeingHit": [
{
"$type": "AddGlobalValue",
"target": "Team",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"target": "Self",
"key": "CHANNEL_BLOCK",
"value": 0.0,
"compareType": "NoneOrEqual"
}
],
"value": -20.0,
"key": "AVATAR_ASTER_SCORE",
"useLimitRange": true,
"maxValue": 100.0,
"minValue": 0.0
}
]
},
"SetAbilityEnableF": {
"modifierName": "",
"duration": 0.5,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetExtraAbilityEnable"
}
]
},
"UNIQUE_PlayerNotify": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "PlayerUidNotifyMixin",
"opParam": "clear_energy",
"opType": 1,
"logic": "Equal",
"actions": [
{
"$type": "AddGlobalValue",
"target": "Team",
"value": 0.0,
"key": "AVATAR_ASTER_SCORE",
"useLimitRange": true,
"maxValue": 0.0,
"minValue": 0.0
}
]
},
{
"$type": "PlayerUidNotifyMixin",
"opParam": "random_buff_aster",
"opType": 1,
"logic": "Equal",
"actions": [
{
"$type": "ApplyModifier",
"target": "Team",
"modifierName": "UNIQUE_Team_DamageUp_Arua"
}
]
},
{
"$type": "PlayerUidNotifyMixin",
"opParam": "random_buff_aster",
"opType": 2,
"logic": "Equal",
"actions": [
{
"$type": "ApplyModifier",
"target": "Team",
"modifierName": "UNIQUE_Team_ChannelBlock_Arua"
}
]
},
{
"$type": "PlayerUidNotifyMixin",
"opParam": "random_buff_aster",
"opType": 3,
"logic": "Equal",
"actions": [
{
"$type": "ApplyModifier",
"target": "Team",
"modifierName": "UNIQUE_Team_ScoreMult_Arua"
}
]
},
{
"$type": "PlayerUidNotifyMixin",
"opParam": "random_buff_aster",
"opType": 4,
"logic": "Equal",
"actions": [
{
"$type": "ApplyModifier",
"target": "Team",
"modifierName": "UNIQUE_DebuffTimer_Team"
}
]
},
{
"$type": "PlayerUidNotifyMixin",
"opParam": "random_buff_aster",
"opType": 5,
"logic": "Equal",
"actions": [
{
"$type": "ApplyModifier",
"target": "Team",
"modifierName": "UNIQUE_Team_UperScoreMult_Arua"
}
]
}
]
},
"UNIQUE_DebuffTimer_Team": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"duration": 5.0,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "ApplyModifierWithSharedDurabilityMixin",
"modifierName": "DebuffTimer"
}
]
},
"DebuffTimer": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_Aster_Debuff_01"
}
],
"onRemoved": [
{
"$type": "CreateGadget",
"born": {
"$type": "ConfigBornBySelf"
},
"gadgetID": 70900360,
"campID": 5001,
"byServer": true
}
]
},
"UNIQUE_Team_DamageUp_Arua": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"duration": 30.0,
"elementDurability": 100.0,
"thinkInterval": 5.0,
"modifierMixins": [
{
"$type": "ApplyModifierWithSharedDurabilityMixin",
"modifierName": "Team_DamageUp_Arua_Eff"
}
],
"onThinkInterval": [
{
"$type": "ApplyModifier",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleR5",
"centerBasedOn": "CurLocalAvatar",
"campTargetType": "All",
"campBasedOn": "CurLocalAvatar",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
]
}
],
"modifierName": "DamageUp"
}
]
},
"Team_DamageUp_Arua_Eff": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_Aster_Buff_01"
}
]
},
"DamageUp": {
"modifierName": "",
"duration": 5.5,
"elementDurability": 100.0,
"properties": {
"Actor_AddHurtDelta": 10.0
},
"state": "AttackUp",
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_MQ1002_XueyueBuff"
}
],
"isLimitedProperties": true,
"buffID": 10001
},
"UNIQUE_Team_ChannelBlock_Arua": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"duration": 30.0,
"elementDurability": 100.0,
"thinkInterval": 5.0,
"modifierMixins": [
{
"$type": "ApplyModifierWithSharedDurabilityMixin",
"modifierName": "Team_ChannelBlock_Arua_Eff"
}
],
"onThinkInterval": [
{
"$type": "ApplyModifier",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleR5",
"centerBasedOn": "CurLocalAvatar",
"campTargetType": "All",
"campBasedOn": "CurLocalAvatar",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
]
}
],
"modifierName": "ChannelBlock"
}
]
},
"ChannelBlock": {
"modifierName": "",
"duration": 5.5,
"elementDurability": 100.0,
"properties": {
"Actor_EndureDelta": 2.0
},
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_MQ1002_XueyueBuff"
},
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "CHANNEL_BLOCK",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 1.0
}
],
"onRemoved": [
{
"$type": "AddGlobalValue",
"value": 0.0,
"key": "CHANNEL_BLOCK",
"useLimitRange": true,
"maxValue": 0.0,
"minValue": 0.0
}
]
},
"Team_ChannelBlock_Arua_Eff": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_Aster_Buff_01"
}
]
},
"UNIQUE_Team_ScoreMult_Arua": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"duration": 30.0,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "ApplyModifierWithSharedDurabilityMixin",
"modifierName": "Team_ScoreMult_Arua_Eff"
}
],
"onAdded": [
{
"$type": "SetGlobalValue",
"target": "Team",
"value": 1.0,
"key": "ASTER_PROGRESS_RATIO",
"maxValue": 0.0,
"minValue": 0.0
}
],
"onRemoved": [
{
"$type": "SetGlobalValue",
"target": "Team",
"value": 0.0,
"key": "ASTER_PROGRESS_RATIO",
"maxValue": 0.0,
"minValue": 0.0
}
]
},
"Team_ScoreMult_Arua_Eff": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_Aster_Buff_01"
}
]
},
"UNIQUE_Team_UperScoreMult_Arua": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"duration": 30.0,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "ApplyModifierWithSharedDurabilityMixin",
"modifierName": "Team_UperScoreMult_Arua_Eff"
}
],
"onAdded": [
{
"$type": "SetGlobalValue",
"target": "Team",
"value": 1.0,
"key": "ASTER_ENERGY_RATIO",
"maxValue": 0.0,
"minValue": 0.0
}
],
"onRemoved": [
{
"$type": "SetGlobalValue",
"target": "Team",
"value": 0.0,
"key": "ASTER_ENERGY_RATIO",
"maxValue": 0.0,
"minValue": 0.0
}
]
},
"Team_UperScoreMult_Arua_Eff": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_Aster_Buff_01"
}
]
},
"Blank": {
"modifierName": "",
"elementDurability": 100.0
},
"SetTaunt": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "TriggerTaunt",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleR25",
"campTargetType": "Enemy",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"careValue": 50.0
}
]
},
"UNIQUE_PlayerChargeMixin": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"thinkInterval": 5.0,
"modifierMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Channel_Loop",
"Channel_AS",
"Channel_BS"
],
"modifierName": "PlayerCharge"
}
],
"onAdded": [
{
"$type": "SetAnimatorTrigger",
"triggerID": "StartChannelTrigger"
},
{
"$type": "SetExtraAbilityState"
},
{
"$type": "AttachModifier",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleR50",
"campTargetType": "AllExceptSelf",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "IS_BIG_ASTER",
"value": 1.0
}
],
"modifierName": "LineEff_FindAster"
},
{
"$type": "AddGlobalValue",
"target": "CurLocalAvatar",
"value": 0.0,
"key": "CHARGE_SUCCESS",
"useLimitRange": true,
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "AttachEffect",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleR50",
"campTargetType": "AllExceptSelf",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "IS_BIG_ASTER",
"value": 1.0
}
],
"effectPattern": "Eff_SceneObj_AsterLarge_Active"
}
],
"onRemoved": [
{
"$type": "SetExtraAbilityState",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"target": "CurLocalAvatar",
"key": "CHARGE_SUCCESS",
"value": 0.0
}
],
"state": "Interrupt"
}
],
"onBeingHit": [
{
"$type": "SetAnimatorTrigger",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "CHANNEL_BLOCK",
"value": 0.0,
"compareType": "NoneOrEqual"
}
],
"triggerID": "EndChannelTrigger"
},
{
"$type": "RemoveModifier",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "CHANNEL_BLOCK",
"value": 0.0,
"compareType": "NoneOrEqual"
}
],
"modifierName": "PlayerCharge"
}
],
"onThinkInterval": [
{
"$type": "AddGlobalValue",
"target": "CurLocalAvatar",
"value": 1.0,
"key": "CHARGE_SUCCESS",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 1.0
},
{
"$type": "AttachEffect",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleR50",
"campTargetType": "AllExceptSelf",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "IS_BIG_ASTER",
"value": 1.0
}
],
"effectPattern": "Eff_SceneObj_AsterLarge_RecevieFinish"
},
{
"$type": "ServerLuaCall",
"target": "Team",
"luaCallType": "CurScenePlay",
"funcName": "UpdateAsterProgress",
"param1": 0.0,
"param2": 0.0,
"param3": 0.0
},
{
"$type": "SetAnimatorTrigger",
"triggerID": "EndChannelTrigger"
},
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_PlayerChargeMixin"
}
]
},
"LineEff_FindAster": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"target": "Applier",
"effectPattern": "Eff_SceneObj_AsterLarge_Recevie",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "EffPoint",
"attachPointTargetType": "Self"
}
}
]
},
"PlayerCharge": {
"modifierName": "",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_PlayerChargeMixin"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"target": "Team",
"modifierName": "UNIQUE_PlayerNotify"
},
{
"$type": "ApplyModifier",
"modifierName": "SetAbilityEnableF"
},
{
"$type": "ApplyModifier",
"target": "Team",
"modifierName": "Init"
},
{
"$type": "ApplyModifier",
"target": "Team",
"modifierName": "UNIQUE_EasyModeController"
}
],
"onAbilityStart": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_PlayerChargeMixin"
}
]
}
}
]