1
0
ZenlessData/Data/JsonBytes/NewAbility/AvatarAbility/VivianAbility/Vivian_SignatureWeapon.json
2025-04-22 20:22:46 -03:00

172 lines
4.6 KiB
JSON

{
"AbilityName": "Vivian_SignatureWeapon",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "SignatureMaterialModifier",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "SignatureWeaponModifier",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "SignatureLightWeaponModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"SignatureLightWeaponModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyIndicatedLightAction",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"HasSignatureWeapon"
],
"Target": "Self"
}
],
"indicatedLightKey": "Vivian_IndicatedLight"
}
],
"OnRemoved": [
{
"$type": "RemoveIndicatedLightAction",
"Target": "Self"
}
]
},
"SignatureMaterialModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": false,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"HasSignatureWeapon"
],
"Target": "Self"
}
],
"RendererList": [
{
"ApplyAllMaterials": true,
"RenderPath": "Vivian_Body_1"
}
],
"Tag": "Avatar_Female_Size02_Vivian_MA_SignatureWeapon_SecondaryEmission_01",
"Target": "Self",
"key": "Avatar_Female_Size02_Vivian_MA_SignatureWeapon_SecondaryEmission_01"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": false,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"HasSignatureWeapon"
],
"Target": "Self"
}
],
"RendererList": [
{
"ApplyAllMaterials": true,
"RenderPath": "Vivian_Weapon_01"
},
{
"ApplyAllMaterials": true,
"RenderPath": "Vivian_Weapon_03"
}
],
"Tag": "Avatar_Female_Size02_Vivian_MA_SignatureWeapon_ScreenImage_05",
"Target": "Self",
"key": "Avatar_Female_Size02_Vivian_MA_SignatureWeapon_ScreenImage_05"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": false,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"HasSignatureWeapon"
],
"Target": "Self"
}
],
"RendererList": [
{
"ApplyAllMaterials": true,
"RenderPath": "Vivian_Body_2"
}
],
"Tag": "Avatar_Female_Size02_Vivian_MA_SignatureWeapon_SecondaryEmission_04",
"Target": "Self",
"key": "Avatar_Female_Size02_Vivian_MA_SignatureWeapon_SecondaryEmission_04"
}
],
"OnRemoved": [
{
"$type": "InterruptMaterialPropertyAction",
"Tag": "Avatar_Female_Size02_Vivian_MA_SignatureWeapon_SecondaryEmission_01",
"Target": "Self"
},
{
"$type": "InterruptMaterialPropertyAction",
"Tag": "Avatar_Female_Size02_Vivian_MA_SignatureWeapon_ScreenImage_05",
"Target": "Self"
},
{
"$type": "InterruptMaterialPropertyAction",
"Tag": "Avatar_Female_Size02_Vivian_MA_SignatureWeapon_SecondaryEmission_04",
"Target": "Self"
}
]
},
"SignatureWeaponModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "AttachEffect",
"AttachPointName": "Ctr_Umbrella_01",
"EffectPattern": "Eff_Vivian_Weapon_01_Weapon",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"HasSignatureWeapon"
],
"Target": "Self"
}
],
"Tag": "Eff_Vivian_Weapon_01_Weapon",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "RemoveTagEffect",
"Tag": "Eff_Vivian_Weapon_01_Weapon",
"Target": "Self"
}
]
}
}
}