ZenlessData/Data/EtherContainer_Material.json

54 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "EtherContainer_Material",
"AbilityStacking": "Unique",
"OnAbilityStart": [
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": true,
"Predicates": [
{
"$type": "ByTags",
"TagList": [
"Small"
],
"Target": "Self"
}
],
"Tag": "Device_EtherContainer_Small_Glitch",
"Target": "Self",
"key": "Device_EtherContainer_Small_Glitch"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": true,
"Predicates": [
{
"$type": "ByTags",
"TagList": [
"Middle"
],
"Target": "Self"
}
],
"Tag": "Device_EtherContainer_Middle_Glitch",
"Target": "Self",
"key": "Device_EtherContainer_Middle_Glitch"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": true,
"Predicates": [
{
"$type": "ByTags",
"TagList": [
"Big"
],
"Target": "Self"
}
],
"Tag": "Device_EtherContainer_Big_Glitch",
"Target": "Self",
"key": "Device_EtherContainer_Big_Glitch"
}
]
}