1
0
ZenlessData/Data/_unsorted/TurnBased_Plugin_11.json
2025-10-15 03:08:22 +02:00

42 lines
1003 B
JSON

{
"AbilityName": "TurnBased_Plugin_11",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnCustomEventReceived": [
{
"$type": "TurnBasedAddEntityTemporaryUnit",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "TurnBased_Plugin_08_02"
}
]
}
],
"OnSkillStart": [
{
"$type": "LDListenEntityAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillID",
"SkillID": "Monster_FlameCantor_ATK5"
},
{
"$type": "ByFromSkillID",
"SkillID": "Monster_FlameCantor_ATK5_1"
},
{
"$type": "ByFromSkillID",
"SkillID": "Monster_HymnistWar_Attack1"
}
]
}
],
"TargetKey": "TurnBased_Plugin_08_01"
}
]
}
}