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

141 lines
3.7 KiB
JSON

{
"AbilityName": "SilverAnby_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": "SilverAnby_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": "SilverAnby_Body_1"
}
],
"Tag": "Avatar_Female_Size02_SilverAnby_MA_SignatureWeapon_SecondaryEmission_01",
"Target": "Self",
"key": "Avatar_Female_Size02_SilverAnby_MA_SignatureWeapon_SecondaryEmission_01"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": false,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"HasSignatureWeapon"
],
"Target": "Self"
}
],
"RendererList": [
{
"ApplyAllMaterials": true,
"RenderPath": "SilverAnby_Body_2"
}
],
"Tag": "Avatar_Female_Size02_SilverAnby_MA_SignatureWeapon_SecondaryEmission_02",
"Target": "Self",
"key": "Avatar_Female_Size02_SilverAnby_MA_SignatureWeapon_SecondaryEmission_02"
}
],
"OnRemoved": [
{
"$type": "InterruptMaterialPropertyAction",
"Tag": "Avatar_Female_Size02_SilverAnby_MA_SignatureWeapon_SecondaryEmission_01",
"Target": "Self"
},
{
"$type": "InterruptMaterialPropertyAction",
"Tag": "Avatar_Female_Size02_SilverAnby_MA_SignatureWeapon_SecondaryEmission_02",
"Target": "Self"
}
]
},
"SignatureWeaponModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "AttachEffect",
"AttachPointName": "Skn_R_Cloak_05",
"EffectPattern": "Eff_SilverAnby_Weapon_01_Weapon",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"HasSignatureWeapon"
],
"Target": "Self"
}
],
"Tag": "Eff_SilverAnby_Weapon_01_Weapon",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "RemoveTagEffect",
"Tag": "Eff_SilverAnby_Weapon_01_Weapon",
"Target": "Self"
}
]
}
}
}