71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"ModifierMap": {
|
|
"ADV_StageAbility_Maze_IgnoreWeakness_MazeSkillMark": {
|
|
"Count": 1,
|
|
"Stacking": "Merge",
|
|
"OnUnstage": [
|
|
{
|
|
"$type": "RPG.GameCore.RemoveSelfModifier"
|
|
}
|
|
]
|
|
},
|
|
"ADV_StageAbility_Maze_Achievenment": {
|
|
"Count": 1,
|
|
"Stacking": "Merge",
|
|
"OnUnstage": [
|
|
{
|
|
"$type": "RPG.GameCore.SetDynamicValue",
|
|
"Value": {
|
|
"IsDynamic": false,
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"DynamicKey": {
|
|
"Value": "Rappa_00_Achievenment"
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.RemoveSelfModifier"
|
|
}
|
|
]
|
|
},
|
|
"ADV_StageAbility_Maze_WolfBro": {
|
|
"Count": 1,
|
|
"Stacking": "Merge",
|
|
"LifeTime": 4,
|
|
"BehaviorFlagList": [
|
|
"Stun"
|
|
],
|
|
"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,
|
|
"MutexType": "Entity"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.AdvModifierOverrideFeatureFlagParam"
|
|
}
|
|
],
|
|
"OnDestroy": []
|
|
},
|
|
"ADV_Modifier_Maze_Rappa_IsHitByNPC": {
|
|
"OnAttack": [
|
|
{
|
|
"$type": "RPG.GameCore.AdventureSetAttackTargetMonsterDie",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetAlias",
|
|
"Alias": "ParamEntityList"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|