ZenlessData/Data/HpContainer_Material.json

54 lines
1.2 KiB
JSON
Raw Normal View History

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