314 lines
8.6 KiB
JSON
314 lines
8.6 KiB
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "ListenAbilityMixin",
|
|
"AbilityName": "Activity_BangbooDream_Common_Follow",
|
|
"OnListenAbilityAdded": [
|
|
{
|
|
"$type": "PopRenderVisibleAction",
|
|
"Tag": "BangbooDream_Missile"
|
|
}
|
|
],
|
|
"Targetting": "Self"
|
|
}
|
|
],
|
|
"AbilityName": "Activity_BangbooDream_Weapon_Missile",
|
|
"AbilitySpecials": {
|
|
"AS_Missile_Count": {
|
|
"Value": 2,
|
|
"ValueType": "Integer"
|
|
},
|
|
"AS_Missile_Count_Temp": {
|
|
"Value": 0,
|
|
"ValueType": "Integer"
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "LocalAvatarModifier",
|
|
"Target": "TeamAvatars"
|
|
},
|
|
{
|
|
"$type": "ApplyAbilityAction",
|
|
"AbilityName": "Activity_BangbooDream_Weapon_Missile_Launcher",
|
|
"IsAutoTrigger": false,
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ApplyAbilityAction",
|
|
"AbilityName": "Activity_BangbooDream_Weapon_Missile_Bullet",
|
|
"IsAutoTrigger": false,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnBattleEnter": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "AutoMissileModifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnBattleExit": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "AutoMissileModifier",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"AutoMissileModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnThinkInterval": [
|
|
{
|
|
"$type": "SkillStartAction",
|
|
"StartedSkillName": "Bangboo_Observaboo_Armored_Missile_Short",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "TriggerAbilityAction",
|
|
"AbilityName": "Activity_BangbooDream_Weapon_Missile_Launcher",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"ThinkInterval": 2
|
|
},
|
|
"GiantMissileModifier": {
|
|
"Duration": 0.75,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
"BoolVal": true,
|
|
"ParamName": "Bool_IsShootingMissile",
|
|
"ParamType": 2
|
|
},
|
|
{
|
|
"$type": "TriggerAbilityAction",
|
|
"AbilityName": "Activity_BangbooDream_Weapon_Missile_Launcher_Giant",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
"BoolVal": false,
|
|
"ParamName": "Bool_IsShootingMissile",
|
|
"ParamType": 2
|
|
}
|
|
]
|
|
},
|
|
"LocalAvatarModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnSkillStart": [
|
|
{
|
|
"$type": "TriggerAbilityAction",
|
|
"AbilityName": "Activity_BangbooDream_Weapon_Missile",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "ExSp",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Caster"
|
|
}
|
|
]
|
|
},
|
|
"MissileModifier": {
|
|
"Duration": 3,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "SkillStartAction",
|
|
"StartedSkillName": "Bangboo_Observaboo_Armored_Missile",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "SetAbilitySpecialsByPropertyAction",
|
|
"CustomPropertyType": "MissileCount",
|
|
"ModifyFunction": "Replace",
|
|
"ParamName": "AS_Missile_Count",
|
|
"Percentage": 1,
|
|
"PropertyType": "Custom",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "SetAbilitySpecialAction",
|
|
"ModifyFunction": "Replace",
|
|
"Param": "%AS_Missile_Count",
|
|
"ParamName": "AS_Missile_Count_Temp",
|
|
"ParamType": "Integer"
|
|
},
|
|
{
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
"BoolVal": true,
|
|
"ParamName": "Bool_IsShootingMissile",
|
|
"ParamType": 2
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"AttachEffectPosRot": {
|
|
"CoordsOption": "ReferTarget",
|
|
"Offset": {
|
|
"AngleOffset": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
},
|
|
"IsUseRotationXZ": true,
|
|
"IsUseRotationY": true,
|
|
"PositionOffset": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
}
|
|
},
|
|
"TargetOption": {
|
|
"$type": "ConfigPosRotReferTarget",
|
|
"AttachPoint": "MissilePoint_L",
|
|
"IsUseAttachPointPos": true,
|
|
"IsUseAttachPointRotation": false,
|
|
"OffsetReferTarget": "Self"
|
|
}
|
|
},
|
|
"EffectPattern": "Eff_Bangboo_Observaboo_Armored_Ani_Attack_Missile_01_Fire",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"AttachEffectPosRot": {
|
|
"CoordsOption": "ReferTarget",
|
|
"Offset": {
|
|
"AngleOffset": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
},
|
|
"IsUseRotationXZ": true,
|
|
"IsUseRotationY": true,
|
|
"PositionOffset": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
}
|
|
},
|
|
"TargetOption": {
|
|
"$type": "ConfigPosRotReferTarget",
|
|
"AttachPoint": "MissilePoint_R",
|
|
"IsUseAttachPointPos": true,
|
|
"IsUseAttachPointRotation": false,
|
|
"OffsetReferTarget": "Self"
|
|
}
|
|
},
|
|
"EffectPattern": "Eff_Bangboo_Observaboo_Armored_Ani_Attack_Missile_01_Fire",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
"BoolVal": false,
|
|
"ParamName": "Bool_IsShootingMissile",
|
|
"ParamType": 2
|
|
}
|
|
],
|
|
"OnThinkInterval": [
|
|
{
|
|
"$type": "BranchOperator",
|
|
"Conditions": [
|
|
{
|
|
"$type": "ByAbilitySpecial",
|
|
"CompareType": "Greater",
|
|
"Param": 0,
|
|
"ParamName": "AS_Missile_Count_Temp",
|
|
"ParamType": "Integer"
|
|
}
|
|
],
|
|
"FailureActions": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "MissileModifier"
|
|
}
|
|
],
|
|
"SuccessActions": [
|
|
{
|
|
"$type": "BranchOperator",
|
|
"Conditions": [
|
|
{
|
|
"$type": "ByIsInZoneTags",
|
|
"Tags": [
|
|
"Missile_Giant"
|
|
],
|
|
"Target": "Caster"
|
|
}
|
|
],
|
|
"FailureActions": [
|
|
{
|
|
"$type": "TriggerAbilityAction",
|
|
"AbilityName": "Activity_BangbooDream_Weapon_Missile_Launcher",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"SuccessActions": [
|
|
{
|
|
"$type": "RandomOperator",
|
|
"Odds": 0.15,
|
|
"OnFailure": [
|
|
{
|
|
"$type": "TriggerAbilityAction",
|
|
"AbilityName": "Activity_BangbooDream_Weapon_Missile_Launcher",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnSuccess": [
|
|
{
|
|
"$type": "TriggerAbilityAction",
|
|
"AbilityName": "Activity_BangbooDream_Weapon_Missile_Launcher_Giant",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "TriggerAbilityAction",
|
|
"AbilityName": "Activity_BangbooDream_Weapon_Missile_Perk_ExtraMissile",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByIsInZoneTags",
|
|
"Tags": [
|
|
"ExtraMissile"
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "SetAbilitySpecialByExpression",
|
|
"DoRefresh": false,
|
|
"Expression": "specials(AS_Missile_Count_Temp)-1",
|
|
"ParamName": "AS_Missile_Count_Temp",
|
|
"Target": "Self",
|
|
"ValueType": "Float"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"ThinkInterval": 0.15
|
|
}
|
|
},
|
|
"OnAbilityTrigger": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "MissileModifier",
|
|
"Target": "Caster"
|
|
}
|
|
]
|
|
} |