1
0
ZenlessData/Data/Activity_BangbooDream_Weapon_Missile_Perk_GiantMissile.json
2025-03-11 21:10:23 -03:00

97 lines
2.5 KiB
JSON

{
"AbilityName": "Activity_BangbooDream_Weapon_Missile_Perk_GiantMissile",
"AbilitySpecials": {
"AS_AddedDamageRatio_Real": {
"Value": 0.2,
"ValueType": "Float"
},
"AS_AddedDamageRatio_Upgrade": {
"Value": 0.2,
"ValueType": "Float"
},
"AS_Missile_Count": {
"Value": 1,
"ValueType": "Integer"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Missile_Giant"
],
"IsAdd": true
},
{
"$type": "ApplyAbilityAction",
"AbilityName": "Activity_BangbooDream_Weapon_Missile_Launcher_Giant",
"IsAutoTrigger": false,
"Target": "Self"
},
{
"$type": "ApplyAbilityAction",
"AbilityName": "Activity_BangbooDream_Weapon_Missile_Bullet_Giant",
"IsAutoTrigger": false,
"Target": "Self"
},
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343014)*specials(AS_AddedDamageRatio_Upgrade)",
"ParamName": "AS_AddedDamageRatio_Real",
"ValueType": "Float"
}
],
"OnHitOtherPre": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Bangboo_Observaboo_Armored_Attackproperty_Missile_Giant"
],
"Target": "Self"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_Real",
"Target": "Self"
}
],
"OnLevelAbilityItemChanged": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1343014)*specials(AS_AddedDamageRatio_Upgrade)",
"ParamName": "AS_AddedDamageRatio_Real",
"Predicates": [
{
"$type": "ByLevelAbilityItemID",
"LevelAbilityItemID": 1343014
}
],
"ValueType": "Float"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Missile_Giant"
],
"IsAdd": false
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "Activity_BangbooDream_Weapon_Missile_Launcher_Giant",
"Target": "Self"
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "Activity_BangbooDream_Weapon_Missile_Bullet_Giant",
"Target": "Self"
}
]
}
}