mirror of
https://github.com/EggLinks/DanhengServer-Resources.git
synced 2026-01-02 23:36:02 +08:00
106 lines
2.8 KiB
JSON
106 lines
2.8 KiB
JSON
{
|
|
"ModifierMap": {
|
|
"ADV_StageAbility_Maze_IgnoreWeakness_MazeSkillMark": {
|
|
"LifeTime": -1.0,
|
|
"Level": 1,
|
|
"LevelMax": 1,
|
|
"IsCountDownAfterBattle": true,
|
|
"ApplyBehaviorFlagBindEffects": true,
|
|
"TickInterval": 1.0,
|
|
"OnUnstage": [
|
|
{
|
|
"$type": "RPG.GameCore.RemoveSelfModifier",
|
|
"TaskEnabled": true
|
|
}
|
|
],
|
|
"Count": 1,
|
|
"Stacking": "Merge"
|
|
},
|
|
"ADV_StageAbility_Maze_Achievenment": {
|
|
"LifeTime": -1.0,
|
|
"Level": 1,
|
|
"LevelMax": 1,
|
|
"IsCountDownAfterBattle": true,
|
|
"ApplyBehaviorFlagBindEffects": true,
|
|
"TickInterval": 1.0,
|
|
"OnUnstage": [
|
|
{
|
|
"$type": "RPG.GameCore.SetDynamicValue",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetAlias",
|
|
"Alias": "Caster"
|
|
},
|
|
"Value": {},
|
|
"DynamicKey": {
|
|
"Value": "Rappa_00_Achievenment"
|
|
},
|
|
"SkipInCharmAction": true,
|
|
"TaskEnabled": true
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.RemoveSelfModifier",
|
|
"TaskEnabled": true
|
|
}
|
|
],
|
|
"Count": 1,
|
|
"Stacking": "Merge"
|
|
},
|
|
"ADV_StageAbility_Maze_WolfBro": {
|
|
"LifeTime": 4.0,
|
|
"Level": 1,
|
|
"LevelMax": 1,
|
|
"IsCountDownAfterBattle": true,
|
|
"ApplyBehaviorFlagBindEffects": true,
|
|
"BehaviorFlagList": [
|
|
"Stun"
|
|
],
|
|
"TickInterval": 1.0,
|
|
"OnCreate": [
|
|
{
|
|
"$type": "RPG.GameCore.ModifierAttachEffect",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetAlias",
|
|
"Alias": "ModifierOwnerEntity"
|
|
},
|
|
"EffectPath": "Effects/Eff_Prefab/Eff_Avatar/Eff_Argenti_00/Eff_Avatar_Argenti_00_MazeSkill_Icon.prefab",
|
|
"AttachPoint": "HeadPoint",
|
|
"MinMutexTime": -1.0,
|
|
"MutexType": "Entity",
|
|
"MaxMutexCount": 1,
|
|
"TaskEnabled": true,
|
|
"IsClientOnly": true
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.AdvModifierOverrideFeatureFlagParam",
|
|
"TaskEnabled": true,
|
|
"IsClientOnly": true
|
|
}
|
|
],
|
|
"OnDestroy": [],
|
|
"Count": 1,
|
|
"Stacking": "Merge"
|
|
},
|
|
"ADV_Modifier_Maze_Rappa_IsHitByNPC": {
|
|
"LifeTime": -1.0,
|
|
"Level": 1,
|
|
"LevelMax": 1,
|
|
"IsCountDownAfterBattle": true,
|
|
"ApplyBehaviorFlagBindEffects": true,
|
|
"TickInterval": 1.0,
|
|
"OnAttack": [
|
|
{
|
|
"$type": "RPG.GameCore.AdventureSetAttackTargetMonsterDie",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetAlias",
|
|
"Alias": "ParamEntityList"
|
|
},
|
|
"IsServerSimulateBattle": true,
|
|
"TaskEnabled": true,
|
|
"IsClientOnly": true
|
|
}
|
|
],
|
|
"Count": -1,
|
|
"Stacking": "Unique"
|
|
}
|
|
}
|
|
} |